/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift,
input,
select,
.content-filter-container .select-input,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift,
input,
select,
.content-filter-container .select-input {
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift,
input,
select,
.content-filter-container .select-input,
textarea {
  margin: 0; }

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift,
select,
.content-filter-container .select-input {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"], button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="reset"],
[type="submit"], button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift,
html [type="button"] {
  -webkit-appearance: button;
          appearance: button; }

button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .cart.table-wrapper .action-gift::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, .cart.table-wrapper .actions-toolbar > .action:-moz-focusring, .cart.table-wrapper .action-gift:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: field;
          appearance: field; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift,
input,
optgroup,
select,
.content-filter-container .select-input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift {
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift,
select,
.content-filter-container .select-input {
  text-transform: none; }

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], .cart.table-wrapper .actions-toolbar > .action[disabled], .cart.table-wrapper .action-gift[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .cart.table-wrapper .action-gift::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

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

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input, button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift,
select,
.content-filter-container .select-input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], .content-filter-container .select-input[multiple],
select[size],
.content-filter-container .select-input[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .content-filter-container .input-sm.select-input {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm,
.content-filter-container .select-input[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm .content-filter-container .form-control.select-input, .content-filter-container .form-group-sm .form-control.select-input {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm .content-filter-container .select-input[multiple].form-control,
.content-filter-container .form-group-sm .select-input[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .content-filter-container .input-lg.select-input {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg,
.content-filter-container .select-input[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg .content-filter-container .form-control.select-input, .content-filter-container .form-group-lg .form-control.select-input {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg .content-filter-container .select-input[multiple].form-control,
.content-filter-container .form-group-lg .select-input[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**
    * This is a variable font
    * You can controll variable axes as shown below:
    * font-variation-settings: 'wght' 400.0;
    *
    * available axes:

    * 'wght' (range from 100.0 to 900.0)

    */
@font-face {
  font-family: 'Switzer';
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/switzer/Switzer-Variable.woff2") format("woff2"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/switzer/Switzer-Variable.woff") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/switzer/Switzer-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal; }

/**
    * This is a variable font
    * You can controll variable axes as shown below:
    * font-variation-settings: 'wght' 400.0;
    *
    * available axes:
    
    * 'wght' (range from 100.0 to 900.0)
    
    */
@font-face {
  font-family: 'Switzer';
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/switzer/Switzer-VariableItalic.woff2") format("woff2"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/switzer/Switzer-VariableItalic.woff") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/switzer/Switzer-VariableItalic.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic; }

/**
    * This is a variable font
    * You can controll variable axes as shown below:
    * font-variation-settings: 'wght' 700.0;
    *
    * available axes:

    * 'wght' (range from 200.0 to 700.0)

    */
@font-face {
  font-family: 'ClashGrotesk';
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/clash-grotesk/ClashGrotesk-Variable.woff2") format("woff2"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/clash-grotesk/ClashGrotesk-Variable.woff") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/clash-grotesk/ClashGrotesk-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "teufelberger-icons";
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/teufelberger-icons/teufelberger-icons.eot?nynu4u");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/teufelberger-icons/teufelberger-icons.eot?nynu4u#iefix") format("embedded-opentype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/teufelberger-icons/teufelberger-icons.ttf?nynu4u") format("truetype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/teufelberger-icons/teufelberger-icons.woff?nynu4u") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/teufelberger-icons/teufelberger-icons.svg?nynu4u#teufelberger-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="teufelberger-icon-"], [class*=" teufelberger-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "teufelberger-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.teufelberger-icon-Instagram:before {
  content: ""; }

.teufelberger-icon-Facebook:before {
  content: ""; }

.teufelberger-icon-Twitter:before {
  content: ""; }

.teufelberger-icon-YouTube:before {
  content: ""; }

.teufelberger-icon-WhatsApp:before {
  content: ""; }

.teufelberger-icon-LinkedIn:before {
  content: ""; }

.teufelberger-icon-Link:before {
  content: ""; }

.teufelberger-icon-Right:before {
  content: ""; }

.teufelberger-icon-Down:before {
  content: ""; }

.teufelberger-icon-Left:before {
  content: ""; }

.teufelberger-icon-Chevre-Down:before {
  content: ""; }

.teufelberger-icon-Chevre-Down-small:before {
  content: ""; }

.teufelberger-icon-Chevre-Left:before {
  content: ""; }

.teufelberger-icon-Chevre-Right:before {
  content: ""; }

.teufelberger-icon-Chevre-Up:before {
  content: ""; }

.teufelberger-icon-Chevre-Up-Small:before {
  content: ""; }

.teufelberger-icon-Diagonal:before {
  content: ""; }

.teufelberger-icon-breadcrumb-right:before {
  content: ""; }

.teufelberger-icon-restart:before {
  content: ""; }

.teufelberger-icon-List-View:before {
  content: ""; }

.teufelberger-icon-Card-View:before {
  content: ""; }

.teufelberger-icon-Clock:before {
  content: ""; }

.teufelberger-icon-Home:before {
  content: ""; }

.teufelberger-icon-Edit:before {
  content: ""; }

.teufelberger-icon-Map:before {
  content: ""; }

.teufelberger-icon-Star:before {
  content: ""; }

.teufelberger-icon-Filter:before {
  content: ""; }

.teufelberger-icon-Plus-Big:before {
  content: ""; }

.teufelberger-icon-Minus:before {
  content: ""; }

.teufelberger-icon-Chat:before {
  content: ""; }

.teufelberger-icon-User:before {
  content: ""; }

.teufelberger-icon-Search:before {
  content: ""; }

.teufelberger-icon-Close:before {
  content: ""; }

.teufelberger-icon-Menu:before {
  content: ""; }

.teufelberger-icon-Close-Big:before {
  content: ""; }

.teufelberger-icon-Heart:before {
  content: ""; }

.teufelberger-icon-Heart-Filled:before {
  content: ""; }

.teufelberger-icon-Download:before {
  content: ""; }

.teufelberger-icon-Check:before {
  content: ""; }

.teufelberger-icon-Upload:before {
  content: ""; }

.teufelberger-icon-Bell:before {
  content: ""; }

.teufelberger-icon-Error:before {
  content: ""; }

.teufelberger-icon-eye-open:before {
  content: ""; }

.teufelberger-icon-eye-crossed:before {
  content: ""; }

.teufelberger-icon-Frame-expand:before {
  content: ""; }

.teufelberger-icon-Volume-high:before {
  content: ""; }

.teufelberger-icon-Volume-low:before {
  content: ""; }

.teufelberger-icon-Volume-Mute:before {
  content: ""; }

.teufelberger-icon-forward:before {
  content: ""; }

.teufelberger-icon-Record:before {
  content: ""; }

.teufelberger-icon-Frame-contract:before {
  content: ""; }

.teufelberger-icon-Email:before {
  content: ""; }

.teufelberger-icon-phone:before {
  content: ""; }

.teufelberger-icon-Transcript:before {
  content: ""; }

.teufelberger-icon-Share:before {
  content: ""; }

.teufelberger-icon-map-pin:before {
  content: ""; }

.teufelberger-icon-Lock:before {
  content: ""; }

.teufelberger-icon-Calendar:before {
  content: ""; }

.teufelberger-icon-print-text-1:before {
  content: ""; }

.teufelberger-icon-rope:before {
  content: ""; }

.teufelberger-icon-mobile-phone-1:before {
  content: ""; }

.teufelberger-icon-xing:before {
  content: ""; }

.teufelberger-icon-angle-right:before {
  content: ""; }

.teufelberger-icon-angle-left:before {
  content: ""; }

.teufelberger-icon-chevron-right:before {
  content: ""; }

.teufelberger-icon-chevron-left:before {
  content: ""; }

.monobunt-mt-0, .monobunt-my-0 {
  margin-top: 0 !important; }

.monobunt-mt-1, .monobunt-my-1 {
  margin-top: 10px !important; }

.monobunt-mt-2, .monobunt-my-2 {
  margin-top: 20px !important; }

.monobunt-mt-3, .monobunt-my-3, .ct-view-references .alt-section-title {
  margin-top: 30px !important; }

.monobunt-mt-4, .monobunt-my-4 {
  margin-top: 40px !important; }

.monobunt-mt-5, .monobunt-my-5 {
  margin-top: 50px !important; }

.monobunt-mb-0, .monobunt-my-0 {
  margin-bottom: 0 !important; }

.monobunt-mb-1, .monobunt-my-1 {
  margin-bottom: 10px !important; }

.monobunt-mb-2, .monobunt-my-2, .ct-view-references .alt-section-title {
  margin-bottom: 20px !important; }

.monobunt-mb-3, .monobunt-my-3 {
  margin-bottom: 30px !important; }

.monobunt-mb-4, .monobunt-my-4 {
  margin-bottom: 40px !important; }

.monobunt-mb-5, .monobunt-my-5 {
  margin-bottom: 50px !important; }

.monobunt-pt-0, .monobunt-py-0 {
  padding-top: 0 !important; }

.monobunt-pt-1, .monobunt-py-1 {
  padding-top: 10px !important; }

.monobunt-pt-2, .monobunt-py-2 {
  padding-top: 20px !important; }

.monobunt-pt-3, .monobunt-py-3 {
  padding-top: 30px !important; }

.monobunt-pt-4, .monobunt-py-4 {
  padding-top: 40px !important; }

.monobunt-pt-5, .monobunt-py-5 {
  padding-top: 50px !important; }

.monobunt-pb-0, .monobunt-py-0 {
  padding-bottom: 0 !important; }

.monobunt-pb-1, .monobunt-py-1 {
  padding-bottom: 10px !important; }

.monobunt-pb-2, .monobunt-py-2 {
  padding-bottom: 20px !important; }

.monobunt-pb-3, .monobunt-py-3 {
  padding-bottom: 30px !important; }

.monobunt-pb-4, .monobunt-py-4 {
  padding-bottom: 40px !important; }

.monobunt-pb-5, .monobunt-py-5 {
  padding-bottom: 50px !important; }

.abs-teufelberger-typography-body-common, .teufelberger-body-common, .colorimages-list li > p, .colorimages-list li p1, p {
  font-family: "Switzer";
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.01em; }

.abs-teufelberger-typography-body-xl, .teufelberger-body-xl, .flex-subtitle {
  font-size: 20px;
  letter-spacing: 0.01em; }

.abs-teufelberger-typography-body-l, .teufelberger-body-l, .product.data.items .item.content, .product.attribute.overview, .categoryimagenavigation ul li.category-blocks .category-link-list .subcategory, .category-description {
  font-size: 18px;
  letter-spacing: 0.01em; }

.abs-teufelberger-typography-body-default, .abs-teufelberger-list > li, .teufelberget-list > li, .product.data.items .item.content ul:not(.not-teufelberger-list) > li, .contentmanager-contenttype-news .content-page-view .description ul:not(.not-teufelberger-list) > li, .contentmanager-contenttype-event .content-page-view .description ul:not(.not-teufelberger-list) > li, .mageshops-engagejobapi .job-offer ul > li, .category-description ul:not(.not-teufelberger-list) > li, .teufelberger-body-default {
  font-size: 16px;
  letter-spacing: 0.01em; }

.abs-teufelberger-typography-body-s, .teufelberger-body-s {
  font-size: 14px;
  letter-spacing: normal; }

.abs-teufelberger-typography-body-xs, .teufelberger-body-xs, .colorimages-list li > p, .colorimages-list li p1, .collapsible-navigation li a {
  font-size: 12px;
  letter-spacing: normal; }

.abs-teufelberger-typography-font-weight-thin, .teufelberger-font-thin {
  font-weight: 100; }

.abs-teufelberger-typography-font-weight-extra-light, .teufelberger-font-extra-light {
  font-weight: 200; }

.abs-teufelberger-typography-font-weight-light, .abs-teufelberger-list > li, .teufelberget-list > li, .product.data.items .item.content ul:not(.not-teufelberger-list) > li, .contentmanager-contenttype-news .content-page-view .description ul:not(.not-teufelberger-list) > li, .contentmanager-contenttype-event .content-page-view .description ul:not(.not-teufelberger-list) > li, .mageshops-engagejobapi .job-offer ul > li, .category-description ul:not(.not-teufelberger-list) > li, .teufelberger-font-light {
  font-weight: 300; }

.abs-teufelberger-typography-font-weight-regular, .teufelberger-font-regular, .colorimages-list li > p, .colorimages-list li p1, .collapsible-navigation li a {
  font-weight: 400; }

.abs-teufelberger-typography-font-weight-medium, .teufelberger-font-medium {
  font-weight: 500; }

.abs-teufelberger-typography-font-weight-semi-bold, .teufelberger-font-semi-bold {
  font-weight: 600; }

.abs-teufelberger-typography-font-weight-bold, .teufelberger-font-bold {
  font-weight: 700; }

.abs-teufelberger-typography-font-weight-extra-bold, .teufelberger-font-extra-bold {
  font-weight: 800; }

.abs-teufelberger-typography-font-weight-black, .teufelberger-font-black {
  font-weight: 900; }

.abs-monobunt-button-base, .abs-teufelberger-button-red, .abs-teufelberger-button-blue, .teufelberger-button-red, .teufelberger-button-blue, .product-info-main .action.tocompare, .product-info-main .action.dealer-locator,
.product-options-bottom .action.tocompare,
.product-options-bottom .action.dealer-locator, .flex-call-to-action-wrapper a, .contents-grid .contents-items .content-item .content-item-container .view-more .action, .formbuilder.form .formbuilder-button.button, .mageshops-engagejobapi .job-list .item .button, .mageshops-engagejobapi .job-offer .section .button, .abs-teufelberger-button-white, .abs-teufelberger-product-notice .notice-button, .teufelberger-product-notice .notice-button, .teufelberger-button-white {
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 12px 24px;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  text-decoration: none;
  align-items: center; }
  .abs-monobunt-button-base:hover, .abs-teufelberger-button-red:hover, .abs-teufelberger-button-blue:hover, .teufelberger-button-red:hover, .teufelberger-button-blue:hover, .product-info-main .action.tocompare:hover, .product-info-main .action.dealer-locator:hover,
  .product-options-bottom .action.tocompare:hover,
  .product-options-bottom .action.dealer-locator:hover, .flex-call-to-action-wrapper a:hover, .contents-grid .contents-items .content-item .content-item-container .view-more .action:hover, .formbuilder.form .formbuilder-button.button:hover, .mageshops-engagejobapi .job-list .item .button:hover, .mageshops-engagejobapi .job-offer .section .button:hover, .abs-teufelberger-button-white:hover, .abs-teufelberger-product-notice .notice-button:hover, .teufelberger-product-notice .notice-button:hover, .teufelberger-button-white:hover, .abs-monobunt-button-base:active, .abs-teufelberger-button-red:active, .abs-teufelberger-button-blue:active, .teufelberger-button-red:active, .teufelberger-button-blue:active, .product-info-main .action.tocompare:active, .product-info-main .action.dealer-locator:active,
  .product-options-bottom .action.tocompare:active,
  .product-options-bottom .action.dealer-locator:active, .flex-call-to-action-wrapper a:active, .contents-grid .contents-items .content-item .content-item-container .view-more .action:active, .formbuilder.form .formbuilder-button.button:active, .mageshops-engagejobapi .job-list .item .button:active, .mageshops-engagejobapi .job-offer .section .button:active, .abs-teufelberger-button-white:active, .abs-teufelberger-product-notice .notice-button:active, .teufelberger-product-notice .notice-button:active, .teufelberger-button-white:active, .abs-monobunt-button-base:focus, .abs-teufelberger-button-red:focus, .abs-teufelberger-button-blue:focus, .teufelberger-button-red:focus, .teufelberger-button-blue:focus, .product-info-main .action.tocompare:focus, .product-info-main .action.dealer-locator:focus,
  .product-options-bottom .action.tocompare:focus,
  .product-options-bottom .action.dealer-locator:focus, .flex-call-to-action-wrapper a:focus, .contents-grid .contents-items .content-item .content-item-container .view-more .action:focus, .formbuilder.form .formbuilder-button.button:focus, .mageshops-engagejobapi .job-list .item .button:focus, .mageshops-engagejobapi .job-offer .section .button:focus, .abs-teufelberger-button-white:focus, .abs-teufelberger-product-notice .notice-button:focus, .teufelberger-product-notice .notice-button:focus, .teufelberger-button-white:focus {
    text-decoration: none; }
  .abs-monobunt-button-base:hover, .abs-teufelberger-button-red:hover, .abs-teufelberger-button-blue:hover, .teufelberger-button-red:hover, .teufelberger-button-blue:hover, .product-info-main .action.tocompare:hover, .product-info-main .action.dealer-locator:hover,
  .product-options-bottom .action.tocompare:hover,
  .product-options-bottom .action.dealer-locator:hover, .flex-call-to-action-wrapper a:hover, .contents-grid .contents-items .content-item .content-item-container .view-more .action:hover, .formbuilder.form .formbuilder-button.button:hover, .mageshops-engagejobapi .job-list .item .button:hover, .mageshops-engagejobapi .job-offer .section .button:hover, .abs-teufelberger-button-white:hover, .abs-teufelberger-product-notice .notice-button:hover, .teufelberger-product-notice .notice-button:hover, .teufelberger-button-white:hover {
    cursor: pointer; }
  .abs-monobunt-button-base:after, .abs-teufelberger-button-red:after, .abs-teufelberger-button-blue:after, .teufelberger-button-red:after, .teufelberger-button-blue:after, .product-info-main .action.tocompare:after, .product-info-main .action.dealer-locator:after,
  .product-options-bottom .action.tocompare:after,
  .product-options-bottom .action.dealer-locator:after, .flex-call-to-action-wrapper a:after, .contents-grid .contents-items .content-item .content-item-container .view-more .action:after, .formbuilder.form .formbuilder-button.button:after, .mageshops-engagejobapi .job-list .item .button:after, .mageshops-engagejobapi .job-offer .section .button:after, .abs-teufelberger-button-white:after, .abs-teufelberger-product-notice .notice-button:after, .teufelberger-product-notice .notice-button:after, .teufelberger-button-white:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    content: "";
    font-family: "teufelberger-icons";
    margin: 0 0 0 8px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }

.abs-teufelberger-button-red, .abs-teufelberger-button-blue, .teufelberger-button-red, .teufelberger-button-blue, .product-info-main .action.tocompare, .product-info-main .action.dealer-locator,
.product-options-bottom .action.tocompare,
.product-options-bottom .action.dealer-locator, .flex-call-to-action-wrapper a, .contents-grid .contents-items .content-item .content-item-container .view-more .action, .formbuilder.form .formbuilder-button.button, .mageshops-engagejobapi .job-list .item .button, .mageshops-engagejobapi .job-offer .section .button {
  background: #134094;
  border-color: #134094;
  color: #fff; }
  .abs-teufelberger-button-red:hover, .abs-teufelberger-button-blue:hover, .teufelberger-button-red:hover, .teufelberger-button-blue:hover, .product-info-main .action.tocompare:hover, .product-info-main .action.dealer-locator:hover,
  .product-options-bottom .action.tocompare:hover,
  .product-options-bottom .action.dealer-locator:hover, .flex-call-to-action-wrapper a:hover, .contents-grid .contents-items .content-item .content-item-container .view-more .action:hover, .formbuilder.form .formbuilder-button.button:hover, .mageshops-engagejobapi .job-list .item .button:hover, .mageshops-engagejobapi .job-offer .section .button:hover {
    background: #004FAB;
    border-color: #004FAB;
    color: #fff; }
  .abs-teufelberger-button-red:visited, .abs-teufelberger-button-blue:visited, .teufelberger-button-red:visited, .teufelberger-button-blue:visited, .product-info-main .action.tocompare:visited, .product-info-main .action.dealer-locator:visited,
  .product-options-bottom .action.tocompare:visited,
  .product-options-bottom .action.dealer-locator:visited, .flex-call-to-action-wrapper a:visited, .contents-grid .contents-items .content-item .content-item-container .view-more .action:visited, .formbuilder.form .formbuilder-button.button:visited, .mageshops-engagejobapi .job-list .item .button:visited, .mageshops-engagejobapi .job-offer .section .button:visited {
    color: #fff; }
    .abs-teufelberger-button-red:visited:hover, .abs-teufelberger-button-blue:visited:hover, .teufelberger-button-red:visited:hover, .teufelberger-button-blue:visited:hover, .product-info-main .action.tocompare:visited:hover, .product-info-main .action.dealer-locator:visited:hover,
    .product-options-bottom .action.tocompare:visited:hover,
    .product-options-bottom .action.dealer-locator:visited:hover, .flex-call-to-action-wrapper a:visited:hover, .contents-grid .contents-items .content-item .content-item-container .view-more .action:visited:hover, .formbuilder.form .formbuilder-button.button:visited:hover, .mageshops-engagejobapi .job-list .item .button:visited:hover, .mageshops-engagejobapi .job-offer .section .button:visited:hover {
      color: #fff; }

.abs-teufelberger-button-white, .abs-teufelberger-product-notice .notice-button, .teufelberger-product-notice .notice-button, .teufelberger-button-white {
  background: #FFF;
  border-color: #FFF;
  color: #134094; }
  .abs-teufelberger-button-white:hover, .abs-teufelberger-product-notice .notice-button:hover, .teufelberger-product-notice .notice-button:hover, .teufelberger-button-white:hover {
    color: #004FAB; }
  .abs-teufelberger-button-white:visited, .abs-teufelberger-product-notice .notice-button:visited, .teufelberger-product-notice .notice-button:visited, .teufelberger-button-white:visited {
    color: #134094; }
    .abs-teufelberger-button-white:visited:hover, .abs-teufelberger-product-notice .notice-button:visited:hover, .teufelberger-product-notice .notice-button:visited:hover, .teufelberger-button-white:visited:hover {
      color: #004FAB; }

.abs-teufelberger-list > li, .teufelberget-list > li, .product.data.items .item.content ul:not(.not-teufelberger-list) > li, .contentmanager-contenttype-news .content-page-view .description ul:not(.not-teufelberger-list) > li, .contentmanager-contenttype-event .content-page-view .description ul:not(.not-teufelberger-list) > li, .mageshops-engagejobapi .job-offer ul > li, .category-description ul:not(.not-teufelberger-list) > li {
  margin: 16px 0 !important;
  padding-left: 48px;
  text-indent: -48px;
  display: block;
  text-decoration: none; }
  .abs-teufelberger-list > li:before, .teufelberget-list > li:before, .product.data.items .item.content ul:not(.not-teufelberger-list) > li:before, .contentmanager-contenttype-news .content-page-view .description ul:not(.not-teufelberger-list) > li:before, .contentmanager-contenttype-event .content-page-view .description ul:not(.not-teufelberger-list) > li:before, .mageshops-engagejobapi .job-offer ul > li:before, .category-description ul:not(.not-teufelberger-list) > li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 32px;
    color: #134094;
    content: "";
    font-family: "teufelberger-icons";
    margin: 0 16px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-teufelberger-list > li:before, .teufelberget-list > li:before, .product.data.items .item.content ul:not(.not-teufelberger-list) > li:before, .contentmanager-contenttype-news .content-page-view .description ul:not(.not-teufelberger-list) > li:before, .contentmanager-contenttype-event .content-page-view .description ul:not(.not-teufelberger-list) > li:before, .mageshops-engagejobapi .job-offer ul > li:before, .category-description ul:not(.not-teufelberger-list) > li:before {
    width: 32px;
    height: 32px;
    background: rgba(19, 64, 148, 0.1);
    border-radius: 4px;
    text-indent: 0; }
  .abs-teufelberger-list > li.alt:before, .teufelberget-list > li.alt:before, .product.data.items .item.content ul:not(.not-teufelberger-list) > li.alt:before, .contentmanager-contenttype-news .content-page-view .description ul:not(.not-teufelberger-list) > li.alt:before, .contentmanager-contenttype-event .content-page-view .description ul:not(.not-teufelberger-list) > li.alt:before, .mageshops-engagejobapi .job-offer ul > li.alt:before, .category-description ul:not(.not-teufelberger-list) > li.alt:before {
    content: "";
    color: #EB5757;
    background: rgba(235, 87, 87, 0.1); }

.abs-teufelberger-h1, .teufelberger-h1, .flex-title {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.1;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: 0.01em; }

.abs-teufelberger-h2, .teufelberger-h2, .cms-index-index .page-title, .product-info-main .page-title {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 24px; }

.abs-teufelberger-h3, .abs-teufelberger-product-notice .notice-title, .teufelberger-product-notice .notice-title, .teufelberger-h3, .contents-grid .contents-items .content-item .content-item-container .post-title, .mageshops-engagejobapi .job-list h2 {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: 0.01em; }

.abs-teufelberger-h4, .teufelberger-h4, .catalog-category-view .contacts-group-item-inner .contact-group-item-text h3 {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.1;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: 0.01em; }

.abs-teufelberger-h5, .teufelberger-h5 {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.1;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: 0.01em; }

.abs-teufelberger-h6, .teufelberger-h6, .catalog-category-view .section-opener-inner, .product.attribute.specification .attribute-label {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.1;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: 0.01em; }

.abs-teufelberger-product-notice, .teufelberger-product-notice {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  background-color: #134094;
  border-radius: 4px;
  padding: 24px;
  margin: 48px 0; }
  .abs-teufelberger-product-notice .notice-title, .teufelberger-product-notice .notice-title {
    color: #FFF;
    margin: 0; }
    .abs-teufelberger-product-notice .notice-title strong, .teufelberger-product-notice .notice-title strong, .abs-teufelberger-product-notice .notice-title b, .teufelberger-product-notice .notice-title b {
      font-weight: 400; }
  .abs-teufelberger-product-notice .notice-button, .teufelberger-product-notice .notice-button {
    white-space: nowrap; }

.abs-teufelberger-link-icon, .abs-teufelberger-link-icons a, .teufelberger-link-icons a, .teufelberger-link-icon {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  gap: 8px; }
  .abs-teufelberger-link-icon:after, .abs-teufelberger-link-icons a:after, .teufelberger-link-icons a:after, .teufelberger-link-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    content: "";
    font-family: "teufelberger-icons";
    margin: 0 8px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-teufelberger-link-icon:after, .abs-teufelberger-link-icons a:after, .teufelberger-link-icons a:after, .teufelberger-link-icon:after {
    flex-shrink: 0; }

h1 {
  letter-spacing: 0.01em; }

h3 {
  letter-spacing: 0.01em; }

h4 {
  letter-spacing: 0.01em; }

h5 {
  letter-spacing: 0.01em; }

h6 {
  letter-spacing: 0.01em; }

.teufelberger-text-gray {
  color: #202020; }

.d-block {
  display: block !important; }

.d-inline-block, .inline-country-list .country-list, .inline-country-list .country-list .item {
  display: inline-block !important; }

.img-fluid, .related-contents .content-item-photo .ct-image {
  max-width: 100%;
  height: auto; }

.teufelberger-layout-gutter, .dealerlocator-index-index .page-title-wrapper, .dealerlocator-index-index .mgs-search-box,
.storelocator-index-index .page-title-wrapper,
.storelocator-index-index .mgs-search-box, .catalog-category-view .category-contact-container, .two-color-layout .column.main, .contentmanager-index-contentlist .column.main, .catalog-category-view.category-contact .column.main, .catalog-category-view.category-kontakt .column.main, .catalog-category-view.category-contatti .column.main, .two-color-layout .page-title-wrapper, .contentmanager-index-contentlist .page-title-wrapper, .catalog-category-view.category-contact .page-title-wrapper, .catalog-category-view.category-kontakt .page-title-wrapper, .catalog-category-view.category-contatti .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

.full-width-background-gray-5, .catalog-category-view .categoryimagenavigation, .products-grid, #storelocator-search-box .teufelberger-accordion > .item.content, #storelocator-search-box .product.data.items > .item.content {
  background: #F8F8F8 !important;
  box-shadow: 0 0 0 100vmax #F8F8F8;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax); }

.teufelberger-link-tile, .product-item-info .product-image-container, .categoryimagenavigation ul li .category-image-link .category-item-photo {
  aspect-ratio: 0.76923;
  position: relative; }
  .teufelberger-link-tile:before, .product-item-info .product-image-container:before, .categoryimagenavigation ul li .category-image-link .category-item-photo:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.67%, rgba(0, 0, 0, 0.6) 89.07%);
    border-radius: 4px;
    z-index: 3; }
  .teufelberger-link-tile img, .product-item-info .product-image-container img, .categoryimagenavigation ul li .category-image-link .category-item-photo img {
    height: 100%;
    object-fit: cover; }

.teufelberger-link-tile-icon, .product-item-info .product-item-photo, .categoryimagenavigation ul li .category-image-link .category-item-photo {
  position: relative;
  display: block;
  text-decoration: none; }
  .teufelberger-link-tile-icon:after, .product-item-info .product-item-photo:after, .categoryimagenavigation ul li .category-image-link .category-item-photo:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    content: "";
    font-family: "teufelberger-icons";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .teufelberger-link-tile-icon:after, .product-item-info .product-item-photo:after, .categoryimagenavigation ul li .category-image-link .category-item-photo:after {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    right: 8px;
    top: 8px;
    position: absolute;
    z-index: 3; }
  .teufelberger-link-tile-icon:hover:after, .product-item-info .product-item-photo:hover:after, .categoryimagenavigation ul li .category-image-link .category-item-photo:hover:after {
    background-color: #134094; }

.teufelberger-link-tile-title, .product-item-info .product-item-photo .product-image-container ~ .after p, .categoryimagenavigation ul li .wrapper p {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0; }

.teufelberger-link-tile-title-wrapper, .categoryimagenavigation ul li .wrapper.category-image-link .after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 16px 16px;
  z-index: 3; }

.teufelberger-accordion, .product.data.items {
  margin: 0;
  padding: 0; }
  .teufelberger-accordion > .item.title, .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%; }
    .teufelberger-accordion > .item.title > .switch, .product.data.items > .item.title > .switch {
      display: block; }
  .teufelberger-accordion > .item.content, .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .teufelberger-accordion > .item.content:before, .product.data.items > .item.content:before, .teufelberger-accordion > .item.content:after, .product.data.items > .item.content:after {
      content: '';
      display: table; }
    .teufelberger-accordion > .item.content:after, .product.data.items > .item.content:after {
      clear: both; }
    .teufelberger-accordion > .item.content.active, .product.data.items > .item.content.active {
      display: block; }
  .teufelberger-accordion > .item.title > .switch, .product.data.items > .item.title > .switch {
    background: none;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: auto;
    padding: 16px 0 16px 0;
    color: inherit;
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 22px;
    font-size: 20px;
    color: inherit;
    text-decoration: none; }
    .teufelberger-accordion > .item.title > .switch:visited, .product.data.items > .item.title > .switch:visited {
      color: inherit;
      text-decoration: none; }
    .teufelberger-accordion > .item.title > .switch:hover, .product.data.items > .item.title > .switch:hover {
      color: #134094;
      text-decoration: none; }
    .teufelberger-accordion > .item.title > .switch:active, .product.data.items > .item.title > .switch:active {
      color: inherit;
      text-decoration: none; }
  .teufelberger-accordion > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .teufelberger-accordion > .item.title:not(.disabled) > .switch:hover,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: none; }
  .teufelberger-accordion > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title:not(.disabled) > .switch:active,
  .teufelberger-accordion > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch,
  .teufelberger-accordion > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:focus,
  .teufelberger-accordion > .item.title.active > .switch:hover,
  .product.data.items > .item.title.active > .switch:hover {
    background: none;
    padding-bottom: 16px; }
  .teufelberger-accordion > .item.content, .product.data.items > .item.content {
    background: none;
    border: none;
    margin: 0;
    padding: 16px 0px 32px; }
  .teufelberger-accordion > .item.content, .product.data.items > .item.content {
    display: none; }
    .teufelberger-accordion > .item.content[aria-hidden="false"], .product.data.items > .item.content[aria-hidden="false"] {
      display: block; }
  .teufelberger-accordion > .item.title, .product.data.items > .item.title {
    border-top: 1px solid #707172; }
    .teufelberger-accordion > .item.title > .switch, .product.data.items > .item.title > .switch {
      border: none;
      outline: none;
      letter-spacing: 0.01em;
      display: flex;
      text-decoration: none;
      justify-content: space-between;
      align-items: center; }
      .teufelberger-accordion > .item.title > .switch:after, .product.data.items > .item.title > .switch:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 24px;
        color: inherit;
        content: "";
        font-family: "teufelberger-icons";
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .teufelberger-accordion > .item.title > .switch:after, .product.data.items > .item.title > .switch:after {
        flex-shrink: 0; }
    .teufelberger-accordion > .item.title:not(.disabled) > .switch:active:after, .product.data.items > .item.title:not(.disabled) > .switch:active:after,
    .teufelberger-accordion > .item.title.active > .switch:after,
    .product.data.items > .item.title.active > .switch:after,
    .teufelberger-accordion > .item.title.active > .switch:focus:after,
    .product.data.items > .item.title.active > .switch:focus:after,
    .teufelberger-accordion > .item.title.active > .switch:hover:after,
    .product.data.items > .item.title.active > .switch:hover:after {
      content: ""; }
    .teufelberger-accordion > .item.title.active + .item.content, .product.data.items > .item.title.active + .item.content {
      display: block; }

.teufelberger-scrollbar, .additional-attributes-wrapper, .navigation .submenu {
  scrollbar-color: #134094 #EFEFEF; }
  .teufelberger-scrollbar::-webkit-scrollbar, .additional-attributes-wrapper::-webkit-scrollbar, .navigation .submenu::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .teufelberger-scrollbar::-webkit-scrollbar-track, .additional-attributes-wrapper::-webkit-scrollbar-track, .navigation .submenu::-webkit-scrollbar-track {
    background: #EFEFEF; }
    .teufelberger-scrollbar::-webkit-scrollbar-track:hover, .additional-attributes-wrapper::-webkit-scrollbar-track:hover, .navigation .submenu::-webkit-scrollbar-track:hover {
      background: #D2D2D2; }
  .teufelberger-scrollbar::-webkit-scrollbar-thumb, .additional-attributes-wrapper::-webkit-scrollbar-thumb, .navigation .submenu::-webkit-scrollbar-thumb {
    background: #134094;
    border-radius: 5px; }
    .teufelberger-scrollbar::-webkit-scrollbar-thumb:hover, .additional-attributes-wrapper::-webkit-scrollbar-thumb:hover, .navigation .submenu::-webkit-scrollbar-thumb:hover {
      background: #004FAB; }
  .teufelberger-scrollbar::-webkit-scrollbar-corner, .additional-attributes-wrapper::-webkit-scrollbar-corner, .navigation .submenu::-webkit-scrollbar-corner {
    background: transparent; }

@media only screen and (min-width: 768px) {
  .abs-teufelberger-product-notice, .teufelberger-product-notice {
    flex-direction: row;
    gap: 48px;
    margin: 80px 0;
    padding: 32px 24px; }
  .md-full-width-background-gray-5, .product.data.items .item.content {
    background: #F8F8F8 !important;
    box-shadow: 0 0 0 100vmax #F8F8F8;
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax); }
  .teufelberger-layout-gutter, .dealerlocator-index-index .page-title-wrapper, .dealerlocator-index-index .mgs-search-box,
  .storelocator-index-index .page-title-wrapper,
  .storelocator-index-index .mgs-search-box, .catalog-category-view .category-contact-container, .two-color-layout .column.main, .contentmanager-index-contentlist .column.main, .catalog-category-view.category-contact .column.main, .catalog-category-view.category-kontakt .column.main, .catalog-category-view.category-contatti .column.main, .two-color-layout .page-title-wrapper, .contentmanager-index-contentlist .page-title-wrapper, .catalog-category-view.category-contact .page-title-wrapper, .catalog-category-view.category-kontakt .page-title-wrapper, .catalog-category-view.category-contatti .page-title-wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .teufelberger-link-tile-title, .product-item-info .product-item-photo .product-image-container ~ .after p, .categoryimagenavigation ul li .wrapper p {
    font-size: 24px; }
  .teufelberger-accordion, .product.data.items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px; }
    .teufelberger-accordion > .item.title, .product.data.items > .item.title {
      border-top: none;
      width: auto;
      order: 1; }
      .teufelberger-accordion > .item.title > .switch, .product.data.items > .item.title > .switch {
        padding: 8px 24px 16px 24px;
        font-weight: 300;
        font-size: 17px;
        line-height: 24px; }
        .teufelberger-accordion > .item.title > .switch:after, .product.data.items > .item.title > .switch:after {
          display: none; }
      .teufelberger-accordion > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:focus,
      .teufelberger-accordion > .item.title:not(.disabled) > .switch:hover,
      .product.data.items > .item.title:not(.disabled) > .switch:hover {
        color: #134094;
        border-bottom: 2px solid #134094; }
      .teufelberger-accordion > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title:not(.disabled) > .switch:active,
      .teufelberger-accordion > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch,
      .teufelberger-accordion > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:focus,
      .teufelberger-accordion > .item.title.active > .switch:hover,
      .product.data.items > .item.title.active > .switch:hover {
        color: #134094;
        border-bottom: 2px solid #134094; }
    .teufelberger-accordion > .item.content, .product.data.items > .item.content {
      width: 100%;
      order: 2;
      padding: 48px 0 80px; }
    .teufelberger-accordion.responsive-tabs[role="tablist"], .responsive-tabs.product.data.items[role="tablist"] {
      display: flex;
      margin-bottom: 0;
      width: 100%; } }

body {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

nav ul,
nav ol {
  list-style: none none; }

img {
  border: 0; }

img,
object,
video,
embed {
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

html {
  font-size: 62.5%;
  font-size-adjust: 100%; }

body {
  color: #202020;
  font-family: "Switzer", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px; }

p {
  margin-top: 0; }

p {
  margin-bottom: 24px; }

abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

mark {
  background: #f0f0f0;
  color: black; }

small,
.small {
  font-size: 12px; }

hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px; }

sub,
sup {
  font-size: 62.5%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dfn {
  font-style: italic; }

h1 {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.1;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 24px; }

h2 {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 24px; }

h3 {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 24px; }

h4 {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.1;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px; }

h5 {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.1;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 24px; }

h6 {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.1;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 24px; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  color: #333;
  font-family: "Switzer", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  font-size: 71.42857%; }

a,
.alink {
  color: #202020;
  text-decoration: none; }
  a:visited,
  .alink:visited {
    color: #202020;
    text-decoration: none; }
  a:hover,
  .alink:hover {
    color: #134094;
    text-decoration: underline; }
  a:active,
  .alink:active {
    color: #134094;
    text-decoration: underline; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 25px; }
  ul > li,
  ol > li {
    margin-top: 0;
    margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

dl {
  margin-bottom: 20px;
  margin-top: 0; }

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0; }

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 12px;
  white-space: nowrap; }

kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 12px; }

pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 12px;
  display: block;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #202020;
  font-family: "Switzer", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #333;
    line-height: 1.5;
    font-size: 10px;
    display: block; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

blockquote:before, blockquote:after {
  content: ''; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

cite {
  font-style: normal; }

table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table th {
    text-align: left; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 16px 16px; }

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  vertical-align: middle; }
  button:focus, .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .action-gift:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .action-gift:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .action-gift:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }
  button.disabled, .cart.table-wrapper .actions-toolbar > .disabled.action, .cart.table-wrapper .disabled.action-gift, button[disabled], .cart.table-wrapper .actions-toolbar > .action[disabled], .cart.table-wrapper .action-gift[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .action,
  fieldset[disabled] .cart.table-wrapper .action-gift,
  .cart.table-wrapper fieldset[disabled] .action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .cart.table-wrapper .action-gift::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.5;
  padding: 14px 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="url"]:disabled,
  input[type="tel"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="datetime"]:disabled,
  input[type="email"]:disabled {
    opacity: 0.5; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #c2c2c2; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #c2c2c2; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #c2c2c2; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type="search"] {
  -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }


select,
.content-filter-container .select-input {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.5;
  padding: 14px 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  select:disabled, .content-filter-container .select-input:disabled {
    opacity: 0.5; }

select[multiple="multiple"], .content-filter-container .select-input[multiple="multiple"] {
  height: auto;
  background-image: none; }

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    opacity: 0.5; }
  textarea::-moz-placeholder {
    color: #c2c2c2; }
  textarea::-webkit-input-placeholder {
    color: #c2c2c2; }
  textarea:-ms-input-placeholder {
    color: #c2c2c2; }

input.mage-error,
select.mage-error,
.content-filter-container .mage-error.select-input,
textarea.mage-error {
  border-color: #ed8380; }

div.mage-error[generated] {
  color: #e02b27;
  font-size: 12px; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

address {
  font-style: normal; }

*:focus {
  box-shadow: none;
  outline: 0; }

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus,
.content-filter-container .select-input:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0; }

.abs-reset-list, .abs-teufelberger-list, .teufelberget-list, .product.data.items .item.content ul:not(.not-teufelberger-list), .contentmanager-contenttype-news .content-page-view .description ul:not(.not-teufelberger-list),
.contentmanager-contenttype-event .content-page-view .description ul:not(.not-teufelberger-list), .mageshops-engagejobapi .job-offer ul, .category-description ul:not(.not-teufelberger-list), .bundle-options-container .block-bundle-summary .bundle.items, .product-items, .colorimages-list ul, .prices-tier, .cart-container .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .items, .block-wishlist-management .wishlist-select-items, .paypal-review .items-qty, .order-details-items .items-qty, .footer.content ul, .categoryimagenavigation ul, .block-banners .banner-items,
.block-banners-inline .banner-items, .block-event .slider-panel .slider, .footer-bottom .links {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .abs-reset-list > li, .abs-teufelberger-list > li, .teufelberget-list > li, .product.data.items .item.content ul:not(.not-teufelberger-list) > li, .contentmanager-contenttype-news .content-page-view .description ul:not(.not-teufelberger-list) > li, .contentmanager-contenttype-event .content-page-view .description ul:not(.not-teufelberger-list) > li, .mageshops-engagejobapi .job-offer ul > li, .category-description ul:not(.not-teufelberger-list) > li, .bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .colorimages-list ul > li, .prices-tier > li, .cart-container .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .items > li, .block-wishlist-management .wishlist-select-items > li, .paypal-review .items-qty > li, .order-details-items .items-qty > li, .footer.content ul > li, .categoryimagenavigation ul > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li, .footer-bottom .links > li {
    margin: 0; }

.abs-action-link-button, .abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .block-bundle-summary .action.towishlist,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist, .block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px; }
  .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .block-bundle-summary .action.towishlist:focus,
  .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .block-bundle-summary .action.towishlist:active,
  .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .block-bundle-summary .action.towishlist:hover,
  .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }
  .abs-action-link-button.disabled, .disabled.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .disabled.action, .block-bundle-summary .disabled.action.towishlist,
  .product-info-main .disabled.action.towishlist,
  .product-options-bottom .disabled.action.towishlist, .block-event .slider-panel .slider .item .disabled.action.event, .abs-action-link-button[disabled], .abs-action-addto-product[disabled], .bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled], .block-bundle-summary .action.towishlist[disabled],
  .product-info-main .action.towishlist[disabled],
  .product-options-bottom .action.towishlist[disabled], .block-event .slider-panel .slider .item .action.event[disabled],
  fieldset[disabled] .abs-action-link-button,
  fieldset[disabled] .abs-action-addto-product,
  fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
  .bundle-options-container .block-bundle-summary fieldset[disabled] .product-addto-links > .action,
  fieldset[disabled] .block-bundle-summary .action.towishlist,
  .block-bundle-summary fieldset[disabled] .action.towishlist,
  fieldset[disabled] .product-info-main .action.towishlist,
  .product-info-main fieldset[disabled] .action.towishlist,
  fieldset[disabled] .product-options-bottom .action.towishlist,
  .product-options-bottom fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
  .block-event .slider-panel .slider .item fieldset[disabled] .action.event {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .block-bundle-summary .action.towishlist:hover,
  .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .block-bundle-summary .action.towishlist:active,
  .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .block-bundle-summary .action.towishlist:focus,
  .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none; }

.abs-product-options-list dt, .cart.table-wrapper .item-options dt, .multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0; }
  .abs-product-options-list dt:after, .cart.table-wrapper .item-options dt:after, .multicheckout .item-options dt:after {
    content: ': '; }

.abs-product-options-list dd, .cart.table-wrapper .item-options dd, .multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px; }

@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0; }
    .abs-product-options-list-desktop dt:after {
      content: ': '; }
  .abs-product-options-list-desktop dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px; } }

.abs-button-responsive, .actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .abs-button-desktop {
    width: auto; } }

@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller, .product-info-main .box-tocart .actions .action.tocart {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .column .block-addbysku .block-content .box, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .block-addresses-list .items.addresses > .item, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .column .block-addbysku .block-content .box:nth-child(odd), .login-container .block:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .block-addresses-list .items.addresses > .item:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns:nth-child(even), .column .block-addbysku .block-content .box:nth-child(even), .login-container .block:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .block-addresses-list .items.addresses > .item:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
      float: right; } }

@media only screen and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%; }
    .abs-blocks-2columns-s:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns-s:nth-child(even) {
      float: right; } }

.abs-reset-image-wrapper, .products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important; }
  .abs-reset-image-wrapper .product-image-photo, .products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo {
    position: static; }

.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%; }

.abs-adaptive-images-centered, .product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.abs-login-block-title, .login-container .block .block-title {
  font-size: 18px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px; }
  .abs-login-block-title strong, .login-container .block .block-title strong {
    font-weight: 500; }

.abs-block-title, .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title, .block-compare .block-title, .block-wishlist-search-results .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title {
  margin-bottom: 15px; }
  .abs-block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .block-compare .block-title > strong, .block-wishlist-search-results .block-title > strong, .block-reorder .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong {
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.2;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 24px; }

.abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .paypal-review .block .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px; }

.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px; }
  .abs-account-blocks .box-title > span, .account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .paypal-review .block .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span {
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.1;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 24px; }
  .abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .multicheckout .box-title > .action, .paypal-review .block .box-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action, .sales-guest-view .column.main .block:not(.widget) .box-title > .action {
    font-weight: 400;
    margin-left: 10px; }

.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child, .multicheckout .block-content p:last-child, .paypal-review .block .block-content p:last-child, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child, .sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0; }

.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .multicheckout .block-content .box, .paypal-review .block .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px; }

.abs-dropdown-simple, .wishlist-dropdown {
  position: relative; }
  .abs-dropdown-simple:before, .wishlist-dropdown:before, .abs-dropdown-simple:after, .wishlist-dropdown:after {
    content: '';
    display: table; }
  .abs-dropdown-simple:after, .wishlist-dropdown:after {
    clear: both; }
  .abs-dropdown-simple .action.toggle, .wishlist-dropdown .action.toggle {
    padding: inherit;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .abs-dropdown-simple .action.toggle:before, .wishlist-dropdown .action.toggle:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 5px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-dropdown-simple .action.toggle:hover:before, .wishlist-dropdown .action.toggle:hover:before {
      color: inherit; }
    .abs-dropdown-simple .action.toggle:active:before, .wishlist-dropdown .action.toggle:active:before {
      color: inherit; }
    .abs-dropdown-simple .action.toggle.active, .wishlist-dropdown .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-dropdown-simple .action.toggle.active:before, .wishlist-dropdown .action.toggle.active:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0 0 0 5px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-dropdown-simple .action.toggle.active:hover:before, .wishlist-dropdown .action.toggle.active:hover:before {
        color: inherit; }
      .abs-dropdown-simple .action.toggle.active:active:before, .wishlist-dropdown .action.toggle.active:active:before {
        color: inherit; }
  .abs-dropdown-simple ul.dropdown, .wishlist-dropdown ul.dropdown {
    background: #fff;
    border: 1px solid #bbb;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none none;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    height: inherit;
    margin-top: 4px;
    min-width: 200px;
    width: inherit;
    display: none; }
    .abs-dropdown-simple ul.dropdown li, .wishlist-dropdown ul.dropdown li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .abs-dropdown-simple ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-dropdown-simple ul.dropdown:before, .wishlist-dropdown ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-dropdown-simple ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-dropdown-simple ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-dropdown-simple ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .abs-dropdown-simple ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .abs-dropdown-simple.active, .active.wishlist-dropdown {
    overflow: visible; }
    .abs-dropdown-simple.active ul.dropdown, .active.wishlist-dropdown ul.dropdown {
      display: block; }

.abs-input-qty, .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .cart.table-wrapper .col.qty .input-text, .account .table-return-items .qty .input-text, .table.grouped .control .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px; }

.abs-margin-for-blocks-and-widgets, .block, .block-banners,
.block-banners-inline {
  margin-bottom: 40px; }

.abs-remove-button-for-blocks, .sidebar .action.delete, .table-comparison .cell.remove .action.delete, .block-compare .action.delete, .filtered .item .action.remove {
  display: inline-block;
  text-decoration: none; }
  .abs-remove-button-for-blocks > span, .sidebar .action.delete > span, .table-comparison .cell.remove .action.delete > span, .block-compare .action.delete > span, .filtered .item .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-remove-button-for-blocks:before, .sidebar .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filtered .item .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-remove-button-for-blocks:hover:before, .sidebar .action.delete:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filtered .item .action.remove:hover:before {
    color: #303030; }
  .abs-remove-button-for-blocks:active:before, .sidebar .action.delete:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before, .filtered .item .action.remove:active:before {
    color: #303030; }

.abs-product-link, .product-item-name, .product.name a {
  font-weight: 300; }
  .abs-product-link > a, .product-item-name > a, .product.name a > a {
    color: #333;
    text-decoration: none; }
    .abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
      color: #333;
      text-decoration: underline; }
    .abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover {
      color: #333;
      text-decoration: underline; }
    .abs-product-link > a:active, .product-item-name > a:active, .product.name a > a:active {
      color: #333;
      text-decoration: underline; }

.abs-reset-left-margin, .form-new-agreement .actions-toolbar, .fieldset .review-legend.legend, .form.wishlist.items .actions-toolbar {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .column.main .cart-summary .actions-toolbar, .cart.table-wrapper .item-actions .actions-toolbar, .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar, .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar, .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0; } }

.abs-action-remove, .abs-add-fields .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto; }

@media only screen and (min-width: 768px) {
  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove, .form-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px; } }

.abs-add-fields .fieldset, .form-add-invitations .fieldset, .form-create-return .fieldset, .form.send.friend .fieldset {
  margin-bottom: 50px; }
  .abs-add-fields .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 70%; }
  .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
    float: left; }
    .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
      margin-top: 30px; }
  .abs-add-fields .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice {
  margin: 30px 0 0; }

.abs-add-fields .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional {
  margin-top: 55px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after {
    margin-left: 25.8%; } }

@media only screen and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%; } }

.abs-hidden, .order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden; }

.abs-visually-hidden, .product-item-actions .actions-secondary > .action span, .table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .account .column.main .limiter > .label, .field.street .field.additional .label, .account-nav .title, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .filter-options-content .filter-count-label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block.newsletter .label, .block-reorder .product-item .label, .opc-wrapper .form-discount .field .label, .action.skip:not(:focus), .page-header .switcher .label,
.page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (max-width: 640px) {
  .abs-visually-hidden-mobile {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 640px) {
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 768px) {
  .abs-visually-hidden-desktop, .modes-label, .dashboard-welcome-toggler, .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-visually-hidden-reset, .shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.abs-add-clearfix:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):before, .form-create-return .fieldset .actions-toolbar:not(:first-child):before, .form.send.friend .fieldset .actions-toolbar:not(:first-child):before, .payment-method-braintreetwo .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:before, .toolbar:before, .toolbar-products:before, .sidebar .product-items-images:before, .cart.table-wrapper .actions-toolbar:before, .cart.table-wrapper .item-options:before, .minicart-items .product-item > .product:before, .checkout-container:before, .checkout-onepage-success:before, .opc-estimated-wrapper:before, .opc-wrapper .field.addresses:before, .page-product-downloadable .product-add-form:before, .gift-options:before, .gift-item-block .content:before, .order-details-items .order-gift-message:before,
.order-details-items .block-order-details-gift-message:before, .gift-wrapping-list:before, .opc-wrapper .data.table .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:before, .map-popup .map-info-price:before, .multicheckout .item-options:before, .multicheckout .block:before, .multicheckout .block-content:before, .customer-review .product-details:before, .header.content:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintreetwo .hosted-date-wrap:after,
.payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after, .header.content:after {
  content: '';
  display: table; }

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintreetwo .hosted-date-wrap:after,
.payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after, .header.content:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .abs-pager-toolbar:before, .account .toolbar:before, .toolbar-wishlist-results:before, .column .block-addbysku .block-content:before, .block-cart-failed .block-content:before, .cart-container:before, .login-container:before, .account .column.main .block:not(.widget) .block-content:before, .block-addresses-list .items.addresses:before, .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .nested:before, .block-wishlist-management:before, .paypal-review .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before, .page-header .header.panel:before, .header.content:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .data.table .gift-wrapping .content:after,
  .data.table .gift-wrapping .nested:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after, .page-header .header.panel:after, .header.content:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .data.table .gift-wrapping .content:after,
  .data.table .gift-wrapping .nested:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after, .page-header .header.panel:after, .header.content:after {
    clear: both; } }

@media only screen and (min-width: 640px) {
  .abs-add-clearfix-desktop-s:before, .multicheckout .block-billing:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    clear: both; } }

@media only screen and (max-width: 640px) {
  .abs-add-clearfix-mobile:before, .abs-checkout-order-review tbody tr:before, .multicheckout.order-review .data.table tbody tr:before, .account .toolbar:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .account .toolbar:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .account .toolbar:after {
    clear: both; } }

@media only screen and (max-width: 768px) {
  .abs-add-clearfix-mobile-m:before, .form-create-return .fieldset > .actions-toolbar:before, .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    clear: both; } }

.abs-add-box-sizing, .abs-field-date .control, .abs-field-tooltip, .field .control._with-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .bundle-options-container .block-bundle-summary, .product-item, .sidebar .product-items-images .product-item, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .search-autocomplete, .sidebar .block-addbysku .fieldset .fields .field.sku, .block-event .slider-panel .slider .item .action.show {
  box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional {
    box-sizing: border-box; } }

@media only screen and (min-width: 640px) {
  .abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop-m, .opc-wrapper {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-revert-field-type-desktop .fieldset > .field, .product-add-form .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label, .product-add-form .fieldset > .field:not(.choice) > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
    .product-add-form .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, .product-add-form .fieldset > .field:not(.choice) > .control,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
    .product-add-form .fieldset .fields > .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .abs-revert-field-type-desktop .fieldset > .field > .label, .product-add-form .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
    .product-add-form .fieldset .fields > .field > .label {
      margin: 0 0 8px;
      display: inline-block; }
    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .product-add-form .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before, .product-add-form .fieldset > .field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
    .product-add-form .fieldset .fields > .field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
    .product-add-form .fieldset .fields > .field.no-label:before {
      display: none; }
    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type, .product-add-form .fieldset > .field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
    .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
      margin-bottom: 0; } }

.abs-navigation-icon {
  display: block;
  text-decoration: none; }
  .abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-navigation-icon:hover:after {
    color: inherit; }
  .abs-navigation-icon:active:after {
    color: inherit; }
  .abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0; }

.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .abs-split-button:before, .abs-split-button:after {
    content: '';
    display: table; }
  .abs-split-button:after {
    clear: both; }
  .abs-split-button .action.split {
    float: left;
    margin: 0; }
  .abs-split-button .action.toggle {
    float: right;
    margin: 0; }
  .abs-split-button button.action.split, .abs-split-button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .abs-split-button .actions-toolbar > .action.split, .abs-split-button .cart.table-wrapper .action.split.action-gift, .cart.table-wrapper .abs-split-button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .abs-split-button button + .action.toggle, .abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .abs-split-button .actions-toolbar > .action + .action.toggle, .abs-split-button .cart.table-wrapper .action-gift + .action.toggle, .cart.table-wrapper .abs-split-button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .abs-split-button .action.split {
    padding: inherit; }
  .abs-split-button .action.toggle {
    padding: inherit;
    display: inline-block;
    text-decoration: none; }
    .abs-split-button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .abs-split-button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-split-button .action.toggle:hover:after {
      color: inherit; }
    .abs-split-button .action.toggle:active:after {
      color: inherit; }
    .abs-split-button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-split-button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .abs-split-button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: inherit;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-split-button .action.toggle.active:hover:after {
        color: inherit; }
      .abs-split-button .action.toggle.active:active:after {
        color: inherit; }
  .abs-split-button .items {
    background: #fff;
    border: 1px solid #bbb;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none none;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    height: inherit;
    margin-top: 4px;
    min-width: 100%;
    width: inherit;
    display: none; }
    .abs-split-button .items li {
      margin: 0;
      padding: 3px 5px; }
      .abs-split-button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-split-button .items:before, .abs-split-button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-split-button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-split-button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-split-button .items:before {
      left: 10px;
      top: -12px; }
    .abs-split-button .items:after {
      left: 9px;
      top: -14px; }
  .abs-split-button.active {
    overflow: visible; }
    .abs-split-button.active .items {
      display: block; }

.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .block-bundle-summary .action.towishlist,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist {
  line-height: 12px;
  padding: 5px 8px;
  font-size: 11px; }

.abs-actions-addto-gridlist, .product-item-actions .actions-secondary > .action, .table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split, .products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none; }
  .abs-actions-addto-gridlist > span, .product-item-actions .actions-secondary > .action > span, .table-comparison .wishlist.split.button > .action.split > span, .product-items .wishlist.split.button > .action.split > span, .products.list.items .action.towishlist > span, .table-comparison .action.towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-actions-addto-gridlist:before, .product-item-actions .actions-secondary > .action:before, .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before, .products.list.items .action.towishlist:before,
  .table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #333;
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-actions-addto-gridlist:hover:before, .product-item-actions .actions-secondary > .action:hover:before, .table-comparison .wishlist.split.button > .action.split:hover:before,
  .product-items .wishlist.split.button > .action.split:hover:before, .products.list.items .action.towishlist:hover:before,
  .table-comparison .action.towishlist:hover:before {
    color: #134094; }
  .abs-actions-addto-gridlist:active:before, .product-item-actions .actions-secondary > .action:active:before, .table-comparison .wishlist.split.button > .action.split:active:before,
  .product-items .wishlist.split.button > .action.split:active:before, .products.list.items .action.towishlist:active:before,
  .table-comparison .action.towishlist:active:before {
    color: inherit; }

.abs-button-l, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register,
.block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
  line-height: 22px;
  padding: 14px 17px;
  font-size: 18px; }

.abs-action-button-as-link, .abs-action-remove, .abs-add-fields .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove, .popup .actions-toolbar .action.cancel, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-wrapping-title .action-remove, .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button {
  line-height: 1.5;
  padding: 0;
  color: #202020;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 300; }
  .abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-add-fields .action.remove:visited, .form-add-invitations .action.remove:visited, .form-create-return .action.remove:visited, .form.send.friend .action.remove:visited, .popup .actions-toolbar .action.cancel:visited, .cart.table-wrapper .action.help.map:visited, .opc-wrapper .edit-address-link:visited, .opc-block-shipping-information .shipping-information-title .action-edit:visited, .action-auth-toggle:visited, .checkout-payment-method .checkout-billing-address .action-cancel:visited, .checkout-agreements-block .action-show:visited, .gift-options .actions-toolbar .action-cancel:visited, .gift-wrapping-title .action-remove:visited, .table-comparison .wishlist.split.button > .action:visited,
  .product-items .wishlist.split.button > .action:visited, .paypal-button-widget .paypal-button:visited {
    color: #202020;
    text-decoration: none; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .popup .actions-toolbar .action.cancel:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-wrapping-title .action-remove:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #134094;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .popup .actions-toolbar .action.cancel:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:active, .gift-wrapping-title .action-remove:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active {
    color: #134094;
    text-decoration: underline; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .popup .actions-toolbar .action.cancel:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-wrapping-title .action-remove:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #134094; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .popup .actions-toolbar .action.cancel:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-wrapping-title .action-remove:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .popup .actions-toolbar .action.cancel:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:active, .gift-wrapping-title .action-remove:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:focus, .form.send.friend .action.remove:focus, .popup .actions-toolbar .action.cancel:focus, .cart.table-wrapper .action.help.map:focus, .opc-wrapper .edit-address-link:focus, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .action-auth-toggle:focus, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-agreements-block .action-show:focus, .gift-options .actions-toolbar .action-cancel:focus, .gift-wrapping-title .action-remove:focus, .table-comparison .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:focus, .paypal-button-widget .paypal-button:focus {
    background: none;
    border: 0; }
  .abs-action-button-as-link.disabled, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .form-add-invitations .disabled.action.remove, .form-create-return .disabled.action.remove, .form.send.friend .disabled.action.remove, .popup .actions-toolbar .disabled.action.cancel, .cart.table-wrapper .disabled.action.help.map, .opc-wrapper .disabled.edit-address-link, .opc-block-shipping-information .shipping-information-title .disabled.action-edit, .disabled.action-auth-toggle, .checkout-payment-method .checkout-billing-address .disabled.action-cancel, .checkout-agreements-block .disabled.action-show, .gift-options .actions-toolbar .disabled.action-cancel, .gift-wrapping-title .disabled.action-remove, .table-comparison .wishlist.split.button > .disabled.action,
  .product-items .wishlist.split.button > .disabled.action, .paypal-button-widget .disabled.paypal-button, .abs-action-button-as-link[disabled], .abs-action-remove[disabled], .abs-add-fields .action.remove[disabled], .form-add-invitations .action.remove[disabled], .form-create-return .action.remove[disabled], .form.send.friend .action.remove[disabled], .popup .actions-toolbar .action.cancel[disabled], .cart.table-wrapper .action.help.map[disabled], .opc-wrapper .edit-address-link[disabled], .opc-block-shipping-information .shipping-information-title .action-edit[disabled], .action-auth-toggle[disabled], .checkout-payment-method .checkout-billing-address .action-cancel[disabled], .checkout-agreements-block .action-show[disabled], .gift-options .actions-toolbar .action-cancel[disabled], .gift-wrapping-title .action-remove[disabled], .table-comparison .wishlist.split.button > .action[disabled],
  .product-items .wishlist.split.button > .action[disabled], .paypal-button-widget .paypal-button[disabled],
  fieldset[disabled] .abs-action-button-as-link,
  fieldset[disabled] .abs-action-remove,
  fieldset[disabled] .abs-add-fields .action.remove,
  .abs-add-fields fieldset[disabled] .action.remove,
  fieldset[disabled] .form-add-invitations .action.remove,
  .form-add-invitations fieldset[disabled] .action.remove,
  fieldset[disabled] .form-create-return .action.remove,
  .form-create-return fieldset[disabled] .action.remove,
  fieldset[disabled] .form.send.friend .action.remove,
  .form.send.friend fieldset[disabled] .action.remove,
  fieldset[disabled] .popup .actions-toolbar .action.cancel,
  .popup .actions-toolbar fieldset[disabled] .action.cancel,
  fieldset[disabled] .cart.table-wrapper .action.help.map,
  .cart.table-wrapper fieldset[disabled] .action.help.map,
  fieldset[disabled] .opc-wrapper .edit-address-link,
  .opc-wrapper fieldset[disabled] .edit-address-link,
  fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
  .opc-block-shipping-information .shipping-information-title fieldset[disabled] .action-edit,
  fieldset[disabled] .action-auth-toggle,
  fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
  .checkout-payment-method .checkout-billing-address fieldset[disabled] .action-cancel,
  fieldset[disabled] .checkout-agreements-block .action-show,
  .checkout-agreements-block fieldset[disabled] .action-show,
  fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
  .gift-options .actions-toolbar fieldset[disabled] .action-cancel,
  fieldset[disabled] .gift-wrapping-title .action-remove,
  .gift-wrapping-title fieldset[disabled] .action-remove,
  fieldset[disabled] .table-comparison .wishlist.split.button > .action,
  .table-comparison fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .product-items .wishlist.split.button > .action,
  .product-items fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .paypal-button-widget .paypal-button,
  .paypal-button-widget fieldset[disabled] .paypal-button {
    color: #202020;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .popup .actions-toolbar .action.cancel:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:active, .gift-wrapping-title .action-remove:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:not(:focus), .popup .actions-toolbar .action.cancel:not(:focus), .cart.table-wrapper .action.help.map:not(:focus), .opc-wrapper .edit-address-link:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .action-auth-toggle:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .checkout-agreements-block .action-show:not(:focus), .gift-options .actions-toolbar .action-cancel:not(:focus), .gift-wrapping-title .action-remove:not(:focus), .table-comparison .wishlist.split.button > .action:not(:focus),
  .product-items .wishlist.split.button > .action:not(:focus), .paypal-button-widget .paypal-button:not(:focus) {
    box-shadow: none; }

.abs-revert-secondary-color, .block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .action-gift, .paypal-review .block .actions-toolbar .action.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333; }
  .abs-revert-secondary-color:focus, .block-compare .action.compare:focus, .cart-summary .actions-toolbar > .primary button:focus, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:focus, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift:focus, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .action-gift:focus, .paypal-review .block .actions-toolbar .action.primary:focus, .abs-revert-secondary-color:active, .block-compare .action.compare:active, .cart-summary .actions-toolbar > .primary button:active, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:active, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift:active, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .action-gift:active, .paypal-review .block .actions-toolbar .action.primary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  .abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift:hover, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .action-gift:hover, .paypal-review .block .actions-toolbar .action.primary:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }

.abs-revert-secondary-size {
  font-size: 14px;
  line-height: 16px;
  padding: 7px 15px; }

.abs-box-tocart, .bundle-actions {
  margin: 10px 0; }

.abs-adjustment-incl-excl-tax .price-including-tax, .bundle-options-container .price-notice .price-including-tax, .product-options-wrapper .field .price-notice .price-including-tax, .cart-summary .price-including-tax, .gift-options .price-including-tax, .gift-summary .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.cart-summary .price-excluding-tax,
.gift-options .price-excluding-tax,
.gift-summary .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .weee,
.gift-options .weee,
.gift-summary .weee {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap; }

.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax, .gift-options .price-including-tax + .price-excluding-tax, .gift-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 11px; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before, .gift-options .price-including-tax + .price-excluding-tax:before, .gift-summary .price-including-tax + .price-excluding-tax:before {
    content: "(" attr(data-label) ": "; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after, .gift-options .price-including-tax + .price-excluding-tax:after, .gift-summary .price-including-tax + .price-excluding-tax:after {
    content: ')'; }

.abs-tax-total, .price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-tax-total:hover:after, .price-including-tax .cart-tax-total:hover:after,
  .price-excluding-tax .cart-tax-total:hover:after {
    color: inherit; }
  .abs-tax-total:active:after, .price-including-tax .cart-tax-total:active:after,
  .price-excluding-tax .cart-tax-total:active:after {
    color: inherit; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    position: absolute;
    right: -10px;
    top: 3px; }
  .abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
  .price-excluding-tax .cart-tax-total-expanded:after {
    content: ""; }

.abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: ""; }

.abs-methods-shipping-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px; }

@media only screen and (max-width: 640px) {
  .abs-checkout-order-review tbody tr:not(:last-child), .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f3f3f3; }
  .abs-checkout-order-review tbody tr .col.item:before, .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none; }
  .abs-checkout-order-review tbody tr .col.qty, .multicheckout.order-review .data.table tbody tr .col.qty, .abs-checkout-order-review tbody tr .col.price, .multicheckout.order-review .data.table tbody tr .col.price, .abs-checkout-order-review tbody tr .col.subtotal, .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
    .abs-checkout-order-review tbody tr .col.qty:before, .multicheckout.order-review .data.table tbody tr .col.qty:before, .abs-checkout-order-review tbody tr .col.price:before, .multicheckout.order-review .data.table tbody tr .col.price:before, .abs-checkout-order-review tbody tr .col.subtotal:before, .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
      content: attr(data-th) ":";
      display: block;
      font-weight: 700;
      padding-bottom: 10px; }
  .abs-checkout-order-review tbody tr .product-item-name, .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0; } }

.abs-colon:after, .block-minicart .subtotal .label:after, .minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': '; }

.abs-icon-add, .abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none; }
  .abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-icon-add:hover:before, .abs-dropdown-items-new .action.new:hover:before, .wishlist.split.button .action.new:hover:before, .wishlist-dropdown .action.new:hover:before {
    color: inherit; }
  .abs-icon-add:active:before, .abs-dropdown-items-new .action.new:active:before, .wishlist.split.button .action.new:active:before, .wishlist-dropdown .action.new:active:before {
    color: inherit; }

@media only screen and (max-width: 768px) {
  .abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none; }
    .abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 10px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 5px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-icon-add-mobile:hover:before, .block-wishlist-management .wishlist-add.item .add:hover:before {
      color: inherit; }
    .abs-icon-add-mobile:active:before, .block-wishlist-management .wishlist-add.item .add:active:before {
      color: inherit; } }

.abs-dropdown-items-new .items .item:last-child:hover, .wishlist.split.button .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8; }

.abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px; }

@media only screen and (max-width: 768px) {
  .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name, .block-collapsible-nav .title {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-toggling-title-mobile:hover:after, .block-wishlist-management .wishlist-select .wishlist-name:hover:after, .block-collapsible-nav .title:hover:after {
      color: inherit; }
    .abs-toggling-title-mobile:active:after, .block-wishlist-management .wishlist-select .wishlist-name:active:after, .block-collapsible-nav .title:active:after {
      color: inherit; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after {
      position: absolute;
      right: 10px;
      top: 0; }
    .abs-toggling-title-mobile.active:after, .block-wishlist-management .wishlist-select .active.wishlist-name:after, .block-collapsible-nav .active.title:after {
      content: ""; } }

.abs-no-display, .abs-sidebar-totals .table-caption, .cart-totals .table-caption, .opc-block-summary .table-totals .table-caption, .sidebar .subtitle, .cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br, .minicart-items .product-item-details .weee[data-label] .label, .page-product-giftcard .fieldset.giftcard > .legend + br, .order-details-items .order-items .order-gift-message .action.close, .multicheckout .block .methods-shipping .item-content .fieldset > .legend + br, .multicheckout .hidden, [class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle, .sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle, .no-display {
  display: none; }

@media only screen and (max-width: 640px) {
  .abs-no-display-s, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none; } }

@media only screen and (min-width: 768px) {
  .abs-no-display-desktop, .opc-estimated-wrapper, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none; } }

.abs-status, .return-status, .order-status {
  display: inline-block;
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  .abs-pager-toolbar-mobile .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-wishlist-results .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .pages,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px; } }

@media only screen and (max-width: 640px) {
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar, .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative; }
    .abs-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-wishlist-results .limiter {
      float: right;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-wishlist-results .toolbar-amount {
      float: left;
      line-height: normal;
      padding: 7px 0 0;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .pages, .account .toolbar .pages, .toolbar-wishlist-results .pages {
      position: absolute;
      width: 100%;
      z-index: 0; } }

.abs-block-items-counter, .block-compare .counter, .block-wishlist .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap; }

.abs-shopping-cart-items .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active, .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus {
    text-decoration: none; }
  .abs-shopping-cart-items .action.continue:before, .block-cart-failed .action.continue:before, .cart-container .form-cart .action.continue:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.continue:hover:before, .block-cart-failed .action.continue:hover:before, .cart-container .form-cart .action.continue:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:active:before, .block-cart-failed .action.continue:active:before, .cart-container .form-cart .action.continue:active:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }
  .abs-shopping-cart-items .action.continue.disabled, .block-cart-failed .action.continue.disabled, .cart-container .form-cart .action.continue.disabled, .abs-shopping-cart-items .action.continue[disabled], .block-cart-failed .action.continue[disabled], .cart-container .form-cart .action.continue[disabled],
  fieldset[disabled] .abs-shopping-cart-items .action.continue,
  fieldset[disabled] .block-cart-failed .action.continue,
  fieldset[disabled] .cart-container .form-cart .action.continue,
  .cart-container fieldset[disabled] .form-cart .action.continue {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

.abs-shopping-cart-items .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px; }
  .abs-shopping-cart-items .action.update:before, .block-cart-failed .action.update:before, .cart-container .form-cart .action.update:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.update:hover:before, .block-cart-failed .action.update:hover:before, .cart-container .form-cart .action.update:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.update:active:before, .block-cart-failed .action.update:active:before, .cart-container .form-cart .action.update:active:before {
    color: inherit; }

@media only screen and (max-width: 768px) {
  .abs-shopping-cart-items-mobile .actions, .cart-container .form-cart .actions {
    text-align: center; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.continue, .cart-container .form-cart .action.continue, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    margin: 0 auto 10px; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    display: block; } }

@media only screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%; }
    .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions, .cart-container .form-cart .actions, .cart-container .cart-gift-item .actions {
      text-align: right; }
    .abs-shopping-cart-items-desktop .action.clear, .block-cart-failed .action.clear, .cart-container .form-cart .action.clear, .cart-container .cart-gift-item .action.clear, .abs-shopping-cart-items-desktop .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update, .cart-container .cart-gift-item .action.update {
      margin-left: 10px; }
    .abs-shopping-cart-items-desktop .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart-container .cart-gift-item .action.continue {
      float: left; } }

.abs-field-date .control {
  position: relative; }

.abs-field-date-input, .abs-field-date input {
  margin-right: 10px;
  width: calc(100% - 33px); }

.abs-field-tooltip, .field .control._with-tooltip {
  position: relative; }
  .abs-field-tooltip input, .field .control._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - 36px); }

.abs-checkout-tooltip-content-position-top, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999; }
  .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px; }

@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile, .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 10px;
      left: auto;
      top: 0; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before {
      border-bottom-color: #999; }
    .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border-bottom-color: #f4f4f4;
      top: 1px; } }

.abs-checkout-title, .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  color: #202020;
  font-weight: 300;
  font-size: 26px; }

.abs-sidebar-totals .mark, .cart-totals .mark, .opc-block-summary .table-totals .mark {
  font-weight: 300;
  padding-left: 4px; }
  .abs-sidebar-totals .mark strong, .cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: 300; }

.abs-sidebar-totals .amount, .cart-totals .amount, .opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap; }
  .abs-sidebar-totals .amount strong, .cart-totals .amount strong, .opc-block-summary .table-totals .amount strong {
    font-weight: 300; }

.abs-sidebar-totals .grand .mark, .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px; }


.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right; }
  .abs-sidebar-totals .grand .amount strong, .cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
    font-weight: 700; }

.abs-sidebar-totals .msrp, .cart-totals .msrp, .opc-block-summary .table-totals .msrp {
  margin-bottom: 10px; }

.abs-sidebar-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer; }

.abs-sidebar-totals .totals-tax-summary .amount .price, .cart-totals .totals-tax-summary .amount .price, .opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }
  .abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span, .opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:hover:after, .cart-totals .totals-tax-summary .amount .price:hover:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
    color: inherit; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:active:after, .cart-totals .totals-tax-summary .amount .price:active:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:active:after {
    color: inherit; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -5px;
    top: -12px; }

.abs-sidebar-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .mark, .opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0; }

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: ""; }

.abs-sidebar-totals .totals-tax-details, .cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #f3f3f3; }
  .abs-sidebar-totals .totals-tax-details.shown, .cart-totals .totals-tax-details.shown, .opc-block-summary .table-totals .totals-tax-details.shown {
    display: table-row; }

.abs-discount-block > .title, .cart-summary .block > .title, .paypal-review-discount .block > .title {
  border-top: 1px solid #f3f3f3;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-discount-block > .title:hover:after, .cart-summary .block > .title:hover:after, .paypal-review-discount .block > .title:hover:after {
    color: inherit; }
  .abs-discount-block > .title:active:after, .cart-summary .block > .title:active:after, .paypal-review-discount .block > .title:active:after {
    color: inherit; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    position: absolute;
    right: -5px;
    top: -5px; }
  .column.main .abs-discount-block > .title strong, .column.main .cart-summary .block > .title strong, .cart-summary .column.main .block > .title strong, .column.main .paypal-review-discount .block > .title strong, .paypal-review-discount .column.main .block > .title strong {
    font-size: 18px;
    font-weight: 300; }

.abs-discount-block > .content, .cart-summary .block > .content, .paypal-review-discount .block > .content {
  display: none; }

.abs-discount-block.active > .title:after, .cart-summary .active.block > .title:after, .paypal-review-discount .active.block > .title:after {
  content: ""; }

.abs-discount-block.active > .content, .cart-summary .active.block > .content, .paypal-review-discount .active.block > .content {
  display: block; }

@font-face {
  font-family: "Switzer", sans-serif;
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/light/opensans-300.eot");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/light/opensans-300.eot?#iefix") format("embedded-opentype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/light/opensans-300.woff2") format("woff2"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/light/opensans-300.woff") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/light/opensans-300.ttf") format("truetype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/light/opensans-300.svg#Switzer, sans-serif") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Switzer", sans-serif;
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/regular/opensans-400.eot");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/regular/opensans-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/regular/opensans-400.woff2") format("woff2"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/regular/opensans-400.woff") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/regular/opensans-400.ttf") format("truetype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/regular/opensans-400.svg#Switzer, sans-serif") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Switzer", sans-serif;
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/semibold/opensans-600.eot");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/semibold/opensans-600.eot?#iefix") format("embedded-opentype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/semibold/opensans-600.woff2") format("woff2"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/semibold/opensans-600.woff") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/semibold/opensans-600.ttf") format("truetype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/semibold/opensans-600.svg#Switzer, sans-serif") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Switzer", sans-serif;
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/bold/opensans-700.eot");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/bold/opensans-700.eot?#iefix") format("embedded-opentype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/bold/opensans-700.woff2") format("woff2"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/bold/opensans-700.woff") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/bold/opensans-700.ttf") format("truetype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/opensans/bold/opensans-700.svg#Switzer, sans-serif") format("svg");
  font-weight: 700;
  font-style: normal; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 64px;
    margin-bottom: 24px; } }

.items {
  margin: 0;
  padding: 0;
  list-style: none none; }

.columns {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  .columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .columns .column.main {
    flex-grow: 1;
    flex-basis: 100%;
    order: 1; }
  .columns .sidebar-main {
    flex-grow: 1;
    flex-basis: 100%;
    order: 1; }
  .columns .sidebar-additional {
    flex-grow: 1;
    flex-basis: 100%;
    order: 2; }

@media only screen and (max-width: 768px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .mobile-search-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px; } }

@media only screen and (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-title-wrapper,
  .mobile-search-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1280px;
    box-sizing: border-box; }
  .page-title-wrapper {
    padding: 0; }
  .page-main {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto; }
    .ie9 .page-main {
      width: auto; }
    .mageshopscontentcreator-cms-page .page-main {
      max-width: none; }
  .columns {
    display: block; }
  .page-layout-1column .column.main {
    width: 100%;
    order: 2; }
  .page-layout-3columns .column.main {
    width: 66.66667%;
    display: inline-block;
    order: 2; }
  .page-layout-2columns-left .column.main {
    width: 83.33333%;
    float: right;
    order: 2; }
  .page-layout-2columns-right .column.main {
    width: 83.33333%;
    float: left;
    order: 1; }
  .sidebar-main {
    padding-right: 2%; }
    .page-layout-3columns .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-left .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-right .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%; }
  .sidebar-additional {
    padding-left: 2%;
    clear: right; }
    .page-layout-3columns .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 3; }
    .page-layout-2columns-left .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 2; }
    .page-layout-2columns-right .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 2; }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 2%;
    padding-left: 0;
    clear: left;
    float: left; }
  .panel.header {
    padding: 10px 20px; }
  .cms-content h2.heading-text {
    width: 75%; }
  .cms-content ul.cms-list li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 10px;
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal; }
  .cms-content .cms-list-heading {
    display: block;
    margin-top: 25px;
    font-weight: bold; }
  .cms-page-view .columns {
    margin-bottom: 0 !important; }
    .cms-page-view .columns .column.main {
      min-height: 0; }
  .cms-page-view .page-bottom {
    padding: initial;
    margin: initial;
    max-width: initial; }
  .cms-page-view .text-block {
    font-size: 1.2em;
    color: #7F8082; }
  .cms-page-view .cms-content-block {
    margin-bottom: 25px;
    padding: 20px 0; }
    .cms-page-view .cms-content-block.white {
      background-color: white; }
    .cms-page-view .cms-content-block.footer * {
      margin: 0 auto; } }

@media only screen and (max-width: 640px) {
  .table-wrapper {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    position: relative; }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.technical-data-table) tbody > tr > td:first-child {
      padding-top: 15px; }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.technical-data-table) tbody > tr > td:last-child {
      border-bottom: 1px solid #d1d1d1;
      padding-bottom: 15px; }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.technical-data-table) tbody > tr > td.col.qty {
      text-align: left; }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.technical-data-table).additional-attributes tbody td:last-child {
      border: none;
      padding: 0 0 5px; }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
      padding-top: 20px; }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
      box-sizing: border-box;
      float: left;
      text-align: left;
      width: 70%; }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
      box-sizing: border-box;
      float: left;
      text-align: right;
      width: 30%; }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
      font-size: 16px; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
        padding-bottom: 10px; }
  .data-table-definition-list tbody th {
    padding-bottom: 0; }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    padding-left: 0;
    padding-right: 0; } }

.message.info {
  border-radius: inherit;
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 13px;
  background: #fdf0d5;
  border-color: inherit;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.info a {
    color: #1979c3; }
    .message.info a:hover {
      color: #006bb4; }
    .message.info a:active {
      color: #006bb4; }
  .message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: "";
    font-family: "icons-blank-theme";
    margin: -12px 0 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    bottom: inherit;
    left: 0;
    right: inherit;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.error {
  border-radius: inherit;
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 13px;
  background: #fae5e5;
  border-color: inherit;
  color: #e02b27;
  padding-left: 40px;
  position: relative; }
  .message.error a {
    color: #1979c3; }
    .message.error a:hover {
      color: #006bb4; }
    .message.error a:active {
      color: #006bb4; }
  .message.error > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: "";
    font-family: "icons-blank-theme";
    margin: -12px 0 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    bottom: inherit;
    left: 0;
    right: inherit;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.warning {
  border-radius: inherit;
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 13px;
  background: #fdf0d5;
  border-color: inherit;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.warning a {
    color: #1979c3; }
    .message.warning a:hover {
      color: #006bb4; }
    .message.warning a:active {
      color: #006bb4; }
  .message.warning > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: "";
    font-family: "icons-blank-theme";
    margin: -12px 0 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    bottom: inherit;
    left: 0;
    right: inherit;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.notice {
  border-radius: inherit;
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 13px;
  background: #fdf0d5;
  border-color: inherit;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.notice a {
    color: #1979c3; }
    .message.notice a:hover {
      color: #006bb4; }
    .message.notice a:active {
      color: #006bb4; }
  .message.notice > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: "";
    font-family: "icons-blank-theme";
    margin: -12px 0 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    bottom: inherit;
    left: 0;
    right: inherit;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.success {
  border-radius: inherit;
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 13px;
  background: #e5efe5;
  border-color: inherit;
  color: #006400;
  padding-left: 40px;
  position: relative; }
  .message.success a {
    color: #1979c3; }
    .message.success a:hover {
      color: #006bb4; }
    .message.success a:active {
      color: #006bb4; }
  .message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: "";
    font-family: "icons-blank-theme";
    margin: -12px 0 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    bottom: inherit;
    left: 0;
    right: inherit;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.panel.header .links,
.panel.header .switcher {
  display: none; }

.nav-sections {
  font-size: 1.25em;
  color: #7F8082;
  background: transparent; }

.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  z-index: 14;
  order: 2; }
  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #134094;
    content: "";
    font-family: "teufelberger-icons";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .nav-toggle:hover:before {
    color: #333; }
  .nav-toggle:active:before {
    color: inherit; }
  .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

@media only screen and (max-width: 768px) {
  .navigation {
    background: #FFF;
    border: none;
    box-sizing: border-box; }
    .navigation ul {
      margin: 0;
      padding: 0; }
    .navigation li {
      margin: 0; }
    .navigation a {
      display: block;
      padding-top: 10px;
      padding-right: 0;
      padding-bottom: 10px;
      padding-left: 0; }
    .navigation a,
    .navigation a:hover {
      color: #202020;
      text-decoration: none; }
    .navigation .level0 {
      border-top: 1px solid #D2D2D2;
      font-size: 16px; }
      .navigation .level0 > .level-top {
        background: inherit;
        font-weight: 400;
        line-height: inherit;
        padding: 8px 40px 8px 15px;
        text-transform: none;
        word-wrap: break-word; }
      .navigation .level0.active .all-category .ui-state-focus {
        background: inherit;
        border-color: #D4021C;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: inherit;
        padding-left: 7px;
        text-decoration: inherit;
        display: inline-block; }
      .navigation .level0 > .level1 {
        font-weight: 600; }
      .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        background: inherit;
        border-color: #D4021C;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: inherit;
        text-decoration: inherit; }
        .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
          margin-left: -8px; }
    .navigation li.level0:last-child {
      border-bottom: 1px solid #D2D2D2; }
    .navigation .submenu > li {
      word-wrap: break-word; }
    .navigation .submenu:not(:first-child) {
      background: inherit;
      border: none;
      font-size: inherit;
      font-weight: 300;
      line-height: 1.3;
      left: auto;
      overflow-x: hidden;
      padding: 0;
      position: relative;
      top: auto !important;
      transition: left 0.3s ease-out; }
      .navigation .submenu:not(:first-child) > li > a {
        padding-left: 15px; }
      .navigation .submenu:not(:first-child) > li:last-child {
        margin-bottom: 0; }
      .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 0; }
        .navigation .submenu:not(:first-child) ul > li {
          margin: 0; }
          .navigation .submenu:not(:first-child) ul > li a {
            background: inherit;
            border: none;
            color: #575757;
            text-decoration: inherit;
            display: block;
            line-height: normal; }
      .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important; }
      .navigation .submenu:not(:first-child) .active > a {
        background: #134094;
        border-color: transparent;
        border-style: none;
        border-width: 0;
        color: #FFF;
        padding-left: 7px;
        text-decoration: none; }
      .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 7px; }
  .navigation {
    padding: 0; }
    .navigation a {
      display: inline-flex;
      flex-direction: row;
      width: 100%; }
    .navigation .ui-menu-icon {
      order: 10;
      display: block;
      text-decoration: none; }
      .navigation .ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: normal;
        color: inherit;
        content: "";
        font-family: "teufelberger-icons";
        margin: inherit;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .navigation .ui-menu-icon:hover:after {
        color: inherit; }
      .navigation .ui-menu-icon:active:after {
        color: inherit; }
    .navigation .ui-state-active > .ui-menu-icon:after {
      content: ""; }
    .navigation .level0 > .level1 {
      font-weight: 400; }
    .navigation .submenu.level0 {
      border-bottom: 1px solid #D2D2D2; }
    .navigation .submenu.parent > a {
      display: inline-flex;
      flex-direction: row;
      width: 100%; }
    .navigation .nav-1 > .level0 .ui-menu-icon, .navigation .nav-1 > .level0 .submenu {
      display: none !important; }
    .navigation .contact-block {
      padding-left: 10px;
      display: inline; }
      .navigation .contact-block .fa {
        display: none; }
      .navigation .contact-block a {
        line-height: 40px;
        padding: 0px 15px;
        display: inline; }
        .navigation .contact-block a.header-top {
          font-size: 0; }
          .navigation .contact-block a.header-top:before {
            font-family: "FontAwesome";
            font-size: 22px;
            cursor: pointer;
            position: relative;
            top: 5px; }
          .navigation .contact-block a.header-top:first-of-type:before {
            content: "\f0e0"; }
          .navigation .contact-block a.header-top:last-of-type:before {
            content: "\f095"; }
        .navigation .contact-block a span {
          display: none; }
    .navigation .form-language {
      padding-right: 10px;
      display: inline; }
      .navigation .form-language a {
        margin: 0px;
        padding: 13px 10px;
        display: inline; }
      .navigation .form-language img {
        display: block; }
  .nav-sections {
    transition: left 0.3s;
    height: 100%;
    left: 100%;
    overflow: auto;
    position: fixed;
    top: 121px;
    width: 100%;
    background: rgba(132, 149, 169, 0.3);
    z-index: 15;
    min-width: 320px; }
    .nav-sections .switcher {
      border-top: 1px solid #d1d1d1;
      font-size: 1.6rem;
      font-weight: 700;
      margin: 0;
      padding: 0.8rem 3.5rem 0.8rem 2rem; }
      .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px; }
      .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1; }
      .nav-sections .switcher-trigger strong {
        display: inline-block;
        position: relative;
        display: block;
        text-decoration: none; }
        .nav-sections .switcher-trigger strong:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 42px;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "icons-blank-theme";
          margin: inherit;
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .nav-sections .switcher-trigger strong:hover:after {
          color: inherit; }
        .nav-sections .switcher-trigger strong:active:after {
          color: inherit; }
        .nav-sections .switcher-trigger strong:after {
          position: absolute;
          right: -40px;
          top: -18px; }
      .nav-sections .switcher-trigger.active strong:after {
        content: ""; }
      .nav-sections .switcher-dropdown {
        margin: 0;
        padding: 0;
        list-style: none none;
        padding: 10px 0; }
    .nav-sections .header.links {
      margin: 0;
      padding: 0;
      list-style: none none;
      border-bottom: 1px solid #d1d1d1; }
      .nav-sections .header.links li {
        font-size: 16px;
        margin: 0; }
        .nav-sections .header.links li.greet.welcome {
          border-top: 1px solid #d1d1d1;
          font-weight: 700;
          padding: 0.8rem 20px; }
        .nav-sections .header.links li > a {
          border-top: 1px solid #d1d1d1; }
      .nav-sections .header.links a,
      .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: inline-block;
        font-weight: 700;
        padding: 0.8rem 20px; }
      .nav-sections .header.links .header.links {
        border: 0; }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%; }
    .nav-before-open .page-wrapper {
      transition: left 0.3s;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: relative; }
    .nav-before-open body {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%; }
  .nav-open .nav-sections {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0; }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .nav-sections-items {
    position: relative;
    z-index: 1;
    margin: 10px 20px; }
    .nav-sections-items:before, .nav-sections-items:after {
      content: '';
      display: table; }
    .nav-sections-items:after {
      clear: both; }
  .nav-sections-item-title {
    display: none;
    background: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%; }
    .nav-sections-item-title.active {
      background: transparent;
      border-bottom: 0; }
    .nav-sections-item-title .nav-sections-item-switch:hover {
      text-decoration: none; }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    background: #f7f6f1;
    padding: 0px; }
    .nav-sections-item-content:before, .nav-sections-item-content:after {
      content: '';
      display: table; }
    .nav-sections-item-content:after {
      clear: both; }
    .nav-sections-item-content.active {
      display: block; }
  .navigation .level0 {
    border-top: none; }
  .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
    border: none;
    color: #134094; }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin: 0px; } }

@media only screen and (min-width: 769px) {
  .nav-toggle {
    display: none; }
  .teufelberger-navigation {
    flex-grow: 1; }
  .nav-sections {
    flex-grow: 0;
    flex-basis: auto; }
    .nav-sections-item-title {
      display: none; }
    .nav-sections-item-content {
      display: block; }
    .nav-sections-item-content > * {
      display: none; }
    .nav-sections-item-content > .navigation {
      display: flex;
      align-items: center;
      padding: 8px 20px; }
  .navigation {
    background: transparent;
    border: none;
    font-size: inherit;
    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;
      font-weight: 700; }
    .navigation li.level0 {
      border-top: none; }
    .navigation .level0 {
      margin: 0 10px 0 0;
      display: inline-block;
      position: relative; }
      .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0; }
      .navigation .level0 > .level-top {
        background: inherit;
        border: none;
        color: #575757;
        line-height: 53px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative; }
        .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
          background: inherit;
          border: none;
          color: #202020;
          text-decoration: none; }
      .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        background: inherit;
        border-color: #D4021C;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block; }
      .navigation .level0.parent:hover > .submenu {
        overflow: visible !important; }
      .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #f3f3f3;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        font-size: inherit;
        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: #fff;
            left: 20px;
            top: -20px;
            border: 10px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #fff;
            z-index: 4; }
          .navigation .level0 .submenu > ul:after {
            border: 11px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #f3f3f3;
            color: #f3f3f3;
            left: 19px;
            top: -22px;
            z-index: 3; }
        .navigation .level0 .submenu a {
          display: block;
          line-height: inherit;
          background: inherit;
          border: none;
          color: #333;
          padding: 8px 20px;
          text-decoration: inherit; }
          .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
            background: #e8e8e8;
            border: none;
            color: #333;
            text-decoration: none; }
        .navigation .level0 .submenu .active > a {
          background: inherit;
          border-color: #D4021C;
          border-style: solid;
          border-width: 0 0 0 3px;
          color: inherit;
          text-decoration: inherit; }
        .navigation .level0 .submenu .submenu {
          top: 0 !important;
          left: 100% !important; }
        .navigation .level0 .submenu .submenu-reverse {
          left: auto !important;
          right: 100%; }
      .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: "";
          font-family: "icons-blank-theme";
          margin: inherit;
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .navigation .level0.more:hover:after {
          color: inherit; }
        .navigation .level0.more:active:after {
          color: inherit; }
        .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; }
  .teufelberger-navigation .submenu .ui-menu-icon {
    order: 10;
    display: block;
    text-decoration: none; }
    .teufelberger-navigation .submenu .ui-menu-icon:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: normal;
      color: inherit;
      content: "";
      font-family: "teufelberger-icons";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .teufelberger-navigation .submenu .ui-menu-icon:hover:after {
      color: inherit; }
    .teufelberger-navigation .submenu .ui-menu-icon:active:after {
      color: inherit; }
  .teufelberger-navigation .submenu .ui-state-active > .ui-menu-icon:after {
    content: ""; }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block; }
  .navigation {
    display: flex;
    align-items: center;
    padding: 8px 0; }
    .navigation a {
      font-size: 16px;
      color: #134094 !important; }
      .navigation a.expanded, .navigation a:hover {
        color: #134094 !important;
        background: none; }
    .navigation .level0 > .level-top {
      line-height: 24px; }
    .navigation .level0 .level-top {
      border: 0 !important; }
    .navigation .level0:first-child > a {
      padding-left: 0px; }
    .navigation .level0 .ui-menu-item {
      overflow: hidden;
      clear: both;
      white-space: nowrap; }
    .navigation .level0 .parent {
      min-width: 270px; }
    .navigation .level0.first .submenu {
      min-width: inherit;
      padding: 0 35px 7px;
      column-count: 3;
      border: none; }
      .navigation .level0.first .submenu li {
        margin: 0px; }
      .navigation .level0.first .submenu .active > a {
        color: #134094;
        border: 0; }
      .navigation .level0.first .submenu a {
        padding: 6px 5px;
        color: #202020;
        display: block;
        float: none; }
      .navigation .level0.first .submenu a:hover {
        background: #134094 !important;
        color: #fff !important; }
        .navigation .level0.first .submenu a:hover .ui-menu-icon {
          border-right: 2px solid #134094;
          border-bottom: 2px solid #134094; }
      .navigation .level0.first .submenu a.ui-state-active {
        background: none; }
      .navigation .level0.first .submenu a.ui-state-focus {
        background: none; }
      .navigation .level0.first .submenu .submenu {
        display: none !important;
        background: none;
        border: 0;
        box-shadow: none;
        position: inherit;
        top: initial !important;
        left: initial !important; }
        .navigation .level0.first .submenu .submenu a {
          background: none; }
        .navigation .level0.first .submenu .submenu a:hover {
          background: none; }
        .navigation .level0.first .submenu .submenu span {
          display: block;
          padding-left: 10px; }
    .navigation .level0:not(.first) .submenu {
      background: none;
      box-shadow: none;
      border: none; }
      .navigation .level0:not(.first) .submenu li {
        margin: 1px 0;
        background-color: #fff; }
        .navigation .level0:not(.first) .submenu li a {
          display: inline-flex;
          width: 100%;
          float: none;
          padding: 0 6px;
          line-height: 30px;
          background: #fff !important;
          font-weight: 300; }
          .navigation .level0:not(.first) .submenu li a:hover {
            background: #fff !important; }
        .navigation .level0:not(.first) .submenu li.active a {
          background-color: #fff; }
        .navigation .level0:not(.first) .submenu li.level1.expanded > a {
          color: #134094 !important;
          font-weight: bold;
          background: #fff; }
        .navigation .level0:not(.first) .submenu li.level1.has-active > a > span {
          font-weight: bold; }
        .navigation .level0:not(.first) .submenu li:first-child {
          margin-top: 0px; }
        .navigation .level0:not(.first) .submenu li:last-child {
          margin-bottom: 0px; }
        .navigation .level0:not(.first) .submenu li span {
          font-weight: 300; }
      .navigation .level0:not(.first) .submenu .submenu {
        position: inherit;
        left: 0px !important;
        top: 0px !important; }
        .navigation .level0:not(.first) .submenu .submenu li a {
          padding-left: 20px; }
          .navigation .level0:not(.first) .submenu .submenu li a:hover {
            background: #134094 !important;
            color: #fff !important; }
        .navigation .level0:not(.first) .submenu .submenu li.active a {
          background: #134094 !important;
          color: #fff !important; }
        .navigation .level0:not(.first) .submenu .submenu .ui-menu-icon {
          display: none; }
        .navigation .level0:not(.first) .submenu .submenu .submenu {
          display: none !important; }
      .navigation .level0:not(.first) .submenu .active a {
        border: none; }
      .navigation .level0:not(.first) .submenu.expanded > .submenu {
        display: block; }
      .navigation .level0:not(.first) .submenu .ui-menu-icon {
        background: none; }
    .navigation .level0.nav-1 .parent .ui-menu-icon {
      display: none; }
    .navigation .level0 .level1 .submenu {
      padding: 0; }
    .navigation .form-language,
    .navigation .contact-block {
      display: none; } }

.tooltip.wrapper {
  position: relative; }
  .tooltip.wrapper .tooltip.content {
    background: #fff;
    border-radius: inherit;
    margin: inherit;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #202020;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1.4;
    font-size: inherit;
    border: 1px solid #bbb;
    margin-top: 5px;
    left: 0;
    top: 100%; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .tooltip.wrapper .tooltip.content:after {
      border-width: 5px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:before {
      border-width: 6px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      bottom: 100%; }
    .tooltip.wrapper .tooltip.content:after {
      border-bottom-color: #fff;
      left: 15px;
      margin-left: -5px; }
    .tooltip.wrapper .tooltip.content:before {
      border-bottom-color: #bbb;
      left: 15px;
      margin-left: -6px; }
  .tooltip.wrapper .tooltip.toggle {
    cursor: help; }
  .tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
  .tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
  .tooltip.wrapper:hover .tooltip.content {
    display: block; }
  .tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0; }
  .tooltip.wrapper .tooltip.content dd {
    white-space: normal; }
  .tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500; }
  .tooltip.wrapper .tooltip.content .label {
    margin-top: 10px; }
    .tooltip.wrapper .tooltip.content .label:first-child {
      margin-top: 0; }
  .tooltip.wrapper .tooltip.content .values {
    margin: 0; }

.ui-tooltip {
  position: absolute;
  z-index: 9999; }

.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute; }
  .load.indicator:before {
    background: transparent url("../../frontend/Mageshops/Teufelberger/it_IT/images/loader-2.gif") no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    padding: inherit;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .load.indicator > span {
    display: none; }

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5); }
  .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100; }
  .loading-mask .loader > p {
    display: none; }

body > .loading-mask {
  z-index: 9999; }

._block-content-loading {
  position: relative; }

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em; }
  .fieldset > * {
    letter-spacing: normal; }
  .fieldset > .legend {
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    line-height: 1.2;
    font-size: 18px; }
    .fieldset > .legend + br {
      clear: both;
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .fieldset:last-child {
    margin-bottom: 0; }
  .fieldset > .field,
  .fieldset > .fields > .field {
    margin: 0 0 20px; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      margin: 0 0 8px;
      display: inline-block; }
    .fieldset > .field:last-child,
    .fieldset > .fields > .field:last-child {
      margin-bottom: 0; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      font-weight: 600; }
      .fieldset > .field > .label + br,
      .fieldset > .fields > .field > .label + br {
        display: none; }
    .fieldset > .field .choice input,
    .fieldset > .fields > .field .choice input {
      vertical-align: top; }
    .fieldset > .field .fields.group:before, .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:before,
    .fieldset > .fields > .field .fields.group:after {
      content: '';
      display: table; }
    .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:after {
      clear: both; }
    .fieldset > .field .fields.group .field,
    .fieldset > .fields > .field .fields.group .field {
      box-sizing: border-box;
      float: left; }
    .fieldset > .field .fields.group.group-2 .field,
    .fieldset > .fields > .field .fields.group.group-2 .field {
      width: 50% !important; }
    .fieldset > .field .fields.group.group-3 .field,
    .fieldset > .fields > .field .fields.group.group-3 .field {
      width: 33.3% !important; }
    .fieldset > .field .fields.group.group-4 .field,
    .fieldset > .fields > .field .fields.group.group-4 .field {
      width: 25% !important; }
    .fieldset > .field .fields.group.group-5 .field,
    .fieldset > .fields > .field .fields.group.group-5 .field {
      width: 20% !important; }
    .fieldset > .field .addon,
    .fieldset > .fields > .field .addon {
      display: inline-flex;
      flex-wrap: nowrap;
      padding: 0;
      width: 100%; }
      .fieldset > .field .addon textarea,
      .fieldset > .field .addon select,
      .fieldset > .field .addon .content-filter-container .select-input,
      .content-filter-container .fieldset > .field .addon .select-input,
      .fieldset > .field .addon input,
      .fieldset > .fields > .field .addon textarea,
      .fieldset > .fields > .field .addon select,
      .fieldset > .fields > .field .addon .content-filter-container .select-input,
      .content-filter-container .fieldset > .fields > .field .addon .select-input,
      .fieldset > .fields > .field .addon input {
        order: 2;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .field .addon .addafter,
      .fieldset > .fields > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #A6A6A6;
        border-radius: 4px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: auto;
        line-height: 1.5;
        padding: 14px 16px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto; }
        .fieldset > .field .addon .addbefore:disabled,
        .fieldset > .field .addon .addafter:disabled,
        .fieldset > .fields > .field .addon .addbefore:disabled,
        .fieldset > .fields > .field .addon .addafter:disabled {
          opacity: 0.5; }
        .fieldset > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .field .addon .addafter::-moz-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .fields > .field .addon .addafter::-moz-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .field .addon .addafter::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .field .addon .addafter:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
          color: #c2c2c2; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addbefore {
        float: left;
        order: 1; }
    .fieldset > .field .additional,
    .fieldset > .fields > .field .additional {
      margin-top: 10px; }
    .fieldset > .field.required > .label:after,
    .fieldset > .field._required > .label:after,
    .fieldset > .fields > .field.required > .label:after,
    .fieldset > .fields > .field._required > .label:after {
      content: '*';
      color: #e02b27;
      font-size: 12px;
      margin: 0 0 0 5px; }
    .fieldset > .field .note,
    .fieldset > .fields > .field .note {
      color: inherit;
      font-size: 12px;
      margin: 3px 0 0;
      padding: 0;
      display: inline-block;
      text-decoration: none; }
      .fieldset > .field .note:before,
      .fieldset > .fields > .field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 12px;
        content: inherit;
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .fieldset > .field.no-label > .label,
    .fieldset > .fields > .field.no-label > .label {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .fieldset > .field.choice .label,
    .fieldset > .fields > .field.choice .label {
      font-weight: normal;
      display: inline; }
    .column:not(.main) .fieldset > .field .label, .column:not(.main)
    .fieldset > .fields > .field .label {
      font-weight: normal; }
    .fieldset > .field .field.choice,
    .fieldset > .fields > .field .field.choice {
      margin-bottom: 10px; }
      .fieldset > .field .field.choice:last-child,
      .fieldset > .fields > .field .field.choice:last-child {
        margin-bottom: 0; }

.legend + .fieldset,
.legend + div {
  clear: both; }

.legend span {
  margin-right: 5px; }

fieldset.field {
  border: 0;
  padding: 0; }

.field.date .time-picker {
  white-space: nowrap;
  margin-top: 10px;
  display: inline-block; }

.field .message.warning {
  margin-top: 10px; }


select,
.content-filter-container .select-input {
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #f3f3f3;
  height: 32px;
  background: #fff url("../../frontend/Mageshops/Teufelberger/it_IT/images/select-bg.svg") no-repeat 100% 45%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: 0.01em; }
  select::-ms-expand, .content-filter-container .select-input::-ms-expand {
    display: none; }
  .lt-ie10 select, .lt-ie10 .content-filter-container .select-input, .content-filter-container .lt-ie10 .select-input {
    background-image: none;
    padding-right: 4px; }

div.mage-error[generated] {
  margin-top: 7px; }

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #fff;
    border-radius: inherit;
    margin: inherit;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #202020;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1.4;
    font-size: inherit;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .field .tooltip .tooltip-content:after {
      border-width: 5px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:before {
      border-width: 6px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      right: 100%; }
    .field .tooltip .tooltip-content:after {
      border-right-color: #fff;
      margin-top: -5px;
      top: 15px; }
    .field .tooltip .tooltip-content:before {
      border-right-color: #bbb;
      margin-top: -6px;
      top: 15px; }
  .field .tooltip .tooltip-toggle {
    cursor: help; }
  .field .tooltip .tooltip-toggle:hover + .tooltip-content,
  .field .tooltip .tooltip-toggle:focus + .tooltip-content,
  .field .tooltip:hover .tooltip-content {
    display: block; }
  .field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content,
.content-filter-container .select-input:focus ~ .tooltip .tooltip-content {
  display: block; }

.hasDatepicker + .ui-datepicker-trigger {
  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: 300;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle; }
  .hasDatepicker + .ui-datepicker-trigger:focus, .hasDatepicker + .ui-datepicker-trigger:active {
    background: none;
    border: none; }
  .hasDatepicker + .ui-datepicker-trigger:hover {
    background: none;
    border: none; }
  .hasDatepicker + .ui-datepicker-trigger.disabled, .hasDatepicker + .ui-datepicker-trigger[disabled],
  fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .hasDatepicker + .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .hasDatepicker + .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .hasDatepicker + .ui-datepicker-trigger:hover:before {
    color: inherit; }
  .hasDatepicker + .ui-datepicker-trigger:active:before {
    color: inherit; }
  .hasDatepicker + .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0; }

.sidebar .fieldset {
  margin: 0; }
  .sidebar .fieldset > .field:not(.choice):not(:last-child),
  .sidebar .fieldset .fields > .field:not(:last-child) {
    margin: 0 0 20px; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%; }
  .sidebar .fieldset > .field:not(.choice) .control,
  .sidebar .fieldset .fields > .field .control {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .fieldset > .field {
    margin: 0 0 29px; } }

@font-face {
  font-family: "icons-blank-theme";
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../../frontend/Mageshops/Teufelberger/it_IT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal; }

a.action.primary, button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift {
  border-radius: 3px; }

button:active, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

a.action.primary {
  display: inline-block;
  text-decoration: none; }
  a.action.primary:hover, a.action.primary:active, a.action.primary:focus {
    text-decoration: none; }

.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle; }
  .action.primary:focus, .action.primary:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff; }
  .action.primary:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff; }
  .action.primary.disabled, .action.primary[disabled],
  fieldset[disabled] .action.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.product.data.items {
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .product.data.items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px; }
    .product.data.items > .item.title {
      border-top: none;
      width: auto;
      order: 1; }
      .product.data.items > .item.title > .switch {
        padding: 8px 24px 16px 24px;
        font-weight: 300;
        font-size: 17px;
        line-height: 24px; }
        .product.data.items > .item.title > .switch:after {
          display: none; }
      .product.data.items > .item.title:not(.disabled) > .switch:focus,
      .product.data.items > .item.title:not(.disabled) > .switch:hover {
        color: #134094;
        border-bottom: 2px solid #134094; }
      .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 {
        color: #134094;
        border-bottom: 2px solid #134094; }
    .product.data.items > .item.content {
      width: 100%;
      order: 2;
      padding: 48px 0 80px; }
    .product.data.items.responsive-tabs[role="tablist"] {
      display: flex;
      margin-bottom: 0;
      width: 100%; } }

.pages {
  padding: 16px 0;
  text-align: center; }
  .pages > .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .pages .items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: inline-block;
    font-weight: 500; }
  .pages .item {
    font-size: 16px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 150%;
    margin: 0;
    display: inline-block; }
    .pages .item .label {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .pages a.page {
    background: inherit;
    border: none;
    color: #202020;
    display: inline-block;
    padding: 0 8px;
    text-decoration: none; }
    .pages a.page:visited {
      background: inherit;
      border: none;
      color: #202020; }
    .pages a.page:hover {
      background: inherit;
      border: none;
      color: #134094;
      text-decoration: none; }
    .pages a.page:active {
      background: inherit;
      border: none;
      color: #134094; }
  .pages strong.page {
    background: inherit;
    border: none;
    font-size: 16px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 150%;
    color: #134094;
    display: inline-block;
    font-weight: 500;
    padding: 0 8px; }
  .pages .action {
    background: inherit;
    border: none;
    color: #A6A6A6;
    display: inline-block;
    padding: 0;
    text-decoration: underline; }
    .pages .action:visited {
      background: inherit;
      border: none;
      color: #A6A6A6; }
    .pages .action:hover {
      background: inherit;
      border: none;
      color: #134094;
      text-decoration: none; }
    .pages .action:active {
      background: inherit;
      border: none;
      color: #134094; }
    .pages .action.next {
      display: inline-block;
      text-decoration: none; }
      .pages .action.next:visited:before {
        color: #A6A6A6; }
      .pages .action.next:active:before {
        color: #134094; }
      .pages .action.next > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .pages .action.next:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 24px;
        color: #A6A6A6;
        content: "";
        font-family: "teufelberger-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .pages .action.next:hover:before {
        color: #134094; }
      .pages .action.next:active:before {
        color: #134094; }
    .pages .action.previous {
      display: inline-block;
      text-decoration: none; }
      .pages .action.previous:visited:before {
        color: #A6A6A6; }
      .pages .action.previous:active:before {
        color: #134094; }
      .pages .action.previous > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .pages .action.previous:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 24px;
        color: #A6A6A6;
        content: "";
        font-family: "teufelberger-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .pages .action.previous:hover:before {
        color: #134094; }
      .pages .action.previous:active:before {
        color: #134094; }
  .pages strong.page span {
    border-bottom: 2px solid; }
  .pages .action.previous, .pages .action.next {
    color: #134094;
    padding: 8px; }
  .pages .action.previous {
    margin-right: 30px; }
  .pages .action.next {
    margin-left: 30px; }

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px; }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 10px; }
    .actions-toolbar > .primary .action:last-child,
    .actions-toolbar > .secondary .action:last-child {
      margin-bottom: 0; }
  .actions-toolbar > .primary:last-child,
  .actions-toolbar > .secondary:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .actions-toolbar {
    margin: inherit;
    padding: inherit;
    clear: both; }
    .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 .action,
      .actions-toolbar .secondary .action {
        margin: inherit; }
      .actions-toolbar .primary a.action,
      .actions-toolbar .secondary a.action {
        display: inline-block;
        margin-top: inherit; }
    .actions-toolbar .primary .action {
      margin: 0 15px 0 0; }
    .actions-toolbar .primary a.action {
      margin-top: inherit; }
    .actions-toolbar .secondary .action {
      margin: inherit; }
    .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 {
        width: auto;
        margin-bottom: 0; } }

.breadcrumbs {
  margin: 0 auto; }
  .breadcrumbs .items {
    color: #707172;
    margin: 0;
    padding: 0;
    list-style: none none; }
    .breadcrumbs .items > li {
      display: inline-block;
      vertical-align: top; }
  .breadcrumbs .item {
    margin: 0; }
  .breadcrumbs a {
    color: #707172;
    text-decoration: none; }
    .breadcrumbs a:visited {
      color: #707172;
      text-decoration: none; }
    .breadcrumbs a:hover {
      color: #707172;
      text-decoration: underline; }
    .breadcrumbs a:active {
      color: #707172;
      text-decoration: none; }
  .breadcrumbs strong {
    font-weight: 400; }
  .breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none; }
    .breadcrumbs .item:not(:last-child):after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 16px;
      content: "";
      font-family: "teufelberger-icons";
      margin: 0 12px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .breadcrumbs .item:not(:last-child):hover:after {
      color: inherit; }
    .breadcrumbs .item:not(:last-child):active:after {
      color: inherit; }

.ui-dialog.popup .action.close {
  bottom: inherit;
  left: inherit;
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  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: 300; }
  .ui-dialog.popup .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .ui-dialog.popup .action.close:hover:before {
    color: #737373; }
  .ui-dialog.popup .action.close:active:before {
    color: #737373; }
  .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close:hover {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled],
  fieldset[disabled] .ui-dialog.popup .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.popup .actions-toolbar .action.cancel {
  font-weight: 300; }

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px; }
  .popup-pointer:before, .popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid; }
  .popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
  .popup-pointer:after {
    left: 1px;
    top: 0;
    border: solid 7px;
    border-color: transparent transparent #aeaeae transparent;
    z-index: 98; }

@media only screen and (min-width: 768px) {
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block; }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px; } }

@media only screen and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px; } }

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline; }

.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 18px;
  line-height: 1; }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-weight: 700; }

.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 18px; }
  .price-including-tax + .price-excluding-tax:before,
  .weee[data-label]:before {
    content: attr(data-label) ": ";
    font-size: 11px; }
  .price-including-tax + .price-excluding-tax .price,
  .weee[data-label] .price {
    font-size: 11px; }

@media print {
  .fotorama-print-background, .fotorama-sprite, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close, .fotorama__thumb__arr, .fotorama__thumb-border {
    background: none; } }

.fotorama-sprite, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close, .fotorama__thumb__arr {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/images/gallery.png") no-repeat; }

.fotorama-inline-block, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__caption__wrap {
  display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: middle; }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none; }

.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: 20px;
  z-index: 1000; }

.fotorama__fullscreen .fotorama__zoom-out {
  top: 51px;
  background-position: 0 -50px; }

.fotorama__fullscreen .fotorama__zoom-in {
  top: 0;
  background-position: 0 0; }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none; }

.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: 20px;
  cursor: pointer; }

.fotorama__fullscreen .fotorama__zoom-out {
  top: 51px;
  background-position: 0 -50px; }

.fotorama__fullscreen .fotorama__zoom-in {
  top: 0;
  background-position: 0 0; }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none; }

.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: 20px;
  cursor: pointer; }

.fotorama__fullscreen .fotorama__zoom-out {
  top: 51px;
  background-position: 0 -50px; }

.fotorama__fullscreen .fotorama__zoom-in {
  top: 0;
  background-position: 0 0; }

.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: grab; }

.fotorama-grabbing-cursor, .fotorama__grabbing * {
  cursor: move;
  cursor: grabbing; }

.fotorama-gpu, .fotorama__caption, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__html, .fotorama__stage:before, .fotorama__stage:after,
.fotorama__nav:before,
.fotorama__nav:after {
  transform: translateZ(0); }

.fotorama-focus, .fotorama__nav__frame, .fotorama__fullscreen-icon:focus {
  outline: 0; }

.fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #006bb4;
  border-radius: inherit;
  content: ''; }

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  background-color: rgba(0, 175, 234, 0.5);
  border-radius: inherit;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0; }

.fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none; }

.fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); }

.fotorama-no-select, .fotorama__wrap, .fotorama__no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close {
  -webkit-user-select: none;
          user-select: none; }

.fotorama-select, .fotorama__select {
  -webkit-user-select: text;
          user-select: text; }

.fotorama-empty-bg {
  background: url("data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="); }

.fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama-hidden, .fotorama--hidden, .fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000; }

.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto; }

.fotorama-no-tap, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.transitionDuration {
  transition-duration: 333ms; }

.transitionDurationZero {
  transition-duration: 0; }

.fotorama {
  min-width: 1px;
  overflow: hidden; }
  .fotorama--fullscreen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    background: #fff;
    z-index: 1000; }
    .fotorama--fullscreen .fotorama__wrap {
      max-width: 100% !important; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.fotorama__wrap--pan-y {
  touch-action: pan-y; }

.fotorama__stage__shaft {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  position: relative; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1; }

.fotorama__stage__frame {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  overflow: hidden; }
  .fotorama__stage__frame.fotorama__active {
    z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }
  .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  border: none;
  max-width: inherit;
  opacity: 0; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    opacity: 1; }

.fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__html {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0; }

.fotorama__nav__frame {
  position: relative;
  box-sizing: content-box; }

.fotorama__nav--dots {
  display: block;
  text-align: center; }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 30px;
    width: 18px; }
  .fotorama__nav--dots .fotorama__nav__frame--thumb,
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__nav--thumbs {
  display: block; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0; }
  .fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none; }

.fotorama__active .fotorama__dot {
  background-color: #D4021C;
  border-color: #D4021C; }

.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0; }
  .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
    left: -3px;
    padding: 3px;
    top: -3px; }

.fotorama__nav__frame:focus {
  box-shadow: none; }
  .fotorama__nav__frame:focus:after {
    top: -1px;
    left: -1px;
    padding: 1px; }

.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px; }

.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2; }

.fotorama__thumb-border {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #D4021C;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9; }

.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12; }
  .fotorama__caption a {
    border-bottom: 1px solid;
    border-color: fade(#000, 0.5);
    color: #000;
    text-decoration: none; }
    .fotorama__caption a:hover {
      color: #000;
      border-color: fade(#000, 0.5); }
  .fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }
  .fotorama__wrap--video .fotorama__caption,
  .fotorama__wrap--no-captions .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
  box-sizing: border-box;
  background-color: #fff;
  padding: 5px 10px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fotorama__spinner {
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%; }

.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10; }
  .fotorama__video iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

.fotorama__active {
  box-shadow: 0 0 0 transparent; }

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute; }

.fotorama__arr {
  z-index: 900; }

.fotorama__fullscreen-icon,
.fotorama__video-close {
  z-index: 1000; }

.fotorama__arr {
  box-sizing: border-box;
  bottom: 0;
  margin-top: -47.5px;
  position: absolute;
  top: 47px;
  width: 95px; }
  .fotorama__arr .fotorama__arr__arr {
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px; }
    .ie9 .fotorama__arr .fotorama__arr__arr {
      margin: -25px 0 0 -25px; }

.fotorama__arr--prev {
  left: 0; }
  .fotorama__arr--prev .fotorama__arr__arr {
    background-position: -50px -50px; }

.fotorama__arr--next {
  right: 0; }
  .fotorama__arr--next .fotorama__arr__arr {
    background-position: -100px -50px; }

.fotorama__arr--disabled {
  display: none;
  cursor: default;
  opacity: 0.1;
  pointer-events: none; }

.fotorama__fullscreen-icon {
  background-position: 0 0;
  height: 50px;
  right: 2px;
  top: 2px;
  width: 50px;
  z-index: 1000;
  display: none; }

.fotorama__fullscreen-icon:focus {
  border-radius: 50%; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -50px 0; }

.fotorama__video-play {
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -50px -100px;
  height: 100px;
  width: 100px; }
  .fotorama__wrap--css2 .fotorama__video-play,
  .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }
  .fotorama__loaded .fotorama__video-play,
  .fotorama__error .fotorama__video-play,
  .fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1; }
  .fotorama__nav__frame .fotorama__video-play {
    background-position: 0 -150px;
    height: 50px;
    width: 50px; }

.fotorama__video-close {
  background-position: -60px -9px;
  height: 30px;
  opacity: 0;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 19; }
  .fotorama__wrap--css2 .fotorama__video-close {
    display: none; }
  .fotorama__wrap--css3 .fotorama__video-close {
    transform: translate3d(95px, -95px, 0); }
  .fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1; }
  .fotorama__video-close .fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close .fotorama__wrap--css3 {
    transform: translate3d(0, 0, 0); }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1; }

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none; }

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  top: 97px;
  right: 93px;
  opacity: 1; }

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none; }

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  top: 97px;
  right: 93px;
  opacity: 1; }

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none; }

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  top: 97px;
  right: 93px;
  opacity: 1; }

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block; }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  transform: translate3d(95px, -95px, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  transform: translate3d(-142.5px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: translate3d(142.5px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  transform: translate3d(95px, -95px, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  transform: translate3d(-142.5px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  transform: translate3d(142.5px, 0, 0); }

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity; }

.fotorama__stage:before, .fotorama__stage:after,
.fotorama__nav:before,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10; }

.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px; }

.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px; }

.fotorama__stage.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--right:after {
  top: 0;
  bottom: 0;
  background-size: 1px 100%, 5px 100%;
  height: auto;
  width: 10px; }

.fotorama__stage.fotorama__shadows--top:before, .fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--bottom:after {
  left: 0;
  right: 0;
  background-size: 100% 1px, 100% 5px;
  height: 10px;
  width: auto; }

.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0; }

.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0; }

.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0; }

.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0; }

.fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none; }

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%; }

.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto; }

.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0; }

.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800; }

.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000; }

.magnifier-loader-text {
  margin-top: 10px; }

.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100; }

.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 215px; }
  .magnifier-preview:not(.hidden) {
    background-color: #fff; }
  .magnifier-preview img {
    left: 0;
    max-width: inherit;
    position: absolute;
    top: 0; }

.fotorama__stage__frame {
  text-align: center; }
  .fotorama__stage__frame .fotorama__img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.magnify-opaque {
  opacity: 0.5; }

.magnify-hidden {
  display: none; }

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  width: 100%;
  background-color: white; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit; }

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
  cursor: pointer; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%; }
    .ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr, .ie9
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
      margin: -15px 0 0 -15px; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  left: 0; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr {
    background-position: -30px -30px; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  right: 0; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
    background-position: -60px -30px; }

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 1000; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb__arr,
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb__arr {
    transform: rotate(90deg);
    margin: auto;
    width: 30px; }

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  top: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb__arr {
    background-position: -30px -30px; }

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  bottom: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb__arr {
    background-position: -60px -30px; }

.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__thumb__arr {
  background-size: 300%;
  font-size: 0.001px;
  padding-bottom: 30px; }

.magnify-fullimage {
  display: none; }

.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: absolute; }

.gallery-placeholder .loader img {
  position: absolute; }

body.fotorama__fullscreen {
  overflow-y: hidden; }
  body.fotorama__fullscreen .magnify-fullimage {
    display: inline-block; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.modals-overlay {
  z-index: 899; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto; }

.modal-slide {
  left: 236px;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition-duration: 0.3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 41px 41px; }
  .modal-slide .modal-header {
    padding-bottom: 33px;
    padding-top: 33px; }

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto; }
  .modal-popup._show .modal-inner-wrap {
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 80px auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    transform: translateY(-200%);
    transition-duration: 0.2s;
    transition-property: transform, visibility;
    transition-timing-function: ease; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 48px;
    padding-right: 48px; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 19.2px;
    padding-top: 48px; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 48px;
    padding-top: 48px; }
  .modal-popup .modal-footer-actions {
    text-align: right; }

@media (max-width: 768px) {
  .modal-popup.modal-slide {
    left: 236px;
    z-index: 900; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition-duration: 0.3s;
      transition-property: transform, visibility;
      transition-timing-function: ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; } }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  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: 300;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0; }
  .modal-custom .action-close:focus, .modal-custom .action-close:active,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-slide .action-close:focus,
  .modal-slide .action-close:active {
    background: none;
    border: none; }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none; }
  .modal-custom .action-close.disabled, .modal-custom .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-slide .action-close.disabled,
  .modal-slide .action-close[disabled],
  fieldset[disabled]
  .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #134094;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: inherit; }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #070707; }

.modal-custom .action-close {
  margin: 25px; }

.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word; }

.modal-popup .action-close {
  padding: 20px; }

.modal-slide .action-close {
  padding: 33px 48px; }

.modal-slide .page-main-actions {
  margin-top: 33px;
  margin-bottom: 18px; }

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.45);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899; }

@media only screen and (max-width: 768px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    left: 44px;
    z-index: 900; }
    .custom-slide._show {
      visibility: visible; }
      .custom-slide._show .modal-inner-wrap {
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition-duration: 0.3s;
      transition-property: transform, visibility;
      transition-timing-function: ease-in-out;
      width: auto; }
    .custom-slide._show {
      overflow-y: auto;
      overflow-x: hidden; }
    .custom-slide .modal-inner-wrap {
      background-color: #f4f4f4;
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }
    body._has-modal-custom .modal-custom-overlay {
      background-color: rgba(51, 51, 51, 0.45); } }

@media only screen and (max-width: 769px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4; }
  .modal-popup.modal-slide._inner-scroll._show {
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700; } }

@media only screen and (min-width: 769px) {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right; } }

body {
  min-width: 320px; }

@media only screen and (max-width: 768px) {
  main.page-main {
    overflow-x: hidden; }
  .cms-index-index .columns {
    padding-top: 0; }
  .category-produkte-services.page-products .columns {
    padding-top: 0; }
  .category-produkte-services .page-title-wrapper {
    display: none; } }

.column .block-addbysku .fieldset {
  margin: 0; }
  .column .block-addbysku .fieldset .fields {
    position: relative; }
    .column .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
    .column .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 4px; }

.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%; }

.column .block-addbysku .skus > .label {
  margin-top: 10px; }

.column .block-addbysku .qty .qty + .mage-error {
  width: 80px; }

.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  padding: inherit;
  clear: both;
  text-align: left; }
  .column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table; }
  .column .block-addbysku .block-content .actions-toolbar:after {
    clear: both; }
  .column .block-addbysku .block-content .actions-toolbar .primary {
    float: left; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block; }
    .column .block-addbysku .block-content .actions-toolbar .primary .action,
    .column .block-addbysku .block-content .actions-toolbar .secondary .action {
      margin: inherit; }
    .column .block-addbysku .block-content .actions-toolbar .primary a.action,
    .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
      display: inline-block;
      margin-top: inherit; }
  .column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 15px 0 0; }
  .column .block-addbysku .block-content .actions-toolbar .primary a.action {
    margin-top: inherit; }
  .column .block-addbysku .block-content .actions-toolbar .secondary .action {
    margin: inherit; }
  .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none; }
  .column .block-addbysku .block-content .actions-toolbar > .secondary {
    text-align: left; }

.column .block-addbysku .reset {
  margin: 10px 0; }

.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px; }

.block-cart-failed {
  margin-top: 40px; }
  .block-cart-failed .block-title {
    font-size: 32px; }
    .block-cart-failed .block-title strong {
      font-weight: 400; }
  .block-cart-failed .actions {
    text-align: center; }
    .block-cart-failed .actions .action {
      margin-bottom: 10px; }

@media only screen and (max-width: 640px) {
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px; }
  .column .block-addbysku .action.remove {
    display: inline-block;
    text-decoration: none;
    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: 300; }
    .column .block-addbysku .action.remove > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .column .block-addbysku .action.remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 1px 0 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .column .block-addbysku .action.remove:hover:before {
      color: inherit; }
    .column .block-addbysku .action.remove:active:before {
      color: inherit; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; } }

@media only screen and (min-width: 640px) {
  .column .block-addbysku .action.remove {
    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: 300;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #202020;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .column .block-addbysku .action.remove:visited {
      color: #202020;
      text-decoration: none; }
    .column .block-addbysku .action.remove:hover {
      color: #134094;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:active {
      color: #134094;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:hover {
      color: #134094; }
    .column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus {
      background: none;
      border: 0; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      color: #202020;
      opacity: 0.5;
      cursor: default;
      pointer-events: none;
      text-decoration: underline; } }

@media only screen and (min-width: 768px) {
  .block-cart-failed .actions {
    text-align: left; }
  .block-cart-failed .actions.primary {
    float: right; } }

.catalogsearch-advanced-result .message.error {
  margin-top: -60px; }

@media only screen and (min-width: 640px) {
  .catalogsearch-advanced-result .message.error {
    margin-top: 0; } }

.payment-method-braintreetwo .hosted-control,
.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.5;
  padding: 14px 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px; }
  .payment-method-braintreetwo .hosted-control:disabled,
  .payment-method-braintree .hosted-control:disabled {
    opacity: 0.5; }
  .payment-method-braintreetwo .hosted-control::-moz-placeholder,
  .payment-method-braintree .hosted-control::-moz-placeholder {
    color: #c2c2c2; }
  .payment-method-braintreetwo .hosted-control::-webkit-input-placeholder,
  .payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintreetwo .hosted-control:-ms-input-placeholder,
  .payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintreetwo .hosted-control.braintree-hosted-fields-focused,
  .payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #006bb4; }
  .payment-method-braintreetwo .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused),
  .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #e02b27; }
    .payment-method-braintreetwo .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
    .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
      height: auto;
      opacity: 1; }
  .payment-method-braintreetwo .hosted-control.braintree-hosted-fields-valid,
  .payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #006400; }
  .payment-method-braintreetwo .hosted-control.hosted-cid,
  .payment-method-braintree .hosted-control.hosted-cid {
    width: 85px; }
  .payment-method-braintreetwo .hosted-control.hosted-date,
  .payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 100px; }
    .payment-method-braintreetwo .hosted-control.hosted-date:first-of-type,
    .payment-method-braintree .hosted-control.hosted-date:first-of-type {
      margin-right: 50px; }
      .payment-method-braintreetwo .hosted-control.hosted-date:first-of-type:after,
      .payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
        content: '/';
        display: inline;
        padding-bottom: inherit;
        padding-top: inherit;
        position: absolute;
        right: -25px;
        top: 5px; }

.payment-method-braintreetwo .field-tooltip,
.payment-method-braintree .field-tooltip {
  right: 0; }

.payment-method-braintreetwo .hosted-error,
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 20px;
  height: 0;
  margin-top: 7px;
  opacity: 0; }

@media only screen and (min-width: 768px) {
  .payment-method-braintreetwo .field-tooltip,
  .payment-method-braintree .field-tooltip {
    left: 100px; } }

.bundle-options-container {
  clear: both;
  margin-bottom: 40px; }
  .bundle-options-container .legend.title {
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.2;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 24px; }
  .bundle-options-container .product-add-form {
    display: none; }
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 30px; }
  .bundle-options-container .action.back {
    margin-bottom: 30px; }
  .bundle-options-container .price-box .price {
    font-size: 18px;
    font-weight: 700; }
  .bundle-options-container .block-bundle-summary {
    background: #e8e8e8;
    padding: 10px 20px; }
    .bundle-options-container .block-bundle-summary > .title > strong {
      font-family: "ClashGrotesk";
      font-weight: 400;
      line-height: 1.2;
      font-size: 32px;
      margin-top: 0;
      margin-bottom: 24px; }
    .bundle-options-container .block-bundle-summary .bundle-summary {
      margin-top: 30px; }
      .bundle-options-container .block-bundle-summary .bundle-summary.empty {
        display: none; }
      .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
        font-family: "ClashGrotesk";
        font-weight: 400;
        line-height: 1.2;
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 24px;
        display: block; }
    .bundle-options-container .block-bundle-summary .bundle.items > li {
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .box-tocart .actions {
      display: inline-block;
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .product-addto-links > .action {
      vertical-align: top; }
  .bundle-options-container .nested .field.qty {
    margin-top: 20px; }
    .bundle-options-container .nested .field.qty .label {
      font-weight: 600;
      margin: 0 0 5px;
      display: inline-block; }
  .bundle-options-container p.required {
    color: #e02b27; }
  .bundle-options-container .product-options-bottom {
    clear: left; }

@media only screen and (min-width: 768px) {
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%; }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%; }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-left
  .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right
  .bundle-options-container .block-bundle-summary,
  .page-layout-3columns
  .bundle-options-container .block-bundle-summary {
    width: 48%; } }

.products {
  margin: 30px 0; }
  .block.related .products,
  .block.upsell .products {
    margin: 0px; }

.product-item {
  vertical-align: top; }
  .products-grid .product-item {
    display: inline-block;
    margin-bottom: 20px; }
  .product-item-name {
    display: block;
    margin: 5px 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto; }
  .product-item-info {
    max-width: 100%; }
  .product-item-actions {
    display: none; }
    .product-item-actions .actions-secondary > .action:before {
      margin: 0; }
  .product-item-description {
    margin: 25px 0; }
  .product-item .product-reviews-summary .rating-summary {
    margin: 0 4px 0 0; }
  .product-item .product-reviews-summary .reviews-actions {
    font-size: 12px;
    margin-top: 5px;
    text-transform: lowercase; }
  .product-item .price-box {
    margin: 10px 0 25px; }
    .product-item .price-box .price {
      font-weight: 700;
      font-size: 14px; }
    .product-item .price-box .price-label {
      font-size: 12px; }
      .product-item .price-box .price-label:after {
        content: ':'; }
  .product-item .special-price .price,
  .product-item .minimal-price .price {
    font-size: 14px;
    font-weight: bold; }
  .product-item .special-price .price-wrapper,
  .product-item .minimal-price .price-wrapper {
    display: inline-block; }
  .product-item .special-price .price-including-tax + .price-excluding-tax,
  .product-item .minimal-price .price-including-tax + .price-excluding-tax {
    display: block; }
  .product-item .special-price {
    display: block; }
  .product-item .old-price .price {
    font-weight: 300; }
  .product-item .minimal-price .price-container {
    display: block; }
  .product-item .minimal-price-link {
    margin-top: 5px; }
    .product-item .minimal-price-link .price-label {
      color: #202020;
      font-size: 14px; }
    .product-item .minimal-price-link .price {
      font-weight: 300; }
  .product-item .minimal-price-link,
  .product-item .price-excluding-tax,
  .product-item .price-including-tax {
    white-space: nowrap;
    display: block; }
  .product-item .price-from,
  .product-item .price-to {
    margin: 0; }
  .product-item .action.tocompare {
    font-family: 'ClashGrotesk', sans-serif; }
    .product-item .action.tocompare:before {
      content: ""; }
  .product-item .tocart {
    white-space: nowrap; }

.price-container .price {
  font-size: 14px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 11px; }

.price-container .weee:before {
  content: "(" attr(data-label) ": "; }

.price-container .weee:after {
  content: ')'; }

.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": "; }

.product-image-container {
  width: 100% !important;
  display: block !important;
  background: #fff; }
  .product-image-container img {
    width: 100%;
    position: inherit; }

.product-image-wrapper {
  padding-bottom: 0px !important;
  height: auto !important; }

.products-list .product-item {
  display: table; }
  .products-list .product-item-info {
    display: table-row; }
  .products-list .product-item-photo {
    width: 1%;
    padding: 0 30px 30px 0;
    vertical-align: top;
    display: table-cell; }
  .products-list .product-item-details {
    display: table-cell;
    vertical-align: top; }

@media only screen and (max-width: 640px) {
  .products-list .product-item {
    table-layout: fixed; }
    .products-list .product-item-photo {
      padding: 0 10px 10px 0;
      width: 30%; } }

@media only screen and (min-width: 640px) {
  .product-item-actions {
    display: block; }
    .products-grid .product-item-actions {
      margin: 10px 0; }
    .product-item-actions .actions-primary + .actions-secondary {
      display: table-cell;
      width: 50%;
      padding-left: 5px;
      white-space: nowrap; }
      .product-item-actions .actions-primary + .actions-secondary > * {
        white-space: normal; }
    .product-item-actions .actions-primary {
      display: table-cell; } }

.block.related .block-title,
.teaser-bottom-content .block-title,
.block.upsell .block-title {
  font-size: 24px;
  font-weight: 300;
  color: #202020; }

.page-products .columns {
  position: relative;
  z-index: 1; }

.toolbar-amount {
  display: block;
  line-height: 28px;
  margin: 0;
  padding: 8px 0 0; }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none; }

.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center; }
  .toolbar-products .pages {
    display: none; }
    .products.wrapper ~ .toolbar-products .pages {
      display: block; }
  .toolbar-products .limiter {
    display: none; }
    .toolbar-products .limiter .control {
      display: inline-block; }

.sorter {
  padding: 4px 0 0; }
  .products.wrapper ~ .toolbar .sorter {
    display: none; }

.sorter-options {
  margin: 0 0 0 7px;
  width: auto; }

.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none; }
  .sorter-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 32px;
    color: #134094;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sorter-action:hover:before {
    color: #333; }
  .sorter-action:active:before {
    color: inherit; }

.sorter .sort-desc:before {
  content: ""; }

.modes {
  display: none; }

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto; }

.limiter-label {
  font-weight: 400; }

.page-products .toolbar .limiter {
  display: none; }

@media only screen and (min-width: 768px) {
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1; }
  .products.wrapper ~ .toolbar .pages {
    float: left; }
  .toolbar-amount {
    float: left; }
  .sorter {
    float: right; }
  .modes {
    display: block;
    float: left;
    margin-right: 20px; }
    .products.wrapper ~ .toolbar .modes {
      display: none; }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #f3f3f3;
    border-right: 0;
    float: left;
    font-weight: 300;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: block;
    text-decoration: none; }
    .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: 26px;
      line-height: inherit;
      color: #7d7d7d;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .modes-mode:hover:before {
      color: #7d7d7d; }
    .modes-mode:active:before {
      color: inherit; }
    .modes-mode:not(.active):hover {
      color: #7d7d7d;
      background: #e4e4e4; }
    .modes-mode:last-child {
      border-right: 1px solid #f3f3f3; }
    .modes-mode.active {
      color: #a6a6a6; }
  .mode-list:before {
    content: ""; }
  .limiter {
    float: right; }
    .products.wrapper ~ .toolbar .limiter {
      display: block; } }

.comparison {
  color: #202020; }
  .comparison.table-wrapper table {
    width: auto; }
    .comparison.table-wrapper table tr td {
      width: 260px; }
      .comparison.table-wrapper table tr td:not(:first-child) {
        border-left: 5px solid #e2e2e2; }
  .comparison .table > tbody > tr > td.info {
    background-color: #fff; }
  .comparison .table-comparison .cell {
    background-color: #fff; }

.action.print {
  float: left;
  margin-left: 30px; }
  .action.print > i.fa {
    font-size: 24px;
    position: absolute;
    margin-left: -30px;
    margin-top: -4px; }

.modal-popup.compare-modal .modal-inner-wrap {
  height: 90%; }
  .modal-popup.compare-modal .modal-inner-wrap .modal-content .table-comparison > tbody > tr > td:last-child {
    border-right: none; }
  .modal-popup.compare-modal .modal-inner-wrap .modal-content .comparison.table-wrapper table tr td {
    border-left: none; }
  .modal-popup.compare-modal .modal-inner-wrap .modal-content .action.print {
    display: none; }

.product-info-main .item.link.compare {
  cursor: pointer;
  display: none; }

@media only screen and (max-width: 768px) {
  .modal-popup.compare-modal .action-close {
    padding: 10px 20px; }
  .modal-popup.compare-modal .modal-title {
    max-height: 35px;
    line-height: 25px;
    padding-bottom: 0px;
    border-bottom: none; }
  .modal-popup.compare-modal .product-item-photo .after {
    padding: 0px;
    position: relative;
    background-color: none; }
    .modal-popup.compare-modal .product-item-photo .after p {
      font-size: 1.2em; }
  .modal-popup.compare-modal .table-comparison .product.info {
    padding: 5px; }
  .modal-popup.compare-modal .modal-inner-wrap {
    width: 100%;
    height: 90%; }
  .modal-popup.compare-modal .modal-header,
  .modal-popup.compare-modal .modal-content {
    padding: 10px;
    padding-bottom: 0px; } }

.catalog-category-view .page-title-wrapper {
  margin-bottom: 24px; }

.category-description p:empty {
  display: none; }

.catalog-category-view .categoryimagenavigation {
  padding: 28px 0;
  margin-bottom: 48px; }

.catalog-category-view .category-description {
  margin-bottom: 48px; }

.catalog-category-view .column.main {
  padding-bottom: 0; }

@media only screen and (min-width: 768px) {
  .catalog-category-view .page-title-wrapper {
    margin-bottom: 24px; }
  .catalog-category-view .categoryimagenavigation {
    padding: 60px 0;
    margin-bottom: 80px; }
  .catalog-category-view .category-description {
    margin-bottom: 80px; }
  .catalog-category-view .column.main {
    padding-bottom: 0; }
  .category-description {
    width: 80%; }
    .category-description .product-image-list, .category-description .categoryimagenavigation, .category-description .teufelberger-product-notice {
      width: 125%; } }

.product.data.items .item.content .mageshops-downloads ul > li:before {
  content: "";
  font-size: 16px; }

.product-info-top {
  margin-top: 48px; }
  .product-info-top .row {
    row-gap: 40px; }

.product-info-main .page-title-wrapper {
  margin-top: 0;
  margin-bottom: 16px; }

.product-info-main .product.attribute.specification,
.product-info-main .product.attribute.overview {
  margin-bottom: 24px; }

.colorimages-section, .product-info-top {
  margin-bottom: 48px; }

.colorimages-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

.colorimages-list li {
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .colorimages-list li img {
    border: 1px solid #EFEFEF;
    border-radius: 4px; }
  .colorimages-list li > p, .colorimages-list li p1 {
    letter-spacing: normal;
    margin: 0; }

.product-attribute-specs-table {
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 0px;
  min-width: 90%; }
  .product-attribute-specs-table tr td,
  .product-attribute-specs-table tr th {
    vertical-align: top !important;
    border: 1px solid #D2D2D2 !important;
    white-space: nowrap; }
  .product-attribute-specs-table tr th {
    font-weight: 500;
    text-align: center;
    border-top: none !important;
    border-bottom: none !important; }
  .product-attribute-specs-table tr td {
    background: #FFF; }
  .product-attribute-specs-table tr:hover td {
    background: #F8F8F8; }
  .product-attribute-specs-table thead {
    background: #707172;
    color: #FFF;
    position: sticky;
    top: 0; }

.gallery-placeholder .gallery-placeholder__image,
.fotorama__stage,
.fotorama__stage__frame .fotorama__img--full {
  border: 1px solid #EFEFEF;
  border-radius: 4px; }

.fotorama__thumb {
  border: 1px solid #EFEFEF !important;
  border-radius: 2px; }

.fotorama__thumb-border {
  border: 1px solid #004FAB !important;
  border-radius: 2px; }

.fotorama__thumb, .fotorama__thumb-border {
  box-sizing: content-box !important; }

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-bottom: 0 !important; }

.fotorama__nav-wrap--horizontal .fotorama__thumb--icon {
  display: inline-flex;
  text-decoration: none;
  background: none;
  padding: 0;
  color: #134094; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb--icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: inherit;
    content: "";
    font-family: "teufelberger-icons";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  content: ""; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr:hover .fotorama__thumb--icon {
  color: #004FAB; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr.fotorama__arr--disabled .fotorama__thumb--icon {
  visibility: hidden; }

@media only screen and (min-width: 768px) {
  .product-info-main .page-title-wrapper {
    margin-top: 0;
    margin-bottom: 24px; }
  .product-info-main .product.attribute.overview {
    margin-bottom: 32px; }
  .product-info-top {
    margin-top: 80px; }
  .colorimages-section, .product-info-top {
    margin-bottom: 80px; } }

.product-item-info {
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  height: 100%; }
  .product-item-info .product-item-details {
    padding: 16px;
    background: transparent; }
  .product-item-info .product-image-container {
    aspect-ratio: 1; }
    .product-item-info .product-image-container:before {
      display: none; }
    .product-item-info .product-image-container .product-image-wrapper {
      height: 100% !important; }
  .product-item-info .product-item-photo .product-image-container ~ .after {
    padding: 16px 16px 0; }
    .product-item-info .product-item-photo .product-image-container ~ .after p {
      color: #202020; }

.products-grid {
  padding: 48px 0;
  margin-left: -10px;
  margin-right: -10px; }
  .products-grid .product-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px; }
  .products-grid .product-item {
    margin: 0 !important;
    padding: 0 10px; }

@media only screen and (min-width: 480px) {
  .products-grid .product-item {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .products-grid .product-item {
    width: 33.33333%; } }

@media only screen and (min-width: 1024px) {
  .products-grid {
    padding: 80px 0; }
    .products-grid .product-item {
      width: 25%; } }

.toolbar-products {
  margin: 16px 0 0;
  padding: 0; }

@media only screen and (min-width: 768px) {
  .toolbar-products {
    margin-top: 32px; }
    .products.wrapper ~ .toolbar-products .pages {
      float: none; } }

.old-price,
.old.price {
  text-decoration: line-through; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": "; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')'; }

.prices-tier .price-container .weee[data-label] {
  display: inline; }
  .prices-tier .price-container .weee[data-label] .price {
    font-size: 11px; }
  .prices-tier .price-container .weee[data-label]:before {
    content: " +" attr(data-label) ": "; }

.actual-price {
  font-weight: 700; }

.abs-product-item-info-grid-container .product-item-details, .product-image-list .product-item-details, .products.list .product .product-item-details {
  background-color: #fff;
  color: #202020;
  font-family: "Switzer";
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.01em;
  min-height: 160px; }

.product-image-list {
  font-size: 14px; }

.category-image .image {
  display: block;
  height: auto;
  max-width: 100%; }

.category-image, .category-description {
  margin-bottom: 20px; }
  .category-image .readmore, .category-description .readmore {
    display: none; }

.product-image-container {
  display: inline-block;
  max-width: 100%; }

.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.product-item-photo {
  position: relative;
  display: block; }

.product.media .placeholder .photo.container {
  max-width: 100%; }

.product.media .notice {
  color: #7d7d7d;
  font-size: 12px;
  margin: 10px 0; }

.product.media .product.thumbs {
  margin: 20px 0 30px; }

.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .product.media .items.thumbs > li {
    display: inline-block;
    vertical-align: top; }
  .product.media .items.thumbs .active {
    display: block;
    line-height: 1; }

.product.info.detailed {
  clear: both;
  margin-bottom: 30px; }
  .product.info.detailed .additional-attributes {
    width: auto; }
    .product.info.detailed .additional-attributes > thead > tr > td,
    .product.info.detailed .additional-attributes > tbody > tr > td,
    .product.info.detailed .additional-attributes > tfoot > tr > td {
      padding: 16px 16px 16px 16px; }
    .product.info.detailed .additional-attributes > thead > tr > th,
    .product.info.detailed .additional-attributes > tbody > tr > th,
    .product.info.detailed .additional-attributes > tfoot > tr > th {
      padding: 16px 16px 16px 16px; }

.product-info-main .stock.available, .product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top; }

.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d; }
  .product-info-main .product.attribute.sku > .value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all; }
  .product-info-main .product.attribute.sku .type {
    margin-right: 5px; }

.product-info-main .product.alert {
  margin: 10px 0; }

.product-info-main .price-box {
  margin-top: 10px; }

.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 16px; }

.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 14px;
  border: none;
  display: inline-block;
  padding: 0; }

.product-options-wrapper .fieldset-product-options-inner.required .legend:after, .product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0 0 0 5px; }

.product-options-wrapper .field .note {
  display: block; }

.product.attribute.subline {
  font-size: 1.75em;
  font-weight: 200; }

.product.attribute.overview .type {
  display: none; }

.product.attribute.specification {
  background: #F8F8F8;
  border-radius: 4px;
  padding: 16px; }
  .product.attribute.specification .attribute-label {
    margin-bottom: 16px; }
  .product.attribute.specification .divider {
    border-top: 1px solid #D2D2D2;
    margin: 16px 0; }
  .product.attribute.specification .attribute-value > *:last-child {
    margin-bottom: 0; }

.product.attribute.manufacturer {
  text-transform: uppercase;
  line-height: 32px;
  font-size: 0.9em; }
  .product.attribute.manufacturer span,
  .product.attribute.manufacturer img {
    display: inline-block;
    line-height: inherit; }

.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px; }
  .product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-main .price-box .weee + .price-excluding-tax .price,
  .product-info-main .price-box .weee .price,
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee .price {
    font-size: 12px;
    font-weight: 700; }

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 18px;
  font-weight: 700; }

.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap; }

.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0; }
  .product-info-main .special-price .price-container,
  .product-options-bottom .special-price .price-container {
    font-size: 14px; }
  .product-info-main .special-price .price-label + .price-wrapper,
  .product-options-bottom .special-price .price-label + .price-wrapper {
    display: inline-block; }

.product-info-main .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': '; }

.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0; }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    padding-right: 15px; }
  .product-info-main .box-tocart .input-text.qty,
  .product-options-bottom .box-tocart .input-text.qty {
    height: 52px;
    text-align: center;
    width: 52px; }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center; }

.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  display: flex;
  gap: 8px;
  margin: 24px 0; }

.product-info-main .action.tocompare, .product-info-main .action.dealer-locator,
.product-options-bottom .action.tocompare,
.product-options-bottom .action.dealer-locator {
  justify-content: center;
  flex-grow: 1; }
  .product-info-main .action.tocompare:after, .product-info-main .action.dealer-locator:after,
  .product-options-bottom .action.tocompare:after,
  .product-options-bottom .action.dealer-locator:after {
    display: none; }

.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px; }
  .prices-tier .price-container {
    display: inline-block; }
  .prices-tier .price-including-tax,
  .prices-tier .price-excluding-tax,
  .prices-tier .weee {
    display: inline-block; }
    .prices-tier .price-including-tax .price,
    .prices-tier .price-excluding-tax .price,
    .prices-tier .weee .price {
      font-size: 14px;
      font-weight: 700; }

.ui-dialog-titlebar-close {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #202020;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  .ui-dialog-titlebar-close:visited {
    color: #202020;
    text-decoration: none; }
  .ui-dialog-titlebar-close:hover {
    color: #134094;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:active {
    color: #134094;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:hover {
    color: #134094; }
  .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus {
    background: none;
    border: 0; }
  .ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled],
  fieldset[disabled] .ui-dialog-titlebar-close {
    color: #202020;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.block.related .action.select {
  margin: 0 5px; }

.additional-attributes-wrapper {
  margin-bottom: 20px;
  position: relative;
  overflow: auto;
  max-width: 100%; }
  .additional-attributes-wrapper.technical-data-wrapper {
    max-height: 500px; }

.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative; }
  .sidebar .product-items .product-item-info {
    position: relative;
    width: auto; }
    .sidebar .product-items .product-item-info .product-item-photo {
      left: 0;
      position: absolute;
      top: 0; }
  .sidebar .product-items .product-item-name {
    margin-top: 0; }
  .sidebar .product-items .product-item-details {
    margin: 0 0 0 85px; }
  .sidebar .product-items .product-item-actions {
    display: block;
    margin-top: 10px; }

.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0; }

.sidebar .product-items .text {
  margin-right: 8px; }

.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap; }

.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0; }

.sidebar .product-items .minilist .weee:before {
  display: inline-block; }

.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0; }

.sidebar .product-items-images {
  margin-left: -5px; }
  .sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px; }

.sidebar .product-items-names .product-item {
  margin-bottom: 10px; }

.sidebar .product-items-names .product-item-name {
  margin: 0; }

.catalog-product-view .block.upsell {
  margin-bottom: 0; }

.catalog-product-view .teaser-bottom-content {
  margin-bottom: 40px; }

.catalog-product-view .print-product {
  list-style: none;
  padding: 0;
  margin: 0; }
  .catalog-product-view .print-product li a {
    color: #828282;
    font-size: 16px; }
    .catalog-product-view .print-product li a:focus, .catalog-product-view .print-product li a:active, .catalog-product-view .print-product li a:hover {
      color: #636363;
      text-decoration: none; }
    .catalog-product-view .print-product li a:before {
      content: "\f02f";
      font-family: "FontAwesome";
      font-size: 24px;
      position: relative;
      top: 2px;
      margin-right: 8px; }

@media only screen and (max-width: 768px) {
  .catalog-product-view .column.main {
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .catalog-product-view .product.media {
    order: -1; }
  .block.related .action.select {
    display: block;
    margin: 5px 0; } }

@media only screen and (min-width: 768px) {
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table; }
    .product-info-main .box-tocart .field.qty,
    .product-options-bottom .box-tocart .field.qty {
      display: table-cell; }
    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
      display: table-cell;
      padding-top: 25px;
      text-align: center;
      vertical-align: bottom; }
  .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; }
  .product.data.items .item.content .product.attribute.description {
    max-width: 66%; } }

@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
  .sidebar .product-items .product-item-details {
    margin-left: 85px; } }

@media only screen and (min-width: 768px) {
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 50%; }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 41%; } }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }

.table-comparison {
  table-layout: fixed; }
  .table-comparison .cell.label,
  .table-comparison td:last-child {
    border-right: 1px solid #d1d1d1; }
  .table-comparison .cell {
    padding: 15px;
    width: 140px; }
    .table-comparison .cell .attribute.value {
      overflow: hidden;
      width: 100%; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid #d1d1d1; }
    .table-comparison .cell.label .attribute.label {
      display: block;
      width: 100%;
      word-wrap: break-word; }
    .table-comparison .cell.attribute {
      font-size: 13px; }
      .table-comparison .cell.attribute img {
        height: auto;
        max-width: 100%; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
  .table-comparison .product-item-actions,
  .table-comparison .price-box,
  .table-comparison .product.rating,
  .table-comparison .product-item-name {
    display: block;
    margin: 15px 0; }
  .table-comparison .product-addto-links {
    margin-top: 15px; }
    .table-comparison .product-addto-links .action.split,
    .table-comparison .product-addto-links .action.toggle {
      line-height: 12px;
      padding: 5px 8px;
      font-size: 11px; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right; }
  .table-comparison .product-item-actions > .actions-primary + .actions-secondary {
    margin-top: 10px; }
  .table-comparison .action.tocart {
    white-space: nowrap; }

.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2; }

.block-compare .product-item .product-item-name {
  margin-left: 22px; }

.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0; }

.block-compare .actions-toolbar {
  margin: 17px 0 0; }

.block-category-event {
  background: #f0f0f0;
  color: #202020;
  padding: 10px 0 15px;
  text-align: center; }
  .block-category-event.block:last-child {
    margin-bottom: 10px; }
  .block-category-event .block-title {
    margin: 0 0 10px; }
    .block-category-event .block-title strong {
      font-size: 15px;
      font-weight: 300; }
  .block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .block-category-event .ticker li {
      display: none;
      margin: 0 15px; }
    .block-category-event .ticker .value {
      font-size: 18px;
      font-weight: 300; }
    .block-category-event .ticker .label {
      font-size: 10px;
      display: block;
      text-transform: lowercase; }
  .block-category-event .dates {
    display: table;
    margin: 0 auto; }
    .block-category-event .dates .start,
    .block-category-event .dates .end {
      display: table-cell;
      vertical-align: top; }
    .block-category-event .dates .date {
      font-size: 18px; }
    .block-category-event .dates .time {
      display: block; }
    .block-category-event .dates .start {
      padding-right: 40px;
      position: relative; }
      .block-category-event .dates .start:after {
        font-size: 18px;
        content: "\2013";
        display: block;
        position: absolute;
        right: 15px;
        top: 0; }

@media only screen and (min-width: 768px) {
  .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: 24px; }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px; }
  .block-category-event .ticker .value {
    font-size: 60px; }
  .block-category-event .ticker .label {
    font-size: 14px;
    text-transform: none; }
  .block-category-event .dates .date {
    font-size: 50px; }
  .block-category-event .dates .start {
    padding-right: 50px; }
    .block-category-event .dates .start:after {
      font-size: 50px;
      right: 10px; } }

.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px; }
  .cart-summary > .title {
    display: block;
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.2;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 24px; }
  .cart-summary .block {
    margin-bottom: 0; }
    .cart-summary .block .item-options {
      margin-left: 0; }
    .cart-summary .block .fieldset {
      margin: 15px 0 25px 5px; }
      .cart-summary .block .fieldset .field {
        margin: 0 0 10px; }
        .cart-summary .block .fieldset .field.note {
          font-size: 12px; }
      .cart-summary .block .fieldset .methods .field > .label {
        display: inline; }

.cart-totals {
  border-top: 1px solid #f3f3f3;
  padding-top: 10px; }
  .cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit; }

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #f3f3f3; }

.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #f3f3f3;
  position: relative; }

.cart.table-wrapper .col {
  padding-top: 20px; }
  .cart.table-wrapper .col.qty .input-text {
    margin-top: -5px; }

.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal; }

.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative; }

.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px; }
  .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .actions-toolbar > .action:focus {
    text-decoration: none; }
  .cart.table-wrapper .actions-toolbar > .action:last-child {
    margin-right: 0; }

.cart.table-wrapper .action.help.map {
  font-weight: 300; }

.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%; }

.cart.table-wrapper .product-item-details {
  white-space: normal; }

.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 300;
  margin-top: -6px; }

.cart.table-wrapper .gift-registry-name-label:after {
  content: ':'; }

.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px; }

.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px; }

.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px; }

.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center; }
  .cart-container .checkout-methods-items .action.primary {
    width: 100%; }
  .cart-container .checkout-methods-items .item + .item {
    margin-top: 20px; }

.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center; }

.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center; }
  .cart-products-toolbar .pages .items > .item {
    border-bottom: 0; }

.cart-products-toolbar-top {
  border-bottom: 1px solid #f3f3f3; }

.block.crosssell {
  margin-top: 70px; }

.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block; }

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.price,
.order-items.table-wrapper .col.qty,
.order-items.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.msrp {
  text-align: right; }

@media only screen and (max-width: 768px) {
  .cart.table-wrapper {
    overflow: inherit; }
    .cart.table-wrapper thead .col:not(.item) {
      display: none; }
    .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
      box-sizing: border-box;
      display: block;
      float: left;
      text-align: center;
      white-space: nowrap;
      width: 33%; }
      .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before {
        content: attr(data-th) ":";
        display: block;
        font-weight: 700;
        padding-bottom: 10px; }
    .cart.table-wrapper .col.msrp {
      white-space: normal; }
    .cart.table-wrapper .item .col.item {
      padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .cart-container .widget {
    float: left; }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%; }
    .column.main .cart-summary .actions-toolbar > .secondary {
      float: none; }
    .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 8px;
        display: inline-block; }
      .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
        display: none; }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto; }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px; }
  .cart.table-wrapper .item-actions td {
    text-align: right; }
  .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;
    vertical-align: top;
    white-space: normal;
    width: 99%; }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left; }
  .cart .action {
    margin-bottom: 10px; }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0; }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px; }
    .cart-products-toolbar .pages .item:last-child {
      margin-right: 0; }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px; }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px; } }

.block-minicart .items-total {
  float: left;
  margin: 0 10px; }
  .block-minicart .items-total .count {
    font-weight: 700; }

.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right; }

.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700; }

.block-minicart .subtitle {
  display: none; }
  .block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center; }

.block-minicart .text.empty {
  text-align: center; }

.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center; }
  .block-minicart .block-content > .actions > .primary {
    margin: 0 10px 15px; }
    .block-minicart .block-content > .actions > .primary .action.primary {
      display: block;
      margin-bottom: 15px;
      width: 100%; }
      .block-minicart .block-content > .actions > .primary .action.primary:last-child {
        margin-bottom: 0; }

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center; }

.minicart-wrapper {
  position: relative;
  float: right; }
  .minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table; }
  .minicart-wrapper:after {
    clear: both; }
  .minicart-wrapper .action.showcart {
    padding: inherit;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .minicart-wrapper .action.showcart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      line-height: 33px;
      color: #134094;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.showcart:hover:before {
      color: #333; }
    .minicart-wrapper .action.showcart:active:before {
      color: #134094; }
    .minicart-wrapper .action.showcart.active {
      display: inline-block;
      text-decoration: none; }
      .minicart-wrapper .action.showcart.active:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        line-height: 33px;
        color: #134094;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .minicart-wrapper .action.showcart.active:hover:before {
        color: #333; }
      .minicart-wrapper .action.showcart.active:active:before {
        color: #134094; }
  .minicart-wrapper .block-minicart {
    background: #fff;
    border: 1px solid #bbb;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none none;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    height: inherit;
    margin-top: 4px;
    min-width: 100%;
    width: inherit;
    display: none; }
    .minicart-wrapper .block-minicart li {
      margin: 0;
      padding: false; }
      .minicart-wrapper .block-minicart li:hover {
        background: false;
        cursor: pointer; }
    .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .minicart-wrapper .block-minicart:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .minicart-wrapper .block-minicart:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .minicart-wrapper .block-minicart:before {
      left: 10px;
      top: -12px; }
    .minicart-wrapper .block-minicart:after {
      left: 9px;
      top: -14px; }
  .minicart-wrapper.active {
    overflow: visible; }
    .minicart-wrapper.active .block-minicart {
      display: block; }
  .minicart-wrapper .block-minicart {
    padding: 25px 20px;
    right: 0;
    width: 320px;
    z-index: 101; }
    .minicart-wrapper .block-minicart .block-title {
      display: none; }
    .minicart-wrapper .block-minicart:after {
      left: auto;
      right: 25px; }
    .minicart-wrapper .block-minicart:before {
      left: auto;
      right: 26px; }
  .minicart-wrapper .product .actions {
    float: right;
    margin: -24px 0 0;
    text-align: right; }
    .minicart-wrapper .product .actions > .primary,
    .minicart-wrapper .product .actions > .secondary {
      display: inline; }
  .minicart-wrapper .action.close {
    display: inline-block;
    text-decoration: none;
    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: 300;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
    .minicart-wrapper .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-wrapper .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 32px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.close:hover:before {
      color: inherit; }
    .minicart-wrapper .action.close:active:before {
      color: inherit; }
    .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
      background: none;
      border: none; }
    .minicart-wrapper .action.close:hover {
      background: none;
      border: none; }
    .minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled],
    fieldset[disabled] .minicart-wrapper .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .minicart-wrapper .action.showcart {
    white-space: nowrap; }
    .minicart-wrapper .action.showcart .counter.qty {
      background: #ff5501;
      color: #fff;
      height: 24px;
      line-height: 24px;
      border-radius: 2px;
      display: inline-block;
      margin: 3px 0 0;
      min-width: 18px;
      overflow: hidden;
      padding: 0 3px;
      text-align: center;
      white-space: normal; }
      .minicart-wrapper .action.showcart .counter.qty.empty {
        display: none; }
      .minicart-wrapper .action.showcart .counter.qty .loader > img {
        max-width: 24px; }
  .minicart-wrapper .minicart-widgets {
    margin-top: 15px; }

.minicart-items-wrapper {
  border: 1px solid #f3f3f3;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px; }

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .minicart-items .product-item {
    padding: 20px 0; }
    .minicart-items .product-item:not(:first-child) {
      border-top: 1px solid #f3f3f3; }
    .minicart-items .product-item:first-child {
      padding-top: 0; }
  .minicart-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem; }
  .minicart-items .price-minicart {
    margin-bottom: 5px; }
  .minicart-items .product > .product-item-photo,
  .minicart-items .product > .product-image-container {
    float: left; }
  .minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative; }
    .minicart-items .product .toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 16px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product .toggle:hover:after {
      color: inherit; }
    .minicart-items .product .toggle:active:after {
      color: inherit; }
    .minicart-items .product .toggle:after {
      position: static;
      right: 20px;
      top: 0; }
  .minicart-items .product.active > .toggle:after {
    content: ""; }
  .minicart-items .product-item-name {
    font-weight: 300;
    margin: 0 0 10px; }
    .minicart-items .product-item-name a {
      color: #202020; }
  .minicart-items .product-item-details {
    padding-left: 88px; }
    .minicart-items .product-item-details .price {
      font-weight: 700; }
    .minicart-items .product-item-details .price-including-tax,
    .minicart-items .product-item-details .price-excluding-tax {
      margin: 5px 0 0; }
    .minicart-items .product-item-details .weee[data-label] {
      font-size: 11px; }
    .minicart-items .product-item-details .details-qty {
      margin-top: 10px; }
  .minicart-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .product.options .tooltip.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .product.options .tooltip.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: -3px 0 0 7px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product.options .tooltip.toggle:hover:after {
      color: inherit; }
    .minicart-items .product.options .tooltip.toggle:active:after {
      color: inherit; }
    .minicart-items .product.options .tooltip.toggle .details {
      display: none; }
  .minicart-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px; }
  .minicart-items .update-cart-item {
    font-size: 11px;
    vertical-align: top; }
  .minicart-items .subtitle {
    display: none; }
  .minicart-items .action.edit, .minicart-items .action.delete {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .action.edit > span, .minicart-items .action.delete > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .action.edit:before, .minicart-items .action.delete:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before {
      color: #303030; }
    .minicart-items .action.edit:active:before, .minicart-items .action.delete:active:before {
      color: #303030; }
  .minicart-items .action.delete:before {
    content: ""; }

@media only screen and (max-width: 480px) {
  .minicart-wrapper .block-minicart {
    width: 290px; } }

@media only screen and (max-width: 640px) {
  .minicart-wrapper {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .minicart-wrapper {
    margin-left: 13px; }
    .minicart-wrapper .block-minicart {
      right: -15px;
      width: 390px; } }

.checkout-container {
  margin: 0 0 20px; }

.opc-wrapper {
  margin: 0 0 20px; }
  .opc-wrapper .step-content {
    margin: 0 0 40px; }

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none; }

.checkout-index-index .logo {
  margin-left: 0; }

.checkout-onepage-success .print {
  display: none; }

@media only screen and (max-width: 640px) {
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .opc-wrapper {
    width: 66.66667%;
    float: left;
    order: 1;
    padding-right: 30px; }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0; } }

.opc-estimated-wrapper {
  border-bottom: 1px solid #f3f3f3;
  margin: 0 0 15px;
  padding: 18px 15px; }
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    font-weight: 700;
    float: left; }
    .opc-estimated-wrapper .estimated-block .estimated-label {
      display: block;
      margin: 0 0 5px; }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #202020; }

@media only screen and (min-width: 768px) {
  .opc-estimated-wrapper {
    display: none; } }

.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0; }

.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%; }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    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: #e4e4e4;
    font-weight: 300;
    font-size: 18px; }
    .opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
      background: #e4e4e4;
      height: 38px;
      margin-left: -19px;
      width: 38px;
      border-radius: 50%;
      content: '';
      left: 50%;
      position: absolute;
      top: 0; }
    .opc-progress-bar-item > span:after {
      background: #fff;
      height: 26px;
      margin-left: -13px;
      top: 6px;
      width: 26px;
      content: counter(i);
      counter-increment: i;
      color: #202020;
      font-weight: 600;
      font-size: 18px; }
  .opc-progress-bar-item._active:before {
    background: #D4021C; }
  .opc-progress-bar-item._active > span {
    color: #202020; }
    .opc-progress-bar-item._active > span:before {
      background: #D4021C; }
    .opc-progress-bar-item._active > span:after {
      content: "";
      font-family: "icons-blank-theme";
      line-height: 1;
      font-size: 28px; }
  .opc-progress-bar-item._complete {
    cursor: pointer; }
    .opc-progress-bar-item._complete > span {
      color: #202020; }
      .opc-progress-bar-item._complete > span:after {
        content: "";
        font-family: "icons-blank-theme";
        line-height: 1;
        font-size: 28px; }

@media only screen and (min-width: 768px) {
  .opc-progress-bar-item {
    width: 185px; } }

.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px; }

.field.choice .field-tooltip-action {
  line-height: 21px; }

.field._error .control input,
.field._error .control select,
.field._error .control .content-filter-container .select-input,
.content-filter-container .field._error .control .select-input,
.field._error .control textarea {
  border-color: #ed8380; }

.opc-wrapper .fieldset > .field > .label {
  font-weight: 300; }

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required, .opc-wrapper .fieldset > .field._required {
    position: relative; }
    .opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label {
      padding-right: 25px; }
      .opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
        margin-left: 10px;
        position: absolute;
        top: 9px; } }

@media only screen and (min-width: 768px) {
  .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 10px; } }

@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%; } }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px; }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #202020; }
  .field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none; }
    .field-tooltip .field-tooltip-action > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .field-tooltip .field-tooltip-action:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 21px;
      line-height: inherit;
      color: #bbb;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .field-tooltip .field-tooltip-action:hover:before {
      color: #202020; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus {
      z-index: 100; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
        display: block; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus:before {
        color: #202020; }
  .field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2; }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      border-right-color: #f4f4f4;
      left: -21px;
      top: 12px;
      content: '';
      display: block;
      position: absolute;
      z-index: 3; }
    .field-tooltip .field-tooltip-content:before {
      border-right-color: #666666; }
    .field-tooltip .field-tooltip-content:after {
      border-right-color: #f4f4f4;
      width: 1px;
      z-index: 4; }

@media only screen and (max-width: 480px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px; } }

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px; }
  .opc-wrapper .form-login .fieldset .note,
  .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 16px;
    margin-top: 10px; }

.opc-wrapper .shipping-address-items {
  font-size: 0; }

.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word; }
  .opc-wrapper .shipping-address-item.selected-item {
    border-color: #D4021C; }
    .opc-wrapper .shipping-address-item.selected-item:after {
      background: #D4021C;
      color: #fff;
      content: "";
      font-family: "icons-blank-theme";
      height: 27px;
      width: 29px;
      font-size: 27px;
      line-height: 21px;
      padding-top: 2px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
      visibility: hidden; }

.opc-wrapper .action-show-popup {
  margin: 0 0 20px; }
  .opc-wrapper .action-show-popup > span:before {
    content: '+';
    padding-right: 5px; }

.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0; }

.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0; }

.checkout-shipping-method .step-title {
  margin-bottom: 0; }

.checkout-shipping-method .no-quotes-block {
  margin: 20px 0; }

.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0; }

.table-checkout-shipping-method thead th {
  display: none; }

.table-checkout-shipping-method tbody td {
  border-top: 1px solid #f3f3f3;
  padding-bottom: 20px;
  padding-top: 20px; }
  .table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px; }

.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none; }

.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0; }

@media only screen and (max-width: 640px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #f3f3f3;
    margin: 0 0 15px;
    padding: 0 0 15px; }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #f3f3f3;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%; }
    .opc-wrapper .shipping-address-item.selected-item {
      padding: 15px 35px 15px 18px;
      border-bottom-width: 2px; }
      .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 39px; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px; }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%; }
  .opc-wrapper .action-show-popup {
    width: 100%; }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px; }
    .opc-wrapper .edit-address-link > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-wrapper .edit-address-link:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-wrapper .edit-address-link:hover:before {
      color: #303030; }
    .opc-wrapper .edit-address-link:active:before {
      color: #303030; } }

@media only screen and (min-width: 768px) {
  .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; }
  .table-checkout-shipping-method {
    width: auto; } }

@media only screen and (min-width: 1024px) {
  .opc-wrapper .shipping-address-item {
    width: 33.33333%; }
    .opc-wrapper .shipping-address-item:before {
      background: #f3f3f3;
      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; } }

.checkout-shipping-method {
  position: relative; }

.shipping-policy-block.field-tooltip {
  top: 12px; }
  .shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #202020;
    cursor: pointer; }
    .shipping-policy-block.field-tooltip .field-tooltip-action:before {
      display: none; }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px; }

@media only screen and (max-width: 640px) {
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto; }
    .shipping-policy-block.field-tooltip .field-tooltip-content {
      width: 300px;
      right: auto; }
      .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto; } }

@media only screen and (min-width: 768px) {
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 66.66667%;
    float: right;
    order: 2; } }

.opc-block-shipping-information {
  padding: 0 30px; }
  .opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #f3f3f3;
    margin: 0 0 20px;
    position: relative; }
    .opc-block-shipping-information .shipping-information-title .action-edit {
      top: 10px;
      display: inline-block;
      text-decoration: none;
      margin: 0;
      position: absolute;
      right: 0; }
      .opc-block-shipping-information .shipping-information-title .action-edit > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .opc-block-shipping-information .shipping-information-title .action-edit:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #134094;
        content: "";
        font-family: "icons-blank-theme";
        margin: inherit;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
        color: #202020; }
      .opc-block-shipping-information .shipping-information-title .action-edit:active:before {
        color: #134094; }
  .opc-block-shipping-information .shipping-information-content {
    line-height: 27px; }
    .opc-block-shipping-information .shipping-information-content .actions-toolbar {
      margin-left: 0; }
  .opc-block-shipping-information .ship-to,
  .opc-block-shipping-information .ship-via {
    margin: 0 0 20px; }

.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px; }
  .opc-block-summary > .title {
    display: block; }
  .opc-block-summary .mark .value {
    color: #999;
    display: block; }
  .opc-block-summary .grand.incl + .grand.excl .mark,
  .opc-block-summary .grand.incl + .grand.excl .amount {
    border-top: 0;
    font-size: 14px;
    padding-top: 0; }
    .opc-block-summary .grand.incl + .grand.excl .mark strong,
    .opc-block-summary .grand.incl + .grand.excl .amount strong {
      font-weight: 300; }
  .opc-block-summary .not-calculated {
    font-style: italic; }
  .opc-block-summary .items-in-cart > .title {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative; }
    .opc-block-summary .items-in-cart > .title > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-block-summary .items-in-cart > .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      line-height: 12px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 3px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-block-summary .items-in-cart > .title:hover:after {
      color: inherit; }
    .opc-block-summary .items-in-cart > .title:active:after {
      color: inherit; }
    .opc-block-summary .items-in-cart > .title:after {
      position: absolute;
      right: 0;
      top: 10px; }
    .opc-block-summary .items-in-cart > .title strong {
      font-size: 18px;
      font-weight: 300;
      margin: 0; }
  .opc-block-summary .items-in-cart.active > .title:after {
    content: ""; }
  .opc-block-summary .items-in-cart .product {
    position: relative; }
  .opc-block-summary .minicart-items-wrapper {
    margin: -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0; }
  .column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0; }
  .opc-block-summary .product-item .product-item-inner {
    display: table;
    margin: 0 0 10px;
    width: 100%; }
  .opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left; }
  .opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right; }
  .opc-block-summary .product-item .price {
    font-size: 16px;
    font-weight: 300; }
  .opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
    margin: 0; }
    .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
      font-size: 10px; }
  .opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1; }
    .opc-block-summary .actions-toolbar .secondary {
      border-top: 1px solid #f3f3f3;
      display: block;
      float: none;
      margin: -1px 0 0;
      padding: 15px 0 0;
      text-align: left; }
      .opc-block-summary .actions-toolbar .secondary .action {
        margin: 0; }

@media only screen and (min-width: 768px) {
  .opc-summary-wrapper .modal-header .action-close {
    display: none; } }

.authentication-dropdown {
  box-sizing: border-box; }
  .authentication-dropdown .modal-inner-wrap {
    padding: 25px; }

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1; }
  ._has-auth-shown .authentication-wrapper {
    z-index: 900; }

.block-authentication .block-title {
  font-size: 28px;
  border-bottom: 0;
  margin-bottom: 25px; }
  .block-authentication .block-title strong {
    font-weight: 300; }

.block-authentication .field .label {
  font-weight: 300; }

.block-authentication .actions-toolbar {
  margin-bottom: 5px; }
  .block-authentication .actions-toolbar > .secondary {
    padding-top: 25px;
    text-align: left; }

.block-authentication .block[class] {
  margin: 0; }
  .block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px; }
  .block-authentication .block[class] .field .control,
  .block-authentication .block[class] .field .label {
    float: none;
    width: auto; }
  .block-authentication .block[class] + .block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative; }
    .block-authentication .block[class] + .block::before {
      height: 36px;
      line-height: 34px;
      margin: -19px 0 -18px;
      min-width: 36px;
      background: #fff;
      border: 1px solid #c1c1c1;
      border-radius: 50%;
      box-sizing: border-box;
      color: #c1c1c1;
      content: attr(data-label);
      display: inline-block;
      left: 50%;
      letter-spacing: normal;
      padding: 0 0.2rem;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0; }

@media only screen and (min-width: 768px) {
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%; }
    .authentication-dropdown._show {
      z-index: 100;
      transform: scale(1, 1);
      transition: transform linear 0.1s, visibility 0s linear 0s;
      visibility: visible; }
  .authentication-wrapper {
    width: 66.66667%;
    text-align: right; }
  .block-authentication .block-title {
    font-size: 32px;
    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: flex;
    flex-direction: row;
    border-top: 1px solid #c1c1c1; }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: flex;
    flex-direction: column;
    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 .step-title {
  border-bottom: 0;
  margin-bottom: 0; }

.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0; }

.checkout-payment-method .payment-method._active .payment-method-content {
  display: block; }

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #f3f3f3; }

.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0; }
  .checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
  .checkout-payment-method .payment-method-title .action-help {
    display: inline-block;
    margin-left: 5px; }

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px; }
  .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px; }

.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0; }

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px; }

.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px; }

.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px; }
  .checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-right: 0; }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px; }

.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px; }

.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%; }

.checkout-payment-method .no-payments-block {
  margin: 20px 0; }

@media only screen and (max-width: 768px) {
  .checkout-payment-method .payment-methods {
    margin: -15px; }
  .checkout-payment-method .payment-method-title {
    padding: 15px; }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px; }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0; }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%; }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
      margin-left: 25.8%; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
      margin-left: 0; }
  .checkout-billing-address .action-update {
    float: right; }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0; } }

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: ""; }

.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer; }

.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none; }

.checkout-payment-method .payment-option-title {
  border-top: 1px solid #f3f3f3;
  padding: 20px 0; }
  .checkout-payment-method .payment-option-title .action-toggle {
    color: #202020;
    display: inline-block;
    text-decoration: none; }
    .checkout-payment-method .payment-option-title .action-toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 16px;
      color: #134094;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 10px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .checkout-payment-method .payment-option-title .action-toggle:hover:after {
      color: #202020; }
    .checkout-payment-method .payment-option-title .action-toggle:active:after {
      color: #134094; }

.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px; }

.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px; }

.checkout-payment-method .credit-card-types {
  padding: 0; }
  .checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top; }
    .checkout-payment-method .credit-card-types .item._active {
      font-weight: 700; }
      .checkout-payment-method .credit-card-types .item._active img {
        filter: grayscale(0%); }
    .checkout-payment-method .credit-card-types .item._inactive {
      opacity: 0.4; }
    .checkout-payment-method .credit-card-types .item span {
      display: inline-block;
      padding-top: 6px;
      vertical-align: top; }
  .checkout-payment-method .credit-card-types img {
    filter: grayscale(100%);
    transition: all 0.6s ease; }

.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px; }

.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px; }

.checkout-payment-method .ccard .month .select {
  width: 140px; }

.checkout-payment-method .ccard .year .select {
  width: 80px; }

.checkout-payment-method .ccard .number .input-text {
  width: 225px; }

.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto; }

.checkout-payment-method .ccard .cvv .input-text {
  width: 55px; }

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important; }

@media only screen and (max-width: 768px) {
  .checkout-payment-method .payment-option {
    margin: -15px; }
    .checkout-payment-method .payment-option .payment-option-title {
      padding: 15px; }
    .checkout-payment-method .payment-option .payment-option-content {
      padding: 0 15px 20px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .payment-option-title {
    padding-left: 22px; }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0; } }

.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px; }

.checkout-agreements-block .action-show {
  vertical-align: baseline; }

.checkout-agreements-items {
  padding-bottom: 30px; }
  .checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px; }
  .checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0; }

.checkout-agreement-item-content {
  overflow: auto; }

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px; }

.login-container .block .block-title {
  font-size: 18px; }

.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 12px; }

.login-container .fieldset:after {
  margin-top: 35px; }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px; }
  .block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }

.form-address-edit .region select, .form-address-edit .region .content-filter-container .select-input, .content-filter-container .form-address-edit .region .select-input {
  display: none; }

.form-edit-account .fieldset.password {
  display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px; }

.account .column.main h2 {
  margin-top: 0; }

.account .column.main .toolbar {
  text-align: center; }
  .account .column.main .toolbar .limiter-options {
    width: auto; }

.account .sidebar-additional {
  margin-top: 40px; }

.account .table-wrapper:last-child {
  margin-bottom: 0; }

.account .table-wrapper .action {
  margin-right: 15px; }
  .account .table-wrapper .action:last-child {
    margin-right: 0; }

.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0; }

.account-nav .item {
  margin: 3px 0 0; }
  .account-nav .item:first-child {
    margin-top: 0; }
  .account-nav .item a,
  .account-nav .item > strong {
    color: false;
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px; }
  .account-nav .item a {
    text-decoration: none; }
    .account-nav .item a:hover {
      background: #e8e8e8; }
  .account-nav .item.current a,
  .account-nav .item.current strong {
    border-color: #D4021C;
    color: false;
    font-weight: 600; }
  .account-nav .item.current a {
    border-color: #D4021C; }

.column.main .block:last-child {
  margin-bottom: 0; }

.block .title {
  margin-bottom: 10px; }
  .block .title strong {
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.1;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 24px; }
    .column.main .block .title strong {
      font-size: 28px; }

.block p:last-child {
  margin: 0; }

.block .box-actions {
  margin-top: 5px; }

.field.password .control {
  display: flex;
  flex-direction: column; }
  .field.password .control .mage-error {
    order: 2; }
  .field.password .control .input-text {
    order: 0; }

.password-strength-meter {
  background-color: #f4f4f4;
  height: auto;
  line-height: auto;
  padding: 14px 16px;
  position: relative;
  z-index: 1; }
  .password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .password-strength-meter-0 .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%; }
  .password-strength-meter-1 .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
  .password-strength-meter-2 .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
  .password-strength-meter-3 .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-strength-meter-4 .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.control.captcha-image {
  margin-top: 10px; }
  .control.captcha-image .captcha-img {
    vertical-align: middle; }

@media only screen and (max-width: 640px) {
  .account .column.main,
  .account .sidebar-additional {
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .login-container .fieldset:after {
    text-align: center; }
  .account .page.messages {
    margin-bottom: 40px; }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block; }
  .customer-account-index .page-title-wrapper {
    position: relative; } }

@media only screen and (min-width: 768px) {
  .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: 55%; }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0; }
  .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%; }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px; }
    .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
      margin-bottom: 0; }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0; } }

.downloadable.samples {
  margin-bottom: 20px; }
  .downloadable.samples dd {
    margin: 0 0 10px; }

.table-downloadable-products .product-name {
  margin-right: 15px; }

.field.downloads .price-container {
  display: inline;
  white-space: nowrap; }
  .field.downloads .price-container:before {
    content: ' + ';
    display: inline; }

.field.downloads .price-excluding-tax {
  display: inline; }
  .field.downloads .price-excluding-tax:before {
    content: " (" attr(data-label) ": "; }
  .field.downloads .price-excluding-tax:after {
    content: ')'; }

.field.downloads .price-including-tax {
  font-size: 14px;
  display: inline;
  font-weight: 600; }

.field.downloads .sample.link {
  float: right; }

.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px; }

.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%; }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%; }
    .page-product-downloadable .product-options-bottom .field.qty + .actions {
      padding-top: 0; } }

.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px; }
  .page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px; }

.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px; }

.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 5px; }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
    margin-bottom: 0; }

.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600; }

.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px; }

.page-product-giftcard .product-info-stock-sku {
  display: block; }

.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0; }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
    margin-top: 20px;
    margin-bottom: 20px; }

.page-product-giftcard .giftcard.form {
  clear: both; }

.page-product-giftcard .price-box {
  margin-bottom: 10px; }

.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0; }

@media only screen and (max-width: 768px) {
  .cart-discount .giftcard .content {
    padding-bottom: 35px; }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px; }
  .field.open-amount {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 21px; }
    .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
      font-size: 36px;
      line-height: 36px; }
  .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 8px;
      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: 600; }
      .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: inline-flex;
      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 .content-filter-container .select-input,
      .content-filter-container .page-product-giftcard .product-add-form .field:not(.text) .addon .select-input,
      .page-product-giftcard .product-add-form .field:not(.text) .addon input {
        order: 2;
        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: #fff;
        background-clip: padding-box;
        border: 1px solid #A6A6A6;
        border-radius: 4px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: auto;
        line-height: 1.5;
        padding: 14px 16px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        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;
        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: 12px;
      margin: 0 0 0 5px; }
    .page-product-giftcard .product-add-form .field:not(.text) .note {
      color: inherit;
      font-size: 12px;
      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: inherit;
        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; } }

.giftcard-account .please-wait {
  display: none; }

.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px; }

.opc-wrapper .form-giftcard-account {
  max-width: 500px; }
  .opc-wrapper .form-giftcard-account .field {
    margin: 0 0 20px; }

.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px; }
  .opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 10px; }

.gift-message .field .label {
  color: #666;
  font-weight: 300; }

.gift-options .actions-toolbar .action-cancel {
  display: none; }

.gift-options-title {
  margin: 0 0 20px; }

.gift-options-content .fieldset {
  margin: 0 0 20px; }

.gift-summary .actions-toolbar > .secondary {
  float: none; }
  .gift-summary .actions-toolbar > .secondary .action {
    margin: 10px 20px 0 0; }

.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin: 20px 0;
  text-align: left;
  width: 100%; }
  .cart.table-wrapper .gift-content._active {
    display: table;
    table-layout: fixed; }

.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none; }
  .cart.table-wrapper .action-gift:hover, .cart.table-wrapper .action-gift:active, .cart.table-wrapper .action-gift:focus {
    text-decoration: none; }
  .cart.table-wrapper .action-gift:last-child {
    margin-right: 0; }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .cart.table-wrapper .action-gift:hover:after {
    color: inherit; }
  .cart.table-wrapper .action-gift:active:after {
    color: inherit; }
  .cart.table-wrapper .action-gift._active:after {
    content: ""; }

.gift-item-block {
  margin: 0; }
  .gift-item-block._active .title:after {
    content: ""; }
  .gift-item-block .title {
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 0;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    font-weight: 700; }
    .gift-item-block .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-item-block .title:hover:after {
      color: inherit; }
    .gift-item-block .title:active:after {
      color: inherit; }
    .gift-item-block .title:focus, .gift-item-block .title:active {
      background: #e2e2e2;
      border: 1px solid #cdcdcd;
      color: #333; }
    .gift-item-block .title:hover {
      background: #e2e2e2;
      border: 1px solid #cdcdcd;
      color: #555; }
    .gift-item-block .title.disabled, .gift-item-block .title[disabled],
    fieldset[disabled] .gift-item-block .title {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    .gift-item-block .title:active {
      box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }
  .gift-item-block .content {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 10px 20px;
    position: relative; }

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 300;
  margin: 10px 0; }

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: ''; }

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left; }

.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative; }
  .order-details-items .order-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .order-details-items .order-items .action.show:hover:after {
    color: inherit; }
  .order-details-items .order-items .action.show:active:after {
    color: inherit; }
  .order-details-items .order-items .action.show:after {
    position: absolute;
    right: 0;
    top: -4px; }
  .order-details-items .order-items .action.show.expanded:after {
    content: ""; }

.block-order-details-gift-message {
  border-top: 1px solid #f3f3f3;
  padding-top: 10px; }

@media only screen and (max-width: 768px) {
  .gift-options .actions-toolbar .action-update {
    font-size: 20px;
    padding: 15px;
    width: 100%; }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1; }
  .cart.table-wrapper .gift-content {
    margin-right: -10px; } }

@media only screen and (max-width: 640px) {
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .gift-message .field {
    margin: 0 0 20px;
    box-sizing: border-box; }
    .gift-message .field:before, .gift-message .field:after {
      content: '';
      display: table; }
    .gift-message .field:after {
      clear: both; }
    .gift-message .field > .label {
      margin: 0; }
    .gift-message .field:before, .gift-message .field:after {
      content: '';
      display: table; }
    .gift-message .field:after {
      clear: both; }
    .gift-message .field.choice:before, .gift-message .field.no-label:before {
      padding: 6px 15px 0 0;
      width: 25.8%;
      box-sizing: border-box;
      content: ' ';
      float: left;
      height: 1px; }
    .gift-message .field .description {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 25.8%;
      box-sizing: border-box;
      float: left; }
    .gift-message .field:not(.choice) > .label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 25.8%;
      box-sizing: border-box;
      float: left; }
    .gift-message .field:not(.choice) > .control {
      width: 74.2%;
      float: left; }
  .gift-options {
    position: relative;
    z-index: 1; }
    .gift-options .actions-toolbar {
      clear: both;
      float: right;
      position: static; }
      .gift-options .actions-toolbar .secondary {
        float: right; }
        .gift-options .actions-toolbar .secondary .action {
          float: right;
          margin-left: 20px; }
        .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: 18px; }
  .cart.table-wrapper .action-gift {
    float: left; } }

.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0; }

.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0; }
  .gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none; }
    .gift-wrapping-list .no-image > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .gift-wrapping-list .no-image:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 4rem;
      color: #494949;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-wrapping-list .no-image:hover:after {
      color: inherit; }
    .gift-wrapping-list .no-image:active:after {
      color: inherit; }
    .gift-wrapping-list .no-image:after {
      display: block; }

.gift-wrapping-item > span,
.gift-wrapping-preview {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0; }
  .gift-wrapping-item:last-child {
    margin-right: 0; }
  .gift-wrapping-item._active span:before {
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .gift-wrapping-item > span {
    height: 4rem;
    width: 4rem; }

.gift-wrapping-title {
  margin: 10px 0; }
  .gift-wrapping-title .action-remove {
    margin: -5px 0 0 5px;
    display: inline-block;
    text-decoration: none; }
    .gift-wrapping-title .action-remove > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .gift-wrapping-title .action-remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: 20px;
      color: #134094;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-wrapping-title .action-remove:hover:before {
      color: #202020; }
    .gift-wrapping-title .action-remove:active:before {
      color: #134094; }

.gift-options-content .fieldset .field {
  margin: 10px 0; }

.gift-wrapping-summary {
  padding-right: 7rem; }
  .gift-wrapping-summary .gift-wrapping-title {
    border: 0;
    display: inline-block;
    padding: 0; }

.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%; }

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0; }
  .opc-wrapper .data.table .gift-wrapping .title,
  .table-order-items .gift-wrapping .title {
    float: none; }
  .opc-wrapper .data.table .gift-wrapping .content,
  .table-order-items .gift-wrapping .content {
    margin: 0; }
    .opc-wrapper .data.table .gift-wrapping .content > img,
    .table-order-items .gift-wrapping .content > img {
      float: left;
      margin: 0 10px 0 0;
      max-height: 50px;
      max-width: 50px; }

.gift-options .price-box,
.gift-summary .price-box {
  margin-left: 22px; }

.gift-options .regular-price:before,
.gift-summary .regular-price:before {
  content: attr(data-label) ": "; }

.gift-options .regular-price .price,
.gift-summary .regular-price .price {
  font-weight: 700; }

@media only screen and (max-width: 768px) {
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .gift-wrapping-list {
    width: 100%; }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0; }
  .gift-options-cart-item {
    float: left; }
  .gift-wrapping-preview img {
    width: 100%; }
  .item-actions .actions-toolbar .gift-options .gift-message,
  .item-actions .actions-toolbar .gift-options .gift-wrapping {
    display: block; } }

@media only screen and (min-width: 768px) {
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%; }
    .gift-wrapping + .gift-message {
      border-left: 1px solid #c1c1c1;
      box-sizing: border-box;
      float: left;
      padding-left: 4.5rem;
      width: 50%; } }

.table.grouped > thead > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > th,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > th,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1; }

.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.table.grouped > thead > tr > th {
  border-bottom: 0; }

.table.grouped .product-item-name {
  font-weight: 300; }

.table.grouped .price-box .price {
  font-size: 16px; }

.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap; }

.table.grouped .row-tier-price td {
  border-top: 0; }

.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px; }

.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .form-add-invitations .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .form-add-invitations .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .form-add-invitations .action.add:hover:before {
    color: inherit; }
  .form-add-invitations .action.add:active:before {
    color: inherit; }

@media only screen and (max-width: 768px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px; }
  .table-invitations .col {
    width: 50%; } }

.block.filter {
  margin-bottom: 40px; }
  .block.filter .filter-title {
    margin-bottom: 20px; }
    .block.filter .filter-title strong {
      font-size: 18px; }

.filter-subtitle {
  display: none; }

.filter-options {
  margin: 0; }
  .filter-options .filter-options-title {
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.1;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 24px;
    margin: 0 0 10px;
    word-break: break-all; }
  .filter-options .filter-options-content {
    margin: 0 0 25px; }
    .filter-options .filter-options-content .item {
      margin-bottom: 3px; }
  .filter-options .count {
    color: #7d7d7d; }
    .filter-options .count:before {
      content: '('; }
    .filter-options .count:after {
      content: ')'; }

.filtered .items {
  margin: 15px 0; }

.filtered .item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px; }
  .filtered .item .label {
    font-weight: 700; }
  .filtered .item .action.remove {
    position: absolute;
    left: -6px;
    top: 0; }

.filtered + .actions {
  margin-bottom: 35px; }

@media only screen and (max-width: 640px) {
  .page-with-filter .columns .sidebar-main {
    order: 0; } }

.map-popup-wrapper.popup .action.close {
  top: 10px; }

.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: inherit;
  left: 0;
  margin-bottom: inherit;
  margin-left: inherit;
  margin-right: inherit;
  margin-top: 10px;
  position: absolute;
  right: inherit;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0; }
  .map-popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .map-popup .popup-header .title {
      font-family: "ClashGrotesk";
      font-weight: 400;
      line-height: 1.2;
      font-size: 28px;
      margin-top: 0;
      margin-bottom: 24px; }
  .map-popup .popup-content {
    margin: inherit; }
  .map-popup .popup-footer {
    margin: inherit; }
  .map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    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: 300;
    bottom: inherit;
    left: inherit;
    right: 10px;
    top: 10px; }
    .map-popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .map-popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .map-popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:active:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled],
    fieldset[disabled] .map-popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .map-popup.active {
    opacity: 1; }
  .map-popup .map-info-price {
    margin: 0 0 20px; }
    .map-popup .map-info-price .price-box {
      margin: 0 0 20px; }
      .map-popup .map-info-price .price-box .label:after {
        content: ": "; }
  .map-popup .action.primary {
    margin-right: 10px; }
  .map-popup .map-msrp {
    margin-bottom: 10px; }
  .map-popup .actual-price {
    margin: 3px 0 15px; }
  .map-popup .popup-header {
    display: none; }

.map-old-price {
  text-decoration: none; }
  .map-old-price .price-wrapper {
    text-decoration: line-through; }

.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px; }

.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline; }

.map-form-addtocart {
  display: inline-block;
  text-align: center; }
  .map-form-addtocart img {
    display: block;
    margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .map-popup {
    max-width: 100%; }
  .map-old-price,
  .map-show-info {
    display: inline-block; }
    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
      margin-bottom: 10px; } }

.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .wishlist.split.button:before, .wishlist.split.button:after {
    content: '';
    display: table; }
  .wishlist.split.button:after {
    clear: both; }
  .wishlist.split.button .action.split {
    float: left;
    margin: 0; }
  .wishlist.split.button .action.toggle {
    float: right;
    margin: 0; }
  .wishlist.split.button button.action.split, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action.split, .wishlist.split.button .cart.table-wrapper .action.split.action-gift, .cart.table-wrapper .wishlist.split.button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .wishlist.split.button button + .action.toggle, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action + .action.toggle, .wishlist.split.button .cart.table-wrapper .action-gift + .action.toggle, .cart.table-wrapper .wishlist.split.button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .wishlist.split.button .action.split {
    padding: inherit; }
  .wishlist.split.button .action.toggle {
    padding: false;
    display: inline-block;
    text-decoration: none; }
    .wishlist.split.button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.split.button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #333;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.split.button .action.toggle:hover:after {
      color: #134094; }
    .wishlist.split.button .action.toggle:active:after {
      color: inherit; }
    .wishlist.split.button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .wishlist.split.button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .wishlist.split.button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #333;
        content: "";
        font-family: "icons-blank-theme";
        margin: inherit;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .wishlist.split.button .action.toggle.active:hover:after {
        color: #134094; }
      .wishlist.split.button .action.toggle.active:active:after {
        color: inherit; }
  .wishlist.split.button .items {
    background: #fff;
    border: 1px solid #bbb;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none none;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    height: inherit;
    margin-top: 4px;
    min-width: 200px;
    width: inherit;
    display: none; }
    .wishlist.split.button .items li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .wishlist.split.button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .wishlist.split.button .items:before, .wishlist.split.button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .wishlist.split.button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .wishlist.split.button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .wishlist.split.button .items:before {
      left: 10px;
      top: -12px; }
    .wishlist.split.button .items:after {
      left: 9px;
      top: -14px; }
  .wishlist.split.button.active {
    overflow: visible; }
    .wishlist.split.button.active .items {
      display: block; }
  .wishlist.split.button .items {
    text-align: left; }
    .wishlist.split.button .items .item:last-child:hover {
      background: #e8e8e8; }
  .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before {
    content: ""; }
  .table-comparison .wishlist.split.button > .action:active, .table-comparison .wishlist.split.button > .action:focus, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:hover {
    color: #134094; }
  .table-comparison .wishlist.split.button > .action.toggle:before,
  .product-items .wishlist.split.button > .action.toggle:before {
    border-left: 1px solid gray;
    content: '';
    float: left;
    height: 15px;
    margin-top: 3px; }
  .product-info-main .wishlist.split.button .action.split, .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.split,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.split,
  .product-add-form .wishlist.split.button .action.toggle {
    line-height: 12px;
    padding: 5px 8px;
    font-size: 11px; }
  .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.toggle {
    padding: 0; }
  .cart.table-wrapper .wishlist.split.button {
    margin-bottom: 10px; }
    .cart.table-wrapper .wishlist.split.button > .action.toggle {
      padding: 4px 5px; }

.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  margin-bottom: inherit;
  margin-left: inherit;
  margin-right: inherit;
  margin-top: inherit;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0; }
  .wishlist.window.popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .wishlist.window.popup .popup-header .title {
      font-family: "ClashGrotesk";
      font-weight: 400;
      line-height: 1.2;
      font-size: 28px;
      margin-top: 0;
      margin-bottom: 24px; }
  .wishlist.window.popup .popup-content {
    margin: inherit; }
  .wishlist.window.popup .popup-footer {
    margin: inherit; }
  .wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    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: 300;
    bottom: inherit;
    left: inherit;
    right: 10px;
    top: 10px; }
    .wishlist.window.popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.window.popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.window.popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:active:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled],
    fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .wishlist.window.popup.active {
    opacity: 1; }
  .wishlist.window.popup.active {
    display: block; }

.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 1000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0; }
  .wishlist.overlay.active {
    opacity: 0.5; }
  .wishlist.overlay.active {
    display: block; }

.block-wishlist-management {
  position: relative; }
  .block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600; }
  .block-wishlist-management .wishlist-title {
    margin-bottom: 10px; }
    .block-wishlist-management .wishlist-title strong {
      font-weight: 300;
      margin-right: 10px; }
  .block-wishlist-management .wishlist-notice {
    color: #7d7d7d;
    display: inline-block;
    margin-right: 20px; }
  .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block; }
  .block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px; }
  .block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px; }

.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px; }

.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center; }

.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 22px; }
  .block-wishlist-info-items .block-title > strong {
    font-weight: 300; }

.block-wishlist-info-items .product-item {
  width: 100%; }

.block-wishlist-info-items .product-item-photo {
  margin-left: 20px; }

.block-wishlist-info-items .product-item-info {
  width: auto; }
  .block-wishlist-info-items .product-item-info:hover .split {
    visibility: visible; }

.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px; }

.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0; }

.block-wishlist-info-items .action.towishlist {
  padding: 10px 0; }

.block-wishlist-info-items .input-text.qty {
  margin-right: 10px; }

@media only screen and (max-width: 768px) {
  .block-wishlist-management {
    clear: both;
    margin-top: -21px; }
    .block-wishlist-management .wishlist-select {
      margin: -15px 20px; }
      .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid #f3f3f3;
        background: #f5f5f5;
        display: none;
        padding: 15px 0; }
        .block-wishlist-management .wishlist-select-items.active {
          display: block; }
        .block-wishlist-management .wishlist-select-items .item {
          margin: 3px 0 0; }
          .block-wishlist-management .wishlist-select-items .item:first-child {
            margin-top: 0; }
          .block-wishlist-management .wishlist-select-items .item.current {
            display: none; }
          .block-wishlist-management .wishlist-select-items .item a {
            display: block;
            padding: 5px 18px;
            text-decoration: none; }
            .block-wishlist-management .wishlist-select-items .item a:hover {
              background: #e8e8e8; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 26px; }
    .block-wishlist-management .wishlist-info {
      margin-bottom: 15px; }
    .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
      margin-bottom: 15px; }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist
  .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px; }
  .products-grid.wishlist .wishlist-dropdown {
    display: none; } }

@media only screen and (min-width: 768px) {
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto; }
    .wishlist.window.popup .field {
      margin: 0 0 20px; }
      .wishlist.window.popup .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .wishlist.window.popup .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .wishlist.window.popup .field > .label {
        margin: 0 0 8px;
        display: inline-block; }
      .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
        display: none; }
  .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;
        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: 40px; }
    .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; } }

.multicheckout .title {
  margin-bottom: 30px; }
  .multicheckout .title strong {
    font-weight: 300; }

.multicheckout .table-wrapper {
  margin-bottom: 0; }
  .multicheckout .table-wrapper .action.delete {
    display: inline-block; }
  .multicheckout .table-wrapper .col .qty {
    display: inline-block; }
  .multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 300;
    margin-left: 10px; }

.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0; }

.multicheckout > .actions-toolbar {
  margin-top: 40px; }

.multicheckout .actions-toolbar > .secondary {
  display: block; }
  .multicheckout .actions-toolbar > .secondary .action {
    margin-bottom: 25px; }
    .multicheckout .actions-toolbar > .secondary .action.back {
      display: block;
      margin-left: 0; }

.multicheckout .actions-toolbar > .primary {
  margin-right: 10px; }

.multicheckout .item-options {
  margin: 10px 0 0; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block; }

.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px; }
  .multicheckout .block-title strong,
  .multicheckout .block-content .title strong {
    font-weight: 300; }
    .multicheckout .block-title strong span,
    .multicheckout .block-content .title strong span {
      color: #a6a6a6; }

.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0; }

.multicheckout.order-review .block-title > strong {
  font-size: 24px; }

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px; }

.multicheckout .box-title span {
  margin-right: 10px; }

.multicheckout .box-title > .action {
  margin: 0; }

.multicheckout .box-shipping-method .price {
  font-weight: 700; }

.multicheckout .box-billing-method .fieldset {
  margin: 0; }
  .multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px; }

.multicheckout .checkout-review .grand.totals {
  font-size: 21px;
  margin-bottom: 40px; }
  .multicheckout .checkout-review .grand.totals .mark {
    font-weight: 300; }

[class^='multishipping-'] .logo {
  margin-left: 0; }

.multishipping-checkout-success .nav-sections {
  display: block; }

@media only screen and (max-width: 640px) {
  .multicheckout .data.table .address:before {
    margin-bottom: 5px; }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block; }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px; }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0; }
  .multicheckout.order-review .box-items .data.table thead {
    display: block; }
    .multicheckout.order-review .box-items .data.table thead tr {
      display: block; }
    .multicheckout.order-review .box-items .data.table thead .col.item {
      display: block;
      padding: 0; }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px; }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0; } }

@media only screen and (min-width: 640px) {
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right; }
    .multicheckout .actions-toolbar .secondary .action {
      margin-left: 10px; }
      .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left; }
  .multicheckout .item-options {
    margin: 20px 0 0; }
  .multicheckout .block-content .box {
    margin-bottom: 0; }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%; }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%; }
    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
      display: none; }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%; }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%; }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0; }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto; }
  .multicheckout.order-review .col.item {
    width: 75%; }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto; }
    .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
      display: inline-block;
      width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .multishipping-checkout-success .nav-toggle {
    display: block; }
  .multishipping-checkout-success .logo {
    margin-left: 40px; } }

.block.newsletter {
  margin-bottom: 20px; }
  .block.newsletter .form.subscribe {
    display: table;
    width: 100%; }
  .block.newsletter .fieldset {
    display: table-cell;
    padding: 0;
    vertical-align: top; }
  .block.newsletter .field {
    margin: 0; }
    .block.newsletter .field .control {
      display: inline-block;
      text-decoration: none;
      display: block; }
      .block.newsletter .field .control:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        line-height: 32px;
        color: #c2c2c2;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0 0 0 4px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block.newsletter .field .control:hover:before {
        color: inherit; }
      .block.newsletter .field .control:active:before {
        color: inherit; }
      .block.newsletter .field .control:before {
        position: absolute; }
  .block.newsletter input {
    padding-left: 35px; }
  .block.newsletter .title {
    display: none; }
  .block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%; }
  .block.newsletter .action.subscribe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px; }

@media only screen and (min-width: 768px) {
  .block.newsletter {
    width: 34%; } }

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase; }

.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase; }

.paypal.acceptance {
  display: block;
  margin: 0 0 20px; }
  .paypal.acceptance img {
    max-width: 100%; }

.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto; }

.paypal-review .paypa-review-title > strong {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 24px;
  display: inline-block; }

.paypal-review .items-qty .item {
  white-space: nowrap; }

.paypal-review .items-qty .title:after {
  content: ': '; }

.paypal-review .paypal-review-title > strong {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 24px;
  display: inline-block; }

.paypal-review .actions-toolbar {
  margin-top: 10px; }

.paypal-review .item-options dt {
  display: inline-block; }
  .paypal-review .item-options dt:after {
    content: ': '; }

.paypal-review .item-options dd {
  margin: 0; }

.paypal-review-discount {
  border-bottom: 1px solid #f3f3f3;
  margin: 20px 0; }
  .paypal-review-discount .block {
    margin-bottom: 0; }
    .paypal-review-discount .block .fieldset {
      padding: 10px 0 20px; }

@media only screen and (min-width: 768px) {
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #f3f3f3; }
  .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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right; } }

.fotorama-video-container:after {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magento_ProductVideo/img/gallery-sprite.png") bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama-video-container .magnify-lens {
  display: none !important; }

.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }

.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25); }

.video-thumb-icon:after {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magento_ProductVideo/img/gallery-sprite.png") bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px; }

.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999; }

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%; } }

.fotorama__arr.hidden-video {
  z-index: -1 !important; }

.fotorama__video-close {
  bottom: 89%;
  top: auto; }

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.rating-summary {
  overflow: hidden;
  white-space: nowrap; }
  .rating-summary .rating-result {
    width: 104px;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .rating-summary .rating-result:before {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #c7c7c7;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -9px;
      line-height: 28px;
      display: block;
      font-style: normal;
      font-weight: normal;
      speak: none; }
    .rating-summary .rating-result > span {
      display: block;
      overflow: hidden; }
      .rating-summary .rating-result > span:before {
        position: relative;
        z-index: 2;
        content: "";
        -webkit-font-smoothing: antialiased;
        color: #ff5501;
        font-family: "icons-blank-theme";
        font-size: 28px;
        height: 28px;
        letter-spacing: -9px;
        line-height: 28px;
        display: block;
        font-style: normal;
        font-weight: normal;
        speak: none; }
      .rating-summary .rating-result > span span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
  .rating-summary .rating-result {
    margin-left: -5px; }

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote {
  overflow: hidden; }
  .review-control-vote:before {
    color: #c7c7c7;
    font-family: "icons-blank-theme";
    font-size: 28px;
    height: 28px;
    letter-spacing: -9px;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: block;
    position: absolute;
    z-index: 1; }
  .review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .review-control-vote input[type="radio"]:focus + label:before, .review-control-vote input[type="radio"]:checked + label:before {
      opacity: 1; }
  .review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute; }
    .review-control-vote label span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .review-control-vote label:before {
      color: #ff5501;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -9px;
      line-height: 28px;
      font-style: normal;
      font-weight: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      opacity: 0; }
    .review-control-vote label:hover:before {
      opacity: 1; }
    .review-control-vote label:hover ~ label:before {
      opacity: 0; }
  .review-control-vote .rating-5 {
    z-index: 2; }
    .review-control-vote .rating-5:before {
      content: ""; }
  .review-control-vote .rating-4 {
    z-index: 3; }
    .review-control-vote .rating-4:before {
      content: ""; }
  .review-control-vote .rating-3 {
    z-index: 4; }
    .review-control-vote .rating-3:before {
      content: ""; }
  .review-control-vote .rating-2 {
    z-index: 5; }
    .review-control-vote .rating-2:before {
      content: ""; }
  .review-control-vote .rating-1 {
    z-index: 6; }
    .review-control-vote .rating-1:before {
      content: ""; }

.block.add.review {
  margin-bottom: 40px; }
  .block.add.review > .title {
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.2;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 24px; }
  .block.add.review .legend {
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.2;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 24px;
    margin: 0 0 20px; }
  .block.add.review .field.rating {
    display: table-row; }
    .block.add.review .field.rating .label {
      display: table-cell;
      padding: 5px 0;
      vertical-align: middle; }
    .block.add.review .field.rating .control {
      display: table-cell;
      vertical-align: top; }

.block.reviews.list > .title {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 24px; }

.block.reviews.list .review.item {
  margin-bottom: 40px; }

.block.reviews.list .review.title {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 24px; }

.data.table.reviews .rating-summary {
  margin-top: -4px; }

.customer-review.view {
  margin-bottom: 20px; }
  .customer-review.view .review.title,
  .customer-review.view .ratings-summary,
  .customer-review.view .product-details {
    margin-bottom: 20px; }

.product-reviews-summary {
  display: table;
  margin: 10px 0 12px; }
  .products.wrapper.list .product-reviews-summary {
    margin: 0 auto; }
  .product-reviews-summary.empty {
    margin-left: 0; }
  .product-reviews-summary .rating-summary {
    display: table-cell;
    left: -5px;
    position: relative;
    text-align: left;
    vertical-align: middle; }
  .product-reviews-summary .reviews-actions {
    display: table-cell;
    line-height: 28px;
    vertical-align: middle; }
    .product-reviews-summary .reviews-actions a {
      margin-right: 5px; }

@media only screen and (min-width: 768px) {
  .products.wrapper.list .product-reviews-summary {
    margin: 0; } }

.customer-review .product-details {
  margin-bottom: 40px; }

.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%; }

.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px; }
  .customer-review .review-details .customer-review-rating .item {
    margin-bottom: 10px; }
    .customer-review .review-details .customer-review-rating .item:last-child {
      margin-bottom: 0; }

.customer-review .review-details .review-title {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
  margin-bottom: 20px; }

.customer-review .review-details .review-content {
  margin-bottom: 20px; }

.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block; }

.review-field-ratings .nested {
  display: table; }

.review-field-ratings .review-field-rating {
  display: table-row; }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top; }
  .review-field-ratings .review-field-rating .label {
    padding-right: 10px;
    padding-top: 6px; }
  .review-field-ratings .review-field-rating .control {
    padding-top: 2px; }

.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center; }
  .review-toolbar:first-child {
    display: none; }
  .review-toolbar .pages {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    padding: 20px 0;
    text-align: center; }
  .review-toolbar .limiter {
    display: none; }

.review-add .block-title {
  display: none; }

.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333; }
  .review-form .action.submit.primary:focus, .review-form .action.submit.primary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  .review-form .action.submit.primary:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }

.fieldset .review-legend.legend {
  margin-bottom: 20px; }
  .fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0; }

.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px; }

.review-list {
  margin-bottom: 30px; }
  .review-list .block-title strong {
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.2;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 24px; }

.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0; }
  .review-item:after {
    clear: both;
    content: '';
    display: table; }
  .review-item:last-child {
    border-width: 0; }

.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%; }

.review-author {
  display: inline; }

.review-title {
  font-family: "ClashGrotesk";
  font-weight: 400;
  line-height: 1.2;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 24px;
  margin: 0 0 20px; }

.review-content {
  margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .review-form {
    max-width: 500px; }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px; }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px; }
  .review-toolbar {
    margin: 0 0 30px; }
    .review-toolbar .pages {
      padding: 30px 0; }
  .fieldset .review-legend.legend {
    margin-bottom: 30px; }
  .review-item {
    padding: 30px 0; }
  .review-title {
    margin: 0 0 30px; } }

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px; }

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .reward-settings + .actions-toolbar {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .reward-settings + .actions-toolbar {
    margin-top: -32px; } }

.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px; }

.form-create-return .additional:first-child {
  margin-top: 0; }

.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0; }

.form-create-return .additional .field:last-child {
  margin-top: 20px; }

.form-create-return .field.comment {
  margin-top: 55px; }

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0; }

.block-returns-comments .returns-comments dt {
  font-weight: 300; }

.block-returns-comments .returns-comments dd {
  margin-bottom: 15px; }
  .block-returns-comments .returns-comments dd:last-child {
    margin-bottom: 0; }

.block-returns-comments .fieldset {
  margin-bottom: 20px; }

.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px; }

@media only screen and (max-width: 768px) {
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0; } }

@media only screen and (min-width: 768px) {
  .form-create-return .additional .field:last-child {
    margin-top: 29px; }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px; }
    .block-returns-tracking .block-title .action.track {
      float: right; } }

.order-links {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px; }
  .order-links .item {
    display: inline-block;
    margin-right: 20px; }

.order-actions-toolbar .action {
  margin: 0 20px 0 0; }

.order-details-items {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .order-details-items .order-title > strong {
    font-family: "ClashGrotesk";
    font-weight: 400;
    line-height: 1.2;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 24px;
    display: inline-block; }
  .order-details-items .items-qty .item {
    white-space: nowrap; }
  .order-details-items .items-qty .title:after {
    content: ': '; }
  .order-details-items .table-order-items .product-item-name {
    margin-top: 0; }
  .order-details-items .table-order-items tbody + tbody {
    border-top: 1px solid #f3f3f3; }
  .order-details-items .item-options dt {
    margin: 0; }
  .order-details-items .item-options dd {
    margin: 0 0 15px; }
  .order-details-items .item-options.links dt {
    display: inline-block; }
    .order-details-items .item-options.links dt:after {
      content: ': '; }
  .order-details-items .item-options.links dd {
    margin: 0; }

.order-pager-wrapper .toolbar-amount {
  padding-top: 3px; }

.order-pager-wrapper .pages-items .item:first-child, .order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0; }

.order-actions-toolbar {
  margin-bottom: 25px; }
  .order-actions-toolbar .action {
    margin-right: 30px; }
    .order-actions-toolbar .action.print {
      margin: 0; }

.page-title-wrapper .order-date {
  margin: 0 0 20px; }

.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px; }

.form-orders-search .field.email, .form-orders-search .field.zip {
  margin-bottom: 0; }

.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline; }

.block-reorder .product-item .field.item {
  display: inline-block; }

.block-reorder .product-item-name {
  display: inline-block; }

.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px; }

.block-order-details-comments {
  margin: 0 0 40px; }
  .block-order-details-comments .comment-date {
    font-weight: 600; }
  .block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px; }

.block-order-details-view .box-content .payment-method .title {
  font-weight: 300; }

.block-order-details-view .box-content .payment-method .content {
  margin: 0; }
  .block-order-details-view .box-content .payment-method .content > strong {
    font-weight: 300; }
    .block-order-details-view .box-content .payment-method .content > strong:after {
      content: ': '; }

.order-tracking {
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  padding: 20px 0; }
  .order-tracking .tracking-title {
    display: inline-block; }
  .order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px; }

@media only screen and (max-width: 640px) {
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top; }
  .account .toolbar .pages {
    float: right; }
  .account .toolbar .limiter {
    clear: both; }
  .order-details-items thead {
    display: block; }
    .order-details-items thead tr,
    .order-details-items thead td {
      display: block; }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit; }
  .order-pager-wrapper .pages {
    text-align: center; }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right; }
  .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; }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0; }
  .order-pager-wrapper .pages {
    float: right; }
  .order-actions-toolbar .action.print {
    display: block;
    float: right; }
  .page-title-wrapper .order-date {
    margin-top: -12px; }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; } }

.opc-wrapper .form-discount {
  max-width: 500px; }

.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none; }
  .action.mailto.friend:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action.mailto.friend:hover:before {
    color: inherit; }
  .action.mailto.friend:active:before {
    color: inherit; }
  .action.mailto.friend span {
    display: inline-block;
    line-height: 28px;
    vertical-align: top; }

.swatch-attribute-label {
  font-weight: bold;
  position: relative; }

.swatch-attribute-label.required {
  padding-right: 10px; }

.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px; }

.swatch-attribute-options {
  margin-top: 10px; }

.swatch-option {
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 20px;
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis; }

.swatch-option.text {
  background: #F2F2F2;
  color: #7F7F7F;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px; }

.swatch-option.selected {
  outline: 2px solid #FF5100;
  border: 1px solid #fff;
  color: #333; }

.swatch-option.text.selected {
  background-color: #FFF !important; }

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute.manufacturer .swatch-option,
.swatch-attribute.size .swatch-option {
  background: #f0f0f0;
  color: #949494; }

.swatch-attribute.manufacturer .swatch-option.selected,
.swatch-attribute.size .swatch-option.selected {
  color: black;
  background: #fff;
  border: 1px solid #fff; }

.swatch-option:not(.disabled):hover {
  outline: 1px solid #999;
  border: 1px solid #fff;
  color: #333; }

.swatch-option.color:not(.disabled):hover,
.swatch-option.image:not(.disabled):hover {
  outline: 2px solid #FF5216;
  border: 1px solid #fff; }

.swatch-option.disabled {
  cursor: default; }

.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); }

.swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center; }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px; }

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }

.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-opt {
  margin: 20px 0; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

div[class^="swatch-opt-"] {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url("../../frontend/Mageshops/Teufelberger/it_IT/images/loader-2.gif"); }

.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0; }

.block-collapsible-nav .item {
  margin: 3px 0 0; }
  .block-collapsible-nav .item:first-child {
    margin-top: 0; }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item > strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 18px 5px 15px; }
  .block-collapsible-nav .item a {
    text-decoration: none; }
    .block-collapsible-nav .item a:hover {
      background: #e8e8e8; }
  .block-collapsible-nav .item.current a,
  .block-collapsible-nav .item.current > strong {
    border-color: #D4021C;
    color: #000;
    font-weight: 600; }
  .block-collapsible-nav .item.current a {
    border-color: #D4021C; }

@media only screen and (max-width: 768px) {
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5; }
    .block-collapsible-nav .title {
      margin-bottom: 0; }
    .block-collapsible-nav .content {
      border-bottom: 1px solid #f3f3f3;
      display: none; }
      .block-collapsible-nav .content.active {
        display: block; } }

.page-wrapper {
  background: inherit; }

#page-static-header {
  background-color: #ffffff;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  position: sticky; }
  .header-small #page-static-header {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }

#page-static-header .logo,
#page-static-header .logo img,
#page-static-header .block-search,
#page-static-header .block-search input,
#page-static-header .navigation a,
#page-static-header .mobile-search-wrapper {
  transition: 0.5s all ease-in-out; }

@media only screen and (min-width: 768px) {
  .header-small #page-static-header .block-search {
    max-width: 306.25px; }
    .header-small #page-static-header .block-search input {
      padding: 12.25px 45.5px 12.25px 12.25px;
      font-size: 13.25px;
      line-height: 17.5px; }
  #page-static-header .nav-sections {
    border-bottom: 1px solid #EFEFEF; } }

@media only screen and (min-width: 321px) {
  .header-small #page-static-header .navigation a {
    font-size: 15px; } }

@media only screen and (min-width: 321px) {
  .header-small #page-static-header .logo img {
    max-height: 32px; } }

details summary {
  padding: 12px 0px;
  border-bottom: 1px solid #D2D2D2;
  cursor: pointer;
  font-weight: 500 !important;
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  align-items: center; }
  details summary:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: inherit;
    content: "";
    font-family: "teufelberger-icons";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  details summary:after {
    flex-shrink: 0; }
  details summary:hover {
    color: #134094; }
  details summary + p {
    padding-top: 12px; }

details[open] summary:after {
  content: ""; }

.page-footer-link, .footer.content .links a, .page-footer a {
  color: #FFF;
  text-decoration: none; }
  .page-footer-link:visited, .footer.content .links a:visited, .page-footer a:visited {
    color: #FFF;
    text-decoration: none; }
  .page-footer-link:hover, .footer.content .links a:hover, .page-footer a:hover {
    color: #FFF;
    text-decoration: underline; }
  .page-footer-link:active, .footer.content .links a:active, .page-footer a:active {
    color: #FFF;
    text-decoration: underline; }

body {
  background-color: #fff; }

.ie9 .page-wrapper {
  background-color: #fff;
  min-height: 0; }

.page-header {
  background-color: inherit;
  border-bottom: 1px solid #EFEFEF; }
  .page-header .panel.wrapper {
    background-color: #fff;
    color: #333; }

.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px; }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top; }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px; }
    .header.panel > .header.links > li > a {
      color: #202020;
      text-decoration: none; }
      .header.panel > .header.links > li > a:visited {
        color: #202020;
        text-decoration: none; }
      .header.panel > .header.links > li > a:hover {
        color: #134094;
        text-decoration: underline; }
      .header.panel > .header.links > li > a:active {
        color: #134094;
        text-decoration: underline; }

.header.content {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center; }

.logo {
  flex-grow: 1;
  position: relative;
  z-index: 5; }
  .logo img {
    display: block;
    max-height: 40px;
    width: auto; }
  .page-print .logo {
    display: inline-block; }

.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px; }

.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }

.message.global p {
  margin: 0; }

.message.global.noscript, .message.global.cookie {
  border-radius: inherit;
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 13px;
  background: #ffee9c;
  border-color: inherit;
  color: #202020;
  margin: 0; }
  .message.global.noscript a, .message.global.cookie a {
    color: #202020; }
    .message.global.noscript a:hover, .message.global.cookie a:hover {
      color: #134094; }
    .message.global.noscript a:active, .message.global.cookie a:active {
      color: #134094; }

.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3; }
  .message.global.cookie .actions {
    margin-top: 10px; }

.message.global.demo {
  border-radius: inherit;
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 13px;
  background: #ff0101;
  border-color: inherit;
  color: #fff;
  margin-bottom: 0;
  text-align: center; }
  .message.global.demo a {
    color: #202020; }
    .message.global.demo a:hover {
      color: #134094; }
    .message.global.demo a:active {
      color: #134094; }

.copyright {
  background-color: #fff;
  color: #202020;
  display: block;
  padding: 10px 0;
  text-align: left; }

.page-header .switcher .options,
.page-footer .switcher .options {
  position: relative;
  display: inline-block; }
  .page-header .switcher .options:before, .page-header .switcher .options:after,
  .page-footer .switcher .options:before,
  .page-footer .switcher .options:after {
    content: '';
    display: table; }
  .page-header .switcher .options:after,
  .page-footer .switcher .options:after {
    clear: both; }
  .page-header .switcher .options .action.toggle,
  .page-footer .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .page-header .switcher .options .action.toggle > span,
    .page-footer .switcher .options .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .page-header .switcher .options .action.toggle:before,
    .page-footer .switcher .options .action.toggle:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .page-header .switcher .options .action.toggle:hover:before,
    .page-footer .switcher .options .action.toggle:hover:before {
      color: inherit; }
    .page-header .switcher .options .action.toggle:active:before,
    .page-footer .switcher .options .action.toggle:active:before {
      color: inherit; }
    .page-header .switcher .options .action.toggle.active,
    .page-footer .switcher .options .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .page-header .switcher .options .action.toggle.active > span,
      .page-footer .switcher .options .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .page-header .switcher .options .action.toggle.active:before,
      .page-footer .switcher .options .action.toggle.active:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .page-header .switcher .options .action.toggle.active:hover:before,
      .page-footer .switcher .options .action.toggle.active:hover:before {
        color: inherit; }
      .page-header .switcher .options .action.toggle.active:active:before,
      .page-footer .switcher .options .action.toggle.active:active:before {
        color: inherit; }
  .page-header .switcher .options ul.dropdown,
  .page-footer .switcher .options ul.dropdown {
    background: #fff;
    border: 1px solid #bbb;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none none;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    height: inherit;
    margin-top: 4px;
    min-width: 160px;
    width: inherit;
    display: none; }
    .page-header .switcher .options ul.dropdown li,
    .page-footer .switcher .options ul.dropdown li {
      margin: 0;
      padding: 0; }
      .page-header .switcher .options ul.dropdown li:hover,
      .page-footer .switcher .options ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .page-header .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after,
    .page-footer .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .page-header .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .page-header .switcher .options ul.dropdown:after,
    .page-footer .switcher .options ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .page-header .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .page-header .switcher .options ul.dropdown:after,
    .page-footer .switcher .options ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .page-header .switcher .options.active,
  .page-footer .switcher .options.active {
    overflow: visible; }
    .page-header .switcher .options.active ul.dropdown,
    .page-footer .switcher .options.active ul.dropdown {
      display: block; }
  .page-header .switcher .options ul.dropdown a,
  .page-footer .switcher .options ul.dropdown a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px; }
    .page-header .switcher .options ul.dropdown a:visited,
    .page-footer .switcher .options ul.dropdown a:visited {
      color: #333;
      text-decoration: none; }
    .page-header .switcher .options ul.dropdown a:hover,
    .page-footer .switcher .options ul.dropdown a:hover {
      color: #333;
      text-decoration: none; }
    .page-header .switcher .options ul.dropdown a:active,
    .page-footer .switcher .options ul.dropdown a:active {
      color: #333;
      text-decoration: none; }

.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 300; }

@media only screen and (max-width: 768px) {
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none; }
  .nav-sections .switcher-trigger strong:after {
    font-size: 16px;
    right: -25px;
    top: 2px; }
  .navigation .parent .level-top:after {
    font-size: 16px;
    right: 10px;
    top: 7px; }
  .page-footer .footer.content .switcher-store {
    background: #fff;
    font-size: 16px;
    margin: -15px; }
    .page-footer .footer.content .switcher-store .switcher-options {
      display: block; }
      .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
        background: none;
        border: 0;
        box-shadow: none;
        margin: 0;
        position: relative; }
        .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before, .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
          display: none; }
      .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
      .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
        border-top: 1px solid #cecece;
        display: block;
        padding: 10px 20px; }
      .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
        padding: 10px 0; }
      .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
        padding: 0; } }

.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px; }

.widget {
  clear: both; }

.ps-container.ps-theme-teufel:hover > .ps-scrollbar-x-rail,
.ps-container.ps-theme-teufel.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container.ps-theme-teufel.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-theme-teufel:hover > .ps-scrollbar-y-rail,
.ps-container.ps-theme-teufel.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container.ps-theme-teufel.ps-active-y > .ps-scrollbar-y-rail {
  opacity: 1; }

.ps-container.ps-theme-teufel.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container.ps-theme-teufel.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #D8D8D8; }

.ps-container.ps-theme-teufel.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-theme-teufel > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-theme-teufel:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container.ps-theme-teufel:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-theme-teufel.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-theme-teufel > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-theme-teufel:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container.ps-theme-teufel:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #134094; }

@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .ie9 body {
    background-color: #fff; }
  .navigation ul {
    font-weight: 400; }
    .navigation ul .submenu span {
      font-weight: 400; }
  .page-header {
    margin-bottom: 0; }
    .page-header .panel.wrapper {
      border-bottom: 1px solid #e8e8e8;
      background-color: #fff; }
    .page-header .header.panel {
      padding-bottom: 10px;
      padding-top: 10px; }
    .page-header .switcher {
      float: right;
      margin-left: 15px;
      margin-right: -6px;
      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 {
    position: relative;
    display: inline-block; }
    .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:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: "";
        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:before {
        color: inherit; }
      .customer-welcome .action.switch:active:before {
        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:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 10px;
          line-height: 22px;
          color: inherit;
          content: "";
          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:before {
          color: inherit; }
        .customer-welcome .action.switch.active:active:before {
          color: inherit; }
    .customer-welcome ul {
      background: #fff;
      border: 1px solid #bbb;
      z-index: 101;
      margin: 0;
      padding: 0;
      list-style: none none;
      box-sizing: border-box;
      position: absolute;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
      height: inherit;
      margin-top: 4px;
      min-width: 100%;
      width: inherit;
      display: none; }
      .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 #fff transparent;
        z-index: 99; }
      .customer-welcome ul:after {
        border: 7px solid;
        border-color: transparent transparent #bbb 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: #333;
      text-decoration: none;
      display: block;
      line-height: 1.4;
      padding: 8px; }
      .customer-welcome li a:visited {
        color: #333;
        text-decoration: none; }
      .customer-welcome li a:hover {
        color: #333;
        text-decoration: none; }
      .customer-welcome li a:active {
        color: #333;
        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: 300;
      color: #fff; }
      .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 {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.5; }
    .customer-welcome .header.links {
      min-width: 175px; }
    .customer-welcome.active .action.switch:after {
      content: ""; }
    .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 {
        line-height: 1.4; }
      .header.panel > .header.links > li.welcome a {
        color: #fff;
        padding-left: 5px; }
    .header.panel > .header.links > .customer-welcome + .authorization-link {
      display: none; }
  .page-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out; }
    .page-wrapper > .breadcrumbs,
    .page-wrapper > .top-container,
    .page-wrapper > .widget {
      box-sizing: border-box;
      width: 100%; }
    .ie10 .page-wrapper,
    .ie11 .page-wrapper {
      height: 100%; }
  .footer.content .switcher.store {
    display: block;
    margin: 0; } }

.ui-datepicker td {
  padding: 0; }

.ui-tooltip {
  border: 1px solid #bbb;
  background: #fff;
  padding: 10px; }

#notice-cookie-block {
  background: rgba(66, 66, 66, 0.9);
  color: #FFF;
  padding: 0 20px;
  line-height: 1.4; }
  #notice-cookie-block .wrapper {
    max-width: 1280px;
    margin: 0 auto; }
  #notice-cookie-block .actions, #notice-cookie-block .content {
    margin: 10px 0;
    padding: 0; }
  #notice-cookie-block .title {
    font-weight: 700; }
  #notice-cookie-block .subtitle {
    font-weight: 100; }
  #notice-cookie-block a {
    color: white; }

#btn-cookie-allow {
  background: #D4021C;
  border: none;
  border-radius: 0;
  font-weight: 700;
  margin: 0; }

@media all and (min-width: 903px) {
  #notice-cookie-block {
    padding: 10px 20px; }
    #notice-cookie-block .content {
      max-width: 728px;
      display: inline-block; }
    #notice-cookie-block .actions {
      width: 135px;
      text-align: right;
      float: right; } }

.minilist .weee {
  display: table-row;
  font-size: 11px; }
  .minilist .weee:before {
    display: none; }

.price-container.weee:before {
  display: none; }

.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: ""; }

.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0; }

.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0; }

.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0; }
  .account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle; }

.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%; }

.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px; }

.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px; }

.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0; }

.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top; }

.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700; }

.block-wishlist .product-item-name {
  margin-right: 25px; }

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px; }

.products-grid.wishlist .product-item-name {
  margin-top: 0; }

.products-grid.wishlist .product-item .price-box {
  margin: 0; }

.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0; }

.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px; }
  .products-grid.wishlist .product-item-actions > *:last-child {
    margin-right: 0; }

@media only screen and (max-width: 640px) {
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8; }
    .products-grid.wishlist .product-item:first-child {
      border-top: 1px solid #e8e8e8; } }

@media only screen and (max-width: 768px) {
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px; }
    .products-grid.wishlist .product-item {
      padding: 20px 10px 20px 20px;
      position: relative; }
      .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 20px; }
      .products-grid.wishlist .product-item-name {
        font-size: 16px; }
      .products-grid.wishlist .product-item-actions {
        display: block; }
        .products-grid.wishlist .product-item-actions .action {
          margin-right: 15px; }
          .products-grid.wishlist .product-item-actions .action:last-child {
            margin-right: 0; }
          .products-grid.wishlist .product-item-actions .action.edit {
            float: left; }
          .products-grid.wishlist .product-item-actions .action.delete {
            float: right; }
          .products-grid.wishlist .product-item-actions .action.delete, .products-grid.wishlist .product-item-actions .action.edit {
            margin-top: 7px; }
      .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-tooltip,
      .products-grid.wishlist .product-item .price-box {
        margin-left: 95px; }
      .products-grid.wishlist .product-item .box-tocart {
        float: left;
        margin-right: 20px; }
        .products-grid.wishlist .product-item .box-tocart .stock {
          margin-top: 7px; }
      .products-grid.wishlist .product-item .field.qty,
      .products-grid.wishlist .product-item .giftregisty-dropdown {
        display: none; }
    .products-grid.wishlist .product-image-container {
      max-width: 80px; }
  .wishlist-index-index .product-item {
    width: 100%; }
    .wishlist-index-index .product-item-info {
      width: auto; } }

@media only screen and (min-width: 640px) {
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%; }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block; }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0; }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px; }
    .products-grid.wishlist .product-item .fieldset .field.qty .label {
      width: auto; }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0; }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0; }
  .wishlist-index-index .product-item-info {
    width: 240px; } }

@media only screen and (min-width: 1024px) {
  .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-search {
  margin-bottom: 0;
  font-weight: 300; }
  .block-search .block-title {
    display: none; }
  .block-search .block-content {
    margin-bottom: 0; }
  .block-search input {
    background: #F8F8F8;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300; }
    .block-search input:focus {
      box-shadow: none; }

.mobile-search-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EFEFEF;
  display: none; }
  .mobile-search-wrapper.active {
    display: block; }

.block-search {
  width: 100%;
  z-index: 4;
  position: relative; }
  .block-search .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .block-search .label.active + .control {
      border-top: none; }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0; }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute; }
  .block-search input {
    margin: 0;
    padding: 14px 52px 14px 14px;
    position: static;
    color: #202020;
    height: auto; }
    .block-search input::-webkit-input-placeholder {
      color: #202020; }
    .block-search input:-moz-placeholder {
      color: #202020; }
    .block-search input::-moz-placeholder {
      color: #202020; }
    .block-search input:-ms-input-placeholder {
      color: #202020; }
  .block-search .action.search {
    display: inline-block;
    width: 52px;
    display: inline-block;
    text-decoration: none;
    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: 300;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 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: 20px;
      line-height: 20px;
      color: #134094;
      content: "";
      font-family: "teufelberger-icons";
      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: inherit; }
    .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 {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .block-search .action.search:focus:before {
      color: #333; }

.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3; }
  .search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .search-autocomplete ul li {
      border-top: 1px solid #e5e5e5;
      cursor: pointer;
      margin: 0;
      padding: 5px 40px 5px 10px;
      position: relative;
      text-align: left;
      white-space: normal; }
      .search-autocomplete ul li:not(:empty) {
        border-top: 0;
        border: 1px solid #c2c2c2;
        background: #fff; }
      .search-autocomplete ul li:first-child {
        border-top: none; }
      .search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
        background: #e8e8e8; }
      .search-autocomplete ul li .amount {
        color: #999;
        position: absolute;
        right: 7px;
        top: 5px; }

.form.search.advanced .fields.range .field:first-child {
  position: relative; }
  .form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px; }
    .form.search.advanced .fields.range .field:first-child .control:after {
      content: ' \2013 ';
      display: inline-block;
      position: absolute;
      right: 0;
      text-align: center;
      top: 6px;
      width: 25px; }

.form.search.advanced .fields.range .field:last-child {
  position: relative; }
  .form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px; }

.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px; }

.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0; }

.search.summary {
  margin-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .block-search .block-content {
    margin-bottom: 0; } }

@media only screen and (max-width: 640px) {
  .block-search {
    margin-top: 10px; }
  .mobile-search-wrapper .block-search {
    margin-top: 0; } }

@media only screen and (min-width: 769px) {
  .block-search {
    order: 2;
    padding-left: 15px;
    max-width: 350px; }
  .search-autocomplete {
    margin-top: 0; } }

@media only screen and (min-width: 1024px) {
  .block-search {
    top: 0;
    position: relative; } }

.jquery-slider-wrapper img {
  width: 100%;
  height: 100%; }

.jquery-slider-wrapper .jquery-slider-slide {
  height: 100%; }

.mageshops-bannerslider-standard {
  overflow: hidden;
  position: relative; }
  .mageshops-bannerslider-standard img {
    cursor: pointer; }

.mageshops-bannerslide-flex-slider .flex-control-nav img {
  width: 300px;
  height: 150px; }

.flexslider-carousel .slides img {
  height: 131px; }

.flex-control-nav {
  bottom: 20px; }

.flex-control-paging li a {
  width: 17px;
  height: 17px; }

.flex-active-slide {
  position: relative; }
  .flex-active-slide .flex-caption {
    opacity: 1 !important;
    transition: all 2s ease; }

.flex-caption {
  width: 100%;
  color: #FFF;
  bottom: 80px;
  opacity: 0 !important;
  transition: all 2s ease;
  position: absolute; }

.flex-caption-wrapper {
  max-width: 620px; }
  .flex-caption-wrapper:before {
    display: block;
    width: 25%;
    height: 6px;
    background: #D40F14;
    margin-bottom: 32px;
    content: " ";
    transform: skew(-20deg); }

.flex-title {
  margin-bottom: 16px; }

.flex-call-to-action-background {
  position: relative; }

.flex-call-to-action-wrapper {
  margin-top: 32px; }

.flex-viewport .slides li {
  margin: 0 !important;
  position: relative;
  float: none !important; }

.mageshops-bannerslider-standard {
  width: 100%; }

.flexslider .slides {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }
  .flexslider .slides .banner-image-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 37.05%, rgba(0, 0, 0, 0) 64.81%); }

.flexslider .banner-image-target {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.flexslider .flex-viewport {
  height: 500px; }
  .with-flexslider-controls-wrapper .flexslider .flex-viewport {
    height: 620px; }

.flexslider-controls-wrapper {
  background: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 58.04%);
  z-index: 2;
  width: 100%;
  position: absolute;
  overflow: auto;
  bottom: 0; }

.flexslider-controls.custom .flex-control-nav {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  position: static;
  text-align: left; }
  .flexslider-controls.custom .flex-control-nav .slash-icon, .flexslider-controls.custom .flex-control-nav .banner-subtitle {
    display: none; }
  .flexslider-controls.custom .flex-control-nav .banner-title {
    border-top: 1px solid;
    font-size: 0; }
  .flexslider-controls.custom .flex-control-nav > li {
    align-self: stretch;
    display: block;
    margin: 0;
    padding: 32px 0;
    opacity: 0.5;
    color: #FFF;
    cursor: pointer;
    max-width: 80px; }
    .flexslider-controls.custom .flex-control-nav > li.flex-active, .flexslider-controls.custom .flex-control-nav > li:hover {
      opacity: 1; }

.flex-direction-nav {
  display: none; }

@media only screen and (min-width: 768px) {
  .flexslider-controls.custom {
    display: block;
    align-items: flex-end; }
    .flexslider-controls.custom .flex-control-nav {
      gap: 32px; }
      .flexslider-controls.custom .flex-control-nav .banner-title {
        font-size: 14px;
        letter-spacing: normal;
        font-weight: 500;
        padding-top: 16px; }
      .flexslider-controls.custom .flex-control-nav > li {
        max-width: 180px; }
  .flex-direction-nav {
    display: block; }
    .flex-direction-nav a {
      background: none !important;
      font-size: 0;
      text-indent: initial !important;
      width: auto !important;
      height: auto !important;
      margin: -25px 0 0 !important;
      opacity: 1 !important; }
    .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
      display: block;
      text-decoration: none; }
      .flex-direction-nav .flex-prev > span, .flex-direction-nav .flex-next > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: 32px;
        color: #FFF;
        content: "";
        font-family: "teufelberger-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before {
        border-radius: 50%;
        border: 1px solid;
        padding: 8px;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0.4; }
      .flex-direction-nav .flex-prev:hover:before, .flex-direction-nav .flex-next:hover:before {
        opacity: 1; }
    .flex-direction-nav .flex-prev {
      left: 24px !important; }
    .flex-direction-nav .flex-next {
      right: 24px !important; }
      .flex-direction-nav .flex-next:before {
        content: ""; }
    .flex-direction-nav > li {
      margin: 0; }
  .flex-caption {
    bottom: 105px;
    padding: 0 96px; }
    .flex-caption .top-container {
      padding: 0; }
    .with-flexslider-controls-wrapper .flex-caption {
      bottom: 145px; }
  .flex-caption-wrapper::before {
    height: 12px; }
  .flexslider .slides .banner-image-wrapper:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 21.53%, rgba(0, 0, 0, 0) 78.61%); } }

.cms-page-view .page-main {
  max-width: none; }

#mageshops-cmsContentbuilder .row-tool {
  left: 0px !important; }

.cms-contentcreator-block-wrapper {
  margin-top: 2em;
  margin-bottom: 2em; }
  .cms-contentcreator-block-wrapper.white-bg {
    background: #fff; }
  .category-description .cms-contentcreator-block-wrapper {
    margin-top: 0px;
    margin-bottom: 0px; }

.cms-contentcreator-block-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.mageshops-cmsContentbuilder {
  color: #202020; }
  .mageshops-cmsContentbuilder .row {
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .mageshops-cmsContentbuilder.no-padding .row {
    padding-top: 0px;
    padding-bottom: 0px; }
  .mageshops-cmsContentbuilder .column {
    float: left;
    padding-left: 1rem;
    padding-right: 1rem; }
    .mageshops-cmsContentbuilder .column.half {
      width: 100%; }
    .mageshops-cmsContentbuilder .column.full {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .mageshops-cmsContentbuilder .column > *:first-child {
      margin-top: 0px !important; }
    .mageshops-cmsContentbuilder .column > *:last-child {
      margin-bottom: 0px !important; }
  .mageshops-cmsContentbuilder .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 1.4em;
    margin-bottom: 1em; }
    .mageshops-cmsContentbuilder .embed-responsive.embed-responsive-16by9 {
      padding-bottom: 56.25%; }
    .mageshops-cmsContentbuilder .embed-responsive.embed-responsive-4by3 {
      padding-bottom: 75%; }
    .mageshops-cmsContentbuilder .embed-responsive iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .mageshops-cmsContentbuilder .square-block {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%; }
    .mageshops-cmsContentbuilder .square-block .column {
      padding: 0; }
      .mageshops-cmsContentbuilder .square-block .column.half {
        order: 2;
        position: relative; }
        .mageshops-cmsContentbuilder .square-block .column.half.square-center {
          order: 1; }
        .mageshops-cmsContentbuilder .square-block .column.half.square-center .square-inner {
          word-wrap: break-word; }
    .mageshops-cmsContentbuilder .square-block .square-center {
      height: 100%;
      padding: 0;
      margin: 0; }
    .mageshops-cmsContentbuilder .square-block img {
      width: 100%;
      height: 100%; }

.catalog-product-view .cms-contentcreator-block-wrapper {
  margin-top: 1em;
  margin-bottom: 1em; }

.catalog-product-view .mageshops-cmsContentbuilder .row {
  padding-top: 0px;
  padding-bottom: 0px; }

@media only screen and (min-width: 768px) {
  .mageshops-cmsContentbuilder .column.half {
    width: 50%; }
  .mageshops-cmsContentbuilder .square-block .column.half {
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .mageshops-cmsContentbuilder .square-block {
    flex-direction: row;
    align-items: center; }
    .mageshops-cmsContentbuilder .square-block .column.half {
      width: 50%; }
      .mageshops-cmsContentbuilder .square-block .column.half.square-center {
        order: 2; }
    .mageshops-cmsContentbuilder .square-block .square-inner {
      padding: 20px;
      font-size: 16px; }
      .mageshops-cmsContentbuilder .square-block .square-inner h2 {
        font-family: "ClashGrotesk";
        font-weight: 400;
        line-height: 1.1;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 24px; }
      .mageshops-cmsContentbuilder .square-block .square-inner h3 {
        font-family: "ClashGrotesk";
        font-weight: 400;
        line-height: 1.1;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 24px;
        line-height: 1.3; }
      .mageshops-cmsContentbuilder .square-block .square-inner h4, .mageshops-cmsContentbuilder .square-block .square-inner h5 {
        font-family: "ClashGrotesk";
        font-weight: 400;
        line-height: 1.1;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 24px;
        line-height: 1.3; } }

.abs-gm-style-iw-close-alt, .dealerlocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-close-alt,
.storelocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-close-alt, .contact-details-map-widget .gm-style .gm-style-iw [title='Close'][type='button'] {
  border-radius: 50%;
  top: -15px !important;
  right: -15px !important;
  background: #FFF !important;
  opacity: 1 !important; }

.dealerlocator-index-index #maincontent,
.storelocator-index-index #maincontent {
  padding: 0; }

.dealerlocator-index-index .column.main,
.storelocator-index-index .column.main {
  padding-bottom: 0; }

#storelocator-search-box .teufelberger-accordion > .item.title:hover, #storelocator-search-box .product.data.items > .item.title:hover {
  cursor: pointer; }

.storelocator-wrapper .slider-range-min, .storelocator-wrapper .storelist-wrapper {
  display: none; }

.storelocator-wrapper .button-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.list-store-box .pagination-list {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  padding: 15px; }
  .list-store-box .pagination-list .pages-items a:hover {
    cursor: pointer; }

@media only screen and (min-width: 768px) {
  .storelocator-wrapper .slider-range-min, .storelocator-wrapper .storelist-wrapper {
    display: block; }
  .dealerlocator-index-index #maincontent,
  .storelocator-index-index #maincontent {
    max-width: 100%; } }

.dealerlocator-index-index .title-page,
.dealerlocator-index-index .storelocator-wrapper .mgs-search-box,
.dealerlocator-index-index .storelocator-wrapper .storelist-wrapper,
.storelocator-index-index .title-page,
.storelocator-index-index .storelocator-wrapper .mgs-search-box,
.storelocator-index-index .storelocator-wrapper .storelist-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.dealerlocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min,
.storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min {
  position: relative;
  margin-top: 25px; }
  .dealerlocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range-label,
  .dealerlocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range-amount,
  .storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range-label,
  .storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range-amount {
    font-size: 1.2em;
    color: #202020; }
  .dealerlocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range,
  .storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range {
    width: 100%;
    margin-top: 10px; }
    .dealerlocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal,
    .storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal {
      background: #134094;
      height: 10px;
      border-radius: 10px; }
      .dealerlocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal .ui-slider-handle,
      .storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal .ui-slider-handle {
        width: 20px;
        height: 20px;
        top: 0px;
        margin-top: -5px;
        margin-left: -10px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #A6A6A6;
        cursor: pointer; }
        .dealerlocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal .ui-slider-handle:hover, .dealerlocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal .ui-slider-handle:focus, .dealerlocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal .ui-slider-handle:active,
        .storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal .ui-slider-handle:hover,
        .storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal .ui-slider-handle:focus,
        .storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal .ui-slider-handle:active {
          outline: none;
          box-shadow: none; }

.dealerlocator-index-index .boxes-content,
.storelocator-index-index .boxes-content {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #A6A6A6;
  border-bottom: 1px solid #A6A6A6;
  z-index: 1; }

.dealerlocator-index-index .storelist-wrapper-inner,
.storelocator-index-index .storelist-wrapper-inner {
  position: absolute;
  width: 285px;
  top: 20px;
  bottom: 20px;
  z-index: 5;
  max-height: 100%;
  overflow: auto; }

.dealerlocator-index-index .list-store-box h2,
.storelocator-index-index .list-store-box h2 {
  background: #D8D8D8;
  color: #202020;
  font-size: 1.2em;
  margin: 0px;
  padding: 10px 15px; }

.dealerlocator-index-index .list-store-box .list-store,
.storelocator-index-index .list-store-box .list-store {
  overflow-y: auto;
  background: #fff; }
  .dealerlocator-index-index .list-store-box .list-store .list-store-container,
  .storelocator-index-index .list-store-box .list-store .list-store-container {
    margin: 0px;
    padding: 0px; }
    .dealerlocator-index-index .list-store-box .list-store .list-store-container .store-item,
    .storelocator-index-index .list-store-box .list-store .list-store-container .store-item {
      margin: 0px;
      padding: 0px;
      list-style: none;
      color: #202020;
      font-size: 1em; }
      .dealerlocator-index-index .list-store-box .list-store .list-store-container .store-item:hover,
      .storelocator-index-index .list-store-box .list-store .list-store-container .store-item:hover {
        background-image: linear-gradient(to right, #e0e0e0 0%, #efefef 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE0E0E0', endColorstr='#FFEFEFEF', GradientType=1);
        cursor: pointer; }
      .dealerlocator-index-index .list-store-box .list-store .list-store-container .store-item .tag-content,
      .storelocator-index-index .list-store-box .list-store .list-store-container .store-item .tag-content {
        padding: 10px 10px 10px 45px;
        background-position: 10px 10px;
        background-repeat: no-repeat;
        background-attachment: scroll; }
      .dealerlocator-index-index .list-store-box .list-store .list-store-container .store-item h4,
      .storelocator-index-index .list-store-box .list-store .list-store-container .store-item h4 {
        margin: 0px; }
      .dealerlocator-index-index .list-store-box .list-store .list-store-container .store-item .title-store,
      .storelocator-index-index .list-store-box .list-store .list-store-container .store-item .title-store {
        font-weight: 500;
        font-size: 1.22em; }
        .dealerlocator-index-index .list-store-box .list-store .list-store-container .store-item .title-store:hover,
        .storelocator-index-index .list-store-box .list-store .list-store-container .store-item .title-store:hover {
          color: inherit;
          text-decoration: inherit; }
      .dealerlocator-index-index .list-store-box .list-store .list-store-container .store-item .address-store,
      .storelocator-index-index .list-store-box .list-store .list-store-container .store-item .address-store {
        margin: 0px; }
      .dealerlocator-index-index .list-store-box .list-store .list-store-container .store-item .phone-store,
      .storelocator-index-index .list-store-box .list-store .list-store-container .store-item .phone-store {
        display: none; }
      .dealerlocator-index-index .list-store-box .list-store .list-store-container .store-item .btn-link,
      .storelocator-index-index .list-store-box .list-store .list-store-container .store-item .btn-link {
        display: none; }

.dealerlocator-index-index .map-box-container,
.dealerlocator-index-index #maincontent .columns,
.storelocator-index-index .map-box-container,
.storelocator-index-index #maincontent .columns {
  margin-bottom: 0px; }

.dealerlocator-index-index ._keyfocus *:focus,
.dealerlocator-index-index input:not([disabled]):focus,
.dealerlocator-index-index textarea:not([disabled]):focus,
.dealerlocator-index-index select:not([disabled]):focus,
.dealerlocator-index-index .content-filter-container .select-input:not([disabled]):focus,
.content-filter-container .dealerlocator-index-index .select-input:not([disabled]):focus,
.storelocator-index-index ._keyfocus *:focus,
.storelocator-index-index input:not([disabled]):focus,
.storelocator-index-index textarea:not([disabled]):focus,
.storelocator-index-index select:not([disabled]):focus,
.storelocator-index-index .content-filter-container .select-input:not([disabled]):focus,
.content-filter-container .storelocator-index-index .select-input:not([disabled]):focus {
  box-shadow: none; }

.dealerlocator-index-index .gm-style-iw,
.storelocator-index-index .gm-style-iw {
  top: 15px !important;
  background-color: #fff;
  background-image: linear-gradient(to right, #FFF 0%, #D8D8D8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFD8D8D8', GradientType=1);
  background-repeat: repeat;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  padding: 20px 15px !important;
  color: #202020;
  font-size: 1.2em;
  overflow: visible !important; }
  .dealerlocator-index-index .gm-style-iw > div,
  .storelocator-index-index .gm-style-iw > div {
    width: 100%; }
  .dealerlocator-index-index .gm-style-iw h4,
  .storelocator-index-index .gm-style-iw h4 {
    font-size: 2em;
    font-weight: 300; }
    .dealerlocator-index-index .gm-style-iw h4 a,
    .dealerlocator-index-index .gm-style-iw h4 a:visited,
    .dealerlocator-index-index .gm-style-iw h4 a:hover,
    .storelocator-index-index .gm-style-iw h4 a,
    .storelocator-index-index .gm-style-iw h4 a:visited,
    .storelocator-index-index .gm-style-iw h4 a:hover {
      color: inherit;
      text-decoration: none; }
  .dealerlocator-index-index .gm-style-iw p.address-store,
  .storelocator-index-index .gm-style-iw p.address-store {
    margin-bottom: 15px; }
  .dealerlocator-index-index .gm-style-iw p.phone-store,
  .dealerlocator-index-index .gm-style-iw p.fax-store,
  .dealerlocator-index-index .gm-style-iw p.email-store,
  .storelocator-index-index .gm-style-iw p.phone-store,
  .storelocator-index-index .gm-style-iw p.fax-store,
  .storelocator-index-index .gm-style-iw p.email-store {
    margin-top: 3px;
    margin-bottom: 3px; }
  .dealerlocator-index-index .gm-style-iw .custom-popup .directions-tool,
  .storelocator-index-index .gm-style-iw .custom-popup .directions-tool {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .dealerlocator-index-index .gm-style-iw .custom-popup ul.vertical li.car,
  .dealerlocator-index-index .gm-style-iw .custom-popup ul.vertical li.bus,
  .dealerlocator-index-index .gm-style-iw .custom-popup ul.vertical li.walk,
  .dealerlocator-index-index .gm-style-iw .custom-popup ul.vertical li.bicycle,
  .storelocator-index-index .gm-style-iw .custom-popup ul.vertical li.car,
  .storelocator-index-index .gm-style-iw .custom-popup ul.vertical li.bus,
  .storelocator-index-index .gm-style-iw .custom-popup ul.vertical li.walk,
  .storelocator-index-index .gm-style-iw .custom-popup ul.vertical li.bicycle {
    background-image: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png"); }
  .dealerlocator-index-index .gm-style-iw .custom-popup .directions-tool .widget-directions-searchbox-handle .widget-directions-icon,
  .storelocator-index-index .gm-style-iw .custom-popup .directions-tool .widget-directions-searchbox-handle .widget-directions-icon {
    background-image: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/omnibox-sprite.png"); }
  .dealerlocator-index-index .gm-style-iw .action.primary,
  .dealerlocator-index-index .gm-style-iw .btn-link.direction,
  .storelocator-index-index .gm-style-iw .action.primary,
  .storelocator-index-index .gm-style-iw .btn-link.direction {
    display: inline-block;
    font-family: 'ClashGrotesk', sans-serif;
    background: #D4021C;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    margin-top: 15px;
    padding-left: 12px;
    padding-right: 35px;
    position: relative;
    margin-right: 20px; }
    .dealerlocator-index-index .gm-style-iw .action.primary:after,
    .dealerlocator-index-index .gm-style-iw .btn-link.direction:after,
    .storelocator-index-index .gm-style-iw .action.primary:after,
    .storelocator-index-index .gm-style-iw .btn-link.direction:after {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 100%;
      margin-left: -10px;
      width: 20px;
      height: 100%;
      background: inherit;
      transform: skew(-20deg); }
    .dealerlocator-index-index .gm-style-iw .action.primary:hover,
    .dealerlocator-index-index .gm-style-iw .btn-link.direction:hover,
    .storelocator-index-index .gm-style-iw .action.primary:hover,
    .storelocator-index-index .gm-style-iw .btn-link.direction:hover {
      text-decoration: none; }

.dealerlocator-index-index .gm-style-iw-close,
.storelocator-index-index .gm-style-iw-close {
  width: 30px !important;
  height: 30px !important;
  background: #fff !important;
  top: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
  border-radius: 50%; }
  .dealerlocator-index-index .gm-style-iw-close img,
  .storelocator-index-index .gm-style-iw-close img {
    display: none !important; }
  .dealerlocator-index-index .gm-style-iw-close:before, .dealerlocator-index-index .gm-style-iw-close:after,
  .storelocator-index-index .gm-style-iw-close:before,
  .storelocator-index-index .gm-style-iw-close:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 60%;
    left: 50%;
    top: 20%;
    background: #202020; }
  .dealerlocator-index-index .gm-style-iw-close:before,
  .storelocator-index-index .gm-style-iw-close:before {
    transform: rotate(45deg); }
  .dealerlocator-index-index .gm-style-iw-close:after,
  .storelocator-index-index .gm-style-iw-close:after {
    transform: rotate(-45deg); }

.dealerlocator-index-index .gm-style-iw-bg,
.storelocator-index-index .gm-style-iw-bg {
  display: none; }

.dealerlocator-index-index .gm-style .gm-style-iw-t:after, .dealerlocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-tc,
.storelocator-index-index .gm-style .gm-style-iw-t:after,
.storelocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-tc {
  display: none; }

.dealerlocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-d,
.storelocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-d {
  overflow: auto !important; }
  .dealerlocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-d::-webkit-scrollbar-track, .dealerlocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-d::-webkit-scrollbar-track-piece,
  .storelocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-d::-webkit-scrollbar-track,
  .storelocator-index-index .gm-style .gm-style-iw-t .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: transparent !important; }

.storelocator-wrapper {
  width: 100%;
  position: relative; }

.overlay-bg {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  display: none; }

.overlay-bg img {
  width: 70px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0; }

.map-box-container,
.form-information {
  padding-right: 0;
  margin-bottom: 15px; }

.map-box-container {
  height: 606px; }

.map-box-container .googlemap {
  height: 100%; }

.map-box-container h4 {
  margin: 5px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.custom-popup {
  left: 0 !important;
  margin-top: 5px; }

.custom-popup .display {
  display: none; }

.custom-popup .display.active {
  display: block; }

.custom-popup.open {
  border: 1px solid #ececec; }

.custom-popup ul.vertical {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #ccc; }

.custom-popup ul.vertical li {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background-color: #ccc;
  width: 40px;
  float: none;
  height: 20px;
  border-bottom: none;
  cursor: pointer; }

.custom-popup ul.vertical li span {
  text-indent: -10000px;
  padding: 0px 20px 5px 13px;
  display: block; }

.custom-popup ul.vertical li span:hover {
  border-bottom: 2px solid #428bca; }

.custom-popup ul.vertical li.car {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png") no-repeat center -40px; }

.custom-popup ul.vertical li.car:hover,
.custom-popup ul.vertical li.car.active {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png") no-repeat center -60px; }

.custom-popup ul.vertical li.bus {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png") no-repeat center -80px; }

.custom-popup ul.vertical li.bus:hover,
.custom-popup ul.vertical li.bus.active {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png") no-repeat center -100px; }

.custom-popup ul.vertical li.walk {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png") no-repeat center -120px; }

.custom-popup ul.vertical li.walk:hover,
.custom-popup ul.vertical li.walk.active {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png") no-repeat center -140px; }

.custom-popup ul.vertical li.bicycle {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png") no-repeat center -160px; }

.custom-popup ul.vertical li.bicycle:hover,
.custom-popup ul.vertical li.bicycle.active {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png") no-repeat center -180px; }

.custom-popup .directions-tool {
  margin-bottom: 10px;
  overflow: auto; }

.custom-popup .directions-tool .widget-directions-searchbox-handle {
  visibility: visible;
  position: absolute;
  height: 60px;
  width: 15px;
  padding: 8px 0 0 0;
  z-index: 4;
  transition: background-color 200ms cubic-bezier(0.52, 0, 0.48, 1); }

.custom-popup .directions-tool .widget-directions-searchbox-handle .widget-directions-icon {
  background: transparent url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/omnibox-sprite.png") no-repeat -2px -31px;
  background-size: 20px 100px;
  width: 16px;
  height: 17px;
  text-indent: -10000px; }

.custom-popup .directions-tool .widget-directions-searchbox-handle .widget-directions-icon.waypoint-handle {
  background-position: 0 2px;
  width: 16px;
  height: 13px; }

.custom-popup .directions-tool .widget-directions-searchbox-handle .widget-directions-icon.waypoint-bullet {
  background-position: 0 -12px;
  width: 11px;
  height: 20px;
  margin-top: 3px; }

.custom-popup .directions-tool .form-inputs {
  padding-left: 22px; }

.custom-popup .directions-tool .form-inputs input {
  height: 34px;
  width: 95%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: 0; }

.custom-popup .directions-tool .form-inputs input.start {
  border-top: 1px solid #ccc; }

.custom-popup .directions-tool .form-inputs input.end {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.custom-popup .directions-tool .widget-directions-right-overlay {
  position: absolute;
  z-index: 3;
  top: 4px;
  bottom: 0;
  right: 0;
  width: 30px;
  border: 0;
  opacity: 1;
  transition: opacity 200ms cubic-bezier(0.52, 0, 0.48, 1); }

.custom-popup .directions-tool .widget-directions-right-overlay button, .custom-popup .directions-tool .widget-directions-right-overlay .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .custom-popup .directions-tool .widget-directions-right-overlay .actions-toolbar > .action, .custom-popup .directions-tool .widget-directions-right-overlay .cart.table-wrapper .action-gift, .cart.table-wrapper .custom-popup .directions-tool .widget-directions-right-overlay .action-gift {
  text-indent: -10000px;
  background: transparent url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/omnibox-sprite.png") no-repeat center -64px;
  width: 20px;
  border: none;
  box-shadow: none;
  margin-top: 20px;
  outline: 0;
  opacity: 0.5;
  padding: 0; }

.custom-popup .directions-tool .widget-directions-right-overlay button:hover, .custom-popup .directions-tool .widget-directions-right-overlay .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .custom-popup .directions-tool .widget-directions-right-overlay .actions-toolbar > .action:hover, .custom-popup .directions-tool .widget-directions-right-overlay .cart.table-wrapper .action-gift:hover, .cart.table-wrapper .custom-popup .directions-tool .widget-directions-right-overlay .action-gift:hover {
  opacity: 1; }

.custom-popup .directions-tool .directions-panel {
  max-height: 300px; }

.table-wrap .table > tbody > tr > td,
.table-wrap .table > tbody > tr > th,
.table-wrap .table > tfoot > tr > td,
.table-wrap .table > tfoot > tr > th,
.table-wrap .table > thead > tr > td,
.table-wrap .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd !important;
  text-align: center; }

.location-box-view .widget-mylocation {
  width: 29px;
  height: 29px;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  float: left;
  left: 10px; }

.location-box-view .widget-mylocation .widget-mylocation-button {
  border-radius: 2px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  display: block;
  width: 29px;
  height: 29px;
  overflow: hidden;
  cursor: pointer;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font: inherit;
  vertical-align: baseline;
  background: none repeat scroll 0% 0% transparent;
  list-style: outside none none;
  background-color: #FFF; }

.location-box-view .widget-mylocation .widget-mylocation-button:hover .widget-mylocation-cookieless {
  background-position: -36px 0px; }

.location-box-view .widget-mylocation .widget-mylocation-button .widget-mylocation-cookieless {
  background: url("../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/geolocation_resize.png") no-repeat 0 0;
  background-attachment: scroll;
  display: block;
  height: 18px;
  left: 6px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 6px;
  width: 18px; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .views-wrapper .table-wrap > .tab_content[class*=col-] {
    padding: 0px 15px 0px 15px; } }

@media screen and (max-width: 768px) {
  .open_hour .table-responsive {
    border: none; }
  .map-box-container,
  .form-information {
    padding: 0; } }

@media screen and (max-width: 1587px) {
  .storelocator-wrapper .mgs-search-box .padding-left {
    padding-left: 0px; }
  .storelocator-wrapper .mgs-search-box .padding-right {
    padding-right: 0px; }
  .storelocator-wrapper .mgs-search-box .slider-range {
    width: 80%; }
  .storelocator-wrapper .list-store .tag-store img {
    max-width: 65px; } }

/** Slider UI */
.storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal {
  background-color: #D2D2D2; }
  .storelocator-index-index .storelocator-wrapper .mgs-search-box .slider-range-min .slider-range.ui-slider-horizontal .ui-slider-range {
    background-color: #004494;
    height: 10px;
    border-radius: 10px; }

/**
 * Mobile
 */
@media screen and (max-width: 678px) {
  .dealerlocator-index-index .gm-style-iw,
  .storelocator-index-index .gm-style-iw {
    background-color: #1b2b3b;
    background-image: none;
    color: #fff;
    padding-bottom: 0px;
    font-weight: 400; }
    .dealerlocator-index-index .gm-style-iw a,
    .storelocator-index-index .gm-style-iw a {
      color: #fff; }
    .dealerlocator-index-index .gm-style-iw .custom-popup ul.vertical li:not(.active),
    .storelocator-index-index .gm-style-iw .custom-popup ul.vertical li:not(.active) {
      filter: brightness(0) invert(1); }
    .dealerlocator-index-index .gm-style-iw #directions-tool input,
    .storelocator-index-index .gm-style-iw #directions-tool input {
      color: #202020; }
    .dealerlocator-index-index .gm-style-iw .btn-link,
    .storelocator-index-index .gm-style-iw .btn-link {
      font-weight: 700; }
  .dealerlocator-index-index .storelocator-wrapper .map-box-container .gm-style-iw,
  .storelocator-index-index .storelocator-wrapper .map-box-container .gm-style-iw {
    background-image: none;
    background-color: #1B2B3B;
    color: #fff; }
    .dealerlocator-index-index .storelocator-wrapper .map-box-container .gm-style-iw a, .dealerlocator-index-index .storelocator-wrapper .map-box-container .gm-style-iw .alink,
    .storelocator-index-index .storelocator-wrapper .map-box-container .gm-style-iw a,
    .storelocator-index-index .storelocator-wrapper .map-box-container .gm-style-iw .alink {
      color: #fff; }
  .dealerlocator-index-index .directions-panel .adp-summary, .dealerlocator-index-index .directions-panel .adp-directions, .dealerlocator-index-index .directions-panel .adp-legal,
  .storelocator-index-index .directions-panel .adp-summary,
  .storelocator-index-index .directions-panel .adp-directions,
  .storelocator-index-index .directions-panel .adp-legal {
    color: #FFF; }
  .dealerlocator-index-index .directions-panel .adp-substep .adp-stepicon,
  .storelocator-index-index .directions-panel .adp-substep .adp-stepicon {
    filter: brightness(0) invert(1); } }

.downloads-item .item-icon,
.downloads-item .item-link,
.downloads-item .item-info {
  display: inline-block; }

@media only screen and (min-width: 768px) {
  .single-download,
  .product-attachment-container {
    columns: 2; } }

.product-attachment-container {
  font-size: 16px; }
  .product-attachment-container h2 {
    display: none; }
  .product-attachment-container .section-wrapper {
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 4px; }
  .product-attachment-container .section-title {
    background: #fff;
    color: #202020;
    cursor: pointer;
    line-height: 30px;
    padding: 0 6px; }
    .product-attachment-container .section-title:after {
      font-family: 'FontAwesome';
      content: '\f105';
      margin-left: 10px; }
    .product-attachment-container .section-title[aria-selected='true'] {
      background: #134094;
      color: #fff;
      font-weight: bold; }
      .product-attachment-container .section-title[aria-selected='true']:after {
        content: '\f107'; }
  .product-attachment-container .section-files {
    display: none;
    background: #fff;
    padding: 10px 6px; }
  .product-attachment-container .downloads-item .item-icon {
    width: 20px;
    height: 16px;
    padding-top: 3px; }
  .product-attachment-container .downloads-item .item-info,
  .product-attachment-container .downloads-item .item-description {
    display: none; }
  .product-attachment-container span {
    display: none; }

.ct-view-references .section-title, .ct-view-references .location-data {
  font-size: 24px;
  color: #202020;
  font-weight: 300; }

.ct-view-references .alt-section-title {
  font-size: 28px;
  position: relative;
  text-transform: uppercase; }

.contents-tables tbody tr:first-child {
  border-bottom: 1px solid;
  font-weight: 700; }
  .contents-tables tbody tr:first-child td {
    padding-top: 0;
    padding-bottom: 0; }

.contents-tables tbody td {
  padding-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0; }

.contents-tables p + table {
  margin-top: 40px; }

.contents-tables-with-borders table {
  width: auto;
  min-width: 70%;
  max-width: 100%; }

.contents-tables-with-borders tbody tr {
  border-bottom: 1px solid; }
  .contents-tables-with-borders tbody tr:last-child {
    border-bottom: none; }
  .contents-tables-with-borders tbody tr:first-child td {
    padding-bottom: 10px; }

.contents-tables-with-borders tbody td {
  padding-bottom: 10px; }

/**
 * Content Type list
 */
.contentmanager-contentlist-view .column.main {
  background: #F8F8F8;
  padding-top: 48px; }

.contents-grid .contents-items .content-item {
  margin: 0 auto 16px; }
  .contents-grid .contents-items .content-item .content-item-container {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    padding: 16px; }
    .contents-grid .contents-items .content-item .content-item-container .mobile-post-image {
      display: none; }
    .contents-grid .contents-items .content-item .content-item-container .post-image {
      max-height: 200px;
      overflow: hidden;
      max-width: 200px;
      display: inline-block; }
    .contents-grid .contents-items .content-item .content-item-container .post-date {
      margin-bottom: 8px;
      color: #707172; }
      .contents-grid .contents-items .content-item .content-item-container .post-date > div {
        display: inline-block; }

.contents-grid .toolbar-bottom {
  margin-top: 16px; }

/**
	 * Styles for download list
	 */
.contenttype-page-download .downloads-item .item-icon {
  width: 20px; }

.contenttype-page-download .ct-listing-download_area .single-download {
  margin: 7px 7px 13px;
  font-size: 16px; }

.contenttype-page-download .page-main {
  padding-bottom: 48px; }

.related-contents .content-item {
  display: block; }

.related-contents .content-item-title {
  padding: 10px; }
  .related-contents .content-item-title .title {
    color: #202020;
    font-weight: 300; }

.related-contents .content-item-photo, .related-contents .content-item-title {
  background-color: #fff; }

.related-contents .content-item:hover .content-item-title .title {
  color: inherit; }

.related-contents.with-borders .content-item-title {
  border: 1px solid; }

/**
 * Styles for news and events
 */
@media only screen and (min-width: 768px) {
  .contentmanager-index-contentlist #maincontent {
    margin-left: 0px;
    margin-right: 0px;
    min-width: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .ct-listing-references .content-short-description {
    margin-top: 30px; } }

@media only screen and (min-width: 768px) {
  .contentmanager-contentlist-view .column.main {
    padding-top: 80px; }
  .contents-grid .contents-items .content-item .content-item-container {
    max-width: 1280px;
    padding: 32px; }
    .contents-grid .contents-items .content-item .content-item-container .mobile-post-image {
      display: block; }
  .contents-grid .toolbar-bottom {
    margin-top: 32px; }
  .contenttype-page-download .page-main {
    padding-bottom: 80px; } }

/**
	* Content Type View page
	*/
.contentmanager-contenttype-news .content-page-view .post-date,
.contentmanager-contenttype-event .content-page-view .post-date {
  display: inline-block;
  color: #202020;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px; }
  .contentmanager-contenttype-news .content-page-view .post-date .post-date-range,
  .contentmanager-contenttype-event .content-page-view .post-date .post-date-range {
    margin-top: 10px; }

.contentmanager-contenttype-news .content-page-view .mobile-post-image,
.contentmanager-contenttype-event .content-page-view .mobile-post-image {
  display: none; }

.contentmanager-contenttype-news .content-page-view .post-image,
.contentmanager-contenttype-event .content-page-view .post-image {
  max-height: 200px;
  overflow: hidden;
  max-width: 200px;
  display: inline-block; }
  .contentmanager-contenttype-news .content-page-view .post-image > div,
  .contentmanager-contenttype-event .content-page-view .post-image > div {
    text-align: center; }

.contentmanager-contenttype-news .content-page-view .event-info,
.contentmanager-contenttype-event .content-page-view .event-info {
  text-align: left; }
  .contentmanager-contenttype-news .content-page-view .event-info .post-placement,
  .contentmanager-contenttype-event .content-page-view .event-info .post-placement {
    width: 300px;
    margin-top: 20px; }

.contentmanager-contenttype-news .content-page-view .description,
.contentmanager-contenttype-event .content-page-view .description {
  font-size: 16px; }

.ct-view-references .common-section {
  margin-bottom: 40px; }

@media only screen and (max-width: 990px) {
  .content-page-view .mobile-post-image {
    display: block;
    float: left !important; }
  .content-page-view .desk-post-image {
    display: none; }
  .content-page-view .post-additional {
    float: left !important; } }

.content-filters-container {
  max-width: 1280px;
  margin: 0 auto; }

.content-filter-container {
  position: relative; }
  .content-filter-container .control {
    position: relative; }
  .content-filter-container [data-target="dropdown"] {
    position: absolute;
    z-index: 3;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .content-filter-container.active [data-target="dropdown"] {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    width: 100%;
    position: absolute;
    overflow: auto;
    max-height: 300px; }
  .content-filter-container .content-filter-items-table {
    margin: 0;
    background: #fff; }
    .content-filter-container .content-filter-items-table tr {
      border-bottom: 1px solid #A6A6A6; }
      .content-filter-container .content-filter-items-table tr.disabled {
        opacity: 0.5; }
    .content-filter-container .content-filter-items-table tbody tr:hover {
      cursor: pointer;
      color: #134094; }
      .content-filter-container .content-filter-items-table tbody tr:hover.active {
        color: inherit; }
    .content-filter-container .content-filter-items-table tbody tr.disabled {
      cursor: default;
      color: inherit;
      display: none; }
    .content-filter-container .content-filter-items-table tbody tr.active {
      color: #134094; }
  .content-filter-container .select-input {
    padding: 11px 10px;
    height: 50px;
    line-height: 28px; }
    .content-filter-container .select-input:hover {
      cursor: pointer; }
  .content-filter-container .clear-filter {
    display: inline-block;
    text-decoration: none; }
    .content-filter-container .clear-filter:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 20px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .content-filter-container .clear-filter:hover:after {
      color: #bb0219; }
    .content-filter-container .clear-filter:active:after {
      color: #bb0219; }
    .content-filter-container .clear-filter:after {
      font-weight: 700; }

.inline-country-list .country-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: inherit;
  color: inherit; }
  .inline-country-list .country-list .item {
    margin: 0; }

.common-list .ct-list {
  padding: 0;
  list-style: none;
  font-size: 16px; }

/**
  * Widget section
  */
.contenttype-widget {
  background-color: #fff;
  padding: 15px 25px;
  position: relative;
  margin-bottom: 12px; }
  .contenttype-widget h3,
  .contenttype-widget p {
    color: #202020; }
  .contenttype-widget .items {
    padding: 0px 50px; }
    .contenttype-widget .items .contenttype-controls-container .control-item {
      position: absolute;
      top: 100px;
      font-weight: 100;
      font-size: 22px; }
      .contenttype-widget .items .contenttype-controls-container .control-item:hover {
        text-decoration: none;
        color: inherit; }
      .contenttype-widget .items .contenttype-controls-container .control-item.flex-prev {
        left: 30px; }
      .contenttype-widget .items .contenttype-controls-container .control-item.flex-next {
        right: 30px; }
    .contenttype-widget .items .contenttype-controls-container .flex-control-nav {
      display: none; }
    .contenttype-widget .items .item {
      padding: 10px;
      margin: 0px 3px !important; }
      .contenttype-widget .items .item .item-col {
        float: left;
        display: inline-block; }
        .contenttype-widget .items .item .item-col .item-title {
          font-weight: bold;
          font-size: 16px; }
          .contenttype-widget .items .item .item-col .item-title:hover {
            text-decoration: none;
            color: inherit; }
        .contenttype-widget .items .item .item-col .item-event_desc,
        .contenttype-widget .items .item .item-col .item-news_short_description {
          max-height: 70px;
          overflow: hidden;
          font-size: 16px;
          line-height: 24px; }

/*** Search Page ***/
.catalogsearch-result-index .sub-search-for-content h2 {
  margin-top: 20px;
  margin-bottom: 0px; }

.catalogsearch-result-index .sub-search-for-content .content-search-items {
  padding-left: 0px; }
  .catalogsearch-result-index .sub-search-for-content .content-search-items .content-item {
    border-bottom: 1px solid #202020;
    position: relative;
    list-style: none;
    padding-left: 14px; }
    .catalogsearch-result-index .sub-search-for-content .content-search-items .content-item:before {
      content: "";
      background-color: #848484;
      width: 5px;
      height: 12px;
      left: 0px;
      top: 6px;
      position: absolute; }
    .catalogsearch-result-index .sub-search-for-content .content-search-items .content-item:first-child {
      border-top: 1px solid #202020; }
      .catalogsearch-result-index .sub-search-for-content .content-search-items .content-item:first-child:before {
        top: 12px; }

/* Image modal block for news */
.ct-desktop-image-preview {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px #333333; }
  .ct-desktop-image-preview.active {
    display: block; }
  .ct-desktop-image-preview .close {
    display: block;
    position: absolute;
    right: -25px;
    font-size: 24px;
    top: 0; }
  .ct-desktop-image-preview .image-wrapper img {
    max-width: 650px; }

@media only screen and (min-width: 768px) {
  .cms-index-index .page-bottom {
    min-width: 100%;
    margin: 33px 0px 0px; }
    .cms-index-index .page-bottom .contenttype-listing .widget-content {
      max-width: 1280px;
      margin: 0 auto;
      position: relative; }
    .cms-index-index .page-bottom .contenttype-listing .control-item.flex-prev {
      left: 0px; }
    .cms-index-index .page-bottom .contenttype-listing .control-item.flex-next {
      right: 0px; } }

/**
 * Content list on mobile
 */
@media only screen and (max-width: 990px) {
  .ct-view .contents-items .content-item .mobile-post-image {
    display: block; }
  .ct-view .contents-items .content-item .desk-post-image {
    display: none; } }

@media only screen and (max-width: 768px) {
  .contentmanager-index-contentlist .column.main {
    width: 100%; }
  .contents-grid.ct-view .contents-items .content-item .content-item-container h1.post-title {
    font-size: 32px;
    line-height: 38px; }
  .ct-desktop-image-preview {
    display: none; }
    .ct-desktop-image-preview.active {
      display: none; } }

.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #979797;
  padding: 0; }
  .mst-search__result-tabs:before, .mst-search__result-tabs:after {
    content: '';
    display: table; }
  .mst-search__result-tabs:after {
    clear: both; }
  .mst-search__result-tabs li {
    margin: 0 5px -1px 0;
    padding: 0;
    float: left; }
    .mst-search__result-tabs li a {
      display: block;
      padding: 10px 35px;
      text-decoration: none;
      color: #7d7d7d;
      background: #f6f6f6;
      border: 1px solid #979797;
      border-radius: 1px 1px 0 0; }
      .mst-search__result-tabs li a.active, .mst-search__result-tabs li a:hover, .mst-search__result-tabs li a:focus {
        color: #333333;
        background: #ffffff; }
      .mst-search__result-tabs li a.active {
        border-bottom: 1px solid #ffffff; }

.mst-search__result-index {
  padding: 1rem 0 1rem 0; }
  .mst-search__result-index .mst-search__result-index-title {
    background: #f6f6f6;
    padding: 1rem;
    border-radius: 1px;
    color: #7d7d7d; }
  .mst-search__result-index:last-child {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #f6f6f6; }

@media only screen and (max-width: 640px) {
  .mst-search__result-tabs li {
    float: none;
    display: block;
    width: 100%; }
    .mst-search__result-tabs li a.active {
      border: 1px solid #cccccc; } }

.mst-search__index ul {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0; }
  .mst-search__index ul li {
    margin: 2rem 0; }
    .mst-search__index ul li:last-child {
      margin-bottom: 0; }
    .mst-search__index ul li .mst-search__index-title {
      font-size: 1.5rem;
      font-weight: 600; }
      .mst-search__index ul li .mst-search__index-title > a {
        color: #333333; }
      .mst-search__index ul li .mst-search__index-title > span {
        color: #aaaaaa; }
      .mst-search__index ul li .mst-search__index-title._crumbs a:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: -2px 5px; }
      .mst-search__index ul li .mst-search__index-title._crumbs a:last-child:after {
        display: none; }
    .mst-search__index ul li .mst-search__index-content {
      color: #666666;
      margin: .5rem 0 0 0; }
    .mst-search__index ul li .mst-search__index-image {
      margin-right: 2rem;
      float: left; }
      .mst-search__index ul li .mst-search__index-image > img {
        max-width: 5rem;
        max-height: 5rem; }

.mst-search__highlight {
  background: #ff0; }

.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap; }
  .mst-search__misc-recommendations dt {
    margin-right: 20px; }
  .mst-search__misc-recommendations dd {
    margin-right: 20px; }
    .mst-search__misc-recommendations dd .count {
      color: #7d7d7d; }

.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap; }
  .mst-search-in__wrapper .mst-search-in__title {
    border: none;
    padding: 6px 3px 6px 6px;
    margin-right: 3px;
    font-weight: 600;
    white-space: nowrap; }
  .mst-search-in__wrapper .mst-search-in__item {
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    padding: 6px 12px;
    color: #494949;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .mst-search-in__wrapper .mst-search-in__item span.name {
      display: flex;
      flex-wrap: nowrap;
      font-size: 13px; }
      .mst-search-in__wrapper .mst-search-in__item span.name i {
        font-style: normal;
        display: flex;
        align-items: center; }
        .mst-search-in__wrapper .mst-search-in__item span.name i:after {
          font-size: 7px;
          content: '\e608';
          font-family: 'luma-icons';
          margin: 0 5px;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center;
          color: #757575; }
        .mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
          display: none; }
    .mst-search-in__wrapper .mst-search-in__item span.count {
      color: #757575;
      display: block;
      margin-left: 8px;
      font-size: 80%; }
      .mst-search-in__wrapper .mst-search-in__item span.count:before {
        content: "("; }
      .mst-search-in__wrapper .mst-search-in__item span.count:after {
        content: ")"; }
    .mst-search-in__wrapper .mst-search-in__item:hover {
      border-color: #ff5501;
      text-decoration: none; }

.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px; }

.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent; }

.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s; }

.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s; }

.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.mst_categorySearch {
  display: block;
  position: relative; }

.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb; }

span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none; }

input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%; }

.mst_categorySearchLoader .fa-spinner {
  font-size: 30px; }

.search.results .block.filter {
  margin: 0;
  background: #fff;
  position: relative;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797; }
  .search.results .block.filter .filter-content {
    overflow: hidden; }
    .search.results .block.filter .filter-content .filter-options,
    .search.results .block.filter .filter-content .filter-current {
      margin-top: 20px; }
  .search.results .block.filter .filter-options {
    float: left;
    width: 35%;
    padding-right: 35px;
    padding-left: 20px;
    margin-bottom: 20px;
    box-sizing: border-box; }
    .search.results .block.filter .filter-options .filter-options-title {
      float: left;
      width: 100%;
      margin: 0;
      line-height: 30px;
      color: #707172;
      font-weight: normal; }
    .search.results .block.filter .filter-options .filter-options-content {
      float: left;
      margin: 0; }
      .search.results .block.filter .filter-options .filter-options-content select, .search.results .block.filter .filter-options .filter-options-content .content-filter-container .select-input, .content-filter-container .search.results .block.filter .filter-options .filter-options-content .select-input {
        border: 1px solid #c2c2c2;
        border-radius: 3px; }
  .search.results .block.filter .not-category {
    width: 100%;
    float: left; }
    .search.results .block.filter .not-category .filter-current {
      float: left;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px;
      padding-right: 20px;
      padding-left: 20px;
      box-sizing: border-box; }
      .search.results .block.filter .not-category .filter-current .filter-current-subtitle {
        display: block;
        line-height: 30px;
        line-height: 30px;
        color: #707172;
        font-weight: normal; }
      .search.results .block.filter .not-category .filter-current .items .item {
        float: left;
        background: #e3e3e3;
        padding: 5px 10px;
        border-radius: 6px;
        margin-right: 10px;
        margin-bottom: 10px; }
        .search.results .block.filter .not-category .filter-current .items .item .filter-label {
          display: none; }
        .search.results .block.filter .not-category .filter-current .items .item .action .remove .fa {
          padding-left: 5px; }
  .search.results .block.filter .filter-current {
    float: right;
    width: 65%;
    margin-bottom: 10px;
    padding-right: 20px;
    box-sizing: border-box; }
    .search.results .block.filter .filter-current .filter-current-subtitle {
      display: block;
      line-height: 30px;
      line-height: 30px;
      color: #707172;
      font-weight: normal; }
    .search.results .block.filter .filter-current .items .item {
      float: left;
      background: #e3e3e3;
      padding: 5px 10px;
      border-radius: 6px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .search.results .block.filter .filter-current .items .item .filter-label {
        display: none; }
      .search.results .block.filter .filter-current .items .item .action.remove.disabled {
        color: #c2c2c2; }
        .search.results .block.filter .filter-current .items .item .action.remove.disabled:hover {
          color: #c2c2c2; }
      .search.results .block.filter .filter-current .items .item .action.remove .fa {
        padding-left: 5px; }

.search.results .products {
  margin: 0; }
  .search.results .products.products-grid {
    border: 1px solid #979797;
    padding-left: 10px;
    padding-right: 10px; }

.catalogsearch-result-index .suggested {
  background: #FFF;
  margin: 0;
  padding: 20px;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797; }

.mst-search__result-tabs {
  margin: 0; }
  .mst-search__result-tabs li a {
    border-bottom: 0;
    border-color: transparent;
    background-color: #e2e2e2; }
    .mst-search__result-tabs li a:hover, .mst-search__result-tabs li a.active {
      border-color: #979797;
      border-bottom-color: #FFF; }
    .mst-search__result-tabs li a.active {
      color: #134094;
      font-weight: 600; }
  .mst-search__result-tabs + .mst-search__index {
    border-top-color: transparent; }

.mst-search__index {
  border: 1px solid #979797;
  background: #FFF;
  padding: 0 20px; }
  .mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title {
    font-size: 1.8rem;
    font-weight: 300; }
    .mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title > a {
      color: #202020; }
      .mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title > a:hover {
        color: #134094; }
  .mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-content {
    color: #202020; }

.mst-search__index-magento-catalog-category ul:not(.blog-post-info) li:not(.blog-post-info-item), .mst-search__index-custom-document ul:not(.blog-post-info) li:not(.blog-post-info-item) {
  margin: 1.5rem 0; }
  .mst-search__index-magento-catalog-category ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title, .mst-search__index-custom-document ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title {
    font-size: 14px; }

.mst-search__index-magento-catalog-category .mst-search__index-image {
  display: none; }

.mst-search__index-custom-document .mst-search__index-title > a {
  display: inline-block; }
  .mst-search__index-custom-document .mst-search__index-title > a:before {
    background-image: url("../../frontend/Mageshops/Teufelberger/it_IT/images/icons/pdf-icon-21x23.png");
    background-position-x: 0;
    background-position-y: 0;
    line-height: 23px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    height: 23px;
    width: 21px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin: 0 10px 0 0; }

.mst-search__misc-recommendations {
  border: 1px solid #979797;
  border-bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 20px; }
  .mst-search__misc-recommendations dt, .mst-search__misc-recommendations dd {
    margin: 0; }
  .mst-search__misc-recommendations .title {
    margin: 0; }

#search_autocomplete, .search-autocomplete, #searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important; }

.block-search {
  z-index: 10000; }

.mst-searchautocomplete__autocomplete {
  display: none !important;
  border: 1px solid #C2C2C2;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 1px 1px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left; }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important; }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
    display: none;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -90px; }
  .mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
    display: block; }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
    background: #EFEFEF;
    text-align: center;
    padding: 8px 10px;
    color: #999;
    font-size: 1.2rem;
    display: block; }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
    background: #EFEFEF;
    text-align: center; }
    .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
      padding: 8px 10px;
      color: #999;
      font-size: 1.2rem;
      display: block; }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    background: #EFEFEF;
    padding: 8px 10px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 700; }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: none; }
  .mst-searchautocomplete__autocomplete ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mst-searchautocomplete__autocomplete ul li {
      margin: 0 1rem;
      padding: 1rem 0;
      cursor: pointer; }
      .mst-searchautocomplete__autocomplete ul li:before, .mst-searchautocomplete__autocomplete ul li:after {
        content: '';
        display: table; }
      .mst-searchautocomplete__autocomplete ul li:after {
        clear: both; }
      .mst-searchautocomplete__autocomplete ul li a.title {
        font-weight: 600;
        margin-bottom: 0;
        color: #333;
        text-decoration: none; }
      .mst-searchautocomplete__autocomplete ul li._active a.title {
        text-decoration: underline; }
      .mst-searchautocomplete__autocomplete ul li span.inStock {
        color: #76bd76; }
      .mst-searchautocomplete__autocomplete ul li span.outOfStock {
        color: #a96565; }

.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999; }

.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: .7rem 0 .7rem 1rem;
  margin: 0; }
  .mst-searchautocomplete__index.popular ul li a {
    font-size: 1.3rem;
    color: #575757; }
  .mst-searchautocomplete__index.popular ul li:hover {
    background: none;
    cursor: pointer; }
    .mst-searchautocomplete__index.popular ul li:hover a {
      text-decoration: underline; }

.mst-searchautocomplete__misspelled_text {
  background: #fdf0d5;
  padding: 8px 10px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #6f4400;
  text-transform: uppercase;
  font-weight: 700; }

.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #F6F6F6;
  align-items: center; }
  .mst-searchautocomplete__item.magento_catalog_product:last-child {
    border-bottom: none; }
  .mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
    height: 8rem;
    width: 8rem;
    margin-right: 1rem; }
    .mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
      height: 8rem;
      max-width: 8rem;
      display: block;
      margin: auto;
      object-fit: contain; }
  .mst-searchautocomplete__item.magento_catalog_product .title {
    display: block;
    margin-bottom: 0.5rem; }
    .mst-searchautocomplete__item.magento_catalog_product .title a {
      color: #333; }
    .mst-searchautocomplete__item.magento_catalog_product .title .sku {
      color: #999; }
  .mst-searchautocomplete__item.magento_catalog_product .meta {
    flex-grow: 1;
    overflow: hidden; }
  .mst-searchautocomplete__item.magento_catalog_product .description {
    font-size: 1.2rem;
    color: #999;
    height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem; }
  .mst-searchautocomplete__item.magento_catalog_product .price {
    display: block;
    font-weight: 600;
    margin-left: 1rem;
    white-space: nowrap;
    font-size: 1.3rem; }
    .mst-searchautocomplete__item.magento_catalog_product .price .price-label {
      margin-right: 1rem; }
  .mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
    margin: 0; }
    .mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
      display: none; }
  .mst-searchautocomplete__item.magento_catalog_product .to-cart {
    float: right;
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .mst-searchautocomplete__item.magento_catalog_product._active {
    background: #fff !important; }
    .mst-searchautocomplete__item.magento_catalog_product._active .title a {
      text-decoration: underline; }

.mst-searchautocomplete__item.magento_search_query a {
  float: left; }

.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #999; }

.mst-searchautocomplete__item a.title {
  word-break: break-word; }
  .mst-searchautocomplete__item a.title i {
    color: #999;
    display: inline-block;
    margin: 0 .5rem;
    font-style: normal; }

.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1BA1FC; }

.mst-searchautocomplete__spinner {
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto; }
  .mst-searchautocomplete__spinner .spinner-item {
    position: absolute;
    top: 0;
    background-color: #D8D8D8;
    width: 20px;
    height: 20px;
    animation-name: bounce_fountainG;
    animation-duration: 0.645s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(0.3);
    border-radius: 15px; }
    .mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
      left: 0;
      animation-delay: 0.256s; }
    .mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
      left: 20px;
      animation-delay: 0.3225s; }
    .mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
      left: 40px;
      animation-delay: 0.389s; }
    .mst-searchautocomplete__spinner .spinner-item.spinner-item-4 {
      left: 60px;
      animation-delay: 0.4555s; }
    .mst-searchautocomplete__spinner .spinner-item.spinner-item-5 {
      left: 80px;
      animation-delay: 0.522s; }
    .mst-searchautocomplete__spinner .spinner-item.spinner-item-6 {
      left: 100px;
      animation-delay: 0.5885s; }
    .mst-searchautocomplete__spinner .spinner-item.spinner-item-7 {
      left: 120px;
      animation-delay: 0.645s; }
    .mst-searchautocomplete__spinner .spinner-item.spinner-item-8 {
      left: 140px;
      animation-delay: 0.7115s; }

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #D8D8D8; }
  100% {
    transform: scale(0.3);
    background-color: #D8D8D8; } }

@media all and (min-width: 768px) {
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 50rem; }
    .mst-searchautocomplete__autocomplete._active {
      display: block !important; }
      .mst-searchautocomplete__autocomplete._active.mst-2-cols {
        width: 720px !important;
        position: absolute; }
        .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
          clear: left;
          float: left;
          display: block;
          position: relative;
          max-width: 240px;
          width: 240px;
          padding-bottom: 10px;
          box-sizing: border-box;
          border-right: 1px solid #efefef;
          margin-right: -1px; }
        .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
          width: 480px !important;
          max-width: 480px !important;
          clear: right;
          float: right;
          border-left: 1px solid #efefef;
          border-right: unset;
          margin-left: -1px; }
        .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
          clear: both; } }

@media all and (max-width: 640px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #999;
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 1rem;
    cursor: pointer; } }

.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important; }

.mst-searchautocomplete__autocomplete {
  max-height: 65vh;
  overflow-y: auto; }
  .mst-searchautocomplete__autocomplete ul li a.title {
    font-weight: 300; }

.mst-searchautocomplete__highlight {
  color: inherit; }

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box; }

.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px; }

.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0; }

.seositemap-map ul:after {
  clear: both; }

.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%; }

.seositemap-map ul li.level-2 {
  font-weight: bold; }

.seositemap-map ul li.level-3 {
  margin-left: 15px; }

.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%; }

.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%; }

.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%; }

.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%; }

.review-aggregate-hide {
  display: none; }

/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a; }

.seo-info .seo-info-correct {
  color: #50B655; }

.seo-info .seo-info-notice {
  color: #BD5D1F; }

/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7); }

.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px; }

.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none; }

.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/ }

.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left; }

/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px; }

.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left; }

.seo-info .seo-info-progress-label, .seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle; }

.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  box-shadow: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px; }

.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s; }

.seo-info .seo-info-progress-label, .seo-info-progress {
  border-radius: 11px; }

.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px; }

.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0; }

/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px; }

/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px; }

.seo-info .seo-additional-info-link-style a {
  color: #3196CA; }

/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px; }

.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px; }

.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px; }

.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px; }

.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px; }

/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px; }

/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer; }

.seo-info .m-seo-info-scroll-hide {
  display: none; }

/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px; }

.seo-info .m-seo-info-template-table-row {
  display: table-row; }

.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle; }

.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px; }

.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.seo-info .m-seo-info-id-width {
  width: 30px; }

.seo-info .m-seo-info-rule-name-width {
  width: 120px; }

.seo-info .m-seo-info-sort-order-width {
  width: 70px; }

.seo-info .m-seo-info-rules-processing-width {
  width: 110px; }

.seo-info .m-seo-info-status-width {
  width: auto; }

/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important; } }

@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important; } }

.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2); }

.mst-seo-sitemap__map .search-bar {
  display: flex; }
  .mst-seo-sitemap__map .search-bar input[type=search] {
    position: relative;
    margin: 0 auto;
    max-width: 45rem; }

.mst-seo-sitemap__map .provider {
  margin-bottom: 4rem; }
  .mst-seo-sitemap__map .provider ul {
    list-style: none;
    margin: 2rem 0 0 2rem;
    padding: 0; }
    .mst-seo-sitemap__map .provider ul.cols-1 {
      column-count: 1; }
    .mst-seo-sitemap__map .provider ul.cols-2 {
      column-count: 2; }
    .mst-seo-sitemap__map .provider ul.cols-3 {
      column-count: 3; }
    .mst-seo-sitemap__map .provider ul.cols-4 {
      column-count: 4; }
    .mst-seo-sitemap__map .provider ul.cols-5 {
      column-count: 5; }
    .mst-seo-sitemap__map .provider ul.cols-6 {
      column-count: 6; }
    .mst-seo-sitemap__map .provider ul.cols-7 {
      column-count: 7; }
    .mst-seo-sitemap__map .provider ul.cols-8 {
      column-count: 8; }
    .mst-seo-sitemap__map .provider ul.cols-9 {
      column-count: 9; }
    .mst-seo-sitemap__map .provider ul.cols-10 {
      column-count: 10; }
    .mst-seo-sitemap__map .provider ul li {
      display: inline; }
      .mst-seo-sitemap__map .provider ul li a {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: .5rem; }
        .mst-seo-sitemap__map .provider ul li a span:after {
          font-size: 10px;
          line-height: 20px;
          content: "\e608";
          font-family: "luma-icons";
          margin: 0 10px;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center;
          color: #707070; }
        .mst-seo-sitemap__map .provider ul li a span:last-child:after {
          display: none; }
  .mst-seo-sitemap__map .provider .letter {
    margin: 0 0 2rem -2rem; }
    .mst-seo-sitemap__map .provider .letter strong {
      font-size: 2rem;
      font-weight: 800;
      display: block; }
    .mst-seo-sitemap__map .provider .letter .strong_visible {
      display: block; }
    .mst-seo-sitemap__map .provider .letter .strong_hidden {
      display: none; }
    .mst-seo-sitemap__map .provider .letter ul {
      margin-top: 0; }
  .mst-seo-sitemap__map .provider ._highlight {
    background: #fad764;
    font-style: normal; }

@media (max-width: 801px) {
  .mst-seo-sitemap__map ul {
    column-count: 1 !important; } }

.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff; }
  .mst-seo-toolbar__toolbar-header {
    font-weight: 600;
    color: #fff;
    background: #315aa5;
    padding: 1rem 2rem 1rem 4rem;
    text-align: center;
    position: relative; }
    .mst-seo-toolbar__toolbar-header > i {
      position: absolute;
      left: 1rem;
      font-size: 15px; }
    .mst-seo-toolbar__toolbar-header .close {
      position: absolute;
      right: 1rem;
      top: 0.7rem;
      font-size: 18px;
      cursor: pointer; }
  .mst-seo-toolbar__toolbar-content {
    background: #F5F5F5;
    max-height: 55vh;
    overflow-y: auto; }
    .mst-seo-toolbar__toolbar-content section label {
      color: #999;
      padding: 1rem;
      display: block; }
    .mst-seo-toolbar__toolbar-content section ul {
      margin: 0;
      background: #fff;
      padding: 0 1rem;
      list-style: none; }
      .mst-seo-toolbar__toolbar-content section ul li {
        display: flex;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 1rem 0; }
        .mst-seo-toolbar__toolbar-content section ul li .title {
          font-weight: 600;
          width: 12rem;
          font-size: 1.3rem; }
        .mst-seo-toolbar__toolbar-content section ul li .status {
          width: 20px;
          height: 20px;
          text-align: center;
          background-repeat: no-repeat;
          margin-right: 1rem; }
          .mst-seo-toolbar__toolbar-content section ul li .status._success {
            background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
          .mst-seo-toolbar__toolbar-content section ul li .status._warning, .mst-seo-toolbar__toolbar-content section ul li .status._error {
            background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .mst-seo-toolbar__toolbar-content section ul li .description {
          max-width: 30rem;
          font-size: 1.2rem;
          line-height: 1.4rem; }
          .mst-seo-toolbar__toolbar-content section ul li .description .note {
            color: #999;
            font-size: 90%;
            overflow-x: hidden;
            word-wrap: break-word;
            margin-top: .5rem; }
        .mst-seo-toolbar__toolbar-content section ul li a {
          font-size: 1.2rem;
          color: #006bb4;
          text-decoration: underline; }
          .mst-seo-toolbar__toolbar-content section ul li a:hover {
            text-decoration: none; }
  .mst-seo-toolbar__toolbar._hidden {
    outline: none;
    box-shadow: none; }
    .mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
      display: none; }
    .mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
      position: fixed;
      left: 2rem;
      bottom: 2rem;
      background: #315aa5;
      color: #fff;
      padding: 1rem 1.5rem 1rem 4rem;
      border-radius: 2px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      font-weight: 600;
      font-size: 1.4rem;
      cursor: pointer;
      z-index: 100000; }
      .mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
        display: none; }

body.tutorial .mst-seo-toolbar__toolbar, body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto; }

/** Categories **/
.categoryimagenavigation {
  color: #202020; }
  .categoryimagenavigation h1, .categoryimagenavigation h2 {
    margin-top: 0;
    font-weight: bold; }
  .categoryimagenavigation ul li {
    display: block; }
    .categoryimagenavigation ul li .category-image-link {
      width: 100%; }
    .categoryimagenavigation ul li .wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      clear: both; }
    .categoryimagenavigation ul li .wrapper.hover-effect:hover .after {
      cursor: pointer; }
    .categoryimagenavigation ul li.category-blocks .card-wrapper {
      background-color: #fff;
      padding: 16px;
      border-radius: 4px; }
    .categoryimagenavigation ul li.category-blocks .wrapper .after,
    .categoryimagenavigation ul li.category-blocks .wrapper p {
      color: inherit; }
    .categoryimagenavigation ul li.category-blocks .wrapper p {
      margin-bottom: 24px; }
    .categoryimagenavigation ul li.category-blocks .wrapper + .category-link-list {
      margin-top: 24px; }
    .categoryimagenavigation ul li.category-blocks .category-link-list .category-link {
      border-bottom: 1px solid #D2D2D2;
      display: block; }
      .categoryimagenavigation ul li.category-blocks .category-link-list .category-link:last-child {
        border-bottom: none; }
    .categoryimagenavigation ul li.category-blocks .category-link-list .subcategory {
      padding: 12px 5px;
      display: flex;
      text-decoration: none;
      align-items: center;
      flex-direction: row;
      column-gap: 12px; }
      .categoryimagenavigation ul li.category-blocks .category-link-list .subcategory:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 24px;
        color: #134094;
        content: "";
        font-family: "teufelberger-icons";
        margin: 0 0 0 8px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .categoryimagenavigation ul li.category-blocks .category-link-list .subcategory:after {
        flex-grow: 1;
        flex-shrink: 0;
        text-align: right; }
      .categoryimagenavigation ul li.category-blocks .category-link-list .subcategory:hover {
        background: #134094;
        color: #fff; }
        .categoryimagenavigation ul li.category-blocks .category-link-list .subcategory:hover:after {
          color: inherit; }
      .categoryimagenavigation ul li.category-blocks .category-link-list .subcategory .slash-icon {
        width: 8px;
        height: 8px;
        transform: none;
        margin: 0;
        flex-shrink: 0; }
  .categoryimagenavigation ul .category-description {
    margin: 0; }
  .categoryimagenavigation ul .category-item-photo {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden; }
  .categoryimagenavigation ul .category-blocks .category-item-photo {
    border-radius: 0; }

/** Collapsible navigation **/
.collapsible-navigation {
  min-height: 45px;
  margin-bottom: 10px;
  font-size: 1.2em;
  position: relative;
  z-index: 3;
  /* Strip the ul of padding and list styling */
  /* Create a horizontal list with spacing */
  /* Hover state for top level links */
  /* Hover state for dropdown links */
  /* Make drop down links vertical */
  /* Prevent text wrapping */ }
  .collapsible-navigation.fixed {
    width: 100%;
    left: 0; }
  .collapsible-navigation ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10; }
    .collapsible-navigation ul ul ul {
      margin-left: 160px;
      top: 0; }
  .collapsible-navigation li {
    display: inline-block;
    margin: 0;
    white-space: normal;
    padding: 0;
    vertical-align: top;
    position: relative; }
    .collapsible-navigation li a {
      display: block;
      text-align: left;
      text-decoration: none;
      background: #F8F8F8;
      border-radius: 4px;
      padding: 8px 12px;
      color: #202020;
      border: 1px solid transparent; }
    .collapsible-navigation li.has-children > a {
      display: block;
      text-decoration: none; }
      .collapsible-navigation li.has-children > a:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 16px;
        content: "";
        font-family: "teufelberger-icons";
        margin: 0 0 0 8px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .collapsible-navigation li.has-children.open > a {
      border: 1px solid #202020; }
      .collapsible-navigation li.has-children.open > a:after {
        content: ""; }
    .collapsible-navigation li li {
      margin: 0; }
    .collapsible-navigation li .fa {
      float: right;
      width: 25px;
      font-family: FontAwesome;
      font-size: 25px;
      color: #222222;
      padding: 3px 3px 0 10px; }
    .collapsible-navigation li .fa.fa-chevron-right:before {
      content: '\f105'; }
    .collapsible-navigation li .fa.fa-chevron-down:before {
      content: '\f107'; }
  .collapsible-navigation li.social {
    background-color: #fff; }
    .collapsible-navigation li.social a {
      min-width: initial;
      text-align: center;
      padding: 0; }
      .collapsible-navigation li.social a .fa {
        width: auto;
        font-size: 1.5em;
        padding: 3px 5px 2px; }
        .collapsible-navigation li.social a .fa.fa-facebook-square:before {
          content: "\f230"; }
  .collapsible-navigation li.contact a {
    color: #fff;
    background-color: #D4021C; }
    .collapsible-navigation li.contact a:hover {
      color: #fff; }
  .collapsible-navigation li:hover > a {
    color: #134094; }
  .collapsible-navigation li:hover ul a:hover {
    background: #134094;
    color: #fff; }
  .collapsible-navigation li ul li {
    display: block;
    float: none; }
  .collapsible-navigation li ul li a {
    width: auto;
    min-width: 160px; }
  .collapsible-navigation .collapsible-nav-toggle {
    display: none; }

.collnav-contact-wrapper {
  display: none; }

.contact-wrapper .formbuilder-form {
  float: left;
  width: 65%; }

.contact-wrapper .contact-information {
  float: right;
  width: 28%; }

@media only screen and (max-width: 1024px) {
  .contact-wrapper .formbuilder-form,
  .contact-wrapper .contact-information {
    float: none;
    display: block;
    width: 100%; } }

.contact-wrapper .formbuilder input,
.contact-wrapper .formbuilder select,
.contact-wrapper .formbuilder .content-filter-container .select-input,
.content-filter-container .contact-wrapper .formbuilder .select-input,
.contact-wrapper .formbuilder .form-list input,
.contact-wrapper .formbuilder .form-list select,
.contact-wrapper .formbuilder .form-list .content-filter-container .select-input,
.content-filter-container .contact-wrapper .formbuilder .form-list .select-input {
  width: 100%; }

.modal-popup .modal-content {
  padding-bottom: 48px; }

.modal-popup .modal-footer {
  display: none; }

.formbuilder.form label {
  color: #A6A6A6;
  margin-bottom: 5px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 16px; }

.formbuilder.form .required em {
  color: inherit; }

@media only screen and (max-width: 768px) {
  .modals-wrapper .contact-wrapper {
    margin-left: -30px;
    margin-right: -30px; }
    .modals-wrapper .contact-wrapper .form-list .field label {
      padding-bottom: 0;
      margin-bottom: 0;
      padding-left: 5px; }
    .modals-wrapper .contact-wrapper .buttons-set .formbuilder-button.button {
      float: left;
      margin-bottom: 20px; }
      .modals-wrapper .contact-wrapper .buttons-set .formbuilder-button.button:before {
        right: -40px;
        left: inherit; } }

.collapsible-navigation .coll-menu-root {
  display: flex !important;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin: 48px 0 0;
  text-align: left; }

.collapsible-navigation ul {
  position: static; }

.collapsible-navigation .coll-menu-sub {
  position: absolute;
  margin-top: 8px; }

@media only screen and (min-width: 768px) {
  .collapsible-navigation li a {
    font-size: 13px; } }

.mageshops-engagejobapi .job-list {
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  width: 100%; }
  .mageshops-engagejobapi .job-list .item {
    background-color: #F8F8F8;
    margin: 3px 0;
    padding: 2rem 0; }
    .mageshops-engagejobapi .job-list .item.alt {
      background-color: initial;
      padding: 2rem 0; }
    .mageshops-engagejobapi .job-list .item .content {
      box-sizing: border-box;
      color: #202020;
      font-size: inherit;
      margin: 0 auto 0 auto;
      max-width: 1280px;
      width: auto; }
      .mageshops-engagejobapi .job-list .item .content .filter-container {
        max-width: 300px; }

.mageshops-engagejobapi .job-offer {
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  width: 100%; }
  .mageshops-engagejobapi .job-offer .section {
    background-color: initial;
    margin: 2rem 0;
    padding: 0; }
    .mageshops-engagejobapi .job-offer .section.alt {
      background-color: white;
      padding: 2rem 0; }
    .mageshops-engagejobapi .job-offer .section .content {
      box-sizing: border-box;
      color: #202020;
      font-size: inherit;
      margin: 0 auto 0 auto;
      max-width: 1280px;
      width: auto; }
  .mageshops-engagejobapi .job-offer .mail {
    text-decoration: underline; }
  .mageshops-engagejobapi .job-offer .back {
    text-decoration: underline; }

.mageshops-engagejobapi-job-offers .page-main, .mageshops-engagejobapi-job-offer .page-main {
  max-width: none; }

.catalog-category-view:not(.widget-category) :not(.page-main) > .mageshops-engagejobapi {
  margin-top: -70px; }

.mageshops-engagejobapi {
  flex-shrink: 0; }
  .mageshops-engagejobapi .print-button {
    color: #828282;
    font-size: 16px;
    text-decoration: none; }
    .mageshops-engagejobapi .print-button:before {
      content: "";
      font-family: "FontAwesome";
      font-size: 25px;
      position: relative;
      vertical-align: middle;
      margin-right: 8px; }
    .mageshops-engagejobapi .print-button:hover {
      color: #636363;
      text-decoration: none; }
  .mageshops-engagejobapi ul.buttons {
    padding: 0; }
    .mageshops-engagejobapi ul.buttons li:before {
      content: none; }

@media print {
  .mageshops-engagejobapi .back, .mageshops-engagejobapi .button, .mageshops-engagejobapi .print-button {
    display: none; } }

@media only screen and (max-width: 768px) {
  :not(.page-main) > .mageshops-engagejobapi .content {
    padding-left: 15px;
    padding-right: 15px; }
  .mageshops-engagejobapi .page-title {
    display: none; } }

@media only screen and (min-width: 768px) {
  :not(.page-main) > .mageshops-engagejobapi .content {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (min-width: 1280px) {
  :not(.page-main) > .mageshops-engagejobapi .content {
    padding-left: 0;
    padding-right: 0; } }

.contact-details-map-widget #map {
  height: 500px; }

.contact-details-map-widget .page-footer {
  margin-top: 0; }

.contact-details-map-widget .columns {
  display: none; }

.contact-details-map-widget .gm-style .gm-style-iw {
  padding: 20px 15px !important;
  background-image: linear-gradient(to right, #FFF 0%, #D8D8D8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFD8D8D8', GradientType=1);
  background-repeat: repeat;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #707172;
  font-size: 1.2em; }

.contact-details-map-widget .gm-style .gm-style-iw-bg {
  display: none; }

.contact-details-map-widget .gm-style .gm-style-iw-close {
  width: 30px !important;
  height: 30px !important;
  background: #fff;
  top: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
  border-radius: 50%; }

.contact-details-map-widget .gm-style .gm-style-iw-close img {
  display: none !important; }

.contact-details-map-widget .gm-style .gm-style-iw-close:before {
  transform: rotate(45deg); }

.contact-details-map-widget .gm-style .gm-style-iw-close:after {
  transform: rotate(-45deg); }

.contact-details-map-widget .gm-style .gm-style-iw-close:before, .contact-details-map-widget .gm-style .gm-style-iw-close:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 60%;
  left: 50%;
  top: 20%;
  background: #707172; }

.contact-details-map-widget .gm-style .gm-style-iw #contact-info h4 {
  font-size: 2em;
  font-weight: 300;
  margin: 5px 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.contact-details-map-widget .gm-style .gm-style-iw #contact-info .address-store {
  margin-bottom: 15px; }

.contact-details-map-widget .gm-style .gm-style-iw #contact-info .phone-store, .contact-details-map-widget .gm-style .gm-style-iw #contact-info .email-store {
  margin-top: 3px;
  margin-bottom: 3px; }

.contact-details-map-widget .gm-style:after, .contact-details-map-widget .gm-style .gm-style-iw-tc {
  display: none; }

.contact-details-map-widget .gm-style .gm-style-iw-d {
  overflow: auto !important; }
  .contact-details-map-widget .gm-style .gm-style-iw-d::-webkit-scrollbar-track, .contact-details-map-widget .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: transparent !important; }

.contact-details-map-widget .gm-style .gm-style-iw {
  overflow: visible !important; }

body.contact-details-map-widget {
  height: 500px;
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 450px) {
  .contact-details-map-widget .gm-style .gm-style-iw {
    max-width: 350px; } }

.careers-slider-wrapper.slider-two-wrapper {
  width: 100%;
  height: 540px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 1440px;
    overflow: hidden; }
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item {
      float: left;
      height: 540px;
      padding: 0;
      box-sizing: border-box; }
      .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper {
        width: 50%;
        max-width: 510px;
        float: left;
        padding-left: 50px;
        margin-top: 135px;
        box-sizing: border-box; }
        .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper h2 {
          font-family: "Switzer", sans-serif;
          font-size: 2.5em;
          color: #707173;
          margin-top: 0; }
        .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .content {
          font-family: "Switzer", sans-serif;
          font-size: 1.3em;
          color: #707173;
          line-height: 30px;
          margin-top: 5px; }
        .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions {
          transform: skew(-20deg);
          width: 265px;
          margin-left: 7px;
          margin-top: 10px;
          font-size: 13px;
          background: #D4021C;
          text-decoration: none; }
          .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions.long {
            width: 325px; }
            .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions.long.very {
              width: 90%; }
          .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions .action {
            cursor: pointer;
            margin-left: 1px;
            padding: 5px 0;
            background: #D4021C;
            display: inline-block;
            position: relative;
            width: 100%; }
            .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions .action:before {
              content: '';
              position: absolute;
              top: 0px;
              left: -7px;
              width: 28px;
              bottom: 0;
              display: block;
              transform: skew(20deg);
              background: #D4021C; }
            .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions .action .action-label-wrapper {
              color: #fff;
              font-weight: 700;
              font-size: 1.43em;
              transform: skew(20deg);
              padding-left: 10px; }
      .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .image-wrapper {
        position: relative;
        width: 50%;
        height: 540px;
        overflow: hidden;
        float: left; }
        .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .image-wrapper img {
          position: absolute;
          height: 540px;
          width: auto;
          max-width: none;
          left: 50%; }
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-nav .owl-prev,
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-nav .owl-next {
      position: absolute;
      top: 237.5px;
      height: 65px;
      width: 22px;
      font-size: 60px;
      font-weight: normal;
      line-height: 65px;
      text-align: center;
      color: #c7c7c7; }
      .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-nav .owl-prev .fa,
      .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-nav .owl-next .fa {
        font-size: 65px !important; }
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-nav .owl-prev {
      left: 10px; }
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-nav .owl-next {
      right: 10px; }
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-dots {
      position: absolute;
      bottom: 20px;
      left: 24%; }
      .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-dots .owl-dot {
        width: 13px;
        height: 13px;
        background: #fff;
        float: left;
        margin-right: 5px;
        border-radius: 13px;
        border-color: #c1c1c3; }
        .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-dots .owl-dot.active {
          background: #024594; }

@media only screen and (max-width: 768px) {
  .careers-slider-wrapper.slider-two-wrapper {
    height: auto; }
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item {
      height: auto; }
      .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .image-wrapper {
        width: 100%;
        height: 340px; }
        .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .image-wrapper img {
          height: 340px; }
      .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 10px; }
        .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions .action:before {
          left: -8px; }
        .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions.long {
          width: 97%; }
          .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions.long .action:before {
            left: -8px; }
        .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions.very.long {
          width: 92%;
          margin-left: 12px; }
          .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-item .item .info-wrapper .actions.very.long .action:before {
            left: -12px; }
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-nav .owl-prev,
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-nav .owl-next {
      top: 137.5px; }
    .careers-slider-wrapper.slider-two-wrapper .careers-banner-bottom .owl-dots {
      bottom: 0;
      top: 280px;
      left: 50%; } }

/*
* https://github.com/twbs/bootstrap/blob/master/scss/utilities/_align.scss
* https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css#L6198
*/
.bootstrap .align-baseline {
  vertical-align: baseline !important; }

.bootstrap .align-top {
  vertical-align: top !important; }

.bootstrap .align-middle {
  vertical-align: middle !important; }

.bootstrap .align-bottom {
  vertical-align: bottom !important; }

.bootstrap .align-text-bottom {
  vertical-align: text-bottom !important; }

.bootstrap .align-text-top {
  vertical-align: text-top !important; }

/*
 * https://github.com/twbs/bootstrap/blob/ff29c1224c20b8fcf2d1e7c28426470f1dc3e40d/scss/utilities/_borders.scss#L65
 */
.bootstrap .rounded-circle {
  border-radius: 50% !important; }

.bootstrap .border-white {
  border-color: #fff !important; }

/*
 * https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css#L6728
 * https://github.com/twbs/bootstrap/blob/master/scss/utilities/_display.scss
 */
.bootstrap .d-none {
  display: none !important; }

.bootstrap .d-inline {
  display: inline !important; }

.bootstrap .d-inline-block, .bootstrap .inline-country-list .country-list, .inline-country-list .bootstrap .country-list, .bootstrap .inline-country-list .country-list .item, .inline-country-list .country-list .bootstrap .item {
  display: inline-block !important; }

.bootstrap .d-block {
  display: block !important; }

.bootstrap .d-table {
  display: table !important; }

.bootstrap .d-table-row {
  display: table-row !important; }

.bootstrap .d-table-cell {
  display: table-cell !important; }

.bootstrap .d-flex {
  display: flex !important; }

.bootstrap .d-inline-flex {
  display: inline-flex !important; }

@media only screen and (min-width: 576px) {
  .bootstrap .d-sm-none {
    display: none !important; }
  .bootstrap .d-sm-inline {
    display: inline !important; }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important; }
  .bootstrap .d-sm-block {
    display: block !important; }
  .bootstrap .d-sm-table {
    display: table !important; }
  .bootstrap .d-sm-table-row {
    display: table-row !important; }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important; }
  .bootstrap .d-sm-flex {
    display: flex !important; }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 768px) {
  .bootstrap .d-md-none {
    display: none !important; }
  .bootstrap .d-md-inline {
    display: inline !important; }
  .bootstrap .d-md-inline-block {
    display: inline-block !important; }
  .bootstrap .d-md-block {
    display: block !important; }
  .bootstrap .d-md-table {
    display: table !important; }
  .bootstrap .d-md-table-row {
    display: table-row !important; }
  .bootstrap .d-md-table-cell {
    display: table-cell !important; }
  .bootstrap .d-md-flex {
    display: flex !important; }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 992px) {
  .bootstrap .d-lg-none {
    display: none !important; }
  .bootstrap .d-lg-inline {
    display: inline !important; }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important; }
  .bootstrap .d-lg-block {
    display: block !important; }
  .bootstrap .d-lg-table {
    display: table !important; }
  .bootstrap .d-lg-table-row {
    display: table-row !important; }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important; }
  .bootstrap .d-lg-flex {
    display: flex !important; }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 1200px) {
  .bootstrap .d-xl-none {
    display: none !important; }
  .bootstrap .d-xl-inline {
    display: inline !important; }
  .bootstrap .d-xl-inline-block {
    display: inline-block !important; }
  .bootstrap .d-xl-block {
    display: block !important; }
  .bootstrap .d-xl-table {
    display: table !important; }
  .bootstrap .d-xl-table-row {
    display: table-row !important; }
  .bootstrap .d-xl-table-cell {
    display: table-cell !important; }
  .bootstrap .d-xl-flex {
    display: flex !important; }
  .bootstrap .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .bootstrap .d-print-none {
    display: none !important; }
  .bootstrap .d-print-inline {
    display: inline !important; }
  .bootstrap .d-print-inline-block {
    display: inline-block !important; }
  .bootstrap .d-print-block {
    display: block !important; }
  .bootstrap .d-print-table {
    display: table !important; }
  .bootstrap .d-print-table-row {
    display: table-row !important; }
  .bootstrap .d-print-table-cell {
    display: table-cell !important; }
  .bootstrap .d-print-flex {
    display: flex !important; }
  .bootstrap .d-print-inline-flex {
    display: inline-flex !important; } }

/*
 * https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css#L6922
 * https://github.com/twbs/bootstrap/blob/master/scss/utilities/_embed.scss
 */
.bootstrap .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.bootstrap .embed-responsive::before {
  display: block;
  content: ""; }

.bootstrap .embed-responsive .embed-responsive-item,
.bootstrap .embed-responsive iframe,
.bootstrap .embed-responsive embed,
.bootstrap .embed-responsive object,
.bootstrap .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.bootstrap .embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.bootstrap .embed-responsive-16by9::before {
  padding-top: 56.25%; }

.bootstrap .embed-responsive-4by3::before {
  padding-top: 75%; }

.bootstrap .embed-responsive-1by1::before {
  padding-top: 100%; }

/*
 * https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap-grid.css
 * https://github.com/twbs/bootstrap/blob/master/scss/_grid.scss
 */
.bootstrap .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media only screen and (min-width: 576px) {
  .bootstrap .container {
    max-width: 540px; } }

@media only screen and (min-width: 768px) {
  .bootstrap .container {
    max-width: 720px; } }

@media only screen and (min-width: 992px) {
  .bootstrap .container {
    max-width: 960px; } }

@media only screen and (min-width: 1200px) {
  .bootstrap .container {
    max-width: 1140px; } }

.bootstrap .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.bootstrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.bootstrap .no-gutters {
  margin-right: 0;
  margin-left: 0; }

.bootstrap .no-gutters > .col,
.bootstrap .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.bootstrap .col-1, .bootstrap .col-2, .bootstrap .col-3, .bootstrap .col-4, .bootstrap .col-5, .bootstrap .col-6, .bootstrap .col-7, .bootstrap .col-8, .bootstrap .col-9, .bootstrap .col-10, .bootstrap .col-11, .bootstrap .col-12, .bootstrap .col,
.bootstrap .col-auto, .bootstrap .col-sm-1, .bootstrap .col-sm-2, .bootstrap .col-sm-3, .bootstrap .col-sm-4, .bootstrap .col-sm-5, .bootstrap .col-sm-6, .bootstrap .col-sm-7, .bootstrap .col-sm-8, .bootstrap .col-sm-9, .bootstrap .col-sm-10, .bootstrap .col-sm-11, .bootstrap .col-sm-12, .bootstrap .col-sm,
.bootstrap .col-sm-auto, .bootstrap .col-md-1, .bootstrap .col-md-2, .bootstrap .col-md-3, .bootstrap .col-md-4, .bootstrap .col-md-5, .bootstrap .col-md-6, .bootstrap .col-md-7, .bootstrap .col-md-8, .bootstrap .col-md-9, .bootstrap .col-md-10, .bootstrap .col-md-11, .bootstrap .col-md-12, .bootstrap .col-md,
.bootstrap .col-md-auto, .bootstrap .col-lg-1, .bootstrap .col-lg-2, .bootstrap .col-lg-3, .bootstrap .col-lg-4, .bootstrap .col-lg-5, .bootstrap .col-lg-6, .bootstrap .col-lg-7, .bootstrap .col-lg-8, .bootstrap .col-lg-9, .bootstrap .col-lg-10, .bootstrap .col-lg-11, .bootstrap .col-lg-12, .bootstrap .col-lg,
.bootstrap .col-lg-auto, .bootstrap .col-xl-1, .bootstrap .col-xl-2, .bootstrap .col-xl-3, .bootstrap .col-xl-4, .bootstrap .col-xl-5, .bootstrap .col-xl-6, .bootstrap .col-xl-7, .bootstrap .col-xl-8, .bootstrap .col-xl-9, .bootstrap .col-xl-10, .bootstrap .col-xl-11, .bootstrap .col-xl-12, .bootstrap .col-xl,
.bootstrap .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.bootstrap .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }


.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.bootstrap .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.bootstrap .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.bootstrap .col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.bootstrap .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.bootstrap .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.bootstrap .col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.bootstrap .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.bootstrap .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.bootstrap .col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.bootstrap .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.bootstrap .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.bootstrap .col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.bootstrap .order-first {
  order: -1; }

.bootstrap .order-last {
  order: 13; }

.bootstrap .order-0 {
  order: 0; }

.bootstrap .order-1 {
  order: 1; }

.bootstrap .order-2 {
  order: 2; }

.bootstrap .order-3 {
  order: 3; }

.bootstrap .order-4 {
  order: 4; }

.bootstrap .order-5 {
  order: 5; }

.bootstrap .order-6 {
  order: 6; }

.bootstrap .order-7 {
  order: 7; }

.bootstrap .order-8 {
  order: 8; }

.bootstrap .order-9 {
  order: 9; }

.bootstrap .order-10 {
  order: 10; }

.bootstrap .order-11 {
  order: 11; }

.bootstrap .order-12 {
  order: 12; }

.bootstrap .offset-1 {
  margin-left: 8.333333%; }

.bootstrap .offset-2 {
  margin-left: 16.666667%; }

.bootstrap .offset-3 {
  margin-left: 25%; }

.bootstrap .offset-4 {
  margin-left: 33.333333%; }

.bootstrap .offset-5 {
  margin-left: 41.666667%; }

.bootstrap .offset-6 {
  margin-left: 50%; }

.bootstrap .offset-7 {
  margin-left: 58.333333%; }

.bootstrap .offset-8 {
  margin-left: 66.666667%; }

.bootstrap .offset-9 {
  margin-left: 75%; }

.bootstrap .offset-10 {
  margin-left: 83.333333%; }

.bootstrap .offset-11 {
  margin-left: 91.666667%; }

@media only screen and (min-width: 576px) {
  .bootstrap .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .bootstrap .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .bootstrap .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .bootstrap .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .bootstrap .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .bootstrap .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .bootstrap .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap .order-sm-first {
    order: -1; }
  .bootstrap .order-sm-last {
    order: 13; }
  .bootstrap .order-sm-0 {
    order: 0; }
  .bootstrap .order-sm-1 {
    order: 1; }
  .bootstrap .order-sm-2 {
    order: 2; }
  .bootstrap .order-sm-3 {
    order: 3; }
  .bootstrap .order-sm-4 {
    order: 4; }
  .bootstrap .order-sm-5 {
    order: 5; }
  .bootstrap .order-sm-6 {
    order: 6; }
  .bootstrap .order-sm-7 {
    order: 7; }
  .bootstrap .order-sm-8 {
    order: 8; }
  .bootstrap .order-sm-9 {
    order: 9; }
  .bootstrap .order-sm-10 {
    order: 10; }
  .bootstrap .order-sm-11 {
    order: 11; }
  .bootstrap .order-sm-12 {
    order: 12; }
  .bootstrap .offset-sm-0 {
    margin-left: 0; }
  .bootstrap .offset-sm-1 {
    margin-left: 8.333333%; }
  .bootstrap .offset-sm-2 {
    margin-left: 16.666667%; }
  .bootstrap .offset-sm-3 {
    margin-left: 25%; }
  .bootstrap .offset-sm-4 {
    margin-left: 33.333333%; }
  .bootstrap .offset-sm-5 {
    margin-left: 41.666667%; }
  .bootstrap .offset-sm-6 {
    margin-left: 50%; }
  .bootstrap .offset-sm-7 {
    margin-left: 58.333333%; }
  .bootstrap .offset-sm-8 {
    margin-left: 66.666667%; }
  .bootstrap .offset-sm-9 {
    margin-left: 75%; }
  .bootstrap .offset-sm-10 {
    margin-left: 83.333333%; }
  .bootstrap .offset-sm-11 {
    margin-left: 91.666667%; } }

@media only screen and (min-width: 768px) {
  .bootstrap .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .bootstrap .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .bootstrap .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .bootstrap .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .bootstrap .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .bootstrap .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .bootstrap .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap .order-md-first {
    order: -1; }
  .bootstrap .order-md-last {
    order: 13; }
  .bootstrap .order-md-0 {
    order: 0; }
  .bootstrap .order-md-1 {
    order: 1; }
  .bootstrap .order-md-2 {
    order: 2; }
  .bootstrap .order-md-3 {
    order: 3; }
  .bootstrap .order-md-4 {
    order: 4; }
  .bootstrap .order-md-5 {
    order: 5; }
  .bootstrap .order-md-6 {
    order: 6; }
  .bootstrap .order-md-7 {
    order: 7; }
  .bootstrap .order-md-8 {
    order: 8; }
  .bootstrap .order-md-9 {
    order: 9; }
  .bootstrap .order-md-10 {
    order: 10; }
  .bootstrap .order-md-11 {
    order: 11; }
  .bootstrap .order-md-12 {
    order: 12; }
  .bootstrap .offset-md-0 {
    margin-left: 0; }
  .bootstrap .offset-md-1 {
    margin-left: 8.333333%; }
  .bootstrap .offset-md-2 {
    margin-left: 16.666667%; }
  .bootstrap .offset-md-3 {
    margin-left: 25%; }
  .bootstrap .offset-md-4 {
    margin-left: 33.333333%; }
  .bootstrap .offset-md-5 {
    margin-left: 41.666667%; }
  .bootstrap .offset-md-6 {
    margin-left: 50%; }
  .bootstrap .offset-md-7 {
    margin-left: 58.333333%; }
  .bootstrap .offset-md-8 {
    margin-left: 66.666667%; }
  .bootstrap .offset-md-9 {
    margin-left: 75%; }
  .bootstrap .offset-md-10 {
    margin-left: 83.333333%; }
  .bootstrap .offset-md-11 {
    margin-left: 91.666667%; } }

@media only screen and (min-width: 992px) {
  .bootstrap .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .bootstrap .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .bootstrap .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .bootstrap .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .bootstrap .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .bootstrap .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .bootstrap .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap .order-lg-first {
    order: -1; }
  .bootstrap .order-lg-last {
    order: 13; }
  .bootstrap .order-lg-0 {
    order: 0; }
  .bootstrap .order-lg-1 {
    order: 1; }
  .bootstrap .order-lg-2 {
    order: 2; }
  .bootstrap .order-lg-3 {
    order: 3; }
  .bootstrap .order-lg-4 {
    order: 4; }
  .bootstrap .order-lg-5 {
    order: 5; }
  .bootstrap .order-lg-6 {
    order: 6; }
  .bootstrap .order-lg-7 {
    order: 7; }
  .bootstrap .order-lg-8 {
    order: 8; }
  .bootstrap .order-lg-9 {
    order: 9; }
  .bootstrap .order-lg-10 {
    order: 10; }
  .bootstrap .order-lg-11 {
    order: 11; }
  .bootstrap .order-lg-12 {
    order: 12; }
  .bootstrap .offset-lg-0 {
    margin-left: 0; }
  .bootstrap .offset-lg-1 {
    margin-left: 8.333333%; }
  .bootstrap .offset-lg-2 {
    margin-left: 16.666667%; }
  .bootstrap .offset-lg-3 {
    margin-left: 25%; }
  .bootstrap .offset-lg-4 {
    margin-left: 33.333333%; }
  .bootstrap .offset-lg-5 {
    margin-left: 41.666667%; }
  .bootstrap .offset-lg-6 {
    margin-left: 50%; }
  .bootstrap .offset-lg-7 {
    margin-left: 58.333333%; }
  .bootstrap .offset-lg-8 {
    margin-left: 66.666667%; }
  .bootstrap .offset-lg-9 {
    margin-left: 75%; }
  .bootstrap .offset-lg-10 {
    margin-left: 83.333333%; }
  .bootstrap .offset-lg-11 {
    margin-left: 91.666667%; } }

@media only screen and (min-width: 1200px) {
  .bootstrap .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  
  .bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .bootstrap .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .bootstrap .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .bootstrap .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .bootstrap .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .bootstrap .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .bootstrap .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap .order-xl-first {
    order: -1; }
  .bootstrap .order-xl-last {
    order: 13; }
  .bootstrap .order-xl-0 {
    order: 0; }
  .bootstrap .order-xl-1 {
    order: 1; }
  .bootstrap .order-xl-2 {
    order: 2; }
  .bootstrap .order-xl-3 {
    order: 3; }
  .bootstrap .order-xl-4 {
    order: 4; }
  .bootstrap .order-xl-5 {
    order: 5; }
  .bootstrap .order-xl-6 {
    order: 6; }
  .bootstrap .order-xl-7 {
    order: 7; }
  .bootstrap .order-xl-8 {
    order: 8; }
  .bootstrap .order-xl-9 {
    order: 9; }
  .bootstrap .order-xl-10 {
    order: 10; }
  .bootstrap .order-xl-11 {
    order: 11; }
  .bootstrap .order-xl-12 {
    order: 12; }
  .bootstrap .offset-xl-0 {
    margin-left: 0; }
  .bootstrap .offset-xl-1 {
    margin-left: 8.333333%; }
  .bootstrap .offset-xl-2 {
    margin-left: 16.666667%; }
  .bootstrap .offset-xl-3 {
    margin-left: 25%; }
  .bootstrap .offset-xl-4 {
    margin-left: 33.333333%; }
  .bootstrap .offset-xl-5 {
    margin-left: 41.666667%; }
  .bootstrap .offset-xl-6 {
    margin-left: 50%; }
  .bootstrap .offset-xl-7 {
    margin-left: 58.333333%; }
  .bootstrap .offset-xl-8 {
    margin-left: 66.666667%; }
  .bootstrap .offset-xl-9 {
    margin-left: 75%; }
  .bootstrap .offset-xl-10 {
    margin-left: 83.333333%; }
  .bootstrap .offset-xl-11 {
    margin-left: 91.666667%; } }

.bootstrap .flex-row {
  flex-direction: row !important; }

.bootstrap .flex-column {
  flex-direction: column !important; }

.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important; }

.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important; }

.bootstrap .flex-wrap {
  flex-wrap: wrap !important; }

.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important; }

.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.bootstrap .flex-fill {
  flex: 1 1 auto !important; }

.bootstrap .flex-grow-0 {
  flex-grow: 0 !important; }

.bootstrap .flex-grow-1 {
  flex-grow: 1 !important; }

.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important; }

.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important; }

.bootstrap .justify-content-start {
  justify-content: flex-start !important; }

.bootstrap .justify-content-end {
  justify-content: flex-end !important; }

.bootstrap .justify-content-center {
  justify-content: center !important; }

.bootstrap .justify-content-between {
  justify-content: space-between !important; }

.bootstrap .justify-content-around {
  justify-content: space-around !important; }

.bootstrap .align-items-start {
  align-items: flex-start !important; }

.bootstrap .align-items-end {
  align-items: flex-end !important; }

.bootstrap .align-items-center {
  align-items: center !important; }

.bootstrap .align-items-baseline {
  align-items: baseline !important; }

.bootstrap .align-items-stretch {
  align-items: stretch !important; }

.bootstrap .align-content-start {
  align-content: flex-start !important; }

.bootstrap .align-content-end {
  align-content: flex-end !important; }

.bootstrap .align-content-center {
  align-content: center !important; }

.bootstrap .align-content-between {
  align-content: space-between !important; }

.bootstrap .align-content-around {
  align-content: space-around !important; }

.bootstrap .align-content-stretch {
  align-content: stretch !important; }

.bootstrap .align-self-auto {
  align-self: auto !important; }

.bootstrap .align-self-start {
  align-self: flex-start !important; }

.bootstrap .align-self-end {
  align-self: flex-end !important; }

.bootstrap .align-self-center {
  align-self: center !important; }

.bootstrap .align-self-baseline {
  align-self: baseline !important; }

.bootstrap .align-self-stretch {
  align-self: stretch !important; }

@media only screen and (min-width: 576px) {
  .bootstrap .flex-sm-row {
    flex-direction: row !important; }
  .bootstrap .flex-sm-column {
    flex-direction: column !important; }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important; }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important; }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important; }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important; }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important; }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important; }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important; }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important; }
  .bootstrap .align-items-sm-center {
    align-items: center !important; }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important; }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important; }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important; }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important; }
  .bootstrap .align-content-sm-center {
    align-content: center !important; }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important; }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important; }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important; }
  .bootstrap .align-self-sm-auto {
    align-self: auto !important; }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important; }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important; }
  .bootstrap .align-self-sm-center {
    align-self: center !important; }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important; }
  .bootstrap .align-self-sm-stretch {
    align-self: stretch !important; } }

@media only screen and (min-width: 768px) {
  .bootstrap .flex-md-row {
    flex-direction: row !important; }
  .bootstrap .flex-md-column {
    flex-direction: column !important; }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important; }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important; }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important; }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important; }
  .bootstrap .justify-content-md-center {
    justify-content: center !important; }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important; }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important; }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important; }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important; }
  .bootstrap .align-items-md-center {
    align-items: center !important; }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important; }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important; }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important; }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important; }
  .bootstrap .align-content-md-center {
    align-content: center !important; }
  .bootstrap .align-content-md-between {
    align-content: space-between !important; }
  .bootstrap .align-content-md-around {
    align-content: space-around !important; }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important; }
  .bootstrap .align-self-md-auto {
    align-self: auto !important; }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important; }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important; }
  .bootstrap .align-self-md-center {
    align-self: center !important; }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important; }
  .bootstrap .align-self-md-stretch {
    align-self: stretch !important; } }

@media only screen and (min-width: 992px) {
  .bootstrap .flex-lg-row {
    flex-direction: row !important; }
  .bootstrap .flex-lg-column {
    flex-direction: column !important; }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important; }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important; }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important; }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important; }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important; }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important; }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important; }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important; }
  .bootstrap .align-items-lg-center {
    align-items: center !important; }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important; }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important; }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important; }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important; }
  .bootstrap .align-content-lg-center {
    align-content: center !important; }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important; }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important; }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important; }
  .bootstrap .align-self-lg-auto {
    align-self: auto !important; }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important; }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important; }
  .bootstrap .align-self-lg-center {
    align-self: center !important; }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important; }
  .bootstrap .align-self-lg-stretch {
    align-self: stretch !important; } }

@media only screen and (min-width: 1200px) {
  .bootstrap .flex-xl-row {
    flex-direction: row !important; }
  .bootstrap .flex-xl-column {
    flex-direction: column !important; }
  .bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrap .flex-xl-fill {
    flex: 1 1 auto !important; }
  .bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .bootstrap .justify-content-xl-start {
    justify-content: flex-start !important; }
  .bootstrap .justify-content-xl-end {
    justify-content: flex-end !important; }
  .bootstrap .justify-content-xl-center {
    justify-content: center !important; }
  .bootstrap .justify-content-xl-between {
    justify-content: space-between !important; }
  .bootstrap .justify-content-xl-around {
    justify-content: space-around !important; }
  .bootstrap .align-items-xl-start {
    align-items: flex-start !important; }
  .bootstrap .align-items-xl-end {
    align-items: flex-end !important; }
  .bootstrap .align-items-xl-center {
    align-items: center !important; }
  .bootstrap .align-items-xl-baseline {
    align-items: baseline !important; }
  .bootstrap .align-items-xl-stretch {
    align-items: stretch !important; }
  .bootstrap .align-content-xl-start {
    align-content: flex-start !important; }
  .bootstrap .align-content-xl-end {
    align-content: flex-end !important; }
  .bootstrap .align-content-xl-center {
    align-content: center !important; }
  .bootstrap .align-content-xl-between {
    align-content: space-between !important; }
  .bootstrap .align-content-xl-around {
    align-content: space-around !important; }
  .bootstrap .align-content-xl-stretch {
    align-content: stretch !important; }
  .bootstrap .align-self-xl-auto {
    align-self: auto !important; }
  .bootstrap .align-self-xl-start {
    align-self: flex-start !important; }
  .bootstrap .align-self-xl-end {
    align-self: flex-end !important; }
  .bootstrap .align-self-xl-center {
    align-self: center !important; }
  .bootstrap .align-self-xl-baseline {
    align-self: baseline !important; }
  .bootstrap .align-self-xl-stretch {
    align-self: stretch !important; } }

.bootstrap .m-0 {
  margin: 0 !important; }

.bootstrap .mt-0,
.bootstrap .my-0 {
  margin-top: 0 !important; }

.bootstrap .mr-0,
.bootstrap .mx-0 {
  margin-right: 0 !important; }

.bootstrap .mb-0,
.bootstrap .my-0 {
  margin-bottom: 0 !important; }

.bootstrap .ml-0,
.bootstrap .mx-0 {
  margin-left: 0 !important; }

.bootstrap .m-1 {
  margin: 0.25rem !important; }

.bootstrap .mt-1,
.bootstrap .my-1 {
  margin-top: 0.25rem !important; }

.bootstrap .mr-1,
.bootstrap .mx-1 {
  margin-right: 0.25rem !important; }

.bootstrap .mb-1,
.bootstrap .my-1 {
  margin-bottom: 0.25rem !important; }

.bootstrap .ml-1,
.bootstrap .mx-1 {
  margin-left: 0.25rem !important; }

.bootstrap .m-2 {
  margin: 0.5rem !important; }

.bootstrap .mt-2,
.bootstrap .my-2 {
  margin-top: 0.5rem !important; }

.bootstrap .mr-2,
.bootstrap .mx-2 {
  margin-right: 0.5rem !important; }

.bootstrap .mb-2,
.bootstrap .my-2 {
  margin-bottom: 0.5rem !important; }

.bootstrap .ml-2,
.bootstrap .mx-2 {
  margin-left: 0.5rem !important; }

.bootstrap .m-3 {
  margin: 1rem !important; }

.bootstrap .mt-3,
.bootstrap .my-3 {
  margin-top: 1rem !important; }

.bootstrap .mr-3,
.bootstrap .mx-3 {
  margin-right: 1rem !important; }

.bootstrap .mb-3,
.bootstrap .my-3 {
  margin-bottom: 1rem !important; }

.bootstrap .ml-3,
.bootstrap .mx-3 {
  margin-left: 1rem !important; }

.bootstrap .m-4 {
  margin: 1.5rem !important; }

.bootstrap .mt-4,
.bootstrap .my-4 {
  margin-top: 1.5rem !important; }

.bootstrap .mr-4,
.bootstrap .mx-4 {
  margin-right: 1.5rem !important; }

.bootstrap .mb-4,
.bootstrap .my-4 {
  margin-bottom: 1.5rem !important; }

.bootstrap .ml-4,
.bootstrap .mx-4 {
  margin-left: 1.5rem !important; }

.bootstrap .m-5 {
  margin: 3rem !important; }

.bootstrap .mt-5,
.bootstrap .my-5 {
  margin-top: 3rem !important; }

.bootstrap .mr-5,
.bootstrap .mx-5 {
  margin-right: 3rem !important; }

.bootstrap .mb-5,
.bootstrap .my-5 {
  margin-bottom: 3rem !important; }

.bootstrap .ml-5,
.bootstrap .mx-5 {
  margin-left: 3rem !important; }

.bootstrap .p-0 {
  padding: 0 !important; }

.bootstrap .pt-0,
.bootstrap .py-0 {
  padding-top: 0 !important; }

.bootstrap .pr-0,
.bootstrap .px-0 {
  padding-right: 0 !important; }

.bootstrap .pb-0,
.bootstrap .py-0 {
  padding-bottom: 0 !important; }

.bootstrap .pl-0,
.bootstrap .px-0 {
  padding-left: 0 !important; }

.bootstrap .p-1 {
  padding: 0.25rem !important; }

.bootstrap .pt-1,
.bootstrap .py-1 {
  padding-top: 0.25rem !important; }

.bootstrap .pr-1,
.bootstrap .px-1 {
  padding-right: 0.25rem !important; }

.bootstrap .pb-1,
.bootstrap .py-1 {
  padding-bottom: 0.25rem !important; }

.bootstrap .pl-1,
.bootstrap .px-1 {
  padding-left: 0.25rem !important; }

.bootstrap .p-2 {
  padding: 0.5rem !important; }

.bootstrap .pt-2,
.bootstrap .py-2 {
  padding-top: 0.5rem !important; }

.bootstrap .pr-2,
.bootstrap .px-2 {
  padding-right: 0.5rem !important; }

.bootstrap .pb-2,
.bootstrap .py-2 {
  padding-bottom: 0.5rem !important; }

.bootstrap .pl-2,
.bootstrap .px-2 {
  padding-left: 0.5rem !important; }

.bootstrap .p-3 {
  padding: 1rem !important; }

.bootstrap .pt-3,
.bootstrap .py-3 {
  padding-top: 1rem !important; }

.bootstrap .pr-3,
.bootstrap .px-3 {
  padding-right: 1rem !important; }

.bootstrap .pb-3,
.bootstrap .py-3 {
  padding-bottom: 1rem !important; }

.bootstrap .pl-3,
.bootstrap .px-3 {
  padding-left: 1rem !important; }

.bootstrap .p-4 {
  padding: 1.5rem !important; }

.bootstrap .pt-4,
.bootstrap .py-4 {
  padding-top: 1.5rem !important; }

.bootstrap .pr-4,
.bootstrap .px-4 {
  padding-right: 1.5rem !important; }

.bootstrap .pb-4,
.bootstrap .py-4 {
  padding-bottom: 1.5rem !important; }

.bootstrap .pl-4,
.bootstrap .px-4 {
  padding-left: 1.5rem !important; }

.bootstrap .p-5 {
  padding: 3rem !important; }

.bootstrap .pt-5,
.bootstrap .py-5 {
  padding-top: 3rem !important; }

.bootstrap .pr-5,
.bootstrap .px-5 {
  padding-right: 3rem !important; }

.bootstrap .pb-5,
.bootstrap .py-5 {
  padding-bottom: 3rem !important; }

.bootstrap .pl-5,
.bootstrap .px-5 {
  padding-left: 3rem !important; }

.bootstrap .m-n1 {
  margin: -0.25rem !important; }

.bootstrap .mt-n1,
.bootstrap .my-n1 {
  margin-top: -0.25rem !important; }

.bootstrap .mr-n1,
.bootstrap .mx-n1 {
  margin-right: -0.25rem !important; }

.bootstrap .mb-n1,
.bootstrap .my-n1 {
  margin-bottom: -0.25rem !important; }

.bootstrap .ml-n1,
.bootstrap .mx-n1 {
  margin-left: -0.25rem !important; }

.bootstrap .m-n2 {
  margin: -0.5rem !important; }

.bootstrap .mt-n2,
.bootstrap .my-n2 {
  margin-top: -0.5rem !important; }

.bootstrap .mr-n2,
.bootstrap .mx-n2 {
  margin-right: -0.5rem !important; }

.bootstrap .mb-n2,
.bootstrap .my-n2 {
  margin-bottom: -0.5rem !important; }

.bootstrap .ml-n2,
.bootstrap .mx-n2 {
  margin-left: -0.5rem !important; }

.bootstrap .m-n3 {
  margin: -1rem !important; }

.bootstrap .mt-n3,
.bootstrap .my-n3 {
  margin-top: -1rem !important; }

.bootstrap .mr-n3,
.bootstrap .mx-n3 {
  margin-right: -1rem !important; }

.bootstrap .mb-n3,
.bootstrap .my-n3 {
  margin-bottom: -1rem !important; }

.bootstrap .ml-n3,
.bootstrap .mx-n3 {
  margin-left: -1rem !important; }

.bootstrap .m-n4 {
  margin: -1.5rem !important; }

.bootstrap .mt-n4,
.bootstrap .my-n4 {
  margin-top: -1.5rem !important; }

.bootstrap .mr-n4,
.bootstrap .mx-n4 {
  margin-right: -1.5rem !important; }

.bootstrap .mb-n4,
.bootstrap .my-n4 {
  margin-bottom: -1.5rem !important; }

.bootstrap .ml-n4,
.bootstrap .mx-n4 {
  margin-left: -1.5rem !important; }

.bootstrap .m-n5 {
  margin: -3rem !important; }

.bootstrap .mt-n5,
.bootstrap .my-n5 {
  margin-top: -3rem !important; }

.bootstrap .mr-n5,
.bootstrap .mx-n5 {
  margin-right: -3rem !important; }

.bootstrap .mb-n5,
.bootstrap .my-n5 {
  margin-bottom: -3rem !important; }

.bootstrap .ml-n5,
.bootstrap .mx-n5 {
  margin-left: -3rem !important; }

.bootstrap .m-auto {
  margin: auto !important; }

.bootstrap .mt-auto,
.bootstrap .my-auto {
  margin-top: auto !important; }

.bootstrap .mr-auto,
.bootstrap .mx-auto {
  margin-right: auto !important; }

.bootstrap .mb-auto,
.bootstrap .my-auto {
  margin-bottom: auto !important; }

.bootstrap .ml-auto,
.bootstrap .mx-auto {
  margin-left: auto !important; }

@media only screen and (min-width: 576px) {
  .bootstrap .m-sm-0 {
    margin: 0 !important; }
  .bootstrap .mt-sm-0,
  .bootstrap .my-sm-0 {
    margin-top: 0 !important; }
  .bootstrap .mr-sm-0,
  .bootstrap .mx-sm-0 {
    margin-right: 0 !important; }
  .bootstrap .mb-sm-0,
  .bootstrap .my-sm-0 {
    margin-bottom: 0 !important; }
  .bootstrap .ml-sm-0,
  .bootstrap .mx-sm-0 {
    margin-left: 0 !important; }
  .bootstrap .m-sm-1 {
    margin: 0.25rem !important; }
  .bootstrap .mt-sm-1,
  .bootstrap .my-sm-1 {
    margin-top: 0.25rem !important; }
  .bootstrap .mr-sm-1,
  .bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .bootstrap .mb-sm-1,
  .bootstrap .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrap .ml-sm-1,
  .bootstrap .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .bootstrap .m-sm-2 {
    margin: 0.5rem !important; }
  .bootstrap .mt-sm-2,
  .bootstrap .my-sm-2 {
    margin-top: 0.5rem !important; }
  .bootstrap .mr-sm-2,
  .bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .bootstrap .mb-sm-2,
  .bootstrap .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrap .ml-sm-2,
  .bootstrap .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .bootstrap .m-sm-3 {
    margin: 1rem !important; }
  .bootstrap .mt-sm-3,
  .bootstrap .my-sm-3 {
    margin-top: 1rem !important; }
  .bootstrap .mr-sm-3,
  .bootstrap .mx-sm-3 {
    margin-right: 1rem !important; }
  .bootstrap .mb-sm-3,
  .bootstrap .my-sm-3 {
    margin-bottom: 1rem !important; }
  .bootstrap .ml-sm-3,
  .bootstrap .mx-sm-3 {
    margin-left: 1rem !important; }
  .bootstrap .m-sm-4 {
    margin: 1.5rem !important; }
  .bootstrap .mt-sm-4,
  .bootstrap .my-sm-4 {
    margin-top: 1.5rem !important; }
  .bootstrap .mr-sm-4,
  .bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .bootstrap .mb-sm-4,
  .bootstrap .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrap .ml-sm-4,
  .bootstrap .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .bootstrap .m-sm-5 {
    margin: 3rem !important; }
  .bootstrap .mt-sm-5,
  .bootstrap .my-sm-5 {
    margin-top: 3rem !important; }
  .bootstrap .mr-sm-5,
  .bootstrap .mx-sm-5 {
    margin-right: 3rem !important; }
  .bootstrap .mb-sm-5,
  .bootstrap .my-sm-5 {
    margin-bottom: 3rem !important; }
  .bootstrap .ml-sm-5,
  .bootstrap .mx-sm-5 {
    margin-left: 3rem !important; }
  .bootstrap .p-sm-0 {
    padding: 0 !important; }
  .bootstrap .pt-sm-0,
  .bootstrap .py-sm-0 {
    padding-top: 0 !important; }
  .bootstrap .pr-sm-0,
  .bootstrap .px-sm-0 {
    padding-right: 0 !important; }
  .bootstrap .pb-sm-0,
  .bootstrap .py-sm-0 {
    padding-bottom: 0 !important; }
  .bootstrap .pl-sm-0,
  .bootstrap .px-sm-0 {
    padding-left: 0 !important; }
  .bootstrap .p-sm-1 {
    padding: 0.25rem !important; }
  .bootstrap .pt-sm-1,
  .bootstrap .py-sm-1 {
    padding-top: 0.25rem !important; }
  .bootstrap .pr-sm-1,
  .bootstrap .px-sm-1 {
    padding-right: 0.25rem !important; }
  .bootstrap .pb-sm-1,
  .bootstrap .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrap .pl-sm-1,
  .bootstrap .px-sm-1 {
    padding-left: 0.25rem !important; }
  .bootstrap .p-sm-2 {
    padding: 0.5rem !important; }
  .bootstrap .pt-sm-2,
  .bootstrap .py-sm-2 {
    padding-top: 0.5rem !important; }
  .bootstrap .pr-sm-2,
  .bootstrap .px-sm-2 {
    padding-right: 0.5rem !important; }
  .bootstrap .pb-sm-2,
  .bootstrap .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrap .pl-sm-2,
  .bootstrap .px-sm-2 {
    padding-left: 0.5rem !important; }
  .bootstrap .p-sm-3 {
    padding: 1rem !important; }
  .bootstrap .pt-sm-3,
  .bootstrap .py-sm-3 {
    padding-top: 1rem !important; }
  .bootstrap .pr-sm-3,
  .bootstrap .px-sm-3 {
    padding-right: 1rem !important; }
  .bootstrap .pb-sm-3,
  .bootstrap .py-sm-3 {
    padding-bottom: 1rem !important; }
  .bootstrap .pl-sm-3,
  .bootstrap .px-sm-3 {
    padding-left: 1rem !important; }
  .bootstrap .p-sm-4 {
    padding: 1.5rem !important; }
  .bootstrap .pt-sm-4,
  .bootstrap .py-sm-4 {
    padding-top: 1.5rem !important; }
  .bootstrap .pr-sm-4,
  .bootstrap .px-sm-4 {
    padding-right: 1.5rem !important; }
  .bootstrap .pb-sm-4,
  .bootstrap .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrap .pl-sm-4,
  .bootstrap .px-sm-4 {
    padding-left: 1.5rem !important; }
  .bootstrap .p-sm-5 {
    padding: 3rem !important; }
  .bootstrap .pt-sm-5,
  .bootstrap .py-sm-5 {
    padding-top: 3rem !important; }
  .bootstrap .pr-sm-5,
  .bootstrap .px-sm-5 {
    padding-right: 3rem !important; }
  .bootstrap .pb-sm-5,
  .bootstrap .py-sm-5 {
    padding-bottom: 3rem !important; }
  .bootstrap .pl-sm-5,
  .bootstrap .px-sm-5 {
    padding-left: 3rem !important; }
  .bootstrap .m-sm-n1 {
    margin: -0.25rem !important; }
  .bootstrap .mt-sm-n1,
  .bootstrap .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .bootstrap .mr-sm-n1,
  .bootstrap .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .bootstrap .mb-sm-n1,
  .bootstrap .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrap .ml-sm-n1,
  .bootstrap .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .bootstrap .m-sm-n2 {
    margin: -0.5rem !important; }
  .bootstrap .mt-sm-n2,
  .bootstrap .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .bootstrap .mr-sm-n2,
  .bootstrap .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .bootstrap .mb-sm-n2,
  .bootstrap .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrap .ml-sm-n2,
  .bootstrap .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .bootstrap .m-sm-n3 {
    margin: -1rem !important; }
  .bootstrap .mt-sm-n3,
  .bootstrap .my-sm-n3 {
    margin-top: -1rem !important; }
  .bootstrap .mr-sm-n3,
  .bootstrap .mx-sm-n3 {
    margin-right: -1rem !important; }
  .bootstrap .mb-sm-n3,
  .bootstrap .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .bootstrap .ml-sm-n3,
  .bootstrap .mx-sm-n3 {
    margin-left: -1rem !important; }
  .bootstrap .m-sm-n4 {
    margin: -1.5rem !important; }
  .bootstrap .mt-sm-n4,
  .bootstrap .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .bootstrap .mr-sm-n4,
  .bootstrap .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .bootstrap .mb-sm-n4,
  .bootstrap .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrap .ml-sm-n4,
  .bootstrap .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .bootstrap .m-sm-n5 {
    margin: -3rem !important; }
  .bootstrap .mt-sm-n5,
  .bootstrap .my-sm-n5 {
    margin-top: -3rem !important; }
  .bootstrap .mr-sm-n5,
  .bootstrap .mx-sm-n5 {
    margin-right: -3rem !important; }
  .bootstrap .mb-sm-n5,
  .bootstrap .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .bootstrap .ml-sm-n5,
  .bootstrap .mx-sm-n5 {
    margin-left: -3rem !important; }
  .bootstrap .m-sm-auto {
    margin: auto !important; }
  .bootstrap .mt-sm-auto,
  .bootstrap .my-sm-auto {
    margin-top: auto !important; }
  .bootstrap .mr-sm-auto,
  .bootstrap .mx-sm-auto {
    margin-right: auto !important; }
  .bootstrap .mb-sm-auto,
  .bootstrap .my-sm-auto {
    margin-bottom: auto !important; }
  .bootstrap .ml-sm-auto,
  .bootstrap .mx-sm-auto {
    margin-left: auto !important; } }

@media only screen and (min-width: 768px) {
  .bootstrap .m-md-0 {
    margin: 0 !important; }
  .bootstrap .mt-md-0,
  .bootstrap .my-md-0 {
    margin-top: 0 !important; }
  .bootstrap .mr-md-0,
  .bootstrap .mx-md-0 {
    margin-right: 0 !important; }
  .bootstrap .mb-md-0,
  .bootstrap .my-md-0 {
    margin-bottom: 0 !important; }
  .bootstrap .ml-md-0,
  .bootstrap .mx-md-0 {
    margin-left: 0 !important; }
  .bootstrap .m-md-1 {
    margin: 0.25rem !important; }
  .bootstrap .mt-md-1,
  .bootstrap .my-md-1 {
    margin-top: 0.25rem !important; }
  .bootstrap .mr-md-1,
  .bootstrap .mx-md-1 {
    margin-right: 0.25rem !important; }
  .bootstrap .mb-md-1,
  .bootstrap .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrap .ml-md-1,
  .bootstrap .mx-md-1 {
    margin-left: 0.25rem !important; }
  .bootstrap .m-md-2 {
    margin: 0.5rem !important; }
  .bootstrap .mt-md-2,
  .bootstrap .my-md-2 {
    margin-top: 0.5rem !important; }
  .bootstrap .mr-md-2,
  .bootstrap .mx-md-2 {
    margin-right: 0.5rem !important; }
  .bootstrap .mb-md-2,
  .bootstrap .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrap .ml-md-2,
  .bootstrap .mx-md-2 {
    margin-left: 0.5rem !important; }
  .bootstrap .m-md-3 {
    margin: 1rem !important; }
  .bootstrap .mt-md-3,
  .bootstrap .my-md-3 {
    margin-top: 1rem !important; }
  .bootstrap .mr-md-3,
  .bootstrap .mx-md-3 {
    margin-right: 1rem !important; }
  .bootstrap .mb-md-3,
  .bootstrap .my-md-3 {
    margin-bottom: 1rem !important; }
  .bootstrap .ml-md-3,
  .bootstrap .mx-md-3 {
    margin-left: 1rem !important; }
  .bootstrap .m-md-4 {
    margin: 1.5rem !important; }
  .bootstrap .mt-md-4,
  .bootstrap .my-md-4 {
    margin-top: 1.5rem !important; }
  .bootstrap .mr-md-4,
  .bootstrap .mx-md-4 {
    margin-right: 1.5rem !important; }
  .bootstrap .mb-md-4,
  .bootstrap .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrap .ml-md-4,
  .bootstrap .mx-md-4 {
    margin-left: 1.5rem !important; }
  .bootstrap .m-md-5 {
    margin: 3rem !important; }
  .bootstrap .mt-md-5,
  .bootstrap .my-md-5 {
    margin-top: 3rem !important; }
  .bootstrap .mr-md-5,
  .bootstrap .mx-md-5 {
    margin-right: 3rem !important; }
  .bootstrap .mb-md-5,
  .bootstrap .my-md-5 {
    margin-bottom: 3rem !important; }
  .bootstrap .ml-md-5,
  .bootstrap .mx-md-5 {
    margin-left: 3rem !important; }
  .bootstrap .p-md-0 {
    padding: 0 !important; }
  .bootstrap .pt-md-0,
  .bootstrap .py-md-0 {
    padding-top: 0 !important; }
  .bootstrap .pr-md-0,
  .bootstrap .px-md-0 {
    padding-right: 0 !important; }
  .bootstrap .pb-md-0,
  .bootstrap .py-md-0 {
    padding-bottom: 0 !important; }
  .bootstrap .pl-md-0,
  .bootstrap .px-md-0 {
    padding-left: 0 !important; }
  .bootstrap .p-md-1 {
    padding: 0.25rem !important; }
  .bootstrap .pt-md-1,
  .bootstrap .py-md-1 {
    padding-top: 0.25rem !important; }
  .bootstrap .pr-md-1,
  .bootstrap .px-md-1 {
    padding-right: 0.25rem !important; }
  .bootstrap .pb-md-1,
  .bootstrap .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrap .pl-md-1,
  .bootstrap .px-md-1 {
    padding-left: 0.25rem !important; }
  .bootstrap .p-md-2 {
    padding: 0.5rem !important; }
  .bootstrap .pt-md-2,
  .bootstrap .py-md-2 {
    padding-top: 0.5rem !important; }
  .bootstrap .pr-md-2,
  .bootstrap .px-md-2 {
    padding-right: 0.5rem !important; }
  .bootstrap .pb-md-2,
  .bootstrap .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrap .pl-md-2,
  .bootstrap .px-md-2 {
    padding-left: 0.5rem !important; }
  .bootstrap .p-md-3 {
    padding: 1rem !important; }
  .bootstrap .pt-md-3,
  .bootstrap .py-md-3 {
    padding-top: 1rem !important; }
  .bootstrap .pr-md-3,
  .bootstrap .px-md-3 {
    padding-right: 1rem !important; }
  .bootstrap .pb-md-3,
  .bootstrap .py-md-3 {
    padding-bottom: 1rem !important; }
  .bootstrap .pl-md-3,
  .bootstrap .px-md-3 {
    padding-left: 1rem !important; }
  .bootstrap .p-md-4 {
    padding: 1.5rem !important; }
  .bootstrap .pt-md-4,
  .bootstrap .py-md-4 {
    padding-top: 1.5rem !important; }
  .bootstrap .pr-md-4,
  .bootstrap .px-md-4 {
    padding-right: 1.5rem !important; }
  .bootstrap .pb-md-4,
  .bootstrap .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrap .pl-md-4,
  .bootstrap .px-md-4 {
    padding-left: 1.5rem !important; }
  .bootstrap .p-md-5 {
    padding: 3rem !important; }
  .bootstrap .pt-md-5,
  .bootstrap .py-md-5 {
    padding-top: 3rem !important; }
  .bootstrap .pr-md-5,
  .bootstrap .px-md-5 {
    padding-right: 3rem !important; }
  .bootstrap .pb-md-5,
  .bootstrap .py-md-5 {
    padding-bottom: 3rem !important; }
  .bootstrap .pl-md-5,
  .bootstrap .px-md-5 {
    padding-left: 3rem !important; }
  .bootstrap .m-md-n1 {
    margin: -0.25rem !important; }
  .bootstrap .mt-md-n1,
  .bootstrap .my-md-n1 {
    margin-top: -0.25rem !important; }
  .bootstrap .mr-md-n1,
  .bootstrap .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .bootstrap .mb-md-n1,
  .bootstrap .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrap .ml-md-n1,
  .bootstrap .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .bootstrap .m-md-n2 {
    margin: -0.5rem !important; }
  .bootstrap .mt-md-n2,
  .bootstrap .my-md-n2 {
    margin-top: -0.5rem !important; }
  .bootstrap .mr-md-n2,
  .bootstrap .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .bootstrap .mb-md-n2,
  .bootstrap .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrap .ml-md-n2,
  .bootstrap .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .bootstrap .m-md-n3 {
    margin: -1rem !important; }
  .bootstrap .mt-md-n3,
  .bootstrap .my-md-n3 {
    margin-top: -1rem !important; }
  .bootstrap .mr-md-n3,
  .bootstrap .mx-md-n3 {
    margin-right: -1rem !important; }
  .bootstrap .mb-md-n3,
  .bootstrap .my-md-n3 {
    margin-bottom: -1rem !important; }
  .bootstrap .ml-md-n3,
  .bootstrap .mx-md-n3 {
    margin-left: -1rem !important; }
  .bootstrap .m-md-n4 {
    margin: -1.5rem !important; }
  .bootstrap .mt-md-n4,
  .bootstrap .my-md-n4 {
    margin-top: -1.5rem !important; }
  .bootstrap .mr-md-n4,
  .bootstrap .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .bootstrap .mb-md-n4,
  .bootstrap .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrap .ml-md-n4,
  .bootstrap .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .bootstrap .m-md-n5 {
    margin: -3rem !important; }
  .bootstrap .mt-md-n5,
  .bootstrap .my-md-n5 {
    margin-top: -3rem !important; }
  .bootstrap .mr-md-n5,
  .bootstrap .mx-md-n5 {
    margin-right: -3rem !important; }
  .bootstrap .mb-md-n5,
  .bootstrap .my-md-n5 {
    margin-bottom: -3rem !important; }
  .bootstrap .ml-md-n5,
  .bootstrap .mx-md-n5 {
    margin-left: -3rem !important; }
  .bootstrap .m-md-auto {
    margin: auto !important; }
  .bootstrap .mt-md-auto,
  .bootstrap .my-md-auto {
    margin-top: auto !important; }
  .bootstrap .mr-md-auto,
  .bootstrap .mx-md-auto {
    margin-right: auto !important; }
  .bootstrap .mb-md-auto,
  .bootstrap .my-md-auto {
    margin-bottom: auto !important; }
  .bootstrap .ml-md-auto,
  .bootstrap .mx-md-auto {
    margin-left: auto !important; } }

@media only screen and (min-width: 992px) {
  .bootstrap .m-lg-0 {
    margin: 0 !important; }
  .bootstrap .mt-lg-0,
  .bootstrap .my-lg-0 {
    margin-top: 0 !important; }
  .bootstrap .mr-lg-0,
  .bootstrap .mx-lg-0 {
    margin-right: 0 !important; }
  .bootstrap .mb-lg-0,
  .bootstrap .my-lg-0 {
    margin-bottom: 0 !important; }
  .bootstrap .ml-lg-0,
  .bootstrap .mx-lg-0 {
    margin-left: 0 !important; }
  .bootstrap .m-lg-1 {
    margin: 0.25rem !important; }
  .bootstrap .mt-lg-1,
  .bootstrap .my-lg-1 {
    margin-top: 0.25rem !important; }
  .bootstrap .mr-lg-1,
  .bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .bootstrap .mb-lg-1,
  .bootstrap .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrap .ml-lg-1,
  .bootstrap .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .bootstrap .m-lg-2 {
    margin: 0.5rem !important; }
  .bootstrap .mt-lg-2,
  .bootstrap .my-lg-2 {
    margin-top: 0.5rem !important; }
  .bootstrap .mr-lg-2,
  .bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .bootstrap .mb-lg-2,
  .bootstrap .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrap .ml-lg-2,
  .bootstrap .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .bootstrap .m-lg-3 {
    margin: 1rem !important; }
  .bootstrap .mt-lg-3,
  .bootstrap .my-lg-3 {
    margin-top: 1rem !important; }
  .bootstrap .mr-lg-3,
  .bootstrap .mx-lg-3 {
    margin-right: 1rem !important; }
  .bootstrap .mb-lg-3,
  .bootstrap .my-lg-3 {
    margin-bottom: 1rem !important; }
  .bootstrap .ml-lg-3,
  .bootstrap .mx-lg-3 {
    margin-left: 1rem !important; }
  .bootstrap .m-lg-4 {
    margin: 1.5rem !important; }
  .bootstrap .mt-lg-4,
  .bootstrap .my-lg-4 {
    margin-top: 1.5rem !important; }
  .bootstrap .mr-lg-4,
  .bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .bootstrap .mb-lg-4,
  .bootstrap .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrap .ml-lg-4,
  .bootstrap .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .bootstrap .m-lg-5 {
    margin: 3rem !important; }
  .bootstrap .mt-lg-5,
  .bootstrap .my-lg-5 {
    margin-top: 3rem !important; }
  .bootstrap .mr-lg-5,
  .bootstrap .mx-lg-5 {
    margin-right: 3rem !important; }
  .bootstrap .mb-lg-5,
  .bootstrap .my-lg-5 {
    margin-bottom: 3rem !important; }
  .bootstrap .ml-lg-5,
  .bootstrap .mx-lg-5 {
    margin-left: 3rem !important; }
  .bootstrap .p-lg-0 {
    padding: 0 !important; }
  .bootstrap .pt-lg-0,
  .bootstrap .py-lg-0 {
    padding-top: 0 !important; }
  .bootstrap .pr-lg-0,
  .bootstrap .px-lg-0 {
    padding-right: 0 !important; }
  .bootstrap .pb-lg-0,
  .bootstrap .py-lg-0 {
    padding-bottom: 0 !important; }
  .bootstrap .pl-lg-0,
  .bootstrap .px-lg-0 {
    padding-left: 0 !important; }
  .bootstrap .p-lg-1 {
    padding: 0.25rem !important; }
  .bootstrap .pt-lg-1,
  .bootstrap .py-lg-1 {
    padding-top: 0.25rem !important; }
  .bootstrap .pr-lg-1,
  .bootstrap .px-lg-1 {
    padding-right: 0.25rem !important; }
  .bootstrap .pb-lg-1,
  .bootstrap .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrap .pl-lg-1,
  .bootstrap .px-lg-1 {
    padding-left: 0.25rem !important; }
  .bootstrap .p-lg-2 {
    padding: 0.5rem !important; }
  .bootstrap .pt-lg-2,
  .bootstrap .py-lg-2 {
    padding-top: 0.5rem !important; }
  .bootstrap .pr-lg-2,
  .bootstrap .px-lg-2 {
    padding-right: 0.5rem !important; }
  .bootstrap .pb-lg-2,
  .bootstrap .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrap .pl-lg-2,
  .bootstrap .px-lg-2 {
    padding-left: 0.5rem !important; }
  .bootstrap .p-lg-3 {
    padding: 1rem !important; }
  .bootstrap .pt-lg-3,
  .bootstrap .py-lg-3 {
    padding-top: 1rem !important; }
  .bootstrap .pr-lg-3,
  .bootstrap .px-lg-3 {
    padding-right: 1rem !important; }
  .bootstrap .pb-lg-3,
  .bootstrap .py-lg-3 {
    padding-bottom: 1rem !important; }
  .bootstrap .pl-lg-3,
  .bootstrap .px-lg-3 {
    padding-left: 1rem !important; }
  .bootstrap .p-lg-4 {
    padding: 1.5rem !important; }
  .bootstrap .pt-lg-4,
  .bootstrap .py-lg-4 {
    padding-top: 1.5rem !important; }
  .bootstrap .pr-lg-4,
  .bootstrap .px-lg-4 {
    padding-right: 1.5rem !important; }
  .bootstrap .pb-lg-4,
  .bootstrap .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrap .pl-lg-4,
  .bootstrap .px-lg-4 {
    padding-left: 1.5rem !important; }
  .bootstrap .p-lg-5 {
    padding: 3rem !important; }
  .bootstrap .pt-lg-5,
  .bootstrap .py-lg-5 {
    padding-top: 3rem !important; }
  .bootstrap .pr-lg-5,
  .bootstrap .px-lg-5 {
    padding-right: 3rem !important; }
  .bootstrap .pb-lg-5,
  .bootstrap .py-lg-5 {
    padding-bottom: 3rem !important; }
  .bootstrap .pl-lg-5,
  .bootstrap .px-lg-5 {
    padding-left: 3rem !important; }
  .bootstrap .m-lg-n1 {
    margin: -0.25rem !important; }
  .bootstrap .mt-lg-n1,
  .bootstrap .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .bootstrap .mr-lg-n1,
  .bootstrap .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .bootstrap .mb-lg-n1,
  .bootstrap .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrap .ml-lg-n1,
  .bootstrap .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .bootstrap .m-lg-n2 {
    margin: -0.5rem !important; }
  .bootstrap .mt-lg-n2,
  .bootstrap .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .bootstrap .mr-lg-n2,
  .bootstrap .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .bootstrap .mb-lg-n2,
  .bootstrap .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrap .ml-lg-n2,
  .bootstrap .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .bootstrap .m-lg-n3 {
    margin: -1rem !important; }
  .bootstrap .mt-lg-n3,
  .bootstrap .my-lg-n3 {
    margin-top: -1rem !important; }
  .bootstrap .mr-lg-n3,
  .bootstrap .mx-lg-n3 {
    margin-right: -1rem !important; }
  .bootstrap .mb-lg-n3,
  .bootstrap .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .bootstrap .ml-lg-n3,
  .bootstrap .mx-lg-n3 {
    margin-left: -1rem !important; }
  .bootstrap .m-lg-n4 {
    margin: -1.5rem !important; }
  .bootstrap .mt-lg-n4,
  .bootstrap .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .bootstrap .mr-lg-n4,
  .bootstrap .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .bootstrap .mb-lg-n4,
  .bootstrap .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrap .ml-lg-n4,
  .bootstrap .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .bootstrap .m-lg-n5 {
    margin: -3rem !important; }
  .bootstrap .mt-lg-n5,
  .bootstrap .my-lg-n5 {
    margin-top: -3rem !important; }
  .bootstrap .mr-lg-n5,
  .bootstrap .mx-lg-n5 {
    margin-right: -3rem !important; }
  .bootstrap .mb-lg-n5,
  .bootstrap .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .bootstrap .ml-lg-n5,
  .bootstrap .mx-lg-n5 {
    margin-left: -3rem !important; }
  .bootstrap .m-lg-auto {
    margin: auto !important; }
  .bootstrap .mt-lg-auto,
  .bootstrap .my-lg-auto {
    margin-top: auto !important; }
  .bootstrap .mr-lg-auto,
  .bootstrap .mx-lg-auto {
    margin-right: auto !important; }
  .bootstrap .mb-lg-auto,
  .bootstrap .my-lg-auto {
    margin-bottom: auto !important; }
  .bootstrap .ml-lg-auto,
  .bootstrap .mx-lg-auto {
    margin-left: auto !important; } }

@media only screen and (min-width: 1200px) {
  .bootstrap .m-xl-0 {
    margin: 0 !important; }
  .bootstrap .mt-xl-0,
  .bootstrap .my-xl-0 {
    margin-top: 0 !important; }
  .bootstrap .mr-xl-0,
  .bootstrap .mx-xl-0 {
    margin-right: 0 !important; }
  .bootstrap .mb-xl-0,
  .bootstrap .my-xl-0 {
    margin-bottom: 0 !important; }
  .bootstrap .ml-xl-0,
  .bootstrap .mx-xl-0 {
    margin-left: 0 !important; }
  .bootstrap .m-xl-1 {
    margin: 0.25rem !important; }
  .bootstrap .mt-xl-1,
  .bootstrap .my-xl-1 {
    margin-top: 0.25rem !important; }
  .bootstrap .mr-xl-1,
  .bootstrap .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .bootstrap .mb-xl-1,
  .bootstrap .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrap .ml-xl-1,
  .bootstrap .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .bootstrap .m-xl-2 {
    margin: 0.5rem !important; }
  .bootstrap .mt-xl-2,
  .bootstrap .my-xl-2 {
    margin-top: 0.5rem !important; }
  .bootstrap .mr-xl-2,
  .bootstrap .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .bootstrap .mb-xl-2,
  .bootstrap .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrap .ml-xl-2,
  .bootstrap .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .bootstrap .m-xl-3 {
    margin: 1rem !important; }
  .bootstrap .mt-xl-3,
  .bootstrap .my-xl-3 {
    margin-top: 1rem !important; }
  .bootstrap .mr-xl-3,
  .bootstrap .mx-xl-3 {
    margin-right: 1rem !important; }
  .bootstrap .mb-xl-3,
  .bootstrap .my-xl-3 {
    margin-bottom: 1rem !important; }
  .bootstrap .ml-xl-3,
  .bootstrap .mx-xl-3 {
    margin-left: 1rem !important; }
  .bootstrap .m-xl-4 {
    margin: 1.5rem !important; }
  .bootstrap .mt-xl-4,
  .bootstrap .my-xl-4 {
    margin-top: 1.5rem !important; }
  .bootstrap .mr-xl-4,
  .bootstrap .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .bootstrap .mb-xl-4,
  .bootstrap .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrap .ml-xl-4,
  .bootstrap .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .bootstrap .m-xl-5 {
    margin: 3rem !important; }
  .bootstrap .mt-xl-5,
  .bootstrap .my-xl-5 {
    margin-top: 3rem !important; }
  .bootstrap .mr-xl-5,
  .bootstrap .mx-xl-5 {
    margin-right: 3rem !important; }
  .bootstrap .mb-xl-5,
  .bootstrap .my-xl-5 {
    margin-bottom: 3rem !important; }
  .bootstrap .ml-xl-5,
  .bootstrap .mx-xl-5 {
    margin-left: 3rem !important; }
  .bootstrap .p-xl-0 {
    padding: 0 !important; }
  .bootstrap .pt-xl-0,
  .bootstrap .py-xl-0 {
    padding-top: 0 !important; }
  .bootstrap .pr-xl-0,
  .bootstrap .px-xl-0 {
    padding-right: 0 !important; }
  .bootstrap .pb-xl-0,
  .bootstrap .py-xl-0 {
    padding-bottom: 0 !important; }
  .bootstrap .pl-xl-0,
  .bootstrap .px-xl-0 {
    padding-left: 0 !important; }
  .bootstrap .p-xl-1 {
    padding: 0.25rem !important; }
  .bootstrap .pt-xl-1,
  .bootstrap .py-xl-1 {
    padding-top: 0.25rem !important; }
  .bootstrap .pr-xl-1,
  .bootstrap .px-xl-1 {
    padding-right: 0.25rem !important; }
  .bootstrap .pb-xl-1,
  .bootstrap .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrap .pl-xl-1,
  .bootstrap .px-xl-1 {
    padding-left: 0.25rem !important; }
  .bootstrap .p-xl-2 {
    padding: 0.5rem !important; }
  .bootstrap .pt-xl-2,
  .bootstrap .py-xl-2 {
    padding-top: 0.5rem !important; }
  .bootstrap .pr-xl-2,
  .bootstrap .px-xl-2 {
    padding-right: 0.5rem !important; }
  .bootstrap .pb-xl-2,
  .bootstrap .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrap .pl-xl-2,
  .bootstrap .px-xl-2 {
    padding-left: 0.5rem !important; }
  .bootstrap .p-xl-3 {
    padding: 1rem !important; }
  .bootstrap .pt-xl-3,
  .bootstrap .py-xl-3 {
    padding-top: 1rem !important; }
  .bootstrap .pr-xl-3,
  .bootstrap .px-xl-3 {
    padding-right: 1rem !important; }
  .bootstrap .pb-xl-3,
  .bootstrap .py-xl-3 {
    padding-bottom: 1rem !important; }
  .bootstrap .pl-xl-3,
  .bootstrap .px-xl-3 {
    padding-left: 1rem !important; }
  .bootstrap .p-xl-4 {
    padding: 1.5rem !important; }
  .bootstrap .pt-xl-4,
  .bootstrap .py-xl-4 {
    padding-top: 1.5rem !important; }
  .bootstrap .pr-xl-4,
  .bootstrap .px-xl-4 {
    padding-right: 1.5rem !important; }
  .bootstrap .pb-xl-4,
  .bootstrap .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrap .pl-xl-4,
  .bootstrap .px-xl-4 {
    padding-left: 1.5rem !important; }
  .bootstrap .p-xl-5 {
    padding: 3rem !important; }
  .bootstrap .pt-xl-5,
  .bootstrap .py-xl-5 {
    padding-top: 3rem !important; }
  .bootstrap .pr-xl-5,
  .bootstrap .px-xl-5 {
    padding-right: 3rem !important; }
  .bootstrap .pb-xl-5,
  .bootstrap .py-xl-5 {
    padding-bottom: 3rem !important; }
  .bootstrap .pl-xl-5,
  .bootstrap .px-xl-5 {
    padding-left: 3rem !important; }
  .bootstrap .m-xl-n1 {
    margin: -0.25rem !important; }
  .bootstrap .mt-xl-n1,
  .bootstrap .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .bootstrap .mr-xl-n1,
  .bootstrap .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .bootstrap .mb-xl-n1,
  .bootstrap .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrap .ml-xl-n1,
  .bootstrap .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .bootstrap .m-xl-n2 {
    margin: -0.5rem !important; }
  .bootstrap .mt-xl-n2,
  .bootstrap .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .bootstrap .mr-xl-n2,
  .bootstrap .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .bootstrap .mb-xl-n2,
  .bootstrap .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrap .ml-xl-n2,
  .bootstrap .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .bootstrap .m-xl-n3 {
    margin: -1rem !important; }
  .bootstrap .mt-xl-n3,
  .bootstrap .my-xl-n3 {
    margin-top: -1rem !important; }
  .bootstrap .mr-xl-n3,
  .bootstrap .mx-xl-n3 {
    margin-right: -1rem !important; }
  .bootstrap .mb-xl-n3,
  .bootstrap .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .bootstrap .ml-xl-n3,
  .bootstrap .mx-xl-n3 {
    margin-left: -1rem !important; }
  .bootstrap .m-xl-n4 {
    margin: -1.5rem !important; }
  .bootstrap .mt-xl-n4,
  .bootstrap .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .bootstrap .mr-xl-n4,
  .bootstrap .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .bootstrap .mb-xl-n4,
  .bootstrap .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrap .ml-xl-n4,
  .bootstrap .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .bootstrap .m-xl-n5 {
    margin: -3rem !important; }
  .bootstrap .mt-xl-n5,
  .bootstrap .my-xl-n5 {
    margin-top: -3rem !important; }
  .bootstrap .mr-xl-n5,
  .bootstrap .mx-xl-n5 {
    margin-right: -3rem !important; }
  .bootstrap .mb-xl-n5,
  .bootstrap .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .bootstrap .ml-xl-n5,
  .bootstrap .mx-xl-n5 {
    margin-left: -3rem !important; }
  .bootstrap .m-xl-auto {
    margin: auto !important; }
  .bootstrap .mt-xl-auto,
  .bootstrap .my-xl-auto {
    margin-top: auto !important; }
  .bootstrap .mr-xl-auto,
  .bootstrap .mx-xl-auto {
    margin-right: auto !important; }
  .bootstrap .mb-xl-auto,
  .bootstrap .my-xl-auto {
    margin-bottom: auto !important; }
  .bootstrap .ml-xl-auto,
  .bootstrap .mx-xl-auto {
    margin-left: auto !important; } }

/*
 * https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css#L479
 * https://github.com/twbs/bootstrap/blob/master/scss/_images.scss
 */
.bootstrap .img-fluid, .bootstrap .related-contents .content-item-photo .ct-image, .related-contents .content-item-photo .bootstrap .ct-image {
  max-width: 100%;
  height: auto; }

.bootstrap .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.bootstrap .figure {
  display: inline-block; }

.bootstrap .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.bootstrap .figure-caption {
  font-size: 90%;
  color: #6c757d; }

/*
 * https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css#L9733
 * https://github.com/twbs/bootstrap/blob/master/scss/utilities/_text.scss
 */
.bootstrap .text-justify {
  text-align: justify !important; }

.bootstrap .text-wrap {
  white-space: normal !important; }

.bootstrap .text-nowrap {
  white-space: nowrap !important; }

.bootstrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bootstrap .text-left {
  text-align: left !important; }

.bootstrap .text-right {
  text-align: right !important; }

.bootstrap .text-center {
  text-align: center !important; }

@media only screen and (min-width: 576px) {
  .bootstrap .text-sm-left {
    text-align: left !important; }
  .bootstrap .text-sm-right {
    text-align: right !important; }
  .bootstrap .text-sm-center {
    text-align: center !important; } }

@media only screen and (min-width: 768px) {
  .bootstrap .text-md-left {
    text-align: left !important; }
  .bootstrap .text-md-right {
    text-align: right !important; }
  .bootstrap .text-md-center {
    text-align: center !important; } }

@media only screen and (min-width: 992px) {
  .bootstrap .text-lg-left {
    text-align: left !important; }
  .bootstrap .text-lg-right {
    text-align: right !important; }
  .bootstrap .text-lg-center {
    text-align: center !important; } }

@media only screen and (min-width: 1200px) {
  .bootstrap .text-xl-left {
    text-align: left !important; }
  .bootstrap .text-xl-right {
    text-align: right !important; }
  .bootstrap .text-xl-center {
    text-align: center !important; } }

.bootstrap .text-lowercase {
  text-transform: lowercase !important; }

.bootstrap .text-uppercase, .bootstrap .initialism {
  text-transform: uppercase !important; }

.bootstrap .text-capitalize {
  text-transform: capitalize !important; }

.bootstrap .text-none {
  text-transform: none !important; }

.bootstrap .font-weight-light {
  font-weight: 300 !important; }

.bootstrap .font-weight-lighter {
  font-weight: lighter !important; }

.bootstrap .font-weight-normal {
  font-weight: 400 !important; }

.bootstrap .font-weight-bold {
  font-weight: 700 !important; }

.bootstrap .font-weight-bolder {
  font-weight: bolder !important; }

.bootstrap .font-italic {
  font-style: italic !important; }

/*
 * https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css#L7841
 * https://github.com/twbs/bootstrap/blob/master/scss/utilities/_spacing.scss
 */
.bootstrap .w-25 {
  width: 25% !important; }

.bootstrap .w-50 {
  width: 50% !important; }

.bootstrap .w-75 {
  width: 75% !important; }

.bootstrap .w-100 {
  width: 100% !important; }

.bootstrap .w-auto {
  width: auto !important; }

.bootstrap .h-25 {
  height: 25% !important; }

.bootstrap .h-50 {
  height: 50% !important; }

.bootstrap .h-75 {
  height: 75% !important; }

.bootstrap .h-100 {
  height: 100% !important; }

.bootstrap .h-auto {
  height: auto !important; }

.bootstrap .mw-100 {
  max-width: 100% !important; }

.bootstrap .mh-100 {
  max-height: 100% !important; }

.bootstrap .min-vw-100 {
  min-width: 100vw !important; }

.bootstrap .min-vh-100 {
  min-height: 100vh !important; }

.bootstrap .vw-100 {
  width: 100vw !important; }

.bootstrap .vh-100 {
  height: 100vh !important; }

.bootstrap {
  /**
    * Swiper 5.3.6
    * Most modern mobile touch slider and framework with hardware accelerated transitions
    * http://swiperjs.com
    *
    * Copyright 2014-2020 Vladimir Kharlampidi
    *
    * Released under the MIT License
    *
    * Released on: February 29, 2020
    */ }

@font-face {
  .bootstrap {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal; } }
  .bootstrap :root {
    --swiper-theme-color:#007aff; }
  .bootstrap .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1; }
  .bootstrap .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column; }
  .bootstrap .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }
  .bootstrap .swiper-container-android .swiper-slide, .bootstrap .swiper-wrapper {
    transform: translate3d(0px, 0, 0); }
  .bootstrap .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap; }
  .bootstrap .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }
  .bootstrap .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }
  .bootstrap .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform; }
  .bootstrap .swiper-slide-invisible-blank {
    visibility: hidden; }
  .bootstrap .swiper-container-autoheight, .bootstrap .swiper-container-autoheight .swiper-slide {
    height: auto; }
  .bootstrap .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height; }
  .bootstrap .swiper-container-3d {
    perspective: 1200px; }
  .bootstrap .swiper-container-3d .swiper-cube-shadow, .bootstrap .swiper-container-3d .swiper-slide, .bootstrap .swiper-container-3d .swiper-slide-shadow-bottom, .bootstrap .swiper-container-3d .swiper-slide-shadow-left, .bootstrap .swiper-container-3d .swiper-slide-shadow-right, .bootstrap .swiper-container-3d .swiper-slide-shadow-top, .bootstrap .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d; }
  .bootstrap .swiper-container-3d .swiper-slide-shadow-bottom, .bootstrap .swiper-container-3d .swiper-slide-shadow-left, .bootstrap .swiper-container-3d .swiper-slide-shadow-right, .bootstrap .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .bootstrap .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .bootstrap .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .bootstrap .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .bootstrap .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .bootstrap .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }
  .bootstrap .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
  .bootstrap .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }
  .bootstrap .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory; }
  .bootstrap .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory; }
  .bootstrap :root {
    --swiper-navigation-size:44px; }
  .bootstrap .swiper-button-next, .bootstrap .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .bootstrap .swiper-button-next.swiper-button-disabled, .bootstrap .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none; }
  .bootstrap .swiper-button-next:after, .bootstrap .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial; }
  .bootstrap .swiper-button-prev, .bootstrap .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }
  .bootstrap .swiper-button-prev:after, .bootstrap .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }
  .bootstrap .swiper-button-next, .bootstrap .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }
  .bootstrap .swiper-button-next:after, .bootstrap .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }
  .bootstrap .swiper-button-next.swiper-button-white, .bootstrap .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color:#ffffff; }
  .bootstrap .swiper-button-next.swiper-button-black, .bootstrap .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color:#000000; }
  .bootstrap .swiper-button-lock {
    display: none; }
  .bootstrap .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  .bootstrap .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .bootstrap .swiper-container-horizontal > .swiper-pagination-bullets, .bootstrap .swiper-pagination-custom, .bootstrap .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%; }
  .bootstrap .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }
  .bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }
  .bootstrap .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2; }
  .bootstrap button.swiper-pagination-bullet, .bootstrap .cart.table-wrapper .actions-toolbar > .swiper-pagination-bullet.action, .cart.table-wrapper .bootstrap .actions-toolbar > .swiper-pagination-bullet.action, .bootstrap .cart.table-wrapper .swiper-pagination-bullet.action-gift, .cart.table-wrapper .bootstrap .swiper-pagination-bullet.action-gift {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
  .bootstrap .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .bootstrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
  .bootstrap .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0); }
  .bootstrap .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  .bootstrap .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
  .bootstrap .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top; }
  .bootstrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }
  .bootstrap .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
  .bootstrap .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left; }
  .bootstrap .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right; }
  .bootstrap .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
  .bootstrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .bootstrap .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .bootstrap .swiper-container-horizontal > .swiper-pagination-progressbar, .bootstrap .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .bootstrap .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .bootstrap .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  .bootstrap .swiper-pagination-white {
    --swiper-pagination-color:#ffffff; }
  .bootstrap .swiper-pagination-black {
    --swiper-pagination-color:#000000; }
  .bootstrap .swiper-pagination-lock {
    display: none; }
  .bootstrap .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }
  .bootstrap .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  .bootstrap .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  .bootstrap .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }
  .bootstrap .swiper-scrollbar-cursor-drag {
    cursor: move; }
  .bootstrap .swiper-scrollbar-lock {
    display: none; }
  .bootstrap .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .bootstrap .swiper-zoom-container > canvas, .bootstrap .swiper-zoom-container > img, .bootstrap .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  .bootstrap .swiper-slide-zoomed {
    cursor: move; }
  .bootstrap .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }
  .bootstrap .swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff; }
  .bootstrap .swiper-lazy-preloader-black {
    --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
  .bootstrap .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  .bootstrap .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }
  .bootstrap .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }
  .bootstrap .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  .bootstrap .swiper-container-fade .swiper-slide-active, .bootstrap .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .bootstrap .swiper-container-cube {
    overflow: visible; }
  .bootstrap .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
  .bootstrap .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }
  .bootstrap .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }
  .bootstrap .swiper-container-cube .swiper-slide-active, .bootstrap .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .bootstrap .swiper-container-cube .swiper-slide-active, .bootstrap .swiper-container-cube .swiper-slide-next, .bootstrap .swiper-container-cube .swiper-slide-next + .swiper-slide, .bootstrap .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible; }
  .bootstrap .swiper-container-cube .swiper-slide-shadow-bottom, .bootstrap .swiper-container-cube .swiper-slide-shadow-left, .bootstrap .swiper-container-cube .swiper-slide-shadow-right, .bootstrap .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .bootstrap .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0; }
  .bootstrap .swiper-container-flip {
    overflow: visible; }
  .bootstrap .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }
  .bootstrap .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  .bootstrap .swiper-container-flip .swiper-slide-active, .bootstrap .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .bootstrap .swiper-container-flip .swiper-slide-shadow-bottom, .bootstrap .swiper-container-flip .swiper-slide-shadow-left, .bootstrap .swiper-container-flip .swiper-slide-shadow-right, .bootstrap .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.bootstrap {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }
  .bootstrap *,
  .bootstrap *::before,
  .bootstrap *::after {
    box-sizing: inherit; }
  .bootstrap .swiper-container {
    padding-left: 15px;
    padding-right: 15px; }
  .bootstrap .swiper-wrapper {
    box-sizing: border-box; }
  .bootstrap .swiper-button-prev {
    left: 0; }
  .bootstrap .swiper-button-prev {
    display: block;
    text-decoration: none;
    left: 0; }
    .bootstrap .swiper-button-prev:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      line-height: normal;
      color: inherit;
      content: "";
      font-family: "teufelberger-icons";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .bootstrap .swiper-button-prev:hover:after {
      color: inherit; }
    .bootstrap .swiper-button-prev:active:after {
      color: inherit; }
  .bootstrap .swiper-button-next {
    display: block;
    text-decoration: none;
    right: 0; }
    .bootstrap .swiper-button-next:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      line-height: normal;
      color: inherit;
      content: "";
      font-family: "teufelberger-icons";
      margin: inherit;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .bootstrap .swiper-button-next:hover:after {
      color: inherit; }
    .bootstrap .swiper-button-next:active:after {
      color: inherit; }
  .bootstrap .swiper-button-prev, .bootstrap .swiper-button-next {
    color: rgba(0, 0, 0, 0.54); }
  .bootstrap .swiper-pagination-bullet {
    background: #134094; }
  .bootstrap .swiper-pagination-bullet-active {
    background: #D4021C; }

.sidebar .block-addbysku .fieldset {
  margin: 0; }
  .sidebar .block-addbysku .fieldset .fields {
    position: relative; }
    .sidebar .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
      .sidebar .block-addbysku .fieldset .fields .field.sku {
        margin-right: -85px;
        padding-right: 90px;
        width: 100%; }
      .sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
        width: 80px; }
    .sidebar .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      top: 7px;
      right: 0; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left; }
    .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
      width: auto; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left; }

.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto; }
  .sidebar .block-addbysku .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.add:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.add:active:before {
    color: inherit; }

.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0; }

.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0; }

.sidebar .block-addbysku .action.remove {
  display: inline-block;
  text-decoration: none;
  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: 300; }
  .sidebar .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 22px;
    color: #999;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.remove:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:active:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled],
  fieldset[disabled] .sidebar .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block; }

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px; }
  .block-banners .banner-item-content img,
  .block-banners-inline .banner-item-content img {
    display: block;
    margin: 0 auto; }

.block-category-link.widget,
.block-product-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-product-link-inline.widget {
  margin: 0; }

.block.widget .product-item-info {
  width: auto; }

.block.widget .pager {
  padding: 0; }
  .block.widget .pager .toolbar-amount {
    float: none;
    font-size: 12px; }
  .block.widget .pager .pages-item-previous {
    padding-left: 0; }
  .block.widget .pager .pages-item-next {
    position: relative; }
  .block.widget .pager .items {
    white-space: nowrap; }

@media only screen and (min-width: 640px) {
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.3333%; } }

@media only screen and (min-width: 768px) {
  .block.widget .products-grid .product-item {
    width: 33.3333%; }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%; } }

@media only screen and (min-width: 1024px) {
  .block.widget .products-grid .product-item {
    width: 20%; }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.6666%;
    margin-left: calc((100% - 5 * (100%/6)) / 4); }
    .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 {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0; }
    .block.widget .products-grid .product-item:nth-child(4n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0; }
    .sidebar .block.widget .pager .pages-item-next .action {
      margin: 0; } }

.columns .block-event {
  position: relative;
  z-index: 2; }

.block-event .block-content {
  position: relative; }
  .block-event .block-content > .action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3; }
    .block-event .block-content > .action.backward, .block-event .block-content > .action.forward {
      opacity: 0.5;
      overflow: hidden;
      width: 20px;
      display: inline-block;
      text-decoration: none; }
      .block-event .block-content > .action.backward > span, .block-event .block-content > .action.forward > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 55px;
        line-height: 30px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: inherit;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block-event .block-content > .action.backward:hover:before, .block-event .block-content > .action.forward:hover:before {
        color: inherit; }
      .block-event .block-content > .action.backward:active:before, .block-event .block-content > .action.forward:active:before {
        color: inherit; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        margin-left: -15px; }
    .block-event .block-content > .action.backward {
      left: 0; }
    .block-event .block-content > .action.forward {
      right: 0; }
      .block-event .block-content > .action.forward:before {
        content: ""; }
    .block-event .block-content > .action.inactive {
      cursor: default;
      display: none; }
    .block-event .block-content > .action:hover {
      opacity: 1; }

.block-event .slider-panel {
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .block-event .slider-panel .slider {
    white-space: nowrap; }
    .block-event .slider-panel .slider .item {
      background: #f0f0f0;
      display: inline-block;
      text-align: center;
      white-space: normal;
      vertical-align: top;
      width: 16.35%; }
      .sidebar-main .block-event .slider-panel .slider .item,
      .sidebar-additional .block-event .slider-panel .slider .item {
        width: 100%; }
      .block-event .slider-panel .slider .item img {
        max-width: 100%; }
      .block-event .slider-panel .slider .item .category-name {
        display: inline-block;
        font-size: 18px;
        padding: 15px 5px 0;
        word-break: break-all; }
      .block-event .slider-panel .slider .item .ticker {
        margin: 0;
        padding: 0;
        list-style: none none; }
        .block-event .slider-panel .slider .item .ticker li {
          display: none;
          margin: 0 5px; }
        .block-event .slider-panel .slider .item .ticker .value {
          font-size: 26px;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .ticker .label {
          display: block;
          font-size: 13px; }
      .block-event .slider-panel .slider .item .dates {
        font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .start,
        .block-event .slider-panel .slider .item .dates .end,
        .block-event .slider-panel .slider .item .dates .date {
          display: block; }
        .block-event .slider-panel .slider .item .dates .start:after {
          content: '\2013';
          font-size: 18px;
          display: block; }
        .block-event .slider-panel .slider .item .dates .date {
          font-size: 18px;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .time {
          font-size: 13px; }
      .block-event .slider-panel .slider .item .box-event .box-content {
        padding: 5px 0 10px; }
      .block-event .slider-panel .slider .item .box-event .box-title {
        font-weight: 300;
        display: block;
        margin: 10px 0 0; }
      .block-event .slider-panel .slider .item .action.show {
        display: block;
        padding: 0; }
        .block-event .slider-panel .slider .item .action.show .category.name {
          display: inline-block;
          padding: 30px 10px 0; }
        .block-event .slider-panel .slider .item .action.show img {
          display: block; }
      .block-event .slider-panel .slider .item .action.event {
        background-image: none;
        background: #1979c3;
        border: 1px solid #1979c3;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        padding: 7px 15px;
        font-size: 14px;
        box-sizing: border-box;
        vertical-align: middle;
        margin-top: 15px; }
        .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active {
          background: #006bb4;
          border: 1px solid #006bb4;
          color: #fff; }
        .block-event .slider-panel .slider .item .action.event:hover {
          background: #006bb4;
          border: 1px solid #006bb4;
          color: #fff; }
        .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled],
        fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .block-event .slider-panel .slider .item .action.event:hover {
          text-decoration: none; }

.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px; }
  .links .block-static-block.widget, .links
  .block-cms-link.widget {
    margin-bottom: 0; }

.block-cms-link-inline.widget {
  margin: 0; }

.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0; }

.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-cms-hierarchy-link-inline.widget {
  margin: 0; }

.page-header {
  margin-top: 0; }
  .page-header .header.panel {
    padding: 0; }

.clearfix {
  clear: both; }

.form-language {
  order: 3;
  width: auto; }
  .form-language a {
    margin-left: 12px; }
    .form-language a:hover {
      text-decoration: none; }
  .form-language.no-flags {
    padding-left: 10px; }
    .form-language.no-flags a {
      margin-left: 0; }
    .form-language.no-flags .divider {
      margin: 0 6px;
      color: #202020; }

.header-top-block1 {
  padding: 0 20px;
  color: #7C8081; }
  .header-top-block1 i {
    padding: 0 5px 0 15px; }

.slash-icon {
  width: 2px;
  height: 14px;
  display: inline-block;
  background: #D4021C;
  left: 50%;
  transform: translate(-50%, 0) rotate(25deg);
  margin: 4px 10px 0 10px; }

.category-description h2 {
  padding: 0; }

.category-description #newprod, .category-description #newprod ~ .product-addto-links {
  display: none; }

.catalog-category-view.category-contact .category-cms, .catalog-category-view.category-kontakt .category-cms, .catalog-category-view.category-contatti .category-cms {
  background: #F8F8F8;
  padding-top: 48px; }

.catalog-category-view .category-contact-container {
  padding-bottom: 48px; }

.catalog-category-view .section-opener-target {
  display: none;
  padding: 16px 0; }

.catalog-category-view .section-opener-inner {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #202020;
  cursor: pointer;
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  align-items: center; }
  .catalog-category-view .section-opener-inner:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: inherit;
    content: "";
    font-family: "teufelberger-icons";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .catalog-category-view .section-opener-inner:after {
    flex-shrink: 0; }
  .catalog-category-view .section-opener-inner:hover {
    color: #134094; }

.catalog-category-view .section-opener-wrapper.expanded .section-opener-inner:after {
  content: ""; }

.catalog-category-view .section-opener-wrapper.expanded + .section-opener-target {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.catalog-category-view .contacts-group-item-wrapper .clearfix:before, .catalog-category-view .contacts-group-item-wrapper .clearfix:after {
  display: none; }

.catalog-category-view .contacts-group-item-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #FFF; }
  .catalog-category-view .contacts-group-item-inner .contact-group-item-text p {
    margin: 0px; }
  .catalog-category-view .contacts-group-item-inner .contact-group-item-text ul.fa-ul {
    margin: 15px 0; }
    .catalog-category-view .contacts-group-item-inner .contact-group-item-text ul.fa-ul li {
      margin: 4px 0; }
    .catalog-category-view .contacts-group-item-inner .contact-group-item-text ul.fa-ul .fa {
      margin-right: 5px; }

body.full-width main.page-main {
  width: 100%;
  max-width: 100%; }
  body.full-width main.page-main .category-description {
    width: 100%; }
    body.full-width main.page-main .category-description .product-image-list, body.full-width main.page-main .category-description .categoryimagenavigation, body.full-width main.page-main .category-description .teufelberger-product-notice {
      width: 100%; }
  body.full-width main.page-main .cms-contentcreator-block-inner {
    max-width: 100%; }
  body.full-width main.page-main .page-title-wrapper {
    display: none; }
  body.full-width main.page-main .column.full img {
    width: 100%; }

.white-bg .page-wrapper {
  background: white; }

.formbuilder .country label {
  display: none; }

.read-more-button-container {
  text-align: right;
  margin-bottom: 20px; }
  .read-more-button-container .read-more-button {
    text-decoration: underline;
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    color: #202020; }
    .read-more-button-container .read-more-button:hover {
      cursor: pointer;
      color: #134094; }

/*** Mobile ***/
@media only screen and (max-width: 768px) {
  .category-view .category-description iframe {
    width: 100% !important; }
  .category-view .category-description .product-image-list, .category-view .category-description .categoryimagenavigation, .category-view .category-description .teufelberger-product-notice {
    width: 100%; }
  .nav-open .nav-sections {
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.75); }
  .nav-open .page-header .nav-toggle:before {
    content: ""; }
  .nav-sections-items {
    margin: 5px 20px; }
  .nav-sections {
    top: 146px;
    padding-bottom: 146px; }
  .navigation .submenu:not(:first-child) ul > li a, .navigation .submenu:not(:first-child) > li > a {
    padding: 7px 5px; }
  .navigation .form-language a {
    padding: 11px; }
  .navigation .form-language.no-flags {
    line-height: 33px;
    font-size: 16px; }
    .navigation .form-language.no-flags a {
      padding: 0; }
  .navigation .contact-block a {
    line-height: 33px;
    font-size: 16px;
    padding: 0 8px; }
    .navigation .contact-block a.header-top:first-of-type {
      padding-left: 11px; }
    .navigation .contact-block a.header-top:before {
      top: 0; }
    .navigation .contact-block a.header-top:last-of-type:before {
      font-size: 16px; }
    .navigation .contact-block a.header-top:first-of-type:before {
      font-size: 18px; }
  .navigation .teufelberger-navigation > .level0 > .level-top {
    font-size: 16px;
    padding: 5px 0 6px 4px;
    letter-spacing: 1.4px; }
  .page-header .form-language, .page-header .header-top-block1 {
    display: none; } }

@media only screen and (max-width: 320px) {
  .page-header .logo img {
    max-height: 32px; } }

@media only screen and (min-width: 768px) {
  .catalog-category-view.category-contact #maincontent, .catalog-category-view.category-kontakt #maincontent, .catalog-category-view.category-contatti #maincontent {
    width: 100%;
    max-width: 100%; }
  .catalog-category-view.category-contact .category-cms, .catalog-category-view.category-kontakt .category-cms, .catalog-category-view.category-contatti .category-cms {
    padding-top: 80px; }
  .catalog-category-view .category-contact-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 80px; }
  .catalog-category-view .section-opener-target {
    padding: 32px 0; }
    .catalog-category-view .section-opener-target .contacts-group-item-inner {
      flex-direction: row;
      gap: 32px;
      padding: 32px; }
      .catalog-category-view .section-opener-target .contacts-group-item-inner .contact-group-item-text {
        order: 1;
        flex-grow: 1; }
      .catalog-category-view .section-opener-target .contacts-group-item-inner .contact-group-item-image {
        flex-shrink: 0; } }

b,
strong {
  font-weight: 500; }

@media only screen and (min-width: 768px) {
  .abs-teufelberger-h1, .teufelberger-h1, .flex-title {
    font-size: 64px; }
  .abs-teufelberger-h2, .teufelberger-h2, .cms-index-index .page-title, .product-info-main .page-title {
    font-size: 48px;
    line-height: 60px; }
  .abs-teufelberger-h3, .abs-teufelberger-product-notice .notice-title, .teufelberger-product-notice .notice-title, .teufelberger-h3, .contents-grid .contents-items .content-item .content-item-container .post-title, .mageshops-engagejobapi .job-list h2 {
    font-size: 32px;
    letter-spacing: normal; }
  .abs-teufelberger-h5, .teufelberger-h5 {
    line-height: 1.3; }
  .abs-teufelberger-h6, .teufelberger-h6, .catalog-category-view .section-opener-inner, .product.attribute.specification .attribute-label {
    line-height: 1.3; }
  h1 {
    font-size: 64px; }
  h2 {
    font-size: 48px;
    line-height: 60px; }
  h3 {
    font-size: 32px;
    letter-spacing: normal; }
  h5 {
    line-height: 1.3; }
  h6 {
    line-height: 1.3; } }

.breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400; }
  .breadcrumbs .items {
    font-size: 12px;
    line-height: 16px; }

.breadcrumbs-container {
  padding: 16px 0;
  border-bottom: 1px solid #EFEFEF; }

.header, .navigation {
  font-weight: 400; }

.navigation .submenu {
  max-height: 200px;
  overflow-y: auto; }

@media only screen and (max-width: 768px) {
  .navigation .teufelberger-navigation > .ui-menu-item.parent.level0 > a.ui-state-active, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1 > a.ui-state-active, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0 > a.ui-state-active, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1 > a.ui-state-active, .navigation .teufelberger-navigation > .ui-menu-item.parent.level0.active > a, .navigation .teufelberger-navigation > .ui-menu-item.parent.level0.active > a.ui-state-active, .navigation .teufelberger-navigation > .ui-menu-item.parent.level0.has-active > a, .navigation .teufelberger-navigation > .ui-menu-item.parent.level0.has-active > a.ui-state-active, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1.active > a, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1.active > a.ui-state-active, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1.has-active > a, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1.has-active > a.ui-state-active, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0.active > a, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0.active > a.ui-state-active, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0.has-active > a, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0.has-active > a.ui-state-active, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1.active > a, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1.active > a.ui-state-active, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1.has-active > a, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1.has-active > a.ui-state-active, .navigation .teufelberger-navigation > .ui-menu-item.parent.level0 > a.ui-state-active:hover, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1 > a.ui-state-active:hover, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0 > a.ui-state-active:hover, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1 > a.ui-state-active:hover, .navigation .teufelberger-navigation > .ui-menu-item.parent.level0.active > a:hover, .navigation .teufelberger-navigation > .ui-menu-item.parent.level0.has-active > a:hover, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1.active > a:hover, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1.has-active > a:hover, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0.active > a:hover, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0.has-active > a:hover, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1.active > a:hover, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1.has-active > a:hover {
    background: transparent;
    color: #134094;
    font-weight: 600; }
  .navigation .teufelberger-navigation > .ui-menu-item.parent.level0.active > .submenu > .all-category > a, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1.active > .submenu > .all-category > a, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0.active > .submenu > .all-category > a, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1.active > .submenu > .all-category > a, .navigation .teufelberger-navigation .nav-1 > .level0 > .ui-menu-item.parent.active > a, .navigation .teufelberger-navigation > .ui-menu-item.parent.level0.active > .submenu > .all-category > a:hover, .navigation .teufelberger-navigation > .ui-menu-item.parent.level1.active > .submenu > .all-category > a:hover, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level0.active > .submenu > .all-category > a:hover, .navigation .teufelberger-navigation .submenu > .ui-menu-item.parent.level1.active > .submenu > .all-category > a:hover, .navigation .teufelberger-navigation .nav-1 > .level0 > .ui-menu-item.parent.active > a:hover {
    background: #134094;
    color: #FFF;
    font-weight: 600; }
  .navigation .teufelberger-navigation .submenu > .all-category {
    padding: 7px 5px; }
  .navigation .teufelberger-navigation .submenu.level0 > .all-category {
    font-weight: 400; }
  .navigation .teufelberger-navigation .submenu > .ui-menu-item {
    padding: 0; }
    .navigation .teufelberger-navigation .submenu > .ui-menu-item.active > a {
      padding: 7px 5px; } }

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px; }
  .navigation .submenu {
    width: 100%; }
    .navigation .submenu.level0 {
      width: auto;
      max-height: none; }
    .navigation .submenu .all-category {
      display: none; }
    .navigation .submenu.monobunt-menu-click .all-category {
      display: list-item; } }

.page-footer {
  background-color: #134094;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 300; }
  .page-footer .footer-links {
    font-size: 16px;
    font-weight: 300; }
  .page-footer .widget.block-static-block {
    margin: 0; }

.footer.content .links li {
  line-height: 24px;
  margin: 12px 0;
  letter-spacing: 0.01em; }

.footer.content .footer-links-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 24px; }

.footer.content .social-links {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 16px; }
  .footer.content .social-links li {
    margin: 0; }
  .footer.content .social-links .social-icon {
    font-size: 24px;
    line-height: 24px;
    padding: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4); }
  .footer.content .social-links a {
    display: inline-flex;
    align-items: center;
    gap: 12px; }
    .footer.content .social-links a:hover, .footer.content .social-links a:active {
      text-decoration: none; }
      .footer.content .social-links a:hover .social-icon, .footer.content .social-links a:active .social-icon {
        background: rgba(255, 255, 255, 0.5); }
      .footer.content .social-links a:hover span, .footer.content .social-links a:active span {
        text-decoration: underline; }

.footer.content .footer-links-container {
  row-gap: 32px; }

.footer-bottom {
  background-color: #092F75;
  color: #FFF;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300; }
  .footer-bottom .links li {
    margin: 16px 0; }
    .footer-bottom .links li:last-child {
      margin-bottom: 0px; }
  .footer-bottom a {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap; }
    .footer-bottom a:visited {
      color: #FFF;
      text-decoration: none; }
    .footer-bottom a:hover {
      color: #FFF;
      text-decoration: underline; }
    .footer-bottom a:active {
      color: #FFF;
      text-decoration: underline; }
  .footer-bottom span {
    white-space: nowrap; }

@media only screen and (min-width: 768px) {
  .page-footer {
    padding-top: 64px;
    padding-bottom: 64px; }
  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px; }
    .footer-bottom .links li {
      padding: 0 12px;
      margin: 0;
      display: inline; } }

.page-title-wrapper {
  margin-top: 48px;
  margin-bottom: 24px; }
  .page-title-wrapper .page-title {
    margin: 0; }

.pager .toolbar-amount {
  display: none; }

.column.main {
  padding-bottom: 48px; }


select,
.content-filter-container .select-input {
  height: auto;
  border: 1px solid #A6A6A6; }

.two-color-layout #maincontent, .contentmanager-index-contentlist #maincontent, .catalog-category-view.category-contact #maincontent, .catalog-category-view.category-kontakt #maincontent, .catalog-category-view.category-contatti #maincontent {
  padding: 0; }

.two-color-layout .column.main, .contentmanager-index-contentlist .column.main, .catalog-category-view.category-contact .column.main, .catalog-category-view.category-kontakt .column.main, .catalog-category-view.category-contatti .column.main {
  background: #F8F8F8;
  padding-top: 48px;
  padding-bottom: 48px; }

@media only screen and (min-width: 768px) {
  .page-title-wrapper {
    margin-top: 80px;
    margin-bottom: 40px; }
  .column.main {
    padding-bottom: 80px; }
  .two-color-layout .column.main, .contentmanager-index-contentlist .column.main, .catalog-category-view.category-contact .column.main, .catalog-category-view.category-kontakt .column.main, .catalog-category-view.category-contatti .column.main {
    padding-top: 80px;
    padding-bottom: 80px; } }

/*# sourceMappingURL=styles.css.map */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_All/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_All/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_All/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_All/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_All/lib/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_All/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_Formbuilder
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.formbuilder-form .col-xs-1, .formbuilder-form .col-sm-1, .formbuilder-form .col-md-1, .formbuilder-form .col-lg-1,
.formbuilder-form .col-xs-2, .formbuilder-form .col-sm-2, .formbuilder-form .col-md-2,
.formbuilder-form .col-lg-2, .formbuilder-form .col-xs-3, .formbuilder-form .col-sm-3, .formbuilder-form .col-md-3, .formbuilder-form .col-lg-3, .formbuilder-form .col-xs-4, .formbuilder-form .col-sm-4, .formbuilder-form .col-md-4, .formbuilder-form .col-lg-4, .formbuilder-form .col-xs-5, .formbuilder-form .col-sm-5, .formbuilder-form .col-md-5, .formbuilder-form .col-lg-5, .formbuilder-form .col-xs-6, .formbuilder-form .col-sm-6, .formbuilder-form .col-md-6, .formbuilder-form .col-lg-6, .formbuilder-form .col-xs-7, .formbuilder-form .col-sm-7, .formbuilder-form .col-md-7, .formbuilder-form .col-lg-7, .formbuilder-form .col-xs-8, .formbuilder-form .col-sm-8, .formbuilder-form .col-md-8, .formbuilder-form .col-lg-8, .formbuilder-form .col-xs-9, .formbuilder-form .col-sm-9, .formbuilder-form .col-md-9, .formbuilder-form .col-lg-9, .formbuilder-form .col-xs-10, .formbuilder-form .col-sm-10, .formbuilder-form .col-md-10, .formbuilder-form .col-lg-10, .formbuilder-form .col-xs-11, .formbuilder-form .col-sm-11, .formbuilder-form .col-md-11, .formbuilder-form .col-lg-11, .formbuilder-form .col-xs-12, .formbuilder-form .col-sm-12, .formbuilder-form .col-md-12, .formbuilder-form .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;

    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formbuilder-form .col-xs-1, .formbuilder-form .col-xs-2, .formbuilder-form .col-xs-3, .formbuilder-form .col-xs-4, .formbuilder-form .col-xs-5, .formbuilder-form .col-xs-6, .formbuilder-form .col-xs-7, .formbuilder-form .col-xs-8, .formbuilder-form .col-xs-9, .formbuilder-form .col-xs-10, .formbuilder-form .col-xs-11, .formbuilder-form .col-xs-12 {
  float: left;
}
.formbuilder-form .col-xs-12 {
  width: 100%;
}
.formbuilder-form .col-xs-11 {
  width: 91.66666667%;
}
.formbuilder-form .col-xs-10 {
  width: 83.33333333%;
}
.formbuilder-form .col-xs-9 {
  width: 75%;
}
.formbuilder-form .col-xs-8 {
  width: 66.66666667%;
}
.formbuilder-form .col-xs-7 {
  width: 58.33333333%;
}
.formbuilder-form .col-xs-6 {
  width: 50%;
}
.formbuilder-form .col-xs-5 {
  width: 41.66666667%;
}
.formbuilder-form .col-xs-4 {
  width: 33.33333333%;
}
.formbuilder-form .col-xs-3 {
  width: 25%;
}
.formbuilder-form .col-xs-2 {
  width: 16.66666667%;
}
.formbuilder-form .col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .formbuilder-form .col-sm-1, .formbuilder-form .col-sm-2, .formbuilder-form .col-sm-3, .formbuilder-form .col-sm-4, .formbuilder-form .col-sm-5, .formbuilder-form .col-sm-6, .formbuilder-form .col-sm-7, .formbuilder-form .col-sm-8, .formbuilder-form .col-sm-9, .formbuilder-form .col-sm-10, .formbuilder-form .col-sm-11, .formbuilder-form .col-sm-12 {
    float: left;
  }
  .formbuilder-form .col-sm-12 {
    width: 100%;
  }
  .formbuilder-form .col-sm-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-sm-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-sm-9 {
    width: 75%;
  }
  .formbuilder-form .col-sm-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-sm-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-sm-6 {
    width: 50%;
  }
  .formbuilder-form .col-sm-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-sm-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-sm-3 {
    width: 25%;
  }
  .formbuilder-form .col-sm-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .formbuilder-form .col-md-1, .formbuilder-form .col-md-2, .formbuilder-form .col-md-3, .formbuilder-form .col-md-4, .formbuilder-form .col-md-5, .formbuilder-form .col-md-6, .formbuilder-form .col-md-7, .formbuilder-form .col-md-8, .formbuilder-form .col-md-9, .formbuilder-form .col-md-10, .formbuilder-form .col-md-11, .formbuilder-form .col-md-12 {
    float: left;
  }
  .formbuilder-form .col-md-12 {
    width: 100%;
  }
  .formbuilder-form .col-md-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-md-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-md-9 {
    width: 75%;
  }
  .formbuilder-form .col-md-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-md-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-md-6 {
    width: 50%;
  }
  .formbuilder-form .col-md-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-md-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-md-3 {
    width: 25%;
  }
  .formbuilder-form .col-md-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .formbuilder-form .col-lg-1, .formbuilder-form .col-lg-2, .formbuilder-form .col-lg-3, .formbuilder-form .col-lg-4, .formbuilder-form .col-lg-5, .formbuilder-form .col-lg-6, .formbuilder-form .col-lg-7, .formbuilder-form .col-lg-8, .formbuilder-form .col-lg-9, .formbuilder-form .col-lg-10, .formbuilder-form .col-lg-11, .formbuilder-form .col-lg-12 {
    float: left;
  }
  .formbuilder-form .col-lg-12 {
    width: 100%;
  }
  .formbuilder-form .col-lg-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-lg-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-lg-9 {
    width: 75%;
  }
  .formbuilder-form .col-lg-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-lg-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-lg-6 {
    width: 50%;
  }
  .formbuilder-form .col-lg-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-lg-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-lg-3 {
    width: 25%;
  }
  .formbuilder-form .col-lg-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_Formbuilder
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/js/raty/fonts/raty.eot");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/js/raty/fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/js/raty/fonts/raty.svg#raty") format("svg");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/js/raty/fonts/raty.ttf") format("truetype");
  src: url("../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/js/raty/fonts/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -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{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.dm-uploader{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dm-uploader .btn{position:relative;overflow:hidden}.dm-uploader .btn input[type=file]{position:absolute;top:0;right:0;margin:0;border:solid transparent;width:100%;opacity:0;cursor:pointer}/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_Formbuilder
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

 .form-foundation label {
    font-size: 1.4rem !important;
}

.formbuilder-form .clear {
    clear: both;
}

.formbuilder-popup {
    display: none;
}

.field-section-break {
    position: relative;
}

.field-section-break .sm-section-break {
    position: relative;
    text-align: center;
}

.field-section-break .sm-section-break:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #fff), color-stop(100%, #cecece));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: radial-gradient(ellipse at center, #fff 0%, #cecece 100%);
    position: absolute;
    top: 50%;
    z-index: -1;
}

.field-section-break .sm-section-break span {
    background: #FFF;
    padding: 0 20px;
    font-size: 1.5em;
    padding: 0;
    top: -15px;
    margin: 0;
}

.formbuilder-form .ves-rating-play img {
    display: inline;
}

.formbuilder-form .workflow_table th, .formbuilder-form .workflow_table td {
    padding-bottom: 10px;
    padding-right: 15px;
}

.formbuilder-form .calendar {
    z-index: 99999
}

.formbuilder-form .response-field-draggable-helper {
    border: 1px dashed #ddd;
    background: #eee
}

.formbuilder-form .response-field-text input.rf-size-small {
    width: 130px
}

.formbuilder-form .response-field-text input.rf-size-medium {
    width: 300px
}

.formbuilder-form .response-field-text input.rf-size-large {
    width: 100%
}

.formbuilder-form .response-field-paragraph textarea.rf-size-medium {
    width: 400px;
    min-height: 100px
}

.formbuilder-form .response-field-paragraph textarea.rf-size-large {
    width: 100%;
    min-height: 200px
}

.formbuilder-form .response-field-date .month,.response-field-date .day,.response-field-date .year {
    width: 50px
}

.formbuilder-form .response-field-time .hours,.response-field-time .minutes,.response-field-time .seconds {
    width: 50px
}

.formbuilder-form .response-field-checkboxes .fb-option,.response-field-radio .fb-option {
    margin-bottom: 5px;
    display: inline-block
}

.formbuilder-form .response-field-website input {
    width: 200px
}

.formbuilder ul {
    padding: 0;
    margin: 0;
}

.formbuilder li {
    list-style: none;
}

.formbuilder .required em {
    color: #f00;
}

.response-field-time select {
    width: auto
}

.formbuilder input, .formbuilder select, .formbuilder .form-list input, .formbuilder .form-list select {
    width: auto;
    height: auto;
}

.formbuilder .input-line {
    clear: both;
    margin-bottom: 10px;
}

.formbuilder .subtemplate-wrapper > label {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.response-field-address .street input {
    width: 100%
}

.response-field-address .city, .response-field-address .state {
    display: inline-block
}

.response-field-address input {
    width: 100%
}

.formbuilder .country select,.formbuilder .state select {
    width: 100%
}

.response-field-google_map .form-group input {
    width: 100%
}

.response-field-price .form-input input, .response-field-email .input-box input, .response-field-website .input-box input, .response-field-number .input-box input, .response-field-dropdown .input-box select, .response-field-date .input-box input, .response-field-text input, .response-field-paragraph textarea {
    width: 100%;
}

.formbuilder-form .form-list .field {
    margin-bottom: 10px;
    min-height: 60px;
}

.formbuilder label, .formbuilder .input-box label {
    font-weight: normal;
}

.formbuilder span.help-block {
    display: block;
}

@media only screen and (max-width: 599px) {
    .workflow_table colgroup, .workflow_table thead {
        display: none;
    }

    .workflow_table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .workflow_table tr:after {
        content: '';
        display: block;
        clear: both;
    }

    .workflow_table tr:after:before, .workflow_table tr:after:after {
        content: " ";
        display: table;
    }

    .workflow_table tr:after:after {
        clear: both;
    }

    .workflow_table tr:last-child {
        margin-bottom: 0;
    }

    .workflow_table tfoot tr {
        padding-bottom: 0;
    }

    .workflow_table td {
        border: none;
        display: block;
    }

    .workflow_table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }

    .workflow_table td[data-rwd-label] .price {
        font-weight: normal;
    }

    .workflow_table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .workflow_table td.product-cart-price {
        text-align: left;
    }
}

.fancybox-inner {
    overflow-x: hidden !important;
}

.formbuilder-loading.ajax-loading {
    background: rgba(0, 0, 0, 0) url("../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/css/image/ajax-loader.gif") repeat scroll center center;
    height: 30px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 30px;
    z-index: 9999;
}

.subtemplate-wrapper .form-field-icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    line-height: 1.4em;
    font-size: 1.05em;
    color: inherit;
    background-color: transparent;
    padding: 7px 10px 0 0;
}

.subtemplate-wrapper .input-text, .subtemplate-wrapper .input-box {
    position: relative;
}

.response-field-section_break .subtemplate-wrapper {
    height: 100%;
    margin: 0;
}

.response-field-section_break .field-section-break span {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px;
    text-align: center;
}

.ratings-table .rating.small {
    position: relative;
}

.star.on {
    float: left;
    background-image: url("../../frontend/Mageshops/Teufelberger/it_IT/Lof_Formbuilder/css/image/rating/star-on.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.formbuilder-row .title {
    font-size: 18px;
    font-weight: 700;
}

.value-formbuilder-attr.description {
    padding: 10px 0;
}

.formbuilder-container .formbuilder-row {
    margin-bottom: 30px;
    padding: 15px 0;
}

.box-formbuilder .info {
    color: #f1703d;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.box-formbuilder .info {
    color: #f1703d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-formbuilder .info .lable {
    color: #bbb;
    font-size: 12px;
    font-weight: 400;
}

.formbuilder-form.animation {
    position: fixed;
    top: 100px;
    transition: all 0.6s;
    border: solid 1px #CCC;
    -webkit-box-shadow: 1px -1px 3px #888888;
    box-shadow: 1px -1px 3px #888888;
    z-index: 9999;
    background-color: #fff;
    padding: 0px 15px 10px;
}

.formbuilder-form.animation.animation-right {
    -webkit-box-shadow: 1px -1px 3px #888888;
    box-shadow: none;
    border-left: 0;
    box-shadow: -1px 1px 3px #888888;
}

.formbuilder-form.animation.animation-right .panelbutton {
    border-right: 0px;
}

.formbuilder-form .panelbutton {
    border: solid 1px #CCC;
    background: #FFF;
    padding: 2px 12px;
    position: absolute;
    right: -52px;
    top: 100px;
    border-left: none;
    cursor: pointer;
    font-size: 2em;
}

.formbuilder-form.animation.animation-right .panelbutton {
    left: -52px;
    right: auto;
    border-radius: 3px 0 0 3px;
}

.formbuilder-form .panelbutton:before {
}

.formbuilder-form .panelbutton {
    background: #1979c3
}

.formbuilder-form.animation.animation-left.active {
    left: 0px !important;
    transition: all 0.6s;
}

.formbuilder-form.animation.animation-right.active {
    right: 0px !important;
    transition: all 0.6s;
}

.formbuilder-form.animation .form-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.formbuilder-messages ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.formbuilder-messages ul li {
    margin-bottom: 2rem
}

.formbuilder-form .form-content > h2 {
    text-align: center
}

.form-list > .field {
    position: relative;
}

.subtemplate-wrapper .columns > label {
    font-weight: bold;
}

.subtemplate-inner {
    position: relative;
}
.formbuilder-form .formbuilder-button.button{
    border: 0
}
.formbuilder-form .g-recaptcha {
    margin: 10px 0;
}
.form-fieldtype-price .form-currency{
   position: absolute;
   top: 28%;
   z-index: 9;
   left: 2%;
}
.form-fieldtype-price .input-box {
    position: relative;
    float: left;
    width: 100%;
}
.form-fieldtype-price .input-box input{
    padding-left: 30px;
}

.formbuilder-form .form-list .field.hidden {
    display: block !important;
    clear: both;
    height: 1px;
    visibility: hidden;
    line-height: 1px;
    margin-bottom: 0;
    min-height: 0;
}
.formbuilder-form .form-list .row{
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
.formbuilder-form .dm-uploader {
    border: 0.25rem dashed #A5A5C7;
    text-align: center;
}
.formbuilder-form .dm-uploader.active {
    border-color: red;

    border-style: solid;
}
.formbuilder-form .mt-5, .formbuilder-form .my-5 {
    margin-top: 3rem!important;
}
.formbuilder-form .mb-5, .formbuilder-form .my-5 {
    margin-bottom: 3rem!important;
}
.formbuilder-form .text-muted {
    color: #868e96!important;
}
.formbuilder-form .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.formbuilder-form .btn-block {
    display: block;
    width: 100%;
}
.formbuilder-form .btn:not([disabled]):not(.disabled) {
    cursor: pointer;
}
.formbuilder-form .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.formbuilder-form .h-50 {
    height: 50%!important;
}
.formbuilder-form .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.formbuilder-form .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.formbuilder-form .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.formbuilder-form .flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    flex-basis: inherit;
    -webkit-flex-basis: inherit;
    -moz-flex-basis: inherit;
    -ms-flex-preferred-size: inherit;
}
.formbuilder-form .p-2 {
    padding: .5rem!important;
}
.formbuilder-form .p-5 {
    padding: 3rem!important;
}
.formbuilder-form .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.formbuilder-form .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.formbuilder-form .mb-1, .formbuilder-form .my-1 {
    margin-bottom: .25rem!important;
}
.formbuilder-form .mb-2, .formbuilder-form .my-2 {
    margin-bottom: .5rem!important;
}
.formbuilder-form .mt-1, .formbuilder-form .my-1 {
    margin-top: .25rem!important;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 250px;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
  }

  .signature-pad::before,
  .signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    /*box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);*/
  }

  .signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
            transform: skew(-3deg) rotate(-3deg);
  }

  .signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
            transform: skew(3deg) rotate(3deg);
  }

  .signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #f4f4f4;
  }

  .signature-pad--body
  canvas {
    display: inline-block;
    position: absolute;
    opacity: 1;
    vertical-align: baseline;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  }

  .signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
  }

  .signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
  }
  .formbuilder-form .button{
    color: #000
  }
.confirm-signature label {
    color: #000;
    font-weight: 600;
}
.response-field-google_map label.control-label {
    line-height: 30px;
}
.fancybox-lock .pac-container{
    z-index: 100000;
}
.barcode-reader-form{
    max-width: 400px;
}
.message-qrcode{
    margin-left: 15px;
}
.page-main-full-width .formbuilder-form .row {
    margin-right: 0px;
    margin-left: 0px;
}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/css/fonts/glyphicons-halflings-regular.eot');
  src: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/css/fonts/glyphicons-halflings-regular.woff') format('woff'),
  url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
  url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 3px;
  display: inline-block;
    font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 18px;
    line-height: 5px;
    vertical-align: baseline;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/**
 * Magestore
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magestore.com license that is
 * available through the world-wide-web at this URL:
 * http://www.magestore.com/license-agreement.html
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Magestore
 * @package     Magestore_Storelocator
 * @copyright   Copyright (c) 2012 Magestore (http://www.magestore.com/)
 * @license     http://www.magestore.com/license-agreement.html
 */
.mage-boder-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.views-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.views-wrapper .description {
  padding-left: 15px;
}
.views-wrapper *,
.views-wrapper:before,
.views-wrapper:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.views-wrapper .table-wrap {
  padding: 0;
}
.views-wrapper .table-wrap .info-detail {
  border: 1px solid #ececec;
  padding: 0;
  margin-bottom: 15px;
}
.views-wrapper .table-wrap .info-detail h2.title-store {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 8px 15px 8px 40px;
  background: #428BCA url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/Shop_Info.png') no-repeat 15px center;
  background-size: 18px;
  margin: 0 0 15px;
}
.views-wrapper .table-wrap .info-detail h2 p {
  color: #464646;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 23px;
  width: 100%;
  padding-left: 15px;
}
.views-wrapper .table-wrap .info-detail .get_direction {
  margin: 10px 0;
  max-height: 500px;
  border-top: 1px solid #ececec;
  padding-top: 10px;
}
.views-wrapper .table-wrap .open_hour {
  border: 1px solid #cccccc;
}
.views-wrapper .table-wrap .open_hour h2.open_hour_title {
  color: #fff;
  font-size: 14px;
  padding: 8px 0 8px;
  background-color: #428BCA;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: none;
  margin-top: 0;
}
.views-wrapper .table-wrap .open_hour h2.open_hour_title span.glyphicon {
  padding-left: 15px;
  top: 4px;
}
.views-wrapper .table-wrap .open_hour table {
  margin: 0;
}
.views-wrapper .table-wrap .tab-content {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
}
.views-wrapper .table-wrap .tab-content .open_time h3 {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.views-wrapper .table-wrap .tab-content .open_time .content1,
.views-wrapper .table-wrap .tab-content .open_time .content2 {
  width: 50%;
  float: left;
}
.views-wrapper .table-wrap .tab-content li {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.views-wrapper .table-wrap .tab_content[class*=col-] {
  padding: 0px 0px 0px 0px ;
}
.views-wrapper .table-wrap .tab_content .tabs {
  padding: 0;
}
.views-wrapper .table-wrap .tab_content .tabs ul {
  padding: 0;
  margin: 0;
}
.views-wrapper .table-wrap .tab_content .tabs ul li {
  display: block;
  float: left;
  width: 50%;
  padding: 10px 15px;
  text-align: center;
  background: #868686;
  cursor: pointer;
  margin: 0;
  color: #fff;
}
.views-wrapper .table-wrap .tab_content .tabs ul li.active {
  background: #428BCA;
  color: #fff;
}
.views-wrapper .table-wrap .tab_content .tabs ul li.full-width {
  width: 100%;
  background: #428BCA;
}
.views-wrapper .form-information h2 {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  background-color: #428BCA;
  padding: 7px 15px;
}
.views-wrapper .form-information .magestore-map-image {
  float: left;
  padding: 7px 7px 6px;
  border: 1px solid #428BCA;
  background-color: #F5F5F5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.views-wrapper .form-information .magestore-map-image img {
  max-height: 260px;
  min-height: 260px;
  width: 100%;
}
.views-wrapper .form-information .more-views {
  border-top: 5px solid #ccc;
  padding: 10px 0 0;
}
.views-wrapper .form-information .more-views .slider-imgs {
  max-height: 260px;
  min-height: 260px;
  overflow: auto;
}
.views-wrapper .form-information .more-views .slider-imgs ul {
  padding: 0;
  margin-left: 15px;
}
.views-wrapper .form-information .more-views .slider-imgs ul li {
  float: left;
  display: block;
  margin-right: 4px;
  padding: 4px;
  border: 1px solid #0282B7;
  border-radius: 3px;
  cursor: pointer;
}
.views-wrapper .form-information .more-views .slider-imgs ul li img {
  height: 50px;
}
.views-wrapper .form-information .more-views .slider-imgs ul li:hover {
  border: 1px solid darkred;
}
.views-wrapper .form-information .store-locator-img,
.views-wrapper .form-information .small-imgages {
  text-align: center;
  clear: both;
  color: #fff;
  padding: 2px 0;
  margin: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2), to(#21759b));
  background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b);
  background-image: -moz-linear-gradient(top, #2e9fd2, #21759b);
  background-image: -ms-linear-gradient(top, #2e9fd2, #21759b);
  background-image: -o-linear-gradient(top, #2e9fd2, #21759b);
}
.views-wrapper .store-locator-column-right p > span {
  border-bottom: 2px solid #428BCA;
  color: cornflowerblue;
  font-size: 15px;
  font-weight: bold;
}
/**
 * Magestore
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magestore.com license that is
 * available through the world-wide-web at this URL:
 * http://www.magestore.com/license-agreement.html
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Magestore
 * @package     Magestore_Storelocator
 * @copyright   Copyright (c) 2012 Magestore (http://www.magestore.com/)
 * @license     http://www.magestore.com/license-agreement.html
 */
.page-footer {
  clear: both;
}
.magestore-resetcss button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.magestore-resetcss .storelocator-wrapper button,
.magestore-resetcss a.action.primary {
  border-radius: 3px;
}
.magestore-resetcss .action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.magestore-resetcss .action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.magestore-resetcss button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.magestore-resetcss input[type="text"],
.magestore-resetcss input[type="password"],
.magestore-resetcss input[type="url"],
.magestore-resetcss input[type="tel"],
.magestore-resetcss input[type="search"],
.magestore-resetcss input[type="number"],
.magestore-resetcss input[type="datetime"],
.magestore-resetcss input[type="email"] {
  background: #fff;
  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;
}
.magestore-resetcss ._keyfocus :focus,
.magestore-resetcss input:focus:not([disabled]),
.magestore-resetcss textarea:focus:not([disabled]),
.magestore-resetcss select:focus:not([disabled]) {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.magestore-resetcss select {
  background: #fff;
  background-size: 30px 60px;
  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: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: .01em;
  text-overflow: '';
}
.map-box-container button,
.storelocator-wrapper button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.map-box-container .storelocator-wrapper button,
.storelocator-wrapper .storelocator-wrapper button,
.map-box-container a.action.primary,
.storelocator-wrapper a.action.primary {
  border-radius: 3px;
}
.map-box-container .action.primary:hover,
.storelocator-wrapper .action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.map-box-container .action.primary,
.storelocator-wrapper .action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.map-box-container button:hover,
.storelocator-wrapper button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.map-box-container input[type="text"],
.storelocator-wrapper input[type="text"],
.map-box-container input[type="password"],
.storelocator-wrapper input[type="password"],
.map-box-container input[type="url"],
.storelocator-wrapper input[type="url"],
.map-box-container input[type="tel"],
.storelocator-wrapper input[type="tel"],
.map-box-container input[type="search"],
.storelocator-wrapper input[type="search"],
.map-box-container input[type="number"],
.storelocator-wrapper input[type="number"],
.map-box-container input[type="datetime"],
.storelocator-wrapper input[type="datetime"],
.map-box-container input[type="email"],
.storelocator-wrapper input[type="email"] {
  background: #fff;
  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;
}
.map-box-container ._keyfocus :focus,
.storelocator-wrapper ._keyfocus :focus,
.map-box-container input:focus:not([disabled]),
.storelocator-wrapper input:focus:not([disabled]),
.map-box-container textarea:focus:not([disabled]),
.storelocator-wrapper textarea:focus:not([disabled]),
.map-box-container select:focus:not([disabled]),
.storelocator-wrapper select:focus:not([disabled]) {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.map-box-container select,
.storelocator-wrapper select {
  background: #fff;
  background-size: 30px 60px;
  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: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: .01em;
  text-overflow: '';
}
.map-box-container,
.form-information {
  padding-right: 0 ;
  margin-bottom: 15px;
}
.map-box-container {
  height: 606px;
}
.map-box-container .googlemap {
  height: 100%;
}
.map-box-container h4 {
  margin: 5px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
h2.title-page {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 15px 8px 40px;
  background: #428BCA url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/shop.png') no-repeat 15px center;
  background-size: 18px;
  margin-bottom: 20px;
}
.custom-popup {
  left: 0 !important;
  margin-top: 5px;
}
.custom-popup .display {
  display: none;
}
.custom-popup .display.active {
  display: block;
}
.custom-popup.open {
  border: 1px solid #ececec;
}
.custom-popup ul.vertical {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.custom-popup ul.vertical li {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background-color: #ccc;
  width: 40px;
  float: none;
  height: 20px;
  border-bottom: none;
  cursor: pointer;
}
.custom-popup ul.vertical li span {
  text-indent: -10000px;
  padding: 0px 20px 5px 13px;
  display: block;
}
.custom-popup ul.vertical li span:hover {
  border-bottom: 2px solid #428bca;
}
.custom-popup ul.vertical li.car {
  background: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png') no-repeat center -40px;
}
.custom-popup ul.vertical li.car:hover,
.custom-popup ul.vertical li.car.active {
  background: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png') no-repeat center -60px;
}
.custom-popup ul.vertical li.bus {
  background: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png') no-repeat center -80px;
}
.custom-popup ul.vertical li.bus:hover,
.custom-popup ul.vertical li.bus.active {
  background: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png') no-repeat center -100px;
}
.custom-popup ul.vertical li.walk {
  background: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png') no-repeat center -120px;
}
.custom-popup ul.vertical li.walk:hover,
.custom-popup ul.vertical li.walk.active {
  background: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png') no-repeat center -140px;
}
.custom-popup ul.vertical li.bicycle {
  background: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png') no-repeat center -160px;
}
.custom-popup ul.vertical li.bicycle:hover,
.custom-popup ul.vertical li.bicycle.active {
  background: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/sprite-icon.png') no-repeat center -180px;
}
.custom-popup .directions-tool {
  margin-bottom: 10px;
  overflow: auto;
}
.custom-popup .directions-tool .widget-directions-searchbox-handle {
  visibility: visible ;
  position: absolute;
  height: 60px;
  width: 15px;
  padding: 8px 0 0 0;
  z-index: 4;
  transition: background-color 200ms cubic-bezier(0.52, 0, 0.48, 1);
}
.custom-popup .directions-tool .widget-directions-searchbox-handle .widget-directions-icon {
  background: transparent url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/omnibox-sprite.png') no-repeat -2px -31px;
  background-size: 20px 100px;
  width: 16px;
  height: 17px;
  text-indent: -10000px;
}
.custom-popup .directions-tool .widget-directions-searchbox-handle .widget-directions-icon.waypoint-handle {
  background-position: 0 2px;
  width: 16px;
  height: 13px;
}
.custom-popup .directions-tool .widget-directions-searchbox-handle .widget-directions-icon.waypoint-bullet {
  background-position: 0 -12px;
  width: 11px;
  height: 20px;
  margin-top: 3px;
}
.custom-popup .directions-tool .form-inputs {
  padding-left: 22px;
}
.custom-popup .directions-tool .form-inputs input {
  height: 34px;
  width: 95%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: 0;
}
.custom-popup .directions-tool .form-inputs input.start {
  border-top: 1px solid #ccc;
}
.custom-popup .directions-tool .form-inputs input.end {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.custom-popup .directions-tool .widget-directions-right-overlay {
  position: absolute;
  z-index: 3;
  top: 4px;
  bottom: 0;
  right: 0;
  width: 30px;
  border: 0;
  opacity: 1;
  transition: opacity 200ms cubic-bezier(0.52, 0, 0.48, 1);
}
.custom-popup .directions-tool .widget-directions-right-overlay button {
  text-indent: -10000px;
  background: transparent url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/omnibox-sprite.png') no-repeat center -64px;
  width: 20px;
  border: none;
  box-shadow: none;
  margin-top: 20px;
  outline: 0;
  opacity: 0.5;
  padding: 0;
}
.custom-popup .directions-tool .widget-directions-right-overlay button:hover {
  opacity: 1;
}
.custom-popup .directions-tool .directions-panel {
  max-height: 300px;
}
.table-wrap .table > tbody > tr > td,
.table-wrap .table > tbody > tr > th,
.table-wrap .table > tfoot > tr > td,
.table-wrap .table > tfoot > tr > th,
.table-wrap .table > thead > tr > td,
.table-wrap .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd !important;
  text-align: center;
}
.col-full {
  float: left;
  width: 100%;
}
.disable-ul {
  padding: 0;
  margin: 0;
}
.location-box-view .widget-mylocation {
  width: 29px;
  height: 29px;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  float: left;
  left: 10px;
}
.location-box-view .widget-mylocation .widget-mylocation-button {
  border-radius: 2px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  display: block;
  width: 29px;
  height: 29px;
  overflow: hidden;
  cursor: pointer;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font: inherit;
  vertical-align: baseline;
  background: none repeat scroll 0% 0% transparent;
  list-style: outside none none;
  background-color: #FFF;
}
.location-box-view .widget-mylocation .widget-mylocation-button:hover .widget-mylocation-cookieless {
  background-position: -36px 0px;
}
.location-box-view .widget-mylocation .widget-mylocation-button .widget-mylocation-cookieless {
  background: url('../../frontend/Mageshops/Teufelberger/it_IT/Magestore_Storelocator/images/geolocation_resize.png') no-repeat 0 0;
  background-attachment: scroll;
  display: block;
  height: 18px;
  left: 6px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 6px;
  width: 18px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .views-wrapper .table-wrap > .tab_content[class*=col-] {
    padding: 0px 15px 0px 15px ;
  }
}
@media screen and (max-width: 768px) {
  .open_hour .table-responsive {
    border: none;
  }
  .map-box-container,
  .form-information {
    padding: 0;
  }
}
.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}.wp-block-themepunch-revslider{position:relative}rs-modal{position:fixed!important;z-index:9999999!important;pointer-events:none!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden!important;max-width:100%!important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rs-forceuntouchable,.rs-forceuntouchable *{pointer-events:none!important}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff}.rtl{direction:rtl}@font-face{font-family:revicons;src:url('../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),url('../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff2?5510888') format('woff2'),url('../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),url('../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),url('../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}#builderView i[class*=" fa-"],#builderView i[class^=fa-],#objectlibrary i[class*=" fa-"],#objectlibrary i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#waitaminute i[class*=" fa-"],#waitaminute i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],rs-module i[class*=" fa-"],rs-module i[class^=fa-]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}#builderView .sr-only,#objectlibrary .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,#waitaminute .sr-only,.rb-modal-wrapper .sr-only,rs-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0!important;z-index:1000;left:0!important}.rs-stickyscrollon rs-module-wrap{position:sticky!important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible!important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-carousel-wrap rs-column rs-layer img{width:0;height:0}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden!important}.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides{overflow:visible!important}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slide,rs-slide:before,rs-slides{position:absolute;text-indent:0;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer>.rs-toggled-content{display:block}.rs-tc-active.rs-layer>.rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-module .rs-layer,rs-module rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}rs-layer-wrap,rs-mask,rs-module .rs-layer,rs-module img,rs-module-wrap{user-select:none}.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap :last-child,rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer :not(.rs-wtbindex),rs-layer:not(.rs-wtbindex){outline:0!important}rs-carousel-wrap{cursor:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{user-select:text}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video{max-width:none!important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}rs-cbg-mask-wrap,rs-column,rs-row-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap{display:block}rs-column-wrap>rs-loop-wrap{z-index:1}rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{transform-style:flat}@media not all and (min-resolution:.001dpcm){@media{rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}.rev_row_zone_middle{top:50%;transform:perspective(1px) translateY(-50%)}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none!important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}rs-column .rev_layer_in_column,rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}.rs-layer.rs-nointeraction,rs-layer.rs-nointeraction{pointer-events:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;overflow:hidden}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.rs-fsv{top:0;left:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video,.rs-layer.rs-fsv video{width:100%;height:100%}.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px!important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.rs-ISM .tp-video-play-button{opacity:1;transition:none!important;z-index:6}.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center!important;vertical-align:top;line-height:50px!important;font-size:30px!important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.rs-fsv .rs-fsv audio{object-fit:contain!important}.rs-fsv .rs-fsv video{object-fit:contain!important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover!important}.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo audio::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls-start-playback-button{display:none!important}.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px 22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child,.quick_style_example_wrap .rev-burger:hover :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2),.quick_style_example_wrap .rev-burger:hover :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child,.quick_style_example_wrap .rev-burger:hover :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}.rs-progress-bar,rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(../../frontend/Mageshops/Teufelberger/it_IT/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=date],rs-layer input[type=datetime-local],rs-layer input[type=datetime],rs-layer input[type=email],rs-layer input[type=month],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=range],rs-layer input[type=search],rs-layer input[type=tel],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url],rs-layer input[type=week]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit!important}a.rs-layer{transition:none}rs-arrow,rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-tabs,rs-tabs-wrap,rs-thumb,rs-thumbs,rs-thumbs-wrap{display:block}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.rs-touchhover,.tp-bullet.selected{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows.rs-touchhover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class*=" pe-7s-"],.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class^=pe-7s-]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0!important}.rs_fake_cube{transform-style:preserve-3d}.rs_fake_cube,.rs_fake_cube_wall{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;top:0;z-index:0}.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before,rs-pzimg-wrap.aden:after{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow::after{background-color:transparent}}}rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap:after,rs-pzimg-wrap:before{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.avada-has-rev-slider-styles .rev_slider_wrapper{transform:none}.active-rs-slide rs-sbg-wrap.kenburn_fix{opacity:1!important;visibility:visible!important}rs-module{direction:ltr}