/**
 * 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;
}
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 {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ffd0a1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #ffefde;
  color: #000000;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #ffd0a1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1,
.amtheme-tabs-widget .amtheme-heading {
  font-weight: 700;
  line-height: 2.3rem;
  font-size: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 700;
  line-height: 2rem;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.amtheme-tabs-widget .amtheme-heading small,
.amtheme-tabs-widget .amtheme-heading .small {
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink,
.amasty-jet-theme.amblog-index-index .amblog-ref,
.amasty-jet-theme.amblog-index-tag .amblog-ref,
.amasty-jet-theme.amblog-index-category .amblog-ref,
.amasty-jet-theme.amblog-index-post .amblog-ref,
.amasty-jet-theme.amblog-index-author .amblog-ref {
  color: #333333;
  text-decoration: none;
}
a:visited,
.alink:visited,
.amasty-jet-theme.amblog-index-index .amblog-ref:visited,
.amasty-jet-theme.amblog-index-tag .amblog-ref:visited,
.amasty-jet-theme.amblog-index-category .amblog-ref:visited,
.amasty-jet-theme.amblog-index-post .amblog-ref:visited,
.amasty-jet-theme.amblog-index-author .amblog-ref:visited {
  color: #333333;
  text-decoration: none;
}
a:hover,
.alink:hover,
.amasty-jet-theme.amblog-index-index .amblog-ref:hover,
.amasty-jet-theme.amblog-index-tag .amblog-ref:hover,
.amasty-jet-theme.amblog-index-category .amblog-ref:hover,
.amasty-jet-theme.amblog-index-post .amblog-ref:hover,
.amasty-jet-theme.amblog-index-author .amblog-ref:hover {
  color: #545454;
  text-decoration: none;
}
a:active,
.alink:active,
.amasty-jet-theme.amblog-index-index .amblog-ref:active,
.amasty-jet-theme.amblog-index-tag .amblog-ref:active,
.amasty-jet-theme.amblog-index-category .amblog-ref:active,
.amasty-jet-theme.amblog-index-post .amblog-ref:active,
.amasty-jet-theme.amblog-index-author .amblog-ref:active {
  color: #242424;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
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: #ffefde;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #ffefde;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #ffefde;
  border: 1px solid #ffd0a1;
  color: #111111;
  line-height: 1.25;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.4rem;
  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 #ffd0a1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.25;
  font-size: 1.2rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
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 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 15px;
}
button {
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
button:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-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*="date"],
input[type="email"] {
  background: #fffefd;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 4rem;
  line-height: 1.25;
  padding: 10px;
  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*="date"]: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*="date"]::-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*="date"]::-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*="date"]:-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 {
  background: #fffefd;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 4rem;
  line-height: 1.25;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fffefd;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.25;
  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[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.4rem;
}
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 {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #333333;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.block-wishlist-management .wishlist-select-items,
.search-autocomplete > ul,
.order-details-items .items-qty,
.search-terms,
.opc-wrapper .opc,
.checkout-agreements-items,
.amasty-jet-theme .switcher .dropdown:not(.options),
.header-links,
.header.links,
.footer.links,
.amtheme-socials-list,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.block-wishlist-management .wishlist-select-items > li,
.search-autocomplete > ul > li,
.order-details-items .items-qty > li,
.search-terms > li,
.opc-wrapper .opc > li,
.checkout-agreements-items > li,
.amasty-jet-theme .switcher .dropdown:not(.options) > li,
.header-links > li,
.header.links > li,
.footer.links > li,
.amtheme-socials-list > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive {
  width: 100%;
}
.abs-reset-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong {
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  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:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  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:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.amtheme-compare-item .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.amtheme-compare-item .action.delete > 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,
.amtheme-compare-item .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.amtheme-compare-item .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.amtheme-compare-item .action.delete:active:before {
  color: #303030;
}
.abs-product-link {
  font-weight: 400;
}
.abs-product-link > a {
  color: #333333;
}
.abs-product-link > a:visited {
  text-decoration: none;
}
.abs-product-link > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.abs-product-link > a:active {
  text-decoration: none;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .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 {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .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 {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.special-price .price-label,
.old-price .price-label,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.amtheme-comparsion-table .cell.label.product span,
.amtheme-comparison-headings .product span,
.block-search > .block-title,
.block-search .label,
.filter-options .filter-count-label,
.block.filter .amtheme-icon.-close,
.rating-summary .label,
.opc-wrapper .form-discount .field .label,
.minicart-wrapper .empty,
.minicart-wrapper .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,
.action.skip:not(:focus),
.amasty-jet-theme .switcher .label,
.limiter .limiter-text,
.modes .modes-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.block.filter.active .amtheme-icon.-close,
.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-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):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,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .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 {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.amasty-jet-theme .switcher a,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.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: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  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: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  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: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  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 {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.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 #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product {
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > 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,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #3d3731;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #a8a69f;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  line-height: 2rem;
  padding: 18px 35px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove {
  line-height: 1.25;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited {
  color: #333333;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover {
  color: #545454;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active {
  color: #242424;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .form.giftregistry .fieldset .action.primary {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 15px 35px;
}
.abs-box-tocart {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  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:after,
.cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title {
  border-bottom: 1px solid #ffd0a1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon: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: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.cart-summary > .cart-totals .table-caption {
  display: none;
}
.abs-status,
.return-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue {
  border-radius: 4px;
  font-weight: 700;
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  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 {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  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 {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.abs-field-date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 35px);
}
.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: 30px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 0 solid transparent;
  height: 0;
  width: 0;
  margin-top: -14px;
  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: #dfdedd;
}
.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: #fffbf8;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-summary > .cart-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-summary > .cart-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-summary > .cart-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-summary > .cart-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-summary > .cart-totals .grand .mark,
.cart-summary > .cart-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-summary > .cart-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-summary > .cart-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-summary > .cart-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-summary > .cart-totals .totals-tax-summary .mark,
.cart-summary > .cart-totals .totals-tax-summary .amount {
  border-top: 1px solid #ffd0a1;
  border-bottom: 1px solid #ffd0a1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-summary > .cart-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-summary > .cart-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-summary > .cart-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: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-summary > .cart-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-summary > .cart-totals .totals-tax-summary.expanded .mark,
.cart-summary > .cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-summary > .cart-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-summary > .cart-totals .totals-tax-details {
  border-bottom: 1px solid #ffd0a1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-summary > .cart-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title {
  border-top: 1px solid #ffd0a1;
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content {
  display: none;
}
.abs-discount-block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content {
  display: block;
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../frontend/Amasty/Bacterfield/de_AT/fonts/roboto/regular/Roboto-400.woff2') format('woff2'), url('../../frontend/Amasty/Bacterfield/de_AT/fonts/roboto/regular/Roboto-400.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../../frontend/Amasty/Bacterfield/de_AT/fonts/roboto/regular/Roboto-400-italic.woff2') format('woff2'), url('../../frontend/Amasty/Bacterfield/de_AT/fonts/roboto/regular/Roboto-400-italic.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../frontend/Amasty/Bacterfield/de_AT/fonts/roboto/bold/Roboto-700.woff2') format('woff2'), url('../../frontend/Amasty/Bacterfield/de_AT/fonts/roboto/bold/Roboto-700.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../../frontend/Amasty/Bacterfield/de_AT/fonts/roboto/bold/Roboto-700-italic.woff2') format('woff2'), url('../../frontend/Amasty/Bacterfield/de_AT/fonts/roboto/bold/Roboto-700-italic.woff') format('woff');
}
body {
  letter-spacing: 0.03em;
}
h1,
.amtheme-tabs-widget .amtheme-heading {
  letter-spacing: 0.025em;
}
h3 {
  letter-spacing: 0.03em;
}
a {
  font-weight: 700;
  transition: color 0.4s ease-in-out;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  position: relative;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-main,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main-description,
.-sticky-message .content,
.amsticky-cart-block .amtheme-form-cart {
  padding-inline-end: 35px;
  padding-inline-start: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-right: 35px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-left: 35px;
  }
}
.table-wrapper {
  margin-bottom: 30px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
table > thead > tr > th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px 15px 10px;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  vertical-align: top;
}
table > tbody:last-of-type > tr:last-of-type td {
  padding-bottom: 20px;
}
@media all and (max-width: 480px) {
  .amtheme-messages.-sticky-message .content {
    padding: 10px;
  }
}
@media all and (min-width: 480px) {
  .amtheme-messages.-sticky-message .content {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.amtheme-messages:not(.-visible) {
  display: none;
}
.amtheme-messages .content {
  align-items: flex-start;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  justify-content: space-between;
}
.amtheme-messages .message-text {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.amtheme-messages .message-close,
.amtheme-messages .amtheme-icon {
  background: transparent;
  height: 16px;
  width: 16px;
  padding: 0;
}
.amtheme-messages .message > *:first-child:before {
  min-width: 20px;
}
.amtheme-messages.-sticky-message {
  transition: top 0.1s ease;
  z-index: 59;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.amtheme-messages.-sticky-message .message {
  border-radius: 0;
  margin: 0;
  padding: 5px;
}
.amtheme-messages.-sticky-message .message-text {
  padding: 0 15px;
}
.amtheme-messages.-sticky-message .message > *:first-child:before {
  line-height: 2.5rem;
  margin-right: 5px;
  position: static;
}
.message.info {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #ffe380;
  color: #333333;
  padding-left: 32px;
  position: relative;
}
.message.info a {
  color: #333333;
}
.message.info a:hover {
  color: #545454;
}
.message.info a:active {
  color: #545454;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #c07600;
  content: '📍';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.error {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #fce0e0;
  color: #333333;
  padding-left: 32px;
  position: relative;
}
.message.error a {
  color: #333333;
}
.message.error a:hover {
  color: #545454;
}
.message.error a:active {
  color: #545454;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #b30000;
  content: '❌';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.warning {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #ffd43e;
  color: #333333;
  padding-left: 32px;
  position: relative;
}
.message.warning a {
  color: #333333;
}
.message.warning a:hover {
  color: #545454;
}
.message.warning a:active {
  color: #545454;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #c07600;
  content: '🚩';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.notice {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #ffe380;
  color: #333333;
  padding-left: 32px;
  position: relative;
}
.message.notice a {
  color: #333333;
}
.message.notice a:hover {
  color: #545454;
}
.message.notice a:active {
  color: #545454;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #c07600;
  content: '🚧';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.success {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #fff1e1;
  color: #333333;
  padding-left: 32px;
  position: relative;
}
.message.success a {
  color: #333333;
}
.message.success a:hover {
  color: #545454;
}
.message.success a:active {
  color: #545454;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #006400;
  content: '👍';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.amtheme-icon-box {
  position: relative;
  display: block;
  padding: 10px 5px;
  min-width: 30px;
  min-height: 20px;
}
.amtheme-icon-box .amtheme-item {
  display: block;
  margin-bottom: 5px;
  width: 30px;
  height: 3px;
  background: #ffffff;
  transition: 0.2s ease-in-out;
}
.amtheme-icon-box .amtheme-item:last-child {
  margin: 0;
}
.nav-before-open.nav-open .amtheme-icon-box .amtheme-item {
  position: absolute;
  top: 50%;
  height: 2px;
}
.nav-before-open.nav-open .amtheme-icon-box .amtheme-item.-top {
  transform: translateY(-50%) rotate(45deg);
}
.nav-before-open.nav-open .amtheme-icon-box .amtheme-item.-mid {
  opacity: 0;
}
.nav-before-open.nav-open .amtheme-icon-box .amtheme-item.-bottom {
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .nav-before-open .amtheme-menustatic-wrapper {
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 1023px) and screen and (-ms-high-contrast: active), only screen and (max-width: 1023px) and (-ms-high-contrast: none) {
  .nav-before-open .amtheme-menustatic-wrapper {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1023px) and screen and (-ms-high-contrast: active), only screen and (max-width: 1023px) and (-ms-high-contrast: none) {
  .nav-before-open .amtheme-menustatic-wrapper {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-sections-item-content > *,
  .nav-sections-item-content .header.links {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  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;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.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/Amasty/Bacterfield/de_AT/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  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;
}
[data-role='main-css-loader'] {
  display: none;
}
._am-form-divider > .fieldset:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 30px;
}
.checkout-index-index .checkout-agreements .checkout-agreement.choice {
  flex-flow: row wrap !important;
}
/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px rgba(232, 240, 254, 0.32) inset;
  -webkit-text-fill-color: #000000;
  transition: background-color 5000s ease-in-out 0s;
}
input[type='checkbox'],
input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
  position: absolute;
}
input[type='checkbox'] + label,
input[type='radio'] + label,
label > input[type='checkbox'] + span:first-of-type,
label > input[type='radio'] + span:first-of-type {
  word-break: break-word;
  word-wrap: break-word;
  padding-bottom: 0;
  padding-inline-end: 0;
  padding-inline-start: 25px;
  padding-top: 0;
  cursor: pointer;
  display: block;
  line-height: 1.2;
  min-height: 15px;
  position: relative;
}
.ie11 input[type='checkbox'] + label,
.ie11 input[type='radio'] + label,
.ie11 label > input[type='checkbox'] + span:first-of-type,
.ie11 label > input[type='radio'] + span:first-of-type {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type='checkbox'] + label,
  input[type='radio'] + label,
  label > input[type='checkbox'] + span:first-of-type,
  label > input[type='radio'] + span:first-of-type {
    padding-left: 25px;
    padding-right: 0;
  }
}
input[type='checkbox'] + label:before,
input[type='radio'] + label:before,
input[type='checkbox'] + label:after,
input[type='radio'] + label:after,
label > input[type='checkbox'] + span:first-of-type:before,
label > input[type='radio'] + span:first-of-type:before,
label > input[type='checkbox'] + span:first-of-type:after,
label > input[type='radio'] + span:first-of-type:after {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  margin: 2px 0;
  position: absolute;
  top: 0;
  width: 15px;
}
input[type='checkbox'] + label:before,
input[type='radio'] + label:before,
label > input[type='checkbox'] + span:first-of-type:before,
label > input[type='radio'] + span:first-of-type:before {
  background: #fff6ee;
  border: 1px solid #dfdedd;
}
input[type='checkbox'] + label:after,
input[type='radio'] + label:after,
label > input[type='checkbox'] + span:first-of-type:after,
label > input[type='radio'] + span:first-of-type:after {
  content: none;
}
input[type='checkbox'] + label:hover:before,
input[type='radio'] + label:hover:before,
input[type='checkbox']:checked + label:before,
input[type='radio']:checked + label:before,
label > input[type='checkbox'] + span:first-of-type:hover:before,
label > input[type='radio'] + span:first-of-type:hover:before,
label > input[type='checkbox']:checked + span:first-of-type:before,
label > input[type='radio']:checked + span:first-of-type:before {
  border-color: #ffffff;
}
input[type='checkbox']:checked + label:after,
input[type='radio']:checked + label:after,
label > input[type='checkbox']:checked + span:first-of-type:after,
label > input[type='radio']:checked + span:first-of-type:after {
  content: '';
}
._keyfocus input[type='checkbox']:focus + label:before,
._keyfocus input[type='radio']:focus + label:before,
._keyfocus label > input[type='checkbox']:focus + span:first-of-type:before,
._keyfocus label > input[type='radio']:focus + span:first-of-type:before,
input[type='checkbox']:focus + label:before,
input[type='radio']:focus + label:before,
label > input[type='checkbox']:focus + span:first-of-type:before,
label > input[type='radio']:focus + span:first-of-type:before {
  border-color: #070605;
}
input[type='checkbox']:not(:checked).mage-error + label:before,
input[type='radio']:not(:checked).mage-error + label:before,
label > input[type='checkbox']:not(:checked).mage-error + span:first-of-type:before,
label > input[type='radio']:not(:checked).mage-error + span:first-of-type:before {
  border-color: #fce0e0;
}
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after,
label > input[type='checkbox'] + span:first-of-type:before,
label > input[type='checkbox'] + span:first-of-type:after {
  border-radius: 2px;
}
input[type='checkbox'] + label:after,
label > input[type='checkbox'] + span:first-of-type:after {
  background: #ffffff url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/complete.svg") center / 10px no-repeat;
}
input[type='radio'] + label:before,
input[type='radio'] + label:after,
label > input[type='radio'] + span:first-of-type:before,
label > input[type='radio'] + span:first-of-type:after {
  border-radius: 50%;
}
input[type='radio'] + label:after,
label > input[type='radio'] + span:first-of-type:after {
  height: 7px;
  left: 4px;
  top: 4px;
  width: 7px;
}
input[type='radio']:checked + label:before,
label > input[type='radio']:checked + span:first-of-type:before {
  background: #ffffff;
}
input[type='radio']:checked + label:after,
label > input[type='radio']:checked + span:first-of-type:after {
  background: linear-gradient(180deg, #ffffff 0%, #e9eedd 100%, #dce8bf 100%);
}
input[type='text'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type='datetime'],
input[type='email'],
textarea,
select {
  background: #fffefd;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  color: #333333;
  display: block;
  font-style: normal;
  height: 4rem;
  padding: 10px;
}
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,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #a8a69f;
  font-size: 1.4rem;
  line-height: 1.25;
}
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,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #a8a69f;
  font-size: 1.4rem;
  line-height: 1.25;
}
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,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #a8a69f;
  font-size: 1.4rem;
  line-height: 1.25;
}
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,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #a8a69f;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']::-ms-clear,
input[type='password']::-ms-clear,
input[type='url']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='search']::-ms-clear,
input[type='number']::-ms-clear,
input[type='datetime']::-ms-clear,
input[type='email']::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
}
input[type='text']:not([disabled]):focus,
input[type='password']:not([disabled]):focus,
input[type='url']:not([disabled]):focus,
input[type='tel']:not([disabled]):focus,
input[type='search']:not([disabled]):focus,
input[type='number']:not([disabled]):focus,
input[type='datetime']:not([disabled]):focus,
input[type='email']:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus,
input[type='text']:not([disabled]):active,
input[type='password']:not([disabled]):active,
input[type='url']:not([disabled]):active,
input[type='tel']:not([disabled]):active,
input[type='search']:not([disabled]):active,
input[type='number']:not([disabled]):active,
input[type='datetime']:not([disabled]):active,
input[type='email']:not([disabled]):active,
textarea:not([disabled]):active,
select:not([disabled]):active {
  border-color: #070605;
  box-shadow: none;
}
input[type='text']:not([disabled]):focus::-webkit-input-placeholder,
input[type='password']:not([disabled]):focus::-webkit-input-placeholder,
input[type='url']:not([disabled]):focus::-webkit-input-placeholder,
input[type='tel']:not([disabled]):focus::-webkit-input-placeholder,
input[type='search']:not([disabled]):focus::-webkit-input-placeholder,
input[type='number']:not([disabled]):focus::-webkit-input-placeholder,
input[type='datetime']:not([disabled]):focus::-webkit-input-placeholder,
input[type='email']:not([disabled]):focus::-webkit-input-placeholder,
textarea:not([disabled]):focus::-webkit-input-placeholder,
select:not([disabled]):focus::-webkit-input-placeholder,
input[type='text']:not([disabled]):active::-webkit-input-placeholder,
input[type='password']:not([disabled]):active::-webkit-input-placeholder,
input[type='url']:not([disabled]):active::-webkit-input-placeholder,
input[type='tel']:not([disabled]):active::-webkit-input-placeholder,
input[type='search']:not([disabled]):active::-webkit-input-placeholder,
input[type='number']:not([disabled]):active::-webkit-input-placeholder,
input[type='datetime']:not([disabled]):active::-webkit-input-placeholder,
input[type='email']:not([disabled]):active::-webkit-input-placeholder,
textarea:not([disabled]):active::-webkit-input-placeholder,
select:not([disabled]):active::-webkit-input-placeholder {
  color: #dfdedd;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']:not([disabled]):focus:-moz-placeholder,
input[type='password']:not([disabled]):focus:-moz-placeholder,
input[type='url']:not([disabled]):focus:-moz-placeholder,
input[type='tel']:not([disabled]):focus:-moz-placeholder,
input[type='search']:not([disabled]):focus:-moz-placeholder,
input[type='number']:not([disabled]):focus:-moz-placeholder,
input[type='datetime']:not([disabled]):focus:-moz-placeholder,
input[type='email']:not([disabled]):focus:-moz-placeholder,
textarea:not([disabled]):focus:-moz-placeholder,
select:not([disabled]):focus:-moz-placeholder,
input[type='text']:not([disabled]):active:-moz-placeholder,
input[type='password']:not([disabled]):active:-moz-placeholder,
input[type='url']:not([disabled]):active:-moz-placeholder,
input[type='tel']:not([disabled]):active:-moz-placeholder,
input[type='search']:not([disabled]):active:-moz-placeholder,
input[type='number']:not([disabled]):active:-moz-placeholder,
input[type='datetime']:not([disabled]):active:-moz-placeholder,
input[type='email']:not([disabled]):active:-moz-placeholder,
textarea:not([disabled]):active:-moz-placeholder,
select:not([disabled]):active:-moz-placeholder {
  color: #dfdedd;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']:not([disabled]):focus::-moz-placeholder,
input[type='password']:not([disabled]):focus::-moz-placeholder,
input[type='url']:not([disabled]):focus::-moz-placeholder,
input[type='tel']:not([disabled]):focus::-moz-placeholder,
input[type='search']:not([disabled]):focus::-moz-placeholder,
input[type='number']:not([disabled]):focus::-moz-placeholder,
input[type='datetime']:not([disabled]):focus::-moz-placeholder,
input[type='email']:not([disabled]):focus::-moz-placeholder,
textarea:not([disabled]):focus::-moz-placeholder,
select:not([disabled]):focus::-moz-placeholder,
input[type='text']:not([disabled]):active::-moz-placeholder,
input[type='password']:not([disabled]):active::-moz-placeholder,
input[type='url']:not([disabled]):active::-moz-placeholder,
input[type='tel']:not([disabled]):active::-moz-placeholder,
input[type='search']:not([disabled]):active::-moz-placeholder,
input[type='number']:not([disabled]):active::-moz-placeholder,
input[type='datetime']:not([disabled]):active::-moz-placeholder,
input[type='email']:not([disabled]):active::-moz-placeholder,
textarea:not([disabled]):active::-moz-placeholder,
select:not([disabled]):active::-moz-placeholder {
  color: #dfdedd;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']:not([disabled]):focus:-ms-input-placeholder,
input[type='password']:not([disabled]):focus:-ms-input-placeholder,
input[type='url']:not([disabled]):focus:-ms-input-placeholder,
input[type='tel']:not([disabled]):focus:-ms-input-placeholder,
input[type='search']:not([disabled]):focus:-ms-input-placeholder,
input[type='number']:not([disabled]):focus:-ms-input-placeholder,
input[type='datetime']:not([disabled]):focus:-ms-input-placeholder,
input[type='email']:not([disabled]):focus:-ms-input-placeholder,
textarea:not([disabled]):focus:-ms-input-placeholder,
select:not([disabled]):focus:-ms-input-placeholder,
input[type='text']:not([disabled]):active:-ms-input-placeholder,
input[type='password']:not([disabled]):active:-ms-input-placeholder,
input[type='url']:not([disabled]):active:-ms-input-placeholder,
input[type='tel']:not([disabled]):active:-ms-input-placeholder,
input[type='search']:not([disabled]):active:-ms-input-placeholder,
input[type='number']:not([disabled]):active:-ms-input-placeholder,
input[type='datetime']:not([disabled]):active:-ms-input-placeholder,
input[type='email']:not([disabled]):active:-ms-input-placeholder,
textarea:not([disabled]):active:-ms-input-placeholder,
select:not([disabled]):active:-ms-input-placeholder {
  color: #dfdedd;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text'].mage-error,
input[type='password'].mage-error,
input[type='url'].mage-error,
input[type='tel'].mage-error,
input[type='search'].mage-error,
input[type='number'].mage-error,
input[type='datetime'].mage-error,
input[type='email'].mage-error,
textarea.mage-error,
select.mage-error {
  border-color: #fce0e0;
}
textarea {
  height: auto;
  min-height: 4rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom.svg") center / 20px no-repeat;
  background-color: #fffefd;
  background-position: calc(100% - 15px) 50%;
  color: #333333;
  cursor: pointer;
  padding: 10px 4rem 10px 10px;
}
select::-ms-expand {
  display: none;
}
form fieldset,
.amtheme-gift-options .fieldset,
.amtheme-gift-message .fieldset {
  border: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
form legend {
  display: none;
}
form .field {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
form .field.choice .field-tooltip {
  top: 0;
  transform: translateY(0);
}
form .control {
  width: 100%;
}
form .control > .nested:not(.options-list) {
  margin-top: 20px;
}
form .nested .field:last-of-type {
  margin-bottom: 0;
}
form label.label,
.fieldset-product-options-inner > .legend {
  color: #333333;
  display: inline-block;
  margin-bottom: 10px;
}
form div.mage-error[generated] {
  color: red;
  letter-spacing: 0.03em;
  margin: 5px 0 0;
  order: 3;
}
form .note {
  color: #333333;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin: 10px 0 0;
}
form .note.mage-error > .character-counter {
  color: #fce0e0;
}
form .label > .label-addon {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a8a69f;
  vertical-align: text-top;
}
.field-error {
  color: #fce0e0;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin: 5px 0 0;
}
.fieldset-product-options-inner {
  max-width: 100%;
}
.fieldset-product-options-inner .control {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.fieldset-product-options-inner .datetime-picker {
  margin-bottom: 5px;
}
.fieldset-product-options-inner .datetime-picker:nth-of-type(3n) {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldset-product-options-inner .datetime-picker:nth-of-type(3n) {
    margin-right: 5px;
  }
}
.fieldset-product-options-inner .datetime-picker + .mage-error {
  display: none !important;
}
.fieldset-product-options-inner input[name^='validate_datetime_'] + .mage-error {
  width: 100%;
}
.field.required:not(.choice) > label:after,
.field._required:not(.choice) > label:after,
.fieldset > p.required,
.fieldset-product-options-inner.required > .legend:after {
  color: red;
  text-align: right;
}
.field.file .control {
  position: relative;
}
.field.required:not(.choice) > label:after,
.field._required:not(.choice) > label:after,
.fieldset-product-options-inner.required > .legend:after {
  content: '*';
  font-size: 2.5rem;
  vertical-align: top;
}
.field.choice {
  display: flex;
  flex-flow: nowrap;
}
.field.choice.required:after,
.field.choice._required:after {
  margin-inline-start: 2px;
  color: red;
  content: '*';
  font-size: 2.5rem;
  vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .field.choice.required:after,
  .field.choice._required:after {
    margin-left: 2px;
  }
}
.amtheme-select,
.amtheme-select[multiple],
.amtheme-file,
.limiter .amtheme-select,
.limiter .amtheme-select[multiple] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
  min-height: 0;
}
.field.file .amtheme-file {
  left: 0;
  position: absolute;
  top: 0;
}
.field.file .control {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.field.file .action.outline,
.field.file .modal-popup .modal-footer .action:not(.primary):not(.secondary),
.field.file .order-details-items > .actions-toolbar:first-child .action {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 1.6rem;
  height: 40px;
  letter-spacing: 0.03em;
  padding: 10px 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .field.file .action.outline,
  .field.file .modal-popup .modal-footer .action:not(.primary):not(.secondary),
  .field.file .order-details-items > .actions-toolbar:first-child .action {
    margin-left: 0;
    margin-right: 15px;
  }
}
.field.file .action > .amtheme-icon {
  fill: #a9978c;
  height: 20px;
  width: 20px;
}
.amtheme-file-output {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  color: #333333;
  display: inline-flex;
  font-weight: 700;
  margin: 8px 0 0;
}
.ie11 .amtheme-file-output {
  word-break: break-all;
}
.amtheme-file-output > .-has-content + .amtheme-clear-input {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 10px;
  margin-top: 0;
  display: inline-flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-file-output > .-has-content + .amtheme-clear-input {
    margin-left: 10px;
    margin-right: 0;
  }
}
.amtheme-file-output > .amtheme-nofile {
  font-weight: 400;
}
.amtheme-clear-input {
  display: none;
}
.amtheme-clear-input > .amtheme-icon {
  height: 14px;
  width: 14px;
}
.field.date > .control {
  position: relative;
}
._has-datepicker ~ .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: 400;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/calendar.svg") no-repeat center / 50%;
  height: 4rem;
  opacity: .7;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 4rem;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/calendar.svg") no-repeat center / 50%;
  opacity: 1;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/calendar.svg") no-repeat center / 50%;
  box-shadow: none;
  outline: 0;
}
._has-datepicker:focus ~ .ui-datepicker-trigger {
  opacity: 1;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  display: none;
}
.field.choice.-as-link input:focus + label {
  color: #545454;
}
.field.choice.-as-link label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
  padding: 0;
  transition: color 0.4s ease-in-out;
}
.field.choice.-as-link label:hover,
.field.choice.-as-link label:active {
  color: #545454;
}
.field.choice.-as-link label:before,
.field.choice.-as-link label:after {
  display: none;
}
form .fields.-am-block,
.form.form-newsletter-manage .field.choice,
.amtheme-gift-options .fieldset > .fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
  padding: 20px 35px;
}
form .fields.-am-block .field,
.form.form-newsletter-manage .field.choice .field,
.amtheme-gift-options .fieldset > .fields .field {
  width: 100%;
}
form .fields.-am-block .field:not(:last-of-type),
.form.form-newsletter-manage .field.choice .field:not(:last-of-type),
.amtheme-gift-options .fieldset > .fields .field:not(:last-of-type) {
  margin-bottom: 20px;
}
form .fields.-am-block .label,
.form.form-newsletter-manage .field.choice .label,
.amtheme-gift-options .fieldset > .fields .label {
  margin: 0;
}
form .fields.-am-block .label:before,
.form.form-newsletter-manage .field.choice .label:before,
.amtheme-gift-options .fieldset > .fields .label:before {
  background: #fffefd;
}
form .fields.range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .fields.range > .field {
  margin: 0;
  max-width: calc(50% - 20px / 2 - 5px);
  width: 100%;
}
form .fields.range > .field:first-of-type > .control {
  position: relative;
}
form .fields.range > .field:first-of-type > .control:after {
  background: #dfdedd;
  content: '';
  display: block;
  height: 2px;
  left: calc(100% + 5px);
  position: absolute;
  top: calc(4rem / 2 - 2px / 2);
  width: 20px;
}
.fieldset-product-options-inner > .legend {
  display: block;
  padding: 0;
}
.ie11 .fieldset-product-options-inner > .legend {
  max-width: 100%;
}
.fieldset-product-options-inner .price-notice {
  padding-inline-start: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldset-product-options-inner .price-notice {
    padding-left: 5px;
  }
}
.fieldset-product-options-inner.required > .legend {
  position: relative;
}
.label .price-notice,
.legend .price-notice {
  align-items: center;
  display: inline-flex;
  line-height: 2.5rem;
}
.label .price-including-tax + .price-excluding-tax .price,
.legend .price-including-tax + .price-excluding-tax .price {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .label .price-including-tax + .price-excluding-tax .price,
  .legend .price-including-tax + .price-excluding-tax .price {
    margin-right: 0;
  }
}
@font-face {
  font-display: swap;
  font-family: 'icons-blank-theme';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Amasty/Bacterfield/de_AT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Amasty/Bacterfield/de_AT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
}
button:not(.primary) {
  border-radius: 4px;
}
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: #c9b59f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 12px 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #bea68b;
  border: 0;
  color: #ffffff;
}
.action.primary:hover {
  background: #e1d6c9;
  border: 0;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.action.secondary {
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 4px;
}
a.action.secondary:focus,
a.action.secondary:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
a.action.secondary:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
a.action.secondary.disabled,
a.action.secondary[disabled],
fieldset[disabled] a.action.secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.outline,
.modal-popup .modal-footer .action:not(.primary):not(.secondary),
.order-details-items > .actions-toolbar:first-child .action,
.shared.wishlist .col .tocart {
  background-image: none;
  background: #fffefd;
  border: 1px solid #a9978c;
  color: #a9978c;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 18px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.outline:focus,
.action.outline:active,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):focus,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):active,
.order-details-items > .actions-toolbar:first-child .action:focus,
.order-details-items > .actions-toolbar:first-child .action:active {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  color: #a9978c;
}
.action.outline:hover,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):hover,
.order-details-items > .actions-toolbar:first-child .action:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  color: #a9978c;
}
.action.outline.disabled,
.action.outline[disabled],
fieldset[disabled] .action.outline,
.modal-popup .modal-footer .action:not(.primary):not(.secondary).disabled,
.modal-popup .modal-footer .action:not(.primary):not(.secondary)[disabled],
fieldset[disabled] .modal-popup .modal-footer .action:not(.primary):not(.secondary),
.order-details-items > .actions-toolbar:first-child .action.disabled,
.order-details-items > .actions-toolbar:first-child .action[disabled],
fieldset[disabled] .order-details-items > .actions-toolbar:first-child .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button.size-l,
.action.size-l {
  line-height: 2rem;
  padding: 18px 35px;
  font-size: 1.8rem;
}
button.size-s,
.action.size-s {
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
}
button.size-xl,
.action.size-xl {
  line-height: 2.5rem;
  padding: 20px 40px;
  font-size: 2rem;
}
button.size-responsive,
.action.size-responsive {
  width: 100%;
}
button,
.action.primary,
.action.outline,
.modal-popup .modal-footer .action:not(.primary):not(.secondary),
.order-details-items > .actions-toolbar:first-child .action,
.shared.wishlist .col .tocart {
  font-style: normal;
  letter-spacing: 0.07000000000000001em;
  transition: all 0.4s ease-in-out;
}
button.-icon-action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  transition: none;
}
button.-icon-action:focus,
button.-icon-action:active {
  background: none;
  border: none;
}
button.-icon-action:hover {
  background: none;
  border: none;
}
button.-icon-action.disabled,
button.-icon-action[disabled],
fieldset[disabled] button.-icon-action {
  pointer-events: none;
  opacity: 0.5;
}
.button-as-link,
.button-as-link.action,
.form-wishlist-items .actions-toolbar .action.share,
.checkout-shipping-address .new-address-popup .action-show-popup,
.checkout-shipping-address .new-address-popup .action-show-popup.action,
.amasty-jet-theme .amrec-subscriptions-grid .amrec-button,
.amtheme-gift-options .actions-toolbar .action-cancel,
.amtheme-gift-options .actions-toolbar .action-cancel.action {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.button-as-link:visited,
.button-as-link.action:visited,
.form-wishlist-items .actions-toolbar .action.share:visited,
.checkout-shipping-address .new-address-popup .action-show-popup:visited,
.checkout-shipping-address .new-address-popup .action-show-popup.action:visited,
.amtheme-gift-options .actions-toolbar .action-cancel:visited,
.amtheme-gift-options .actions-toolbar .action-cancel.action:visited {
  color: #333333;
  text-decoration: none;
}
.button-as-link:hover,
.button-as-link.action:hover,
.form-wishlist-items .actions-toolbar .action.share:hover,
.checkout-shipping-address .new-address-popup .action-show-popup:hover,
.checkout-shipping-address .new-address-popup .action-show-popup.action:hover,
.amtheme-gift-options .actions-toolbar .action-cancel:hover,
.amtheme-gift-options .actions-toolbar .action-cancel.action:hover {
  color: #545454;
  text-decoration: none;
}
.button-as-link:active,
.button-as-link.action:active,
.form-wishlist-items .actions-toolbar .action.share:active,
.checkout-shipping-address .new-address-popup .action-show-popup:active,
.checkout-shipping-address .new-address-popup .action-show-popup.action:active,
.amtheme-gift-options .actions-toolbar .action-cancel:active,
.amtheme-gift-options .actions-toolbar .action-cancel.action:active {
  color: #242424;
  text-decoration: none;
}
.button-as-link:hover,
.button-as-link.action:hover,
.button-as-link:active,
.button-as-link.action:active,
.button-as-link:focus,
.button-as-link.action:focus,
.form-wishlist-items .actions-toolbar .action.share:hover,
.form-wishlist-items .actions-toolbar .action.share:active,
.form-wishlist-items .actions-toolbar .action.share:focus,
.checkout-shipping-address .new-address-popup .action-show-popup:hover,
.checkout-shipping-address .new-address-popup .action-show-popup.action:hover,
.checkout-shipping-address .new-address-popup .action-show-popup:active,
.checkout-shipping-address .new-address-popup .action-show-popup.action:active,
.checkout-shipping-address .new-address-popup .action-show-popup:focus,
.checkout-shipping-address .new-address-popup .action-show-popup.action:focus,
.amtheme-gift-options .actions-toolbar .action-cancel:hover,
.amtheme-gift-options .actions-toolbar .action-cancel.action:hover,
.amtheme-gift-options .actions-toolbar .action-cancel:active,
.amtheme-gift-options .actions-toolbar .action-cancel.action:active,
.amtheme-gift-options .actions-toolbar .action-cancel:focus,
.amtheme-gift-options .actions-toolbar .action-cancel.action:focus {
  background: none;
  border: 0;
}
.button-as-link.disabled,
.button-as-link.action.disabled,
.button-as-link[disabled],
.button-as-link.action[disabled],
fieldset[disabled] .button-as-link,
fieldset[disabled] .button-as-link.action,
.form-wishlist-items .actions-toolbar .action.share.disabled,
.form-wishlist-items .actions-toolbar .action.share[disabled],
fieldset[disabled] .form-wishlist-items .actions-toolbar .action.share,
.checkout-shipping-address .new-address-popup .action-show-popup.disabled,
.checkout-shipping-address .new-address-popup .action-show-popup.action.disabled,
.checkout-shipping-address .new-address-popup .action-show-popup[disabled],
.checkout-shipping-address .new-address-popup .action-show-popup.action[disabled],
fieldset[disabled] .checkout-shipping-address .new-address-popup .action-show-popup,
fieldset[disabled] .checkout-shipping-address .new-address-popup .action-show-popup.action,
.amtheme-gift-options .actions-toolbar .action-cancel.disabled,
.amtheme-gift-options .actions-toolbar .action-cancel.action.disabled,
.amtheme-gift-options .actions-toolbar .action-cancel[disabled],
.amtheme-gift-options .actions-toolbar .action-cancel.action[disabled],
fieldset[disabled] .amtheme-gift-options .actions-toolbar .action-cancel,
fieldset[disabled] .amtheme-gift-options .actions-toolbar .action-cancel.action {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action.back {
  padding-left: 30px;
  color: #333333;
  display: block;
  position: relative;
  white-space: nowrap;
}
.action.back:hover {
  color: #333333;
}
.action.back .amtheme-icon {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #333333;
  left: 5px;
  position: absolute;
  transition: left 0.4s ease-in-out;
}
.action.back:hover .amtheme-icon {
  left: 0;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 20px;
}
.product.data.items > .item.title > .switch {
  background: transparent;
  border-bottom: 1px solid #dfdedd;
  border-left: none;
  border-right: none;
  border-top: none;
  height: auto;
  padding: 15px 0 15px 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: transparent;
  color: #333333;
  text-decoration: none;
  padding-bottom: 15px;
}
.product.data.items > .item.content {
  background: transparent;
  border: none;
  margin: 0;
  padding: 20px 0 10px 0;
}
.product.data.items > .item.title {
  letter-spacing: 0.03em;
}
.pages {
  align-items: center;
  display: flex;
}
.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: 400;
}
.pages .item {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: normal;
  margin: 0 4px 0 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 {
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
.pages a.page:hover {
  color: #545454;
  text-decoration: none;
}
.pages a.page:active {
  color: #242424;
}
.pages strong.page {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 400;
}
.pages .action {
  color: #3d3731;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #3d3731;
}
.pages .action:hover {
  color: #a8a69f;
  text-decoration: none;
}
.pages .action:active {
  color: #3d3731;
}
.pages .items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.pages .item {
  min-width: 26px;
}
.pages .jump {
  margin-inline-end: 8px;
  margin-inline-start: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .jump {
    margin-right: 8px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .jump {
    margin-left: 4px;
  }
}
.pages .jump:first-child {
  margin-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .jump:first-child {
    margin-left: 0;
  }
}
.pages .jump:last-child {
  margin-inline-end: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .jump:last-child {
    margin-right: 4px;
  }
}
.pages .pages-item-previous,
.pages .pages-item-next {
  vertical-align: middle;
}
.pages .pages-item-previous {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .pages-item-previous {
    margin-right: 0;
  }
}
.pages .page {
  font-weight: 400;
  text-align: center;
  transition: color 0.4s ease-in-out;
  width: 100%;
}
.pages .current {
  align-items: center;
  background: #fff6ee;
  border-radius: 50%;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  min-width: 26px;
}
.pages .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action,
.pages .link {
  color: #3d3731;
  font-weight: 400;
  transition: color 0.4s ease-in-out;
  white-space: nowrap;
}
.pages .action:hover,
.pages .link:hover {
  color: #a8a69f;
  fill: #a8a69f;
}
.pages .action:hover .amtheme-icon,
.pages .link:hover .amtheme-icon {
  fill: #a8a69f;
}
.pages .action.previous,
.pages .link.previous,
.pages .action.next,
.pages .link.next {
  display: inline-block;
}
.pages .action.previous span,
.pages .link.previous span,
.pages .action.next span,
.pages .link.next span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 80px;
  vertical-align: middle;
}
.pages .action.previous,
.pages .link.previous {
  margin-inline-end: 14px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .action.previous,
  .pages .link.previous {
    margin-right: 14px;
  }
}
.pages .action.next,
.pages .link.next {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .action.next,
  .pages .link.next {
    margin-left: 10px;
  }
}
.pages .action > .label,
.pages .link > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .amtheme-icon {
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
.actions-toolbar {
  align-items: center;
  display: flex;
  margin-top: 30px;
}
.actions-toolbar .action.primary,
.actions-toolbar .primary > .action {
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 4px;
}
.actions-toolbar .action.primary:focus,
.actions-toolbar .primary > .action:focus,
.actions-toolbar .action.primary:active,
.actions-toolbar .primary > .action:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
.actions-toolbar .action.primary:hover,
.actions-toolbar .primary > .action:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.actions-toolbar .action.primary.disabled,
.actions-toolbar .primary > .action.disabled,
.actions-toolbar .action.primary[disabled],
.actions-toolbar .primary > .action[disabled],
fieldset[disabled] .actions-toolbar .action.primary,
fieldset[disabled] .actions-toolbar .primary > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.actions-toolbar .action.secondary,
.actions-toolbar .secondary > .action {
  float: none;
  line-height: 20px;
  order: 0;
}
.actions-toolbar > .secondary {
  margin-inline-start: 25px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .actions-toolbar > .secondary {
    margin-left: 25px;
  }
}
.actions-toolbar > .secondary .action.back,
.actions-toolbar .action.back {
  padding-left: 30px;
  color: #333333;
  display: block;
  position: relative;
  white-space: nowrap;
  display: none;
}
.actions-toolbar > .secondary .action.back:hover,
.actions-toolbar .action.back:hover {
  color: #333333;
}
.actions-toolbar > .secondary .action.back .amtheme-icon,
.actions-toolbar .action.back .amtheme-icon {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #333333;
  left: 5px;
  position: absolute;
  transition: left 0.4s ease-in-out;
}
.actions-toolbar > .secondary .action.back:hover .amtheme-icon,
.actions-toolbar .action.back:hover .amtheme-icon {
  left: 0;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #333333;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #a8a69f;
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #a8a69f;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  display: inline-block;
  font-weight: 700;
}
.breadcrumbs a {
  transition: color 0.4s ease-in-out;
}
.breadcrumbs a,
.breadcrumbs strong {
  vertical-align: middle;
}
.breadcrumbs .item {
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs .item:not(:last-child):after {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/breadcrumbs-arrow.svg") no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding: 0 10px;
  vertical-align: middle;
  width: 6px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.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 {
  pointer-events: none;
  opacity: 0.5;
}
.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 #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
._am-price-container,
.price-container,
.price-to,
.normal-price .price-container {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.price,
.price-wrapper {
  display: inline-block;
}
.price-box .price {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2.5rem;
  vertical-align: top;
}
.price-box .price-label {
  margin-inline-end: 5px;
  color: #333333;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .price-box .price-label {
    margin-right: 5px;
  }
}
.price-box > .minimal-price-link {
  font-weight: 400;
  margin: 5px 0 0;
  width: 100%;
}
.price-box > .minimal-price-link .price-wrapper {
  color: #f23b3b;
}
.price-box.-am-no-price-label .price-label {
  display: none !important;
}
.price-box.-am-no-price-label .price-label + .price-wrapper > .price {
  color: #333333;
}
.price-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.prices-range {
  display: flex;
  flex-wrap: wrap;
}
.price-box .prices-range .price-container {
  align-items: center;
}
.products-list .tax-included {
  align-items: flex-end;
}
.tax-included {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tax-included.price-to {
  margin-top: 10px;
}
.tax-included.price-to .price-label:before {
  display: none;
}
.tax-included.price-to [data-price-type='maxPrice'] .price {
  color: #333333;
  font-size: 2.6rem;
  font-weight: 700;
}
.tax-included .old-price .price {
  color: #a8a69f;
}
.special-price.sly-old-price,
.old-price.sly-old-price {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .special-price.sly-old-price,
  .old-price.sly-old-price {
    margin-left: 10px;
  }
}
.tax-included .old-price {
  width: 100%;
}
.special-price .price,
.price-box.-am-special-price .normal-price .price-label + .price-wrapper > .price {
  color: #f23b3b;
}
.special-price .price-wrapper:not(.price-including-tax) .price {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .special-price .price-wrapper:not(.price-including-tax) .price {
    margin-right: 5px;
  }
}
.products-list .special-price .price-wrapper:not(.price-including-tax) .price {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products-list .special-price .price-wrapper:not(.price-including-tax) .price {
    margin-right: 0;
  }
}
.price-including-tax {
  margin-right: 10px;
}
.old-price .price,
.map-old-price {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.3rem;
  position: relative;
}
.old-price .price:before,
.old-price-wrap > .old-price:last-of-type:after,
.map-old-price .price-wrapper:before {
  background: #3d3731;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.price-from,
.price-to,
.minimal-price {
  margin: 0;
}
.old-price-wrap {
  display: flex;
  margin-top: 4px;
  width: 100%;
}
.old-price-wrap > .old-price:last-of-type {
  align-items: center;
  display: flex;
  position: relative;
}
.old-price-wrap > .old-price:last-of-type:before {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}
.price-from .price-container {
  align-items: center;
  display: flex;
}
.price-to {
  line-height: 2.5rem;
}
.price-to .price-label:before {
  content: '/';
  margin: 0 5px;
}
.normal-price .price-label {
  margin-inline-end: 5px;
  line-height: 2.5rem;
  vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .normal-price .price-label {
    margin-right: 5px;
  }
}
.normal-price .price {
  color: #f23b3b;
  font-size: 16px;
  font-weight: 400;
}
.minimal-price {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.5rem;
}
.minimal-price .price-label {
  display: inline-block;
  line-height: 2.5rem;
}
.minimal-price > .price-container {
  display: inline-flex;
}
.amtheme-price-component.-small,
.price-to .price,
.price-including-tax + .price-excluding-tax,
.weee[data-label],
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.amtheme-products-secondary .price {
  font-size: 1.8rem;
}
.amtheme-products-secondary .old-price .price {
  color: #4a4948;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.amtheme-products-secondary .special-price {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-products-secondary .special-price {
    margin-right: 5px;
  }
}
.catalog-products .price-including-tax + .price-excluding-tax,
.product-info-main .price-including-tax + .price-excluding-tax,
.catalog-products .weee[data-label],
.product-info-main .weee[data-label] {
  margin-top: 4px;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before,
.sidebar .block-viewed-products-grid .price-excluding-tax:before {
  content: attr(data-label) ':';
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 0;
  white-space: nowrap;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.4rem;
}
.weee[data-label] {
  margin-top: 5px;
}
.price-container .weee {
  margin-top: 5px;
  width: 100%;
}
.price-container .weee,
.price-container .weee * {
  font-size: 1.4rem;
}
.price-container .weee:before {
  content: attr(data-label) ':';
  white-space: normal;
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ':';
}
.special-price .price-container .weee {
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 2px;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .special-price .price-container .weee {
    margin-left: 0;
    margin-right: 5px;
  }
}
.amtheme-select-block .price-container .weee + .price-final {
  margin: 0;
}
.amtheme-select-block .price-container .weee + .price-final > .price,
.amtheme-tags-block .price-container .weee + .price-final > .price {
  font-size: inherit;
  font-weight: inherit;
}
.amtheme-select-block .price-container .weee:before {
  white-space: nowrap;
}
.catalog-product-view .amtheme-product-info .normal-price .price-label,
.catalog-product-view .amtheme-productcaret-block .normal-price .price-label {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .catalog-product-view .amtheme-product-info .normal-price .price-label,
  .catalog-product-view .amtheme-productcaret-block .normal-price .price-label {
    margin-right: 10px;
  }
}
.catalog-product-view .amtheme-product-info .normal-price .price-wrapper:not(.price-excluding-tax) .price,
.catalog-product-view .amtheme-productcaret-block .normal-price .price-wrapper:not(.price-excluding-tax) .price {
  font-size: 2.6rem;
  font-weight: 700;
}
.sidebar .price-box .price-wrapper:not(.price-excluding-tax) .price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-wrapper:not(.price-excluding-tax) .price {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.map-info-price .actual-price .price {
  color: #f23b3b;
}
.map-info-price .old-price {
  color: #4a4948;
}
.bundle-options-container .price-box .price-excluding-tax .price,
.bundle-options-container .price-box .price-to .price,
.bundle-options-container .price-box .old-price {
  font-size: 1.6rem;
  font-weight: 400;
}
.bundle-options-container .price-box .price-to .price-wrapper:not(.price-excluding-tax) .price {
  color: #333333;
}
.bundle-options-container .price-box .old-price {
  width: 100%;
}
.sidebar .block-viewed-products-grid .price-excluding-tax:before {
  margin-left: 0;
}
.sidebar .amtheme-sidebar-wishlist .price-excluding-tax:before {
  margin-left: 0;
}
.price-notice {
  display: inline-flex;
}
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;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 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 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 60rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 430px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .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: 20px;
  padding-right: 20px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 8px;
  padding-top: 20px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.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-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #3d3731;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.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-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  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;
  content: '\e616';
  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: #a8a69f;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  border-color: #3d3731;
  color: #3d3731;
  fill: #3d3731;
}
.modal-custom .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
  overflow: auto;
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
  background: #fffefd;
  border-radius: 6px;
  max-height: 90vh;
}
.modal-custom .modal-inner-wrap::-webkit-scrollbar,
.modal-popup .modal-inner-wrap::-webkit-scrollbar,
.modal-slide .modal-inner-wrap::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.modal-custom .modal-inner-wrap::-webkit-scrollbar-track,
.modal-popup .modal-inner-wrap::-webkit-scrollbar-track,
.modal-slide .modal-inner-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.modal-custom .modal-inner-wrap::-webkit-scrollbar-thumb,
.modal-popup .modal-inner-wrap::-webkit-scrollbar-thumb,
.modal-slide .modal-inner-wrap::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.modal-custom .modal-inner-wrap > *,
.modal-popup .modal-inner-wrap > *,
.modal-slide .modal-inner-wrap > * {
  max-width: none;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.ie11 .modal-popup .modal-title {
  word-break: break-all;
}
.modal-popup .modal-subtitle {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-popup .modal-header {
  padding: 20px;
}
.modal-popup .modal-content {
  padding-bottom: 35px;
}
.modal-popup .modal-content + .modal-footer {
  padding-top: 0;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 20px;
  }
}
.modal-popup.agreements-modal.modal-slide {
  left: 0;
  z-index: 999;
}
.modal-popup .modal-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
}
.modal-popup .modal-footer .action.primary {
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 4px;
}
.modal-popup .modal-footer .action.primary:focus,
.modal-popup .modal-footer .action.primary:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
.modal-popup .modal-footer .action.primary:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.modal-popup .modal-footer .action.primary.disabled,
.modal-popup .modal-footer .action.primary[disabled],
fieldset[disabled] .modal-popup .modal-footer .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup .modal-footer .action:not(.primary):not(.secondary) {
  line-height: 1.6rem;
  margin: 15px 0 0;
}
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action.secondary {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin: 15px 0 0;
  padding: 15px 35px;
}
.modal-popup .modal-footer .action-secondary:focus,
.modal-popup .modal-footer .action.secondary:focus,
.modal-popup .modal-footer .action-secondary:active,
.modal-popup .modal-footer .action.secondary:active {
  background: none;
  border: none;
}
.modal-popup .modal-footer .action-secondary:hover,
.modal-popup .modal-footer .action.secondary:hover {
  background: none;
  border: none;
}
.modal-popup .modal-footer .action-secondary.disabled,
.modal-popup .modal-footer .action.secondary.disabled,
.modal-popup .modal-footer .action-secondary[disabled],
.modal-popup .modal-footer .action.secondary[disabled],
fieldset[disabled] .modal-popup .modal-footer .action-secondary,
fieldset[disabled] .modal-popup .modal-footer .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.modal-popup .modal-footer .action-secondary:hover,
.modal-popup .modal-footer .action.secondary:hover {
  color: #333333;
}
.modal-slide .page-main-actions {
  /* stylelint-disable */
  margin-bottom: calc(2.1rem - (30px/2));
  /* stylelint-enable */
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(252, 252, 252, 0.8);
  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;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 60rem;
  width: 90%;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2rem;
  padding: 18px 35px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 20px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dfdedd;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 20px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Amasty/Bacterfield/de_AT/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Amasty/Bacterfield/de_AT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Amasty/Bacterfield/de_AT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Amasty/Bacterfield/de_AT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Amasty/Bacterfield/de_AT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2rem;
  font-size: 1.8rem;
  line-height: 1.25;
  margin: 0 10px 10px 0;
  padding: 18px 35px;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #333333;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #545454;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #242424;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #c9b59f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 12px 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 18px 35px;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #bea68b;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #e1d6c9;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 15px 35px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 18px 35px;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #333333;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 20px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: transparent;
  border-bottom: 1px solid #dfdedd;
  border-left: none;
  border-right: none;
  border-top: none;
  height: auto;
  padding: 15px 0 15px 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: transparent;
  color: #333333;
  text-decoration: none;
  padding-bottom: 15px;
}
.pagebuilder-accordion > .item.content {
  background: transparent;
  border: none;
  margin: 0;
  padding: 20px 0 10px 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  min-height: 1px;
  height: 100%;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #333333;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #333333;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #4ebdc5;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #37a1a9;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #2b7c82;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.amblog-index-post .amblog-wrapper {
  margin-top: 20px;
}
.amblog-index-post .amblog-wrapper .amblog-image {
  margin-top: 10px;
}
.amblog-disabled {
  color: #ff0000;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-scheduled,
.amblog-hidden {
  color: #808080;
}
.amblog-published {
  color: #008000;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-height: 400px;
  max-width: 400px;
}
.amblog-preloader {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.amblog-loader,
.amblog-slick-slider:not(.-am-loaded):after {
  background: url('../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  background-size: cover;
  height: 12px;
  margin: auto;
  width: 16px;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.notice:not(.message) {
  font-size: 2rem;
  font-weight: 700;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-overlay {
  background: rgba(60, 60, 60, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #4ebdc5;
  font-size: 1.4rem;
  font-weight: 600;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #4ebdc5;
}
.amblog-author-container,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 1.4rem;
  line-height: 25px;
}
.ie11 .amblog-author-container,
.ie11 .amblog-element-block .amblog-author,
.ie11 .amblog-comment-content .amblog-author,
.ie11 .amblog-post-container .amblog-item.-author,
.ie11 .amblog-post-container .amblog-item.-comments,
.ie11 .amblog-post-container .amblog-widget-container .amblog-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-all;
}
.amblog-svg {
  margin-right: 10px;
  min-width: 25px;
  position: relative;
  top: 7px;
}
.amblog-svg.user {
  height: 25px;
  top: 0;
  width: 25px;
}
.amblog-svg.comment {
  height: 24px;
  top: 0;
  width: 25px;
}
.amblog-svg.-classic {
  fill: #499bf8;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
.ie11 .amblog-element-block .amblog-headline,
.ie11 .amblog-post-container .amblog-widget-container .amblog-headline,
.ie11 .amblog-element-block .amblog-categories .amblog-link,
.ie11 .amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-all;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #4ebdc5;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-word;
  word-wrap: break-word;
  margin: 5px 0;
}
.ie11 .amblog-element-block .amblog-thesis,
.ie11 .amblog-post-container .amblog-widget-container .amblog-thesis,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-all;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-word;
  word-wrap: break-word;
  margin: 10px 0;
}
.ie11 .amblog-element-block .amblog-comment,
.ie11 .amblog-post-container .amblog-widget-container .amblog-comment,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-all;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.amblog-element-block .amblog-footer-block,
.amblog-post-container .amblog-widget-container .amblog-footer-block,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.amblog-element-block .amblog-footer-block > *,
.amblog-post-container .amblog-widget-container .amblog-footer-block > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block > * {
  margin-bottom: 5px;
}
.amblog-element-block .amblog-footer-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-date,
.amblog-element-block .amblog-footer-block .amblog-views,
.amblog-element-block .amblog-footer-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-date {
  margin: 0;
}
.amblog-element-block .amblog-footer-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-author {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amblog-pager-container .amblog-link {
  background: #4ebdc5;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  background: #ffffff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;
}
.amblog-pager-container .amblog-link:before {
  left: 13px;
  top: 13px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
  left: 13px;
  top: 20px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}
.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
  background: #c4c4c4;
  cursor: auto;
  pointer-events: none;
}
.amblog-pager-container .amblog-pagination {
  color: #333333;
  font-size: 1.6rem;
}
.amblog-related-wrapper {
  margin-bottom: 30px;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  color: #5b5b5b;
  font-size: 1.4rem;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options {
  cursor: pointer;
  display: inline-block;
}
.amblog-author-description {
  margin-bottom: 20px;
}
.amblog-category-description {
  margin-bottom: 20px;
}
.amblog-element-block[data-set='sidebar-author'] .author_image,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .author_image,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .author_image {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.amblog-element-block[data-set='sidebar-author'] .title,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .title {
  font-size: large;
  font-weight: 700;
  text-align: center;
}
.amblog-notify-message {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #ffe380;
  color: #333333;
  padding-left: 32px;
  position: relative;
}
.amblog-notify-message a {
  color: #333333;
}
.amblog-notify-message a:hover {
  color: #545454;
}
.amblog-notify-message a:active {
  color: #545454;
}
.amblog-notify-message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #c07600;
  content: '🚧';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.amblog-relatedposts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amblog-related-post {
  display: flex;
  margin-bottom: 35px;
  width: 49%;
}
.amblog-related-post .amblog-link {
  display: block;
}
.amblog-related-post .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-related-post .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-related-post .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-related-post .amblog-headline {
  color: #212121;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
}
.amblog-related-post .amblog-headline:hover,
.amblog-related-post .amblog-headline:focus {
  color: #0e6bd7;
  text-decoration: none;
}
.amblog-related-post .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-post .amblog-content {
  word-break: break-all;
}
.amblog-related-post .amblog-text {
  margin: 15px 0 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 19px;
  margin-top: 15px;
}
body[class*='amblog-index-'],
body[class*='amblog-index-'] aside[class*='amblog-aside-'] {
  background: #fffefd;
}
body[class*='amblog-index-'] .page-title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
body[class*='amblog-index-'] .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  max-width: calc(100% - 20px - 40px);
  padding-right: 20px;
}
.ie11 body[class*='amblog-index-'] .page-title {
  word-break: break-all;
}
body[class*='amblog-index-'] .amblog-summary {
  width: 100%;
}
body[class*='amblog-index-'] .sidebar .block-reorder {
  margin: 0;
}
body[class*='amblog-index-'] pre {
  overflow: auto;
}
body[class*='amblog-index-'] iframe {
  max-width: 100%;
}
.amblog-title,
.amblog-post-title {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ie11 .amblog-title,
.ie11 .amblog-post-title {
  word-break: break-all;
}
.amblog-title {
  padding: 25px;
}
.amblog-content .amblog-title.-author,
.amblog-title.-author {
  padding: 0;
}
.amblog-content .amblog-title.-author.mobile:before,
.amblog-title.-author.mobile:before,
.amblog-content .amblog-title.-author:before,
.amblog-title.-author:before {
  content: none;
}
.amblog-content .amblog-title.-author:visited,
.amblog-title.-author:visited {
  color: #333333;
}
.amblog-content .amblog-title.-author:hover,
.amblog-title.-author:hover,
.amblog-content .amblog-title.-author:focus,
.amblog-title.-author:focus,
.amblog-content .amblog-title.-author:active,
.amblog-title.-author:active {
  text-decoration: none;
}
.amblog-post-title {
  line-height: 2.8rem;
  padding: 0;
}
.amblog-post-title .post-title,
.amblog-post-title .post-title:active,
.amblog-post-title .post-title:visited {
  color: #333333;
}
.amblog-post-title .post-title:hover {
  color: #4ebdc5;
}
.ampost-link {
  font-weight: 700;
}
.ampost-link,
.ampost-link:active,
.ampost-link:visited {
  color: #4ebdc5;
  text-decoration: none;
}
.ampost-link:hover {
  color: #37a1a9;
}
.mobile-block .amblog-title:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
.mobile-block .amblog-title.-active:before {
  transform: translateY(-50%) rotate(0);
}
.amblog-swipe {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxOTc5QzIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8cmVjdCB4PSIyMSIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiBmaWxsPSIjRkFGQUZBIi8+CjxyZWN0IHg9IjExIiB5PSIyMSIgd2lkdGg9IjgiIGhlaWdodD0iOCIgcng9IjEiIGZpbGw9IiNGQUZBRkEiLz4KPHJlY3QgeD0iMjEiIHk9IjIxIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
  cursor: pointer;
  height: 40px;
  margin-bottom: 15px;
  max-width: 40px;
  min-width: 40px;
  transition: all 0.5s 0.3s ease-in-out;
  width: 40px;
}
.amblog-element-block:not(.widget) > div:not(.amblog-overlay),
.amblog-element-block.widget,
.amblog-grid-list .list-item,
.amblog-post-container,
.amblog-tags.amblog-widget-container,
.amblog-post-container .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-post-container .amblog-widget-container.widget,
.amblog-grid-list .slick-slide .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  margin-bottom: 20px;
}
.amblog-list {
  list-style: none;
  margin: 0;
  padding: 0 25px 25px;
  /* stylelint-disable-line */
}
.amblog-list.-tags {
  padding-bottom: 15px;
}
.amblog-list .post-title.amblog-headline {
  font-size: 1.4rem;
}
.mobile-block.amblog-element-block,
.mobile-block.amblog-post-container .amblog-widget-container,
.mobile-block.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px;
}
.amblog-social-container {
  list-style-type: none;
  padding: 0;
}
.page-wrapper .amblog-slider-container.page-bottom {
  box-sizing: border-box;
  width: 100%;
}
.amblog-author-info .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
  padding: 25px 25px calc(25px - 10px);
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-author-info .amblog-name {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
}
.amblog-author-info .amblog-job {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-author-info .amblog-description {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 25px 0 0;
  text-align: center;
}
.amblog-author-info .amblog-image-wrapper {
  align-items: center;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 25px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==');
  background-size: contain;
}
.amblog-author-avatar {
  background: #f4f6f8 center / 100px no-repeat;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.amblog-author-avatar.-small {
  height: 25px;
  width: 25px;
}
.amblog-author-info .amblog-social-container,
.amblog-element-block[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-item[data-set='content-author'] .amblog-author-info .amblog-social-container,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
}
.amblog-author-info .amblog-social-container .amblog-icon {
  margin: 0 5px 5px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .page-title-wrapper .page-title {
  color: #333333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 4.8rem;
}
.amblog-index-author .amblog-article-title {
  display: none;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set='sidebar-author'],
.left .amblog-element-block[data-set='sidebar-author'],
.right .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] {
  padding: 0;
}
.amblog-search-block .amblog-content {
  align-items: center;
  display: flex;
}
.amblog-search-block .amblog-content > * {
  margin: auto;
}
.amblog-button {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  color: #4ebdc5;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  outline: none;
}
.ie11 .amblog-button {
  word-break: break-all;
}
.amblog-button:hover,
.amblog-button:focus {
  color: #37a1a9;
}
.amblog-button:focus > .amblog-icon,
.amblog-button:hover > .amblog-icon {
  fill: #37a1a9;
}
.amblog-button:not(.primary),
.amblog-button:not(.primary):active {
  box-shadow: none;
}
.amblog-button.-clear {
  background: none;
  border: none;
  padding: 0;
}
.amblog-button > .amblog-icon {
  fill: #4ebdc5;
  margin-right: 10px;
}
.amblog-button:not(.-toggle) > .amblog-icon {
  margin-right: 15px;
}
.amblog-button.-toggle {
  line-height: 1.1;
}
.amblog-button.-toggle .amblog-icon {
  fill: #85c1ef;
  height: 15px;
  position: relative;
  width: 15px;
}
.amblog-button.-toggle.-empty {
  color: #888888;
  pointer-events: none;
}
.amblog-button.-toggle.-empty .amblog-icon {
  fill: #d9d9d9;
}
.amblog-button > .amblog-count:not(:empty) {
  padding-right: 5px;
}
.amblog-link-btn {
  background: none;
  border: none;
  color: #4ebdc5;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 0 25px;
  padding: 0;
}
button.amblog-link-btn:hover,
button.amblog-link-btn:focus,
.amblog-link-btn:active,
.amblog-link-btn:focus,
.amblog-link-btn:hover {
  background: none;
  border: none;
  color: #37a1a9;
}
button.amblog-link-btn,
.amblog-link-btn {
  box-shadow: none;
}
.amblog-comments-container .amblog-comment.-highlighted {
  background-color: #f5f9ff;
  outline: 5px solid #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-classic {
  background-color: #f5f9ff;
  outline-color: #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-red {
  background-color: #fef4f4;
  outline-color: #fef4f4;
}
.amblog-comments-container .amblog-comment.-highlighted.-green {
  background-color: #ebf7ec;
  outline-color: #ebf7ec;
}
.amblog-comments-container .amblog-comment.-highlighted.-blue {
  background-color: #eff1fa;
  outline-color: #eff1fa;
}
.amblog-comments-container .amblog-comment.-highlighted.-grey {
  background-color: #f8f8f8;
  outline-color: #f8f8f8;
}
.amblog-comments-container .amblog-comment.-highlighted.-purple {
  background-color: #fbf3fc;
  outline-color: #fbf3fc;
}
.amblog-element-block .amblog-item.-comment .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-comment {
  font-style: italic;
}
.amblog-element-block .amblog-item.-comment .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-headline {
  font-size: 1.4rem;
}
.amblog-comments-container {
  margin: 50px 25px 0;
  padding-bottom: 5px;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 25px;
}
.amblog-comments-container .amblog-comment:last-child {
  margin-bottom: 0;
}
.amblog-no-comments .amblog-ref {
  color: #999999;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies,
.amblog-replies-block > .amblog-replies:not(:empty) {
  border-left: 1px solid #e9e9e9;
  margin: 25px 0 0;
  padding-left: 15px;
}
.amblog-comment-content .amblog-author {
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
  position: relative;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 10px;
}
.amblog-comment-content .amblog-date,
.amblog-comment-content .amblog-views,
.amblog-comment-content .amblog-minread {
  color: #999999;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
.amblog-comment-content .amblog-willapprove {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff3e0;
  border-radius: 4px;
  color: #f57c00;
  margin-top: 15px;
  padding: 0 10px;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-reply {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.amblog-comment-content .amblog-button {
  font-size: 1.4rem;
}
.amblog-comments-wrapper > .amblog-comment.-level-top {
  margin: 50px 25px -25px;
}
.amblog-comments-action {
  border: none;
  margin: 0 25px 25px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comments-action .amblog-button.-toggle {
  display: none;
}
.amblog-comment-reply {
  margin: 30px 0;
}
.amblog-comment-reply .amblog-button.-toggle {
  display: none;
}
.amblog-form-head {
  margin-bottom: 15px;
}
.amblog-secondary-title {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.amblog-head-note {
  color: #999999;
  font-size: 1.2rem;
}
.amblog-comments-block:not(.-loaded) .amblog-reply {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.amblog-comments-block:not(.-loaded) .amblog-reply .amblog-button.-toggle {
  display: none;
}
.amblog-replies-block > .amblog-replies:not(.-active) {
  display: none;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-replies-block > .amblog-replies:not(:empty) {
  margin: 25px 0 0;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 30px;
  position: relative;
}
.amblog-replies-block {
  margin-top: 25px;
}
.amblog-replies-block .amblog-replies.deep-reply,
.amblog-replies-block .amblog-replies.deep-reply .amblog-comment-reply {
  border: none;
  padding: 0;
}
.amblog-form-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amblog-form-comment .amblog-svg.comment {
  left: 0;
  position: absolute;
  top: -40px;
}
.amblog-form-comment .amblog-fieldset {
  border: none;
  margin: 0;
  min-inline-size: initial;
  padding: 0;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-top: 15px;
}
.amblog-form-comment .amblog-input {
  background-color: #ffffff;
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}
.amblog-form-comment .amblog-input.-textarea {
  height: 100px;
  margin-bottom: 0;
}
.amblog-form-comment .amblog-gdprtext {
  margin-top: 20px;
  position: relative;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
}
.ie11 .amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-all;
}
.amblog-form-comment .amblog-input.-gdpr {
  height: 13px;
  top: 2px;
  width: auto;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  background: #4ebdc5;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
}
.amblog-form-comment .amblog-btn:hover {
  background: #185eaf;
}
.amblog-tabs-block.-title {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amblog-tabs-block.-title .amblog-item {
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
  transform: translateY(1px);
  transition: border .1s;
}
.ie11 .amblog-tabs-block.-title .amblog-item {
  word-break: break-all;
}
.amblog-tabs-block.-title .amblog-item.-active {
  font-weight: 600;
}
.amblog-tabs-block.-title .amblog-item.-active {
  border-bottom-color: #4776f0;
}
.amblog-content-tab:not(.-active) {
  display: none;
}
.amblog-tabs-block.-block .amblog-list {
  list-style: none;
  padding: 0;
}
.amblog-tabs-block.-block .amblog-list.-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amblog-content-tab .amblog-post-block {
  display: flex;
}
.amblog-content-tab .amblog-post-block:not(:first-child) {
  margin-top: 20px;
}
.amblog-content-tab .amblog-post-block .amblog-link {
  display: block;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-content-tab .amblog-post-block .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-content-tab .amblog-post-block .amblog-headline {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.amblog-content-tab .amblog-post-block .amblog-date,
.amblog-content-tab .amblog-post-block .amblog-views,
.amblog-content-tab .amblog-post-block .amblog-minread {
  color: #999999;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.amblog-content-tab {
  margin-bottom: 30px;
}
.amblog-content-tab > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.amblog-tag {
  background: #f5f5f5;
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 80px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  transition: none;
}
.ie11 .amblog-tag {
  word-break: break-all;
}
.amblog-tag:last-child {
  margin-right: 0;
}
.amblog-tag,
.amblog-tag:hover,
.amblog-tag:active,
.amblog-tag:visited {
  text-decoration: none;
}
.amblog-tag,
.amblog-tag:visited {
  color: #333333;
}
.amblog-tag:hover,
.amblog-tag:active {
  color: #ffffff;
}
.amblog-tag:hover {
  background: #4ebdc5;
}
.amblog-tag:active {
  background: #37a1a9;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-dates {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #999999;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-right: 15px;
}
.amblog-grid-list .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-container-list .amblog-dates > .amblog-date,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-minread,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-grid-list .amblog-dates > *:last-child,
.amblog-post-container .amblog-dates > *:last-child,
.amblog-container-list .amblog-dates > *:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > *:last-child {
  margin-bottom: 20px;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-element-block .amblog-views,
.amblog-element-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin-top: 10px;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #999999;
  display: block;
  margin-top: 15px;
}
.amblog-form-search.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-search .amblog-input:hover,
.amblog-form-comment .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #999999;
}
.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-search .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-search .amblog-input:focus::-moz-placeholder,
.amblog-form-search .amblog-input:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-loader.-search {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-form-search .amblog-btn {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/loupe.svg");
  background-repeat: no-repeat;
  border: none;
  height: 16px;
  opacity: .5;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 16px;
}
.amblog-form-search .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-field.-live-active ~ .amblog-btn,
.amblog-form-search.-live-process ~ .amblog-btn,
.amblog-field.-live-active .amblog-btn,
.amblog-form-search.-live-process .amblog-btn {
  opacity: .8;
}
.amblog-field.-live-active ~ .amblog-btn:hover,
.amblog-form-search.-live-process ~ .amblog-btn:hover,
.amblog-field.-live-active .amblog-btn:hover,
.amblog-form-search.-live-process .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search.-live-process .amblog-loader {
  display: block;
}
.amblog-search-suggest {
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
}
.amblog-search-suggest.-live-active {
  border: 1px solid #b3b3b3;
}
.amblog-search-suggest > li {
  margin: 0;
  padding: 12px;
}
.amblog-search-suggest > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.amblog-search-suggest .amblog-suggest-title {
  font-weight: 700;
  padding-bottom: 8px;
  pointer-events: none;
  text-transform: capitalize;
}
.amblog-search-suggest .amblog-suggest-title + .amblog-suggest {
  border-top: none;
}
.amblog-search-suggest .amblog-suggest:hover {
  background: #499bf8;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.amblog-search-suggest .amblog-suggest a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: none;
}
.amblog-search-suggest .amblog-suggest a,
.amblog-search-suggest .amblog-suggest a:hover,
.amblog-search-suggest .amblog-suggest a:focus {
  color: inherit;
  text-decoration: none;
}
.amblog-post-container.list-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.list-item .amblog-footer .amblog-wrap,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer .amblog-wrap {
  margin-bottom: 20px;
}
.amblog-post-container .post-image,
.amblog-grid-list .slick-slide .amblog-item .post-image {
  display: block;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-post-container .amblog-post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  background: #4ebdc5;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background: #37a1a9;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  background: #2b7c82;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap {
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.amblog-post-container.-post-page .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.-post-page .tags,
.amblog-grid-list .slick-slide .amblog-item.-post-page .tags {
  margin-bottom: 10px;
}
.amblog-post-container.-post-page .amblog-features,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features {
  margin-bottom: 20px;
}
.amblog-post-container.-post-page .amblog-features + .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features + .amblog-helpful-wrap {
  margin-top: 0;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amblog-post-container .amblog-bottom > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom > * {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #4ebdc5;
  text-decoration: none;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-post-container .amblog-shot > p,
.ie11 .amblog-post-container .amblog-content > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-all;
}
.amblog-post-container .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 0 30px 0 0;
}
.amblog-post-container .amblog-category,
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 5px 30px 5px 0;
}
.ie11 .amblog-post-container .amblog-category,
.ie11 .amblog-post-container .amblog-item.-author-posts,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-category,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  word-break: break-all;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.amblog-post-container .amblog-features.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  background: #fafafa;
  border: none;
  padding-bottom: 25px;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 20px 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  background: inherit;
  border: none;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}
.amblog-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .slick-slide .amblog-item {
  box-sizing: border-box;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-grid-list .product-item-link {
  color: #333333;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-grid-list .amblog-features {
  margin-bottom: 5px;
}
.amblog-grid-list .amblog-post-container,
.amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  padding: 20px 25px 10px;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 25px;
}
.amblog-post-container .amblog-tags + .amblog-content,
.amblog-grid-list .amblog-tags + .amblog-content,
.amblog-post-container .post-image + .amblog-content,
.amblog-grid-list .post-image + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .post-image + .amblog-content {
  padding-top: 0;
}
.amblog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
.amblog-wrap > .amblog-no-comments,
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-posted-in {
  padding-right: 4px;
}
.amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
.amblog-features .amblog-ref:not(:last-child):after {
  content: ', ';
  padding-right: 4px;
}
.amblog-post-list .post-items {
  margin-bottom: 0;
}
.amblog-post-list .post-items:not(.slick-slider) .post-title {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-image {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-title {
  color: #333333;
  display: flex;
  font-weight: 700;
  margin-bottom: 10px;
}
.amblog-post-list .short-description {
  font-size: 1.4rem;
  font-style: italic;
  flex-grow: 2;
  line-height: 1.9rem;
  margin-bottom: 5px;
}
.amblog-post-list .post-link {
  font-weight: 700;
}
.amblog-related-wrapper .slick-track,
.amblog-post-list .slick-track {
  display: flex;
  justify-content: center;
}
.amblog-related-wrapper .slick-slide,
.amblog-post-list .slick-slide {
  margin: 0 10px;
}
.amblog-related-wrapper .post-item-details,
.amblog-post-list .post-item-details {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-wrapper .post-item-details,
.ie11 .amblog-post-list .post-item-details {
  word-break: break-all;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-next,
.amblog-post-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-prev,
.amblog-post-list .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.mobile-block .amblog-post-list .post-item-info:not(:last-of-type),
.sidebar .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 25px;
}
.widget.amblog-post-list .amblog-slick-slider.-am-loaded .post-item {
  display: flex !important;
}
.widget.amblog-post-list .slick-track {
  margin: 0 auto;
}
.widget.amblog-post-list .post-item,
.widget.amblog-post-list .post-item-details {
  display: flex;
  flex-direction: column;
}
.widget.amblog-post-list .post-item-details {
  flex-grow: 1;
  justify-content: space-between;
}
.widget.amblog-post-list .amblog-dates {
  margin-top: auto;
}
.post-item.-post-no-image .post-item-details {
  height: 100%;
  justify-content: center;
}
.post-item.-post-no-image .amblog-dates {
  margin-top: initial;
}
.amblog-form-newsletter.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-newsletter .amblog-form-container {
  position: relative;
}
.amblog-form-newsletter .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-newsletter .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-newsletter .amblog-input::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:-ms-input-placeholder,
.amblog-form-newsletter .amblog-input::-moz-placeholder {
  color: #999999;
}
.amblog-form-newsletter .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-newsletter .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:focus::-moz-placeholder,
.amblog-form-newsletter .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-newsletter .amblog-btn {
  background: #4ebdc5;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.amblog-form-newsletter .amblog-btn:hover {
  background: #37a1a9;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-btn:active {
  background: #2b7c82;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-input {
  margin-right: 10px;
  padding-right: 10px;
}
.input-box.-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-block .amblog-form-newsletter .input-box,
.sidebar .amblog-form-newsletter .input-box {
  flex-direction: column;
}
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
.mobile-block .amblog-form-newsletter .amblog-btn,
.sidebar .amblog-form-newsletter .amblog-btn,
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  max-width: 100%;
  width: 100%;
}
.mobile-block .amblog-form-newsletter .mage-error[generated='true'],
.sidebar .amblog-form-newsletter .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
.amblog-aside-right,
.amblog-aside-left {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  display: none;
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .aside-title,
.amblog-aside-left .aside-title {
  margin: 20px 20px 40px;
  position: relative;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/close.svg");
  content: '';
  display: block;
  height: 18px;
  width: 18px;
}
.amblog-aside-right h3.amblog-title,
.amblog-aside-left h3.amblog-title {
  padding-right: 50px;
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-search-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amblog-search-titles:not([role='tablist']) ~ .amblog-search-content {
  display: none;
}
.amblog-search-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
}
.amblog-search-items {
  margin-bottom: 40px;
}
.amblog-search-title.open {
  font-weight: 700;
}
.amblog-search-switch {
  display: block;
  padding: 12px 35px;
}
.amblog-search-switch,
.amblog-search-switch:active,
.amblog-search-switch:visited,
.amblog-search-switch:hover,
.amblog-search-switch:focus {
  color: #333333;
  text-decoration: none;
}
.amblog-slick-slider:not(.-am-loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 30px;
}
.amblog-slick-slider:not(.-am-loaded):after {
  content: '';
  display: block;
}
.amblog-slick-slider:not(.-am-loaded) > div,
.widget .amblog-slick-slider:not(.-am-loaded) > div {
  display: none;
}
.amblog-slick-slider.-am-loaded > div,
.widget .amblog-slick-slider.-am-loaded > div {
  display: flex;
}
.main .amblog-related-wrapper:not(.-related-products) {
  margin-bottom: 40px;
}
.main .amblog-related-wrapper:not(.-related-products) .amblog-related-grid {
  margin: 0;
  padding: 20px 10px;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-slide {
  margin: 0 7px;
  vertical-align: top;
}
.amblog-related-wrapper.-related-products {
  margin-bottom: 40px;
}
.amblog-related-wrapper.-related-products .amblog-item-product {
  box-sizing: border-box;
  margin: 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box > .price-box {
  margin-bottom: 0;
}
.amblog-related-wrapper.-related-products .slick-slider {
  justify-content: space-evenly;
  padding: 0;
}
.amblog-related-wrapper.-related-products .map-old-price,
.amblog-related-wrapper.-related-products .map-show-info {
  margin: 0;
}
.amblog-related-wrapper.-related-products .price-including-tax,
.amblog-related-wrapper.-related-products .price-excluding-tax {
  font-size: 1.4rem;
}
.amblog-related-wrapper.-related-products .price-from .price-container,
.amblog-related-wrapper.-related-products .price-to .price-container {
  display: block;
}
.amblog-related-wrapper.-related-products .product-item .old-price {
  margin: 5px 0 0;
}
.amblog-related-wrapper.-related-products .special-price {
  width: 100%;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box .map-old-price {
  min-width: auto;
}
.amblog-related-wrapper.-related-products .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.amblog-related-wrapper.-related-products .product-item-actions {
  margin-top: auto;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
  display: flex !important;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .slick-slide {
  vertical-align: inherit;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .amblog-item-product {
  flex-direction: column;
  margin: 0;
  padding: 0 9px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .product-item-link {
  flex-grow: 1;
  margin-bottom: 10px;
}
.amblog-slick-slider.slick-slider .slick-dots {
  background: inherit;
  border: none;
  bottom: -25px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0;
  padding: 5px;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border: none;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button {
  border: 1px solid #575757;
  border-radius: 100%;
  box-sizing: border-box;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amblog-slick-slider.slick-slider .slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
  border-radius: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.amblog-slick-slider.slick-slider .slick-arrow:before,
.amblog-slick-slider.slick-slider .slick-arrow:after {
  display: none;
}
.amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.amblog-navigation-container {
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-navigation-container .amblog-navigation {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
  content: '';
  left: 20px;
}
.amblog-navigation-container .amblog-navigation.-next {
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link {
  text-align: right;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
  content: '';
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
.ie11 .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-all;
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/arrow-left.svg");
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amblog-navigation-container .amblog-navigation > .amblog-date,
.amblog-navigation-container .amblog-navigation > .amblog-views,
.amblog-navigation-container .amblog-navigation > .amblog-minread {
  margin-top: 5px;
}
.amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-list,
.amblog-item[data-set='content-author'] .amblog-list,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon,
.amblog-item[data-set='content-author'] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: 0 18px 18px 18px;
  width: 40px;
}
.amblog-social-container .amblog-icon:hover,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-item[data-set='content-author'] .amblog-icon:hover,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover {
  filter: brightness(1.2);
}
.amblog-social-container .amblog-icon.-twitter,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/twitter.svg");
}
.amblog-social-container .amblog-icon.-facebook,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/facebook.svg");
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-item[data-set='content-author'] .amblog-icon.-vkontakte,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/vk.svg");
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-item[data-set='content-author'] .amblog-icon.-digg,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/digg.svg");
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-item[data-set='content-author'] .amblog-icon.-pinterest,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/pinterest.svg");
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-item[data-set='content-author'] .amblog-icon.-blogger,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/blogger.svg");
}
.amblog-social-container .amblog-icon.-linkedin,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/linkedin.svg");
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-item[data-set='content-author'] .amblog-icon.-tumblr,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/tumblr.svg");
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-item[data-set='content-author'] .amblog-icon.-reddit,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/reddit.svg");
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-item[data-set='content-author'] .amblog-icon.-slashdot,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/slashdot.svg");
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-item[data-set='content-author'] .amblog-icon.-odnoklassniki,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/ok.svg");
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-item[data-set='content-author'] .amblog-icon.-google,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/google.svg");
}
.amblog-social-container .amblog-icon.-youtube,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-item[data-set='content-author'] .amblog-icon.-youtube,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/youtube.svg");
}
.amblog-social-container .amblog-icon.-instagram,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-item[data-set='content-author'] .amblog-icon.-instagram,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/instagram.svg");
}
.amblog-social-container .amblog-icon.-tiktok,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-item[data-set='content-author'] .amblog-icon.-tiktok,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/tiktok.svg");
}
.amblog-social-container .amblog-icon.-whatsapp,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-item[data-set='content-author'] .amblog-icon.-whatsapp,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/whatsapp.svg");
}
.amblog-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.amblog-plus .amblog-icon {
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-flex;
  height: 18px;
  margin: 0 5px 0 10px;
  width: 20px;
}
.amblog-plus .amblog-count {
  color: #888888;
}
.amblog-plus .amblog-icon {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/like.svg");
}
.amblog-plus:hover .amblog-icon {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/like-hover.svg");
}
.amblog-plus.-voted .amblog-icon {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/images/svg/like-active.svg");
}
.amblog-social {
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-category-count,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-category-count,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-category-count {
  color: #999999;
  font-weight: 400;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-weight: 700;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}
.am-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.am-tabs-view .product-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.am-tabs-view .product-item {
  padding: 15px;
}
.am-tabs-view .block.crosssell {
  padding: 0;
  width: 100%;
}
.am-tabs-view .product.data.items > .item.title > .switch {
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-tabs-view .product.data.items > .item.title.active > .switch,
.am-tabs-view .product.data.items > .item.title.active > .switch:focus,
.am-tabs-view .product.data.items > .item.title.active > .switch:hover {
  padding-bottom: 1px;
  cursor: default;
}
.am-tabs-view .product.data.items > .item.content {
  margin-top: 10px;
  padding: 10px 10px 30px;
}
.am-tabs-view .product.data.items > #reviews,
.am-tabs-view .product.data.items > .data.item.content {
  display: none;
}
.am-tabs-view .product.data.items > .data.item.title.active + .data.item.content {
  display: flex !important;
  flex-direction: column;
}
.amtab-grid-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.amtab-cell-select {
  position: relative;
  margin: 0 0 0 -10px;
  cursor: pointer;
}
.amtab-cell-select:focus:after,
.amtab-cell-select:active:after {
  border-color: #3b68bb transparent transparent transparent;
  transform: rotate(180deg);
}
.amtab-cell-select:focus .amtab-select,
.amtab-cell-select:active .amtab-select {
  color: #3b68bb;
}
.amtab-cell-select:after {
  transition: 0.1s all ease-in;
  display: none;
  position: absolute;
  top: 45%;
  right: 0;
  border-width: 4px 3px 0 3px;
  border-style: solid;
  border-color: #6597f3 transparent transparent transparent;
  pointer-events: none;
  content: '';
}
.amtab-cell-select .amtab-select {
  transition: 0.1s all ease-in;
  pointer-events: none;
  padding: 0 10px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  color: #6597f3;
  font-weight: 600;
  cursor: pointer;
}
.amtab-cell-select .amtab-select:focus,
.amtab-cell-select .amtab-select:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.amtab-cell-select .amtab-select ::-ms-expand {
  display: none;
}
.amtab-cell-select .amtab-select .amtab-option {
  color: #41362f;
}
.amtab-grid-container > .amtab-title {
  width: 100%;
  margin: 0 0 25px;
  font-weight: 600;
  font-size: 16px;
}
.amtab-grid-container > .amtab-note {
  margin: 10px 0 0 0;
  color: #6f716e;
  font-size: 12px;
}
.amtab-grid-container > .amtab-desc {
  margin: 0 0 10px 0;
  color: #41362f;
  font-size: 14px;
}
.amtab-table-container {
  flex-basis: 100%;
  border: 1px solid #eff3f9;
  color: #41362f;
}
.amtab-table-container .amtab-cell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.amtab-table-container .amtab-cell:not(:last-child) {
  border-right: 1px solid #eff3f9;
}
.amtab-table-container .amtab-cell .amtab-desc {
  transition: 0.1s all ease-in;
  flex-basis: 100%;
  color: #6597f3;
  font-weight: bold;
  font-style: normal;
}
.amtab-table-container .amtab-title {
  display: flex;
  align-items: center;
  border-right: 1px solid #eff3f9;
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
  color: #fff;
}
.amtab-table-container .amtab-title,
.amtab-table-container .amtab-cell {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.1s all ease-in;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  width: 100%;
  font-size: 14px;
}
.amtab-table-container .amtab-table-line .amtab-cell:hover,
.amtab-table-container .amtab-table-line .amtab-cell.-active {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .-amtab-hoverline {
  background: rgba(101, 151, 243, 0.2);
}
.amtab-table-container .amtab-table-line,
.amtab-table-container .amtab-head-line {
  display: flex;
  margin: 0;
}
.amtab-table-container .amtab-table-line:not(:last-child) .amtab-cell,
.amtab-table-container .amtab-head-line .amtab-cell {
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select {
  color: #fff;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select:after {
  border-color: #fff transparent transparent transparent;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-desc {
  color: #fff;
}
.amtab-steps-container {
  position: relative;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-steps-container .amtab-steps {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-grid-wrapper.-large .amtab-grid-container {
  max-width: 100%;
}
.amtab-grid-wrapper.-large .amtab-grid-container .amtab-sizes > .amtab-title {
  margin: 0 0 25px;
}
.amtab-grid-wrapper.-large .amtab-measure {
  padding: 30px 0 0 0;
}
.amtab-grid-wrapper.-large .amtab-measure > .amtab-title {
  margin: 0 0 10px;
}
.amtab-grid-wrapper.-large .amtab-table-container {
  border-radius: 4px;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-color: #aab0ba #ffffff;
  scrollbar-width: thin;
  position: relative;
  border: 1px solid #eff3f9;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  background: transparent;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #aab0ba;
  cursor: pointer;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #aaaaaa;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-cell {
  min-width: 65px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title {
  min-width: 130px;
  background: #f9fafc;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-desc {
  flex-basis: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-head-line,
.amtab-grid-wrapper.-large .amtab-table-line {
  height: 65px;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell {
  color: #6597f3;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell.-amtab-hoverline {
  color: #fff;
}
.amtab-grid-wrapper.-large .amtab-steps-container {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 25px;
  counter-reset: step;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
  margin: 0 0 40px 0;
  width: 100%;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
  position: relative;
  padding: 0 0 0 100px;
  max-height: 110px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after,
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  content: '';
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  border: 1px solid transparent;
  border-radius: 50%;
  background: #cfe0ff;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 10px;
  counter-increment: step;
  color: #4983f1;
  content: counter(step);
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-tip {
  display: block;
  margin: 5px 0 0 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-desc {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-grid-container {
  flex-basis: 100%;
}
.amtab-grid-wrapper.-small .amtab-head-line {
  height: 64px;
  background: #f9fafc;
  font-weight: normal;
}
.amtab-grid-wrapper.-small .amtab-table-line {
  height: 45px;
}
.amtab-grid-wrapper.-small .amtab-table-line:nth-child(odd) {
  background: #f9fafc;
}
.amtab-grid-wrapper.-small .amtab-table-line .amtab-title {
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  align-self: flex-start;
  width: 100%;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-img {
  display: flex;
  justify-content: center;
  top: 0;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-head {
  display: flex;
  align-items: center;
  position: relative;
  display: inline-flex;
  margin: 0 0 5px;
  color: #4983f1;
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-desc {
  margin: 0;
  color: #000;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-arrow {
  transition: 0.1s all ease-in;
  position: absolute;
  display: none;
  border-bottom: 1px solid #4983f1;
  border-radius: 5px 0 0 5px;
}
.amtab-grid-wrapper.-small .amtab-arrow:after,
.amtab-grid-wrapper.-small .amtab-arrow:before {
  transition: 0.1s all ease-in;
  position: absolute;
  display: block;
  width: 5px;
  border-bottom: 1px solid #4983f1;
  content: '';
}
.amtab-grid-wrapper.-small .amtab-step {
  position: absolute;
  margin: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-small .amtab-measure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
  align-self: flex-start;
  margin: 40px 0 35px 0;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-img {
  margin: 0 auto 42px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
  top: -8px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
  top: 16%;
  left: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 124px;
  width: 30vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
  top: 50.9%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 123px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 75px;
  width: 15vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-img {
  margin: 0 auto 30px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
  top: -7px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow {
  right: 100%;
  margin: 0 10px 0 0;
  min-width: 50px;
  max-width: 90px;
  width: 5vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
  top: 17%;
  left: 0;
  width: 33vw;
  max-width: 300px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 345px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 75px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
  top: 50%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 150px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
@keyframes overflowControl {
  from {
    overflow: hidden;
  }
  to {
    overflow: visible;
  }
}
.products-grid.products.-display-block {
  display: block;
  margin: 0;
}
.amtheme-tabs-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 5px 0;
}
.amtheme-tabs-buttons .amtheme-title {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 80px;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 10px 15px;
  transition: 0.4s ease-in-out;
}
.amtheme-tabs-buttons .amtheme-title:hover {
  background: rgba(255, 255, 255, 0.2);
}
.amtheme-tabs-buttons .amtheme-title:nth-child(n+1) {
  margin-right: 10px;
}
.amtheme-tabs-buttons .amtheme-title .title {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
}
.amtheme-tabs-buttons .amtheme-title .title:hover {
  text-decoration: none;
}
.amtheme-tabs-buttons .amtheme-title.-am-active {
  background: #ffffff;
}
.amtheme-tabs-buttons .amtheme-title.-am-active .title {
  color: #000000;
}
.amtheme-tabs-widget {
  margin: 20px auto;
  max-width: 100%;
}
.amtheme-tabs-widget .products.product-items {
  list-style-type: none;
}
.amtheme-tabs-widget .product-item-name {
  flex-grow: 1;
}
.amtheme-tabs-widget .product-image-container,
.amtheme-tabs-widget .product-image-photo {
  min-width: 100%;
}
.amtheme-tabs-widget .product-item > .product-item-info {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 100%;
}
.amtheme-tabs-widget .product-item .action.tocart {
  font-size: 1.6rem;
  width: 100%;
}
.amtheme-tabs-widget .products > .amtheme-products-secondary .product-item.item {
  max-width: calc(100% - 25px);
}
.amtheme-tabs-widget .slick-track {
  display: flex;
  justify-content: stretch;
}
.amtheme-tabs-widget .slick-slide > div,
.amtheme-tabs-widget .slick-slide .product-item {
  height: 100%;
}
.amtheme-tabs-widget .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
}
.amtheme-tabs-widget .products.slick-slider > .slick-list {
  padding-bottom: 25px;
  padding-top: 15px;
}
.amtheme-tabs-widget .slick-slider.-slick-arrows-always .slick-arrow {
  visibility: visible;
}
.amtheme-tabs-widget .slick-slider.-slick-arrows-always .slick-arrow:not(.slick-disabled) {
  opacity: .9;
}
.amtheme-tabs-widget .amtheme-slick-slider:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.amtheme-tabs-widget .product-info-wrapper {
  padding-bottom: 5px;
}
.amtheme-tabs-widget .product-info-wrapper,
.amtheme-tabs-widget .amtheme-icon-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amtheme-tabs-widget .amtheme-icon-wrapper > * {
  margin-top: 4px;
}
.amtheme-tabs-widget .amtheme-icon-wrapper > *:not(:last-child) {
  margin-right: 5px;
}
.amtheme-tabs-widget .product-info-wrapper > .price-box {
  margin-right: 10px;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  margin-bottom: 10px;
  color: #363636;
  font-size: 12px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  font-size: 12px;
  color: #5384ec;
  cursor: pointer;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  width: 0;
  height: 0;
  opacity: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: #fff;
  content: '';
  transition: all .4s ease;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 7px 27px;
  border: 0;
  border-radius: 6px;
  background: #ef7c4a;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  float: right;
  color: #389dfe;
  text-transform: capitalize;
  letter-spacing: .3px;
  font-size: 12px;
  cursor: pointer;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  width: 100%;
  height: 100%;
  background-color: #0a6c9f;
  content: '';
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close {
  display: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #5384ec;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #fff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  right: unset;
  pointer-events: auto;
  left: unset;
  top: unset;
  bottom: unset;
  overflow-y: unset;
  transition: unset;
  position: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  top: 10px;
  right: 10px;
  line-height: 14px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #5384ec;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  opacity: .9;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #5384ec;
  color: #fff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #fff;
  overflow-y: auto;
  margin-left: 5px;
}
.amgdprcookie-modal-template .action-close {
  top: 0;
  right: 0;
  margin: 0;
  padding: 8px;
  line-height: 14px;
  background: #fff;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #fff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #5384ec;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
  bottom: 0;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  width: 20%;
  min-width: 400px;
  margin-left: 0;
  height: 100%;
  pointer-events: auto;
  z-index: 900;
  position: relative;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  position: absolute;
  left: -10000px;
  visibility: hidden;
}
#am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.full-center-shift {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-center-shift {
  top: 50%;
  transform: translateY(-50%);
}
.horizontal-center-shift {
  left: 50%;
  transform: translateX(-50%);
}
.full-sized-block {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes conditionalOpen {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes conditionalClose {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.am-gallery-placeholder {
  position: relative;
}
.am-gallery-placeholder.-thumbs-position-left,
.am-gallery-placeholder.-thumbs-position-right {
  display: flex;
  align-items: center;
}
.am-gallery-placeholder .gallery-placeholder__image img {
  display: block;
  margin: auto;
}
.am-gallery-placeholder .image-slide img {
  display: block;
  margin: auto;
}
.am-gallery-placeholder .video-slide .splide__video {
  background: transparent;
}
.am-gallery-placeholder .video-slide .splide__video iframe {
  border: none;
}
.am-gallery-placeholder .splide__slide {
  border: 1px solid #f7f7f7;
}
.am-gallery-placeholder .splide:not(.thumbnails) {
  flex: 1 0 0;
}
.am-gallery-placeholder .splide.thumbnails {
  width: 100%;
  flex: 1 0 100%;
}
.am-gallery-placeholder .zoomWrapper {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.am-gallery-placeholder.fs-active .image-slide,
.am-gallery-placeholder.fs-active .video-slide {
  cursor: pointer;
}
.am-gallery-placeholder.-processed {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/images/loader-2.gif") center no-repeat;
  content: '';
}
.am-gallery-placeholder.-processed .splide.is-active {
  opacity: 0;
}
.am-gallery-placeholder.-processed .splide__pagination,
.am-gallery-placeholder.-processed .splide {
  opacity: 0;
}
.amtheme-popup-block .am-gallery-placeholder {
  border: 1px solid #f7f7f7;
}
.amtheme-popup-block .am-gallery-placeholder .splide__slide__container {
  max-width: calc(100% - 1px);
  box-sizing: border-box;
}
.amtheme-popup-block .am-gallery-placeholder .splide {
  width: 100%;
}
.amtheme-popup-block .am-gallery-placeholder .splide__slide {
  border: none;
}
.amtheme-popup-block .am-gallery-placeholder .gallery-placeholder__image {
  padding: 0 !important;
}
.amtheme-popup-block .am-gallery-placeholder .thumbnails {
  display: none;
}
.amtheme-popup-block .am-gallery-placeholder .splide__track {
  max-width: 80%;
  margin: auto;
}
.am-gallery-fullscreen-container .thumbnails .splide__arrow,
.am-gallery-placeholder .thumbnails .splide__arrow {
  justify-content: center;
  margin: 0;
  opacity: 1;
  transform: none;
}
.am-gallery-fullscreen-container .thumbnails .splide__arrow_arrow,
.am-gallery-placeholder .thumbnails .splide__arrow_arrow,
.am-gallery-fullscreen-container .thumbnails .splide__arrow:hover .splide__arrow_arrow,
.am-gallery-placeholder .thumbnails .splide__arrow:hover .splide__arrow_arrow {
  width: 20px;
  height: 20px;
  background-size: contain !important;
}
.am-gallery-fullscreen-container .thumbnails__list,
.am-gallery-placeholder .thumbnails__list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.am-gallery-fullscreen-container .thumbnails__item .splide__slide__container,
.am-gallery-placeholder .thumbnails__item .splide__slide__container {
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.am-gallery-fullscreen-container .thumbnails__item.is-active .splide__slide__container,
.am-gallery-placeholder .thumbnails__item.is-active .splide__slide__container {
  border: 1px solid #97948c;
}
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__track,
.am-gallery-placeholder.-thumbs-position-bottom .thumbnails .splide__track {
  margin: auto;
  max-width: calc(100% - 32px * 2);
}
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__arrow,
.am-gallery-placeholder.-thumbs-position-bottom .thumbnails .splide__arrow {
  top: 0;
  width: 20px;
  height: 100%;
}
.am-gallery-placeholder.-thumbs-position-left {
  justify-content: flex-end;
}
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__track,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__track {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails,
.am-gallery-placeholder.-thumbs-position-right .thumbnails,
.am-gallery-placeholder.-thumbs-position-left .thumbnails {
  overflow: hidden;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow {
  width: 100%;
  height: 20px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--prev,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--prev,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--prev,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--prev,
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--next,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--next,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--next,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--next {
  right: 0;
  left: 0;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--prev,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--prev,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--prev,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--prev {
  top: 0;
  padding-bottom: 5px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--next,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--next,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--next,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--next {
  top: auto;
  bottom: 0;
  padding-top: 5px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--next .splide__arrow_arrow,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--next .splide__arrow_arrow,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--next .splide__arrow_arrow,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--next .splide__arrow_arrow {
  transform: rotate(90deg);
}
.am-gallery-placeholder .thumbnails .splide__arrow,
.am-gallery-placeholder .thumbnails .splide__arrow {
  background: #fffefd;
}
.am-gallery-fullscreen-container .thumbnails .splide__arrow,
.am-gallery-fullscreen-container .thumbnails .splide__arrow {
  background: transparent;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails.splide,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails.splide {
  margin: auto;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__track,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__track {
  margin-top: 27px;
  margin-bottom: 27px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--prev,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--prev {
  top: -27px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--next,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--next {
  bottom: -27px;
}
.am-gallery-fullscreen-container.-thumbs-position-right .splide.thumbnails,
.am-gallery-placeholder.-thumbs-position-right .splide.thumbnails {
  margin-left: 20px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .splide.thumbnails,
.am-gallery-placeholder.-thumbs-position-left .splide.thumbnails {
  order: -1;
  margin-right: 20px;
}
.am-gallery-fullscreen-container.-thumbs-position-top .splide.thumbnails,
.am-gallery-placeholder.-thumbs-position-top .splide.thumbnails {
  order: -1;
  margin-bottom: 20px;
}
.am-gallery-fullscreen-container.-thumbs-position-bottom .splide.thumbnails,
.am-gallery-placeholder.-thumbs-position-bottom .splide.thumbnails {
  margin-top: 20px;
}
.am-gallery-fullscreen-container .thumbnails__item img,
.am-gallery-placeholder .thumbnails__item img {
  height: 100%;
}
.am-gallery-placeholder .splide__arrow_arrow,
.am-gallery-placeholder .splide__pagination {
  opacity: 0;
}
.am-gallery-placeholder .splide__pagination {
  transition-delay: 200ms;
}
.am-gallery-placeholder .splide.is-active .splide__pagination {
  opacity: 1;
}
.am-gallery-fullscreen-wrapper.-one-slide .splide__arrows,
.am-gallery-placeholder.-one-slide .splide__arrows,
.am-gallery-fullscreen-wrapper.-one-slide .splide__pagination,
.am-gallery-placeholder.-one-slide .splide__pagination {
  visibility: hidden;
}
.am-gallery-fullscreen-container .splide:hover .splide__arrow_arrow,
.am-gallery-placeholder .splide:hover .splide__arrow_arrow {
  opacity: 1;
}
.am-gallery-fullscreen-container .splide__arrow,
.am-gallery-placeholder .splide__arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 80px;
  height: 60%;
  background: transparent;
  cursor: pointer;
}
.am-gallery-fullscreen-container .splide__arrow.-short,
.am-gallery-placeholder .splide__arrow.-short {
  max-height: 50px;
}
.am-gallery-fullscreen-container .splide__arrow--prev,
.am-gallery-placeholder .splide__arrow--prev {
  justify-content: flex-start;
  margin-left: 5px;
}
.am-gallery-fullscreen-container .splide__arrow--next,
.am-gallery-placeholder .splide__arrow--next {
  justify-content: flex-end;
  margin-right: 5px;
}
.am-gallery-fullscreen-container .splide__pagination,
.am-gallery-placeholder .splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none none;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding-top: 5px;
  width: 100%;
  transform: translateY(100%);
}
.am-gallery-fullscreen-container .splide__pagination__page,
.am-gallery-placeholder .splide__pagination__page {
  position: static;
  box-sizing: border-box;
  margin: 0 2px;
  padding: 0;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #dfdedd;
}
.am-gallery-fullscreen-container .splide__pagination__page.is-active,
.am-gallery-placeholder .splide__pagination__page.is-active {
  background: #ff6118;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow .splide__arrow_arrow,
.am-gallery-placeholder .splide:not(.thumbnails) .splide__arrow .splide__arrow_arrow {
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}
.am-gallery-fullscreen-container .video-slide:hover .splide__video__play,
.am-gallery-placeholder .video-slide:hover .splide__video__play {
  opacity: 1;
}
.am-gallery-fullscreen-container .splide__video__play,
.am-gallery-placeholder .splide__video__play,
.am-gallery-fullscreen-container .splide__video__play:hover,
.am-gallery-placeholder .splide__video__play:hover {
  background: #ffffff;
}
.am-gallery-placeholder .splide__pagination {
  justify-content: flex-start;
}
.am-gallery-fullscreen-container .splide__pagination {
  justify-content: center;
}
.am-gallery-placeholder .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--prev .splide__arrow_arrow {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Gallery/images/svg/icons/gallery-arrow-left.svg") center / 17px no-repeat;
}
.am-gallery-placeholder .splide__arrow--prev:hover .splide__arrow_arrow,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--prev:hover .splide__arrow_arrow {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Gallery/images/svg/icons/gallery-arrow-left-active.svg") center / 17px no-repeat;
}
.am-gallery-placeholder .splide__arrow--next .splide__arrow_arrow,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--next .splide__arrow_arrow {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Gallery/images/svg/icons/gallery-arrow-right.svg") center / 17px no-repeat;
}
.am-gallery-placeholder .splide__arrow--next:hover .splide__arrow_arrow,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--next:hover .splide__arrow_arrow {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Gallery/images/svg/icons/gallery-arrow-right-active.svg") center / 17px no-repeat;
}
.am-gallery-placeholder .splide__arrow--prev,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--prev {
  left: 0;
}
.am-gallery-placeholder .splide__arrow--next,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--next {
  right: 0;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow_arrow {
  position: relative;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.4s ease-in-out;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow_arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow:hover .splide__arrow_arrow {
  background: #f8f8f7;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow:focus .splide__arrow_arrow {
  border: 1px solid #dfdedd;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow--prev .splide__arrow_arrow:before {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Gallery/images/svg/icons/fs-left.svg") center / 30px no-repeat;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow--next .splide__arrow_arrow:before {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Gallery/images/svg/icons/fs-right.svg") center / 30px no-repeat;
}
.gallery-fullscreen-close,
.gallery-fullscreen-close:before {
  position: absolute;
  display: block;
}
.gallery-fullscreen-close {
  top: 15px;
  right: 15px;
  z-index: 110;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.gallery-fullscreen-close:hover {
  background: #f8f8f7;
}
.gallery-fullscreen-close:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/Amasty_Gallery/images/svg/icons/fs-close.svg") center / 22px no-repeat;
  content: '';
}
body.-blurred .page-wrapper {
  filter: blur(3px);
}
.gallery-fullscreen-active,
.gallery-fullscreen-process {
  overflow: hidden;
}
.gallery-fullscreen-process .am-gallery-fullscreen-container {
  opacity: 0;
}
.am-gallery-fullscreen-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
  padding: 50px 35px;
  background: #ffffff;
  transition: background 0.2s ease-in-out;
  transform-origin: center;
}
.am-gallery-fullscreen-container.to-open {
  opacity: 1;
  animation: conditionalOpen 0.2s ease-in-out forwards;
}
.am-gallery-fullscreen-container.to-close {
  opacity: 1;
  animation: conditionalClose 0.2s ease-in-out forwards;
}
.am-gallery-fullscreen-container.-thumbs-position-top .am-gallery-fullscreen-wrapper,
.am-gallery-fullscreen-container.-thumbs-position-bottom .am-gallery-fullscreen-wrapper {
  flex-direction: column;
}
.am-gallery-fullscreen-container.-thumbs-position-left .am-gallery-fullscreen-wrapper > .splide,
.am-gallery-fullscreen-container.-thumbs-position-right .am-gallery-fullscreen-wrapper > .splide {
  flex: 1 0 0;
}
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails {
  align-self: center;
  height: auto;
}
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails .splide__track,
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails .splide__list,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__track,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__list {
  height: auto;
}
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails .splide__slide,
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails .splide__list,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__slide,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__list {
  width: auto;
}
.am-gallery-fullscreen-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails),
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__slider,
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__track,
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__list,
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__slide__container,
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__slide:not(.thumbnails__item) {
  height: 100%;
}
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.am-gallery-fullscreen-wrapper > .splide .splide__list,
.am-gallery-fullscreen-wrapper > .splide .splide__slide {
  width: 100%;
}
.am-gallery-fullscreen-wrapper > .splide .splide__video {
  background: transparent;
}
.am-gallery-fullscreen-wrapper > .splide img {
  position: relative;
  display: block;
  margin: auto;
  max-height: 100%;
  width: auto;
}
.am-gallery-fullscreen-wrapper > .splide.thumbnails .splide__slide:not(.is-active) {
  opacity: 0.76;
}
body.-ampopup-opened .zoomContainer,
body.gallery-fullscreen-active .zoomContainer {
  z-index: 1001;
}
.am-gallery-fullscreen-container .image-slide .zoomWrapper {
  margin: 0 auto;
}
.gallery-fullscreen-active:not(.gallery-fullscreen-process) .amtheme-popup-block {
  opacity: 0;
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second,
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.ammenu-header-container {
  min-height: 64px;
  position: relative;
}
.ammenu-header-container.page-header {
  margin-bottom: 0;
}
.ammenu-header-container.-sticky .header.content {
  background: #fff;
}
.ammenu-header-container.-sticky .ammenu-button.-hamburger {
  margin-left: 20px;
}
.ammenu-menu-wrapper {
  margin-bottom: 35px;
}
.ammenu-menu-wrapper .ammenu-item {
  margin: 0;
}
.ammenu-menu-wrapper .ammenu-main-container {
  box-sizing: border-box;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link {
  -webkit-animation: ammenu-animation__fadeIn 0.1s forwards;
  animation: ammenu-animation__fadeIn 0.1s forwards;
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-link.-simple {
  font-size: 1.6rem;
  line-height: 20px;
  padding: 0 0 20px 0;
}
.ammenu-menu-wrapper .ammenu-link.-all-link {
  text-decoration: underline;
}
.ammenu-menu-wrapper .ammenu-link.-disabled {
  cursor: none;
  pointer-events: none;
}
.ammenu-menu-wrapper .ammenu-text-block {
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin: 0;
  position: relative;
}
.ammenu-menu-wrapper .ammenu-label {
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.ammenu-menu-wrapper .ammenu-label:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 20px;
  -webkit-mask-size: cover;
  mask-size: cover;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle {
  cursor: pointer;
  pointer-events: all;
  transition: .3s;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:hover {
  filter: brightness(85%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:active {
  filter: brightness(50%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-icon {
  margin-right: 10px;
}
.ammenu-menu-wrapper .ammenu-icon-block path {
  fill: currentColor;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background-color: rgba(51, 58, 64, 0.2);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 271;
}
.ammenu-menu-wrapper table img {
  max-width: inherit;
}
.ammenu-menu-wrapper [data-appearance='carousel'] {
  max-width: 100%;
  min-width: 200px;
  width: 100%;
}
.ammenu-nav-sections {
  background: #fff;
  z-index: 9;
}
.ammenu-nav-sections:not(.-topmenu) {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInLeft';
  animation-name: 'ammenu-animation__fadeInLeft';
}
.ammenu-header-container .header.content {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  margin-bottom: 10px;
  position: relative;
}
.ammenu-header-container .header.content .ammenu-logo {
  display: inline-flex;
  margin: 0 auto 0 0;
  min-width: 110px;
}
.ammenu-header-container .header.content .compare .item {
  margin: 0;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 0 10px;
}
.ammenu-header-container .header.content .block-search {
  margin-top: 0;
}
.ammenu-robots-navigation {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
.ammenu-tabs-list {
  display: flex;
  border-radius: 8px;
  font-size: 1.6rem;
  margin: 0 20px 20px;
  padding: 8px;
}
.ammenu-tabs-list .ammenu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-grow: 1;
}
.ammenu-tabs-list .ammenu-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: 0.1s all ease-in;
  border-radius: 6px;
  font-size: 1.6rem;
  min-height: 32px;
  padding: 5px;
  width: 100%;
}
.ammenu-tabs-list .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button.-active {
  font-weight: 700;
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
.ammenu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  min-width: 40px;
  outline: none;
  transition: .1s;
  width: 40px;
  z-index: 1;
}
.ammenu-toggle .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-toggle:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-toggle:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-hamburger {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid;
  border-color: inherit;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 1px solid;
  cursor: pointer;
  display: inline-flex;
  height: 17px;
  margin: 20px 20px 20px 0;
  padding: 0;
  position: relative;
  transition: none;
  width: 25px;
}
.ammenu-button.-hamburger:hover {
  filter: brightness(85%);
}
.ammenu-button.-hamburger:active {
  filter: brightness(50%);
}
.ammenu-button.-hamburger:not(.-hamburger) {
  display: none;
}
.ammenu-button.-hamburger:before {
  border-top: 1px solid;
  content: '';
  width: 100%;
}
.ammenu-button.-close {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 20px;
}
.ammenu-button.-close .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:hover {
  filter: brightness(85%);
}
.ammenu-button.-close:active {
  filter: brightness(50%);
}
.ammenu-button.-close:after,
.ammenu-button.-close:before {
  background-color: currentColor;
  content: '';
  height: 1px;
  position: absolute;
  width: 18px;
}
.ammenu-button.-close:before {
  transform: rotate(45deg);
}
.ammenu-button.-close:after {
  transform: rotate(-45deg);
}
.ammenu-menu-greetings {
  display: flex;
  align-items: center;
  background: #fffcdd;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 20px 20px;
  padding: 15px;
  position: relative;
}
.ammenu-menu-greetings:before {
  content: '👋';
  margin: 0 10px 0 0;
}
.ammenu-menu-greetings.-logged {
  background: #eaffdd;
}
.ammenu-menu-greetings .ammenu-message.-welcome {
  margin: 0 5px 0 0;
}
.ammenu-menu-greetings .ammenu-message.-welcome:after {
  content: ',';
}
.ammenu-menu-greetings .ammenu-name {
  font-weight: 700;
}
.ammenu-menu-greetings .ammenu-name:after {
  content: '!';
}
.ammenu-category-tree .ammenu-title {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.ammenu-category-tree .ammenu-title:hover {
  text-decoration: none;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 25px;
}
.ammenu-category-tree .ammenu-title[href='']:not(.-back),
.ammenu-category-tree .ammenu-title[href='javascript:void(0)']:not(.-back) {
  cursor: none;
  pointer-events: none;
}
.ammenu-category-tree .ammenu-title .ammenu-icon-block {
  margin-right: 10px;
  transform: translateY(3px);
}
.ammenu-category-tree .ammenu-label {
  margin: 0 0 0 10px;
  min-width: min-content;
  white-space: pre-wrap;
}
.ammenu-category-tree .ammenu-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ammenu-category-tree .ammenu-list > .ammenu-item:last-child .ammenu-link {
  padding: 0;
}
.ammenu-category-tree .ammenu-item {
  align-items: center;
  flex-basis: 100%;
}
.ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
  margin-left: 10px;
  transform: rotate(180deg);
}
.ammenu-menu-title {
  display: flex;
  align-items: center;
  padding: 20px;
}
.ammenu-menu-title .ammenu-title {
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
}
.ammenu-menu-title .ammenu-button.-close {
  margin: 0 0 0 auto;
}
.ammenu-category-columns {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-category-columns.-col-1 .ammenu-column {
  width: calc(100% / 1);
}
.ammenu-category-columns.-col-2 .ammenu-column {
  width: calc(100% / 2);
}
.ammenu-category-columns.-col-3 .ammenu-column {
  width: calc(100% / 3);
}
.ammenu-category-columns.-col-4 .ammenu-column {
  width: calc(100% / 4);
}
.ammenu-category-columns.-col-5 .ammenu-column {
  width: calc(100% / 5);
}
.ammenu-category-columns.-col-6 .ammenu-column {
  width: calc(100% / 6);
}
.ammenu-category-columns.-col-7 .ammenu-column {
  width: calc(100% / 7);
}
.ammenu-category-columns.-col-8 .ammenu-column {
  width: calc(100% / 8);
}
.ammenu-category-columns.-col-9 .ammenu-column {
  width: calc(100% / 9);
}
.ammenu-category-columns.-col-10 .ammenu-column {
  width: calc(100% / 10);
}
.ammenu-category-columns.-col-1 .ammenu-column {
  display: block;
  width: 100%;
}
.ammenu-category-columns.-col-1 .ammenu-column .ammenu-title {
  width: 100%;
}
.ammenu-category-columns .ammenu-column {
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 20px;
  width: auto;
}
.ammenu-category-columns .ammenu-column:not(:last-child) {
  padding-right: 35px;
}
.ammenu-nav-sections.-sidebar.-left-menu {
  max-width: 355px;
  overflow: visible;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-link:not(.-active) .ammenu-icon-block.-toggle {
  transform: rotate(180deg);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root {
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  height: calc(100% - 120px);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root > .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-sidebar.-left-menu .pagebuilder-column {
  min-width: min-content;
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='html'],
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='video'] {
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper {
  border-radius: 0 10px 10px 0;
  box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.17), inset 8px 0 8px -7px rgba(0, 0, 0, 0.3);
  left: 355px;
  margin: 0;
  max-width: 64vw;
  position: fixed;
  width: fit-content;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-full {
  min-width: 70vw;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-auto {
  width: max-content;
}
.ammenu-nav-sections.-topmenu.-hamburger {
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu.-hamburger:not(.-sticky) .ammenu-main-container {
  max-width: 1320px;
}
.ammenu-nav-sections.-topmenu.-hamburger .ammenu-main-container {
  padding: 0;
}
.ammenu-nav-sections.-sidebar {
  transition: 0.3s all ease-in;
  bottom: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17), 4px 4px 10px rgba(0, 0, 0, 0.1);
  left: -100%;
  max-width: 500px;
  overflow: auto;
  padding: 0 0 48px;
  position: fixed;
  top: 0;
  width: 95vw;
  z-index: 272;
}
.ammenu-nav-sections.-sidebar.-opened {
  left: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-account-section {
  height: 100%;
}
.ammenu-nav-sections.-sidebar .ammenu-items {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item {
  margin: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  box-sizing: border-box;
  flex-basis: 100%;
  font-weight: 700;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  bottom: 0;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-icon {
  margin-bottom: auto;
  margin-top: 2px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  padding: 0 40px 0 0;
}
.ammenu-nav-sections.-sidebar .ammenu-label {
  margin: 3px 5px 3px 10px;
  min-width: 50px;
}
.ammenu-nav-sections.-sidebar .ammenu-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  position: relative;
  transition: .5s opacity;
}
.ammenu-nav-sections.-sidebar .ammenu-link {
  flex-basis: 100%;
  flex-grow: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 20px;
  text-align: left;
}
.ammenu-nav-sections.-sidebar .ammenu-link:active {
  opacity: .6;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter {
  align-self: center;
  font-size: .8em;
  opacity: .5;
  padding: 0 0 0 5px;
  text-transform: capitalize;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:before {
  content: '(';
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:after {
  content: ')';
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.ie11 .ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-all;
}
.ammenu-nav-sections.-topmenu {
  transition: 0.1s all ease-in;
}
.ammenu-nav-sections.-topmenu.-sticky {
  min-height: 58px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1320px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 23.5px 14px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-label {
  white-space: nowrap;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  transition: .5s;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover + .ammenu-submenu-block {
  display: flex;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover > .ammenu-link {
  text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 1.4rem;
  padding: 14.5px 14px;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-label {
  bottom: 100%;
  left: 0;
  margin: 0 0 4px;
  position: absolute;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1320px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 8px 15px rgba(72, 88, 112, 0.11);
  position: absolute;
}
.ammenu-submenu-block {
  box-sizing: border-box;
}
.ammenu-submenu-block.-root {
  height: 100%;
  width: 100%;
}
.ammenu-submenu-wrapper {
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  cursor: auto;
  font-weight: 400;
  max-height: 70vh;
  max-width: 100%;
  padding: 35px 35px 15px 35px;
  transition: .3s;
  z-index: 211;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper.-full {
  left: 0;
}
.ammenu-submenu-wrapper .block {
  margin-bottom: 0;
}
.ammenu-submenu-wrapper .ambrands-link {
  display: none;
}
.ammenu-submenu-wrapper .ammenu-link.-simple {
  margin: 0;
}
.ammenu-submenu-wrapper .ambrands-list-popup {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition: none;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(270deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-link.-active > .ammenu-icon-block.-toggle {
  transform: rotate(90deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items {
  padding: 0 0 0 30px;
}
.pagebuilder-content-type-wrapper .ammenu-item {
  list-style: none;
}
.ammenu-label-group.admin__control-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ammenu-label-group.admin__control-grouped > .admin__field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
}
.ammenu-label-group.admin__control-grouped .colorpicker-input {
  width: calc(100% - 37px) !important;
}
.ammenu-items-tree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  list-style: none;
}
.ammenu-items-tree .ammenu-item {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 200px;
  margin-bottom: 20px;
  padding: 35px 30px;
  white-space: nowrap;
}
.ammenu-items-tree .ammenu-item:hover {
  border-color: #a0a0a0;
  box-shadow: 0 2px 4px rgba(32, 77, 112, 0.16);
}
.ammenu-items-tree .ammenu-item:not(:last-child) {
  margin-right: 20px;
}
.amasty-mega-menu .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  margin: 3px 0 0;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
.amstipe-add-wrapper {
  margin-top: 30px;
}
.amstipe-add-wrapper .amstripe-error {
  color: #e02522;
  font-weight: 600;
}
.amasty-save-card-checkbox {
  margin-top: 15px;
}
.payment-method-amasty_stripe .amstripe-image {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: auto;
  width: 71px;
  transform: translateY(-50%);
}
.payment-method-amasty_stripe .payment-method-title {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.payment-method-amasty_stripe .payment-method-title .label {
  position: relative;
  display: flex;
  align-items: center;
  flex: auto;
  margin: 0;
  padding: 20px 0 17px 4px;
}
.amstripe-saved-cards .amstripe-card {
  width: auto;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amstripe-saved-cards .amstripe-card.-visa,
.amastripe-card-saved .amstripe-logo.-visa {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-mastercard,
.amastripe-card-saved .amstripe-logo.-mastercard {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-jcb,
.amastripe-card-saved .amstripe-logo.-jcb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAqFBMVEUAAAALR5wLR5wLR5wLR5wLR5wLR5z///85aq+zxuDS3e0aU6KFo86Vr9TD0ud1l8dIdbUpXqijutrx9Pnh6fMWT6EwY6tfhr6ovtyettdWgLtQe7gTTZ8OSZ6QrNIgV6X6+/2Hpc5Ygbvd5fHB0Oa7zORmjMFBcLI1Z631+PvV4O+twt6ZstZ9nsvP2+yNqdFtkcRqjsLi6fPM2OuAn8stYaomW6fo7vYTPHdwAAAABnRSTlMA9SHrrKn+88cPAAACM0lEQVR4Ae3ax47bMBDG8XjLNyqSRcurYhXJvay9veT93yw0o7XFi4EcJkyw/N8EHvQ7DAQBnB//QFe3AxhpcHul3n8NY10fBTcw2I0EDGCwgQTAaBZgARZgARbw/wGSrSM2juO0UPmOUKXdY7oRopjPSyZA8rSgrghA/XxPXTlk69PpjgewfaVTD0A7pFMuUOd0ruIAtD/pXIDqjc4NgYZ6+RyAmDRARBrgY8oNSKY64FEHzIgb4JAOGOsA1wIs4C8DZqYBoQXgzgK+L2D1HkUzBXhrAlkThqGLfXCqWfACMsgkYFcASF4m+dNLOkEOYBQEs6wGqntWQAFZg7sSwMcrqYYKkHX/SpixAuaQhVhBtqIvQPwFWANwWQFryGLMAPjU9YgJgLaYZymAhvgBBwR9gKcA6XsQPCdAyjIDqSgXdGwDoI6xh2ypAdYk2wNIEwaAUyAj2RCyIv49hNtxH6DOXQA+OAC7DCJfPiUAnLEEjAsAo8Ny6QalqwBpHB+efQARC4BomaVtDX8TTkkCiLxD2DVEHp2bEBOglwKc8+BSvwT8gMUlgA9+gHcJ0LID3MuAkQWwA3LTgPjbA8LLgE92QAPP7Ifo4TKgYgeUOmClA+7BDdglOqDUARE74AEaYA8N4FXcgBAaYJVoAO8THIAtdU1dgR5gOnypcQZMH6MKLICqEELM5+W2gmrkOBshnFENVeKPjrW1vS+wAAuwAAuwgD/L/BqP+UUm86tcxpfZDPcLutsGWeFCxv8AAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-diners,
.amastripe-card-saved .amstripe-logo.-diners {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAyVBMVEUAAAAHTZQHTZQHTZQHTZQHTZQHTZQHTZT///8OUpdij7w0bahDeK6TstCEp8vw9fm90ONBd602b6kuaaV1nMRVhbYpZaMLUJaXtdNGeq+kvdhci7kXWZsUVpquxdw8c6sbXJ16oMbh6vKxyN4kYqEgX5/z9/r7/P3b5fDK2ehqlL9PgbPX4u7S3+ydudXr8feJqsxZiLhKfbKhvNeQr9CApMlnkr44caqowdr3+fy4zOG0yt9ul8Hl7PTC0+WMrc3H1+fd5/HN3OrfNl/SAAAAB3RSTlMAIfX066ypGEu1/gAABHlJREFUeAHt2mmPoloegPG5y73POYDKooDKAha477ultVR//w81olR3VWfS86JEZ258EnKix+T8Yowm8v/X/0C//f0HN+mPv387nf8nN+vPTPAXN+yvI+B3btjvRwA37f8acAfcAXfAHXAHROG8dqoeetcHhONW5+3b6Emc6y7NqwLU591iLgG8WZAbdPN6gGqnkfI9Sz8LOuVrAUrtGZ+KxblAXgUQ7+r81DoXNK4B2AiFLN8HiByyprngcAVALyBLqainpVUHcIZnQDstHFAXNsBKiDNAdGYANXFuWThg8fh+Xg4QOwugdQZMZNGApzXA2weAOJFK4pxWMCAVFjAXHwEiBWY5IC4YEAoHKH8GzIBNDhgXDKh3ANzPgANg54Bt0QABMP0MUAA1BzQKBtgiAWafARYwyAHTggFOewb4lY+AEcAqB9QKBrBfAMQfAQOAnjjV8YoGzNoewOMPwBLAFOcaFA1w3l5OyyIHdGJyUFbHKhzAoBOSFaYAqsXJ8eMjWDgAt5XyU2FbnHp2rgGQ+zeLT2kVcarncw0AstFef3xY7ohTgc91AKBMRkp+WlR9/yFW4GoA/Ljb6TVKpe1InBtVfa4JAGylXMpbNRPei+bkacklAF5cmpan6wgIG/yqmjudljWv+8A5RdQvAcAXVaTSisGa/upl+ouEpOuV3wFULgOgUgWsdpVf9rglS0kKArBs+44JiZ/OI5B1FRzb0/AGKkAoQs4dAZ4PUh4B9ty/GGAgBs8tVsJd6k+OvZ+XGmk3GIlQ10pNoCrkd4DVXbKelKmMX4YT61IATTRrLZxdiBTWflVXROq+OmlfRxpA/AFAowQPR0AdOdxeCqAI6wigYoIw2816vS5LDbArQwWgJoz/BOAwuhTgUecHoDMHyACkbmcF+JOALDP6DFD0rwN2ZSDuJh8Az7qDEWWAvmQZnN+CA+Ds5REwbiB7ZXYDaNS+CojG7clytYglUWOiHNpj/9B2jaeuftBee1U52zefNbKM18f1+sG19OF81gmWz3rY+jaI44K+iqXlc85TJXmelXAuSYhOe/4/4G86zzRVE2y1rhmGUQtV1YzUjQ1mdpkSQ1r1bEdVU6yaTWI6JGqCv0Fu1OjLgEgParsSRq9Udbv9YDzq7+2R+7h1xpU607GM2v04dp/6D9Mnq7SYPb+Eky3mq0mjh9y+pl8GsCijT1a4Ds0esqqzRu+vRzQfJ6bRp7p/kDSHOM3hvAX2TgtaJVzY7kzKARcBuIPK2iUDUO0uVuj625zmYNxt9glW7SgDHK/4G9Bdu8YkdpktRy+XA6BUghygs0n1w8g9Agha/SToD6s5oFbxkJWNy6CiM+6PhxnAj74I8PTtXE+o7nGWXQu3q7xUR6VBu18qO1I/jKsEvfTlSWXVshsPg8V082qj9ELd00S/0Wtu1a8CDCPUUghxNM1G0zTDNjSpGprm4NnaBk2Ljs9haAmbpoWl2bCxNM82QkPTtPv9gjvgDrgD7oA74L908zGemw8y3XyU6+bDbLfv37mKZNpUe58OAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-unionpay,
.amastripe-card-saved .amstripe-logo.-unionpay {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-american,
.amstripe-saved-cards .amstripe-card.-amex,
.amastripe-card-saved .amstripe-logo.-american,
.amastripe-card-saved .amstripe-logo.-amex {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-discover,
.amastripe-card-saved .amstripe-logo.-discover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAABrVBMVEUAAADw8fHw8fHw8fHw8fHw8fHztoH0nVP0nlTw8fH1gh8AFiEdMTpodXwsPkelrLDo6erT1ti0ur3w8PDw7uv1giBFVV31jzcJHikFGiXEycv5sXXs7u7i5OXg4uLKztCHkZaDjZL2lEH1hCTo6urw6+bw6eLc3+C7wcOvtrn8z6nyxJt5hYr0sHX4pV86S1T2l0UWKjQPJC71hibq7OzZ3d7Bxsi+w8arsrXyzazzvpHzpWL0o170oVknOUIjNj/1ii7x5Nf+5M792r37xZf7wpL6uoNxfYNebHNaaW9WZGz4rGtQX2b4p2L3o1v3n1T2nE/0m08gMz31kTrx5dvR1dbx4tTHy83x3szx28fx1Lv91rXy0bTyyqjzyaWWn6Pyx6GRmp/yxZ7ywZbzt4NseX9mc3nzqmtLW2JCUlo3SFAzRE3l5+f/69vO0tP938W3vb+2vL6psbT8zKSYoKT7y6J9iY76v436voz6vYjztYD5tHr5s3lAUFg8TVX0mEr1iS3W2drIycn91bW0tLShqayao6eXn6SNl5uYl5fyuonzuYd2dXX0rW/1qWgOsa4KAAAACXRSTlMA9SHrrKk+5OIO8QHYAAADj0lEQVR4AezOMQHAQAzDwPqTDOZPuGlJ+AeJgO65oDNyJM35/+VY9QnawXoBcjAtwNEAAAAAAAAAAAAAAAAAAMBLTZ39NLEFcBx//uU3tDOdS5mZLu1ASZfbS2nTpfdyaSMLlB1rAA0RhARkkQVFlCi4Lybq3+w5ByRjjIm28cHvA6HtQz+ZnvP7wwCRIi67Z+i/H5DVNK0WfC+/KahlYbp52ucBAOFVH8ndFGDevt7Z0/Ns3YSrNZNKVtOyaU2VTsm/uXgi+iHWEqCDKq0C+NiBE9K2mNehB6mK46+Bzq7++fn+rsHeBdKFaI2M+anyB6jafvnxdYuAWuwwa7GwrwAFBvXwyREwSTZixdhkHHd7umenQqGp2f4BBFk3IalnEADHMAxdABaMBpmKmi0CfADKFqclIExuQFYhxyFLXuvs7nv6eGTk0ZO+7ltVMqA+9EtABCIBMFAi3wFtALBBWxcAgWAwbcq3CzpU/z6fC41mXi1nRkNz6+GmgGKCWlgC3vr9fl0B0mS1PcB9MiYBjkayFkCQ27jo766+sYfDQ0PDD8Zm/oNLOxmx6EICZIYAbE5YbCbaBuxLAIrHO6S95AHcmDnNHOztHWROBSBq0Y3TiirATi6XK6lDaE8baA+wyUJRAmRVctzzE3iewIp8/M0aG4D3DGzSrqA9QMViAxJwFAWQ50bq6hAuqjOwrM7ATaBMkfMtYOGcWrR1QL1cHbeYT0pA1d4pR11yVV7DiXJkSVzDgatb8A9Eu2QOF4BDx3Ei8hAaBW6ZLQNU9SVIgGNdvPIOUe/g5Q586oXomHwDkWeIDLlM8Tam2Le19nWKnTPS3iqpKd4lmZNTfOd/sYSfV0zIEvl8GCLPFL8AprX6j5d4UQJ+uoSRuPq3VMT3lZL4pb4Ua8eoDQNBFIZTOeFvPYt6C20jBIatJEuwOoKwCLaQg4kEvoOb9MmlU4W0Tlh4/wm+qaZ5tubSd1xnIAScOhAC+ptDCCjWADqALRF0ACsz0AG21yPoAL/XSwC2ZKAD+K8IOsBrFUAHmA4OZAC77gEZoF8jyADbuXMgA4yfGaACWN06kAHOVQRUgLHZAyqALwcHKkBxaXNABPBvbQBEAF92OSACnJrBARqAzdURQAPo39sAaAC+/jldALDp/uFI0T9mPH6+DzmJCn8cMo2XaudI2PPjU65iag4ZiYubh8Zsdl5uO9IXXjZP+r4BfO3JLU/cG3IAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-td {
  padding: 6px 3px;
  vertical-align: middle;
  text-align: left;
}
.amstripe-saved-cards .amstripe-td.-name {
  word-wrap: break-word;
  word-break: break-word;
}
.amastripe-card-saved {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.amastripe-card-saved .amstripe-card {
  display: flex;
  align-items: center;
}
.amastripe-card-saved .amstripe-card:before {
  margin-top: 0;
  margin-bottom: 0;
}
.amastripe-card-saved .amstripe-card > * {
  margin-right: 5px;
}
.amastripe-card-saved .amstripe-radiobutton {
  margin-right: 0;
}
.amastripe-card-saved .amstripe-logo {
  width: 60px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amastripe-card-saved .amstripe-name {
  font-weight: bold;
}
.amstripe-newcard {
  margin-bottom: 5px;
}
#customer-co-stripe-form label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
#customer-co-stripe-form label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.fieldset.payment.items.ccard.amasty_stripe {
  border: none;
}
#payment_form_amasty_stripe .data-grid tr td {
  border: none;
}
.amstripe-newcard {
  margin-top: 10px;
}
#payment_form_amasty_stripe {
  margin-top: 10px;
}
#customer-co-stripe-form {
  margin-top: unset;
}
#customer-co-stripe-form fieldset {
  padding-left: 0;
}
.amstripe-td {
  padding: 0;
  width: 40px;
}
._am-calendar-component.ui-datepicker,
.amrec-calendar-component.ui-datepicker {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
._am-calendar-component.ui-datepicker table,
.amrec-calendar-component.ui-datepicker table {
  font-size: 14px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev,
._am-calendar-component.ui-datepicker .ui-datepicker-next,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next {
  top: 7px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 13px;
  height: 13px;
  border-width: 0 0 2px 2px;
  border-color: #575855;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span {
  transform: translate(-50%, -50%) rotate(45deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  transform: translate(-50%, -50%) rotate(225deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-month,
._am-calendar-component.ui-datepicker .ui-datepicker-year,
.amrec-calendar-component.ui-datepicker .ui-datepicker-month,
.amrec-calendar-component.ui-datepicker .ui-datepicker-year {
  border-color: #a1a1a1;
  border-radius: 2px;
}
._am-calendar-component.ui-datepicker button,
.amrec-calendar-component.ui-datepicker button {
  border-color: #ffffff;
  border-radius: 2px;
  background: none;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker button:hover,
.amrec-calendar-component.ui-datepicker button:hover {
  background: #ffffff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar {
  border: none;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th {
  border: none;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td {
  border: none;
  background: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th span {
  padding: 5px;
  text-align: center;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #ffffff;
  color: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-buttonpane,
.amrec-calendar-component.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
}
._amrec-title,
.amrec-cycle-container .amrec-title,
.amrec-subscription-start .amrec-title,
.amrec-subscription-end .amrec-title {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
._amrec-panel,
.amrec-subscription-options,
.amrec-subscription-info {
  padding: 25px;
  background: #f7f7f7;
}
._amrec-input,
._amrec-datepicker,
.amrec-end-type.-cycles > .amrec-content > .amrec-input,
.amrec-subscription-start .amrec-datepicker,
.amrec-end-type.-date > .amrec-content .amrec-datepicker {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
._amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  bottom: 9px;
}
._amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 25px;
}
._amrec-radio-input,
._amrec-radio-input.-plate,
.amrec-purchase-option .amrec-input.-radio,
.amrec-purchase-option .amrec-input.-radio.-plate,
.amrec-cycle-container .amrec-input.-radio,
.amrec-end-type .amrec-input.-radio {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
._amrec-radio-input + .amrec-label,
._amrec-radio-input.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label {
  display: flex;
  align-items: center;
}
._amrec-radio-input + .amrec-label:before,
._amrec-radio-input.-plate + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:before,
.amrec-end-type .amrec-input.-radio + .amrec-label:before {
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin-right: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  content: '';
  transition: all .2s ease;
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 2px solid #4ebdc5;
}
._amrec-radio-input.-plate + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 15px;
  min-width: 175px;
  width: 100%;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label {
  border: 1px solid #333333;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate + .amrec-label:hover,
._amrec-radio-input.-plate:focus + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label:hover,
._amrec-radio-input.-plate.-plate:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio.-plate:focus + .amrec-label {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.amrec-subscriptional-label {
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 600;
}
.amrec-subscriptional-label:before {
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  content: '';
}
.am-checkout.-modern .amrec-subscriptional-label {
  background: #efefef;
}
.amrec-tooltip {
  vertical-align: middle;
}
.amrec-tooltip {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8fbee3 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  cursor: pointer;
}
.amrec-tooltip:hover {
  background: #459be0 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}
.amrec-tooltip-content.ui-tooltip {
  padding: 10px;
  max-width: 160px;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.35);
}
.amrec-product-view {
  margin-bottom: 25px;
  color: #000;
}
.amrec-product-view .amrec-panel:not(:last-of-type) {
  margin-bottom: 20px;
}
.amrec-product-view .amrec-label {
  font-size: 16px;
  cursor: pointer;
}
.amrec-product-view .amrec-comment {
  font-size: 11px;
}
.amrec-purchase-option {
  margin-bottom: 20px;
}
.amrec-purchase-option > .amrec-label {
  font-weight: 600;
  font-size: 18px;
}
.amrec-subscription-options {
  margin-top: 15px;
}
.amrec-subscription-options > .amrec-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-subscription-options > .amrec-block:first-of-type {
  margin-top: 0;
}
.amrec-cycle-container .amrec-error {
  width: 100%;
}
.amrec-subscription-start {
  position: relative;
  margin-top: 30px;
}
.amrec-subscription-end {
  margin-top: 40px;
}
.amrec-end-type {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-end-type:not(:last-child) {
  margin-bottom: 10px;
}
.amrec-end-type .amrec-input.-radio:checked ~ .amrec-content {
  opacity: 1;
  pointer-events: auto;
}
.amrec-end-type .amrec-content {
  position: relative;
  width: 100%;
  opacity: .5;
  pointer-events: none;
}
.amrec-end-type .amrec-error {
  width: 100%;
  text-align: right;
}
.amrec-end-type.-cycles > .amrec-content {
  display: flex;
  align-items: center;
}
.amrec-end-type.-cycles > .amrec-content > .amrec-input {
  margin-right: 12px;
  width: 80px;
  text-align: center;
}
.amrec-subscription-info {
  margin-top: 20px;
}
.amrec-subscription-info .amrec-status {
  display: block;
  width: 20px;
  height: 20px;
}
.amrec-subscription-info .amrec-status.-yes {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiByeD0iNyIgZmlsbD0iIzdBQTAyMiIvPjxwYXRoIGQ9Ik05LjIyNCA0Ljg2N2EuNDE3LjQxNyAwIDAwLS4yOTMuMTM3Yy0xLjA0NCAxLjEtMS44MzQgMi4wMTQtMi44MTcgMy4wNjVsLTEuMDc4LS45NmEuNDIuNDIgMCAwMC0uMzEtLjEwNS40MS40MSAwIDAwLS4yOS4xNTYuNDU2LjQ1NiAwIDAwLS4xMDEuMzI3LjQ2Ny40NjcgMCAwMC4xNDguMzA1bDEuMzg1IDEuMjM0QS40MTMuNDEzIDAgMDA2LjQ0OCA5YzEuMTQ0LTEuMjA4IDEuOTYxLTIuMTc0IDMuMDg5LTMuMzYzYS40Ny40NyAwIDAwLjA5Ni0uNDk5LjQ0My40NDMgMCAwMC0uMTY1LS4yMDMuNDEuNDEgMCAwMC0uMjQ0LS4wNjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrec-subscription-info .amrec-status.-no {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiByeD0iNyIgZmlsbD0iI0YyM0IzQiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC4wNjcgOS41NDZsNS40NzktNS40OC4zODcuMzg4LTUuNDc5IDUuNDgtLjM4Ny0uMzg4eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45MzMgOS41NDZsLTUuNDc5LTUuNDgtLjM4Ny4zODggNS40NzkgNS40OC4zODctLjM4OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-info-table .amrec-cell.-value {
  font-weight: 600;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell {
  background: #fff;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hidden {
  display: none;
}
.-nobackground {
  background: none !important;
}
.-nobold {
  font-weight: 400 !important;
}
.amrec-product-label {
  display: none;
  /*        &:before {
            display: inline-block;
            width: 15px;
            height: 15px;
            .lib-css(background, @amrec-pin-icon__background);
            background-size: contain;
            content: '';
            vertical-align: middle;
        }

        .amrec-text {
            vertical-align: middle;
        }*/
}
.amrec-subscriptions-notice {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid {
  overflow-x: auto;
}
.amrec-subscriptions-grid .amrec-item:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}
.amrec-subscriptions-grid .amrec-cell {
  padding: 11px 10px;
}
.amrec-subscriptions-grid .amrec-cell,
.amrec-subscriptions-grid .amrec-th {
  vertical-align: top;
}
.amrec-subscriptions-grid .amrec-name {
  cursor: pointer;
}
.amrec-subscriptions-grid .amrec-name:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid;
  margin: 0px 0 -3px 5px;
  transform-origin: 50% 26%;
}
.amrec-subscriptions-grid .amrec-name.-up:after {
  transform: rotate(180deg);
}
.amrec-subscriptions-grid .amrec-label {
  font-weight: bold;
}
.amrec-subscriptions-grid .amrec-info {
  min-width: 200px;
}
.amrec-subscriptions-grid .amrec-shipping {
  margin-top: 10px;
}
.amrec-subscriptions-grid .amrec-details {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid .amrec-value {
  margin-left: 5px;
}
.amrec-subscriptions-grid .amrec-button {
  padding: 10px 15px;
  color: #fff;
  background: #848484;
  border-radius: 5px;
  box-shadow: none;
}
.amrec-subscriptions-grid .amrec-button:hover {
  background: #919191;
}
.amrec-cancel-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.amrec-cancel-confirmation .amrec-overlay {
  position: absolute;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #efefef;
  opacity: .4;
}
.amrec-cancel-confirmation .amrec-popup {
  z-index: 9999;
}
.amrec-subscription-cancel {
  position: relative;
  box-sizing: border-box;
  padding: 35px;
  max-width: 90vw;
  width: 540px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(157, 157, 157, 0.25);
}
.amrec-subscription-cancel .amrec-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.amrec-subscription-cancel .amrec-close:hover {
  background: #f1f1f1;
}
.amrec-subscription-cancel .amrec-close:before,
.amrec-subscription-cancel .amrec-close:after {
  position: absolute;
  width: 11px;
  height: 2px;
  background: #c4c4c4;
  content: '';
}
.amrec-subscription-cancel .amrec-close:before {
  transform: rotate(45deg);
}
.amrec-subscription-cancel .amrec-close:after {
  transform: rotate(135deg);
}
.amrec-subscription-cancel .amrec-close:hover:before,
.amrec-subscription-cancel .amrec-close:hover:after {
  background: #363636;
}
.amrec-subscription-cancel .amrec-header {
  margin: 5px 0 0;
  font-size: 16px;
}
.amrec-subscription-cancel .amrec-text {
  margin-top: 15px;
}
.amrec-subscription-cancel .amrec-wrapper {
  margin-top: 30px;
  text-align: right;
}
.amrec-subscription-cancel .amrec-button {
  padding: 15px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.amrec-subscription-cancel .amrec-button.-confirm {
  background: #1787e0;
  color: #fff;
}
.amrec-subscription-cancel .amrec-button.-confirm:hover {
  background: #3f9feb;
}
#amasty_recurring_payments_general_supported_payments {
  font-family: "Admin Icons", "Open Sans", "Helvetica Neue", Helvetica, Arial;
  /* Do not add a generic font! */
}
.amrecurring-gateway-messages .amrecurring-list {
  margin-left: 30px;
}
.checkout-onepage-success .block.crosssell {
  float: none;
}
.amtypage-background {
  background-position: center;
  background-repeat: no-repeat;
}
.amtypage-main-container {
  display: flex;
  flex-wrap: wrap;
}
.amtypage-main-container > div {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
}
.amtypage-main-container > .amtyblock {
  margin: 20px 0;
  padding: 10px 15px;
  position: relative;
}
.amtypage-main-container > .amtyblock:first-child {
  margin-top: 0;
}
.amtypage-main-container > .amtyblock:not(:last-child):after {
  background: #d1d1d1;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle,
.amtypage-main-container > .amtyblock .text {
  display: block;
}
.amtypage-main-container > .amtyblock .actions-toolbar,
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle {
  margin-bottom: 20px;
}
.amtypage-main-container > .amtyblock .page-title {
  min-height: 40px;
}
.amtypage-main-container > .amtyblock .subtitle {
  font-weight: 600;
}
.amtypage-main-container > .amtyblock .text,
.amtypage-main-container > .amtyblock .content {
  margin-bottom: 10px;
}
.amtypage-main-container pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.thankyoupage-customer-create-form {
  max-width: 690px;
}
.amtyblock-customer-create .content .actions {
  margin-top: 40px;
}
.amtyblock-customer-create .error {
  color: #e02b27;
  margin-top: 10px;
}
.amtypage-title {
  display: block;
  font-weight: 600;
}
.checkout-index-index .checkout-billing-address {
  background-color: #f7f7f7 !important;
}
.checkout-index-index .action-apply {
  background-color: #ffffff;
  color: #4ebdc5 !important;
  border: 2px solid #4ebdc5 !important;
  text-align: center !important;
  padding: 15px 35px !important;
}
.checkout-index-index input[type="text"] {
  background-color: #ffffff !important;
}
.checkout-index-index .payment-method-content .checkout-agreement.choice .label {
  top: 0px !important;
}
.checkout-index-index .checkout-agreements-block .action-show {
  color: #333333;
}
.checkout-index-index .checkout-agreements .checkout-agreement.choice {
  flex-flow: row nowrap;
}
.checkout-index-index .checkout-agreements .checkout-agreement.choice .label {
  position: relative;
  top: -8px;
}
.checkout-index-index .checkout-payment-method .payment-method.klarna-payments-method .label {
  position: relative;
  top: -8px;
}
.checkout-index-index .checkout-payment-method .payment-method .label {
  position: relative;
  top: -2px;
}
.checkout-index-index .opc-block-summary {
  /*position: inherit !important;*/
  background-color: #f7f7f7;
}
.checkout-index-index .nav-holder {
  display: none !important;
}
.checkout-index-index .websiteswitch-wrapper {
  display: none;
}
.checkout-index-index .amtheme-icons-container {
  display: none !important;
}
.checkout-index-index .block-search {
  display: none !important;
}
#special_end {
  font-size: 1.4rem;
  margin-top: 10px;
}
.custom-modal .modal-inner-wrap {
  max-width: max-content;
  padding: 30px;
}
.vodiapicker {
  display: none;
}
#a {
  padding-left: 0px;
}
#a img,
.btn-select img {
  width: 25px;
}
#a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#a li:hover {
  background-color: #F4F3F3;
}
#a li img {
  margin: 10px 5px 0px 20px;
}
#a li span,
.btn-select li span {
  margin-left: 15px;
  position: relative;
  top: -7px;
  color: #333;
}
/* item list */
.b {
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.open {
  display: show !important;
}
.btn-select {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
  position: relative;
  top: -9px;
}
.btn-select:hover li {
  margin-left: 0px;
}
.btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.btn-select:focus {
  outline: none;
}
.lang-select {
  margin-left: 0px;
}
.page-header .content .website_switch {
  align-items: baseline;
}
.website_switch {
  position: absolute;
  z-index: 99;
  padding-left: 0px;
  list-style: none;
  margin-top: -7px;
}
.website_switch li {
  background-color: #000000;
  /*min-width: 150px;*/
  list-style: none;
}
.website_switch li a {
  color: #fff;
  padding-left: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.website_switch li a img {
  position: relative;
  top: 4px;
}
.website_switch li ul li {
  border-top: 1px solid #444;
  padding: 10px;
  margin-bottom: 0px;
}
.website_switch li ul li a {
  text-transform: uppercase;
}
.website_list {
  padding-left: 0px;
}
.website_switch li:hover ul.website_list {
  display: block !important;
  padding-top: 8px;
}
.empty-td {
  display: none;
  width: 0;
  padding: 0;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Amasty/Bacterfield/de_AT/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Amasty/Bacterfield/de_AT/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../../frontend/Amasty/Bacterfield/de_AT/images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,
.account.sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,
[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,
.account.customer-account-index .embedded-iframe-container {
  display: none;
}
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container {
  display: block;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
.wesupply-track-shipment #maincontent .not-found {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.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;
  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 a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.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: 2.2rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  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: 1.5rem;
  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: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  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: 1.8rem;
}
.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: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart-summary .block.giftcard .action.check {
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.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 {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.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;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #f0f0f0;
  border: 0;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.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 .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: 400;
  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: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #ffd0a1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #ffd0a1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  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: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  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 #333333;
  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-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 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: '\e61c';
  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;
}
.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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  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: #3d3731;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #a8a69f;
}
.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: #3d3731;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #a8a69f;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.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 #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb 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 > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #a8a69f;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #918476;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
}
.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: #ffffff;
  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;
  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-weight: 700;
  line-height: 2rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  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: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  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 {
  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: #333333;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.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 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.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;
}
.fotorama-video-container:after {
  background: url('../../frontend/Amasty/Bacterfield/de_AT/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: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Amasty/Bacterfield/de_AT/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 {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.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;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.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;
}
.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: 400;
}
.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;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #545454;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #242424;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #545454;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #242424;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.product-item > .product-item-info {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.product-item .product-item-photo {
  display: block;
}
.product-item .product-item-name {
  display: inline-block;
  min-height: 40px;
}
.product-item .product-image-container {
  display: block;
  max-width: 100%;
}
.product-item .product-image-wrapper {
  position: relative;
  z-index: auto;
  display: block;
  overflow: hidden;
  height: 0;
}
.product-item .product-item-link {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 40px;
  color: #333333;
  font-weight: 400;
  transition: color 0.4s ease-in-out;
}
.ie11 .product-item .product-item-link {
  word-break: break-all;
}
.product-item .product-item-link:hover {
  color: #070605;
}
.product-item .product-reviews-summary {
  font-size: 0;
  line-height: 2rem;
}
.product-item .action.tocompare .amtheme-title,
.product-item .action.towishlist .amtheme-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .product-item-details > *:not(:last-child) {
  margin-bottom: 15px;
}
.product-item .product-item-details {
  z-index: 0;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin-top: 15px;
  min-height: 1px;
}
.product-item .action.tocart {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.product-item .action.tocart:before {
  display: none;
}
.product-item .action.tocart.primary:before {
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  background-image: linear-gradient(#c9b59f, #c9b59f), radial-gradient(circle at top left, #ffffff, rgba(255, 255, 255, 0.2));
  animation: spin 0.8s linear 0s infinite;
  background-clip: content-box, border-box;
  background-origin: border-box;
  border-radius: 50%;
  content: '';
  vertical-align: top;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-item .action.tocart.secondary:before {
  margin: 0 5px 0 0;
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  background-image: linear-gradient(#7aa022, #7aa022), radial-gradient(circle at top left, #ffffff, rgba(255, 255, 255, 0.2));
  animation: spin 0.8s linear 0s infinite;
  background-clip: content-box, border-box;
  background-origin: border-box;
  border-radius: 50%;
  content: '';
  vertical-align: top;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-item .action.tocart.-show-spinner:before {
  display: inline-block;
  vertical-align: middle;
}
.product-item .amtheme-action-links {
  display: flex;
  align-items: baseline;
}
.product-item .product-photo-wrapper > .loading-mask img,
.product-item .product-photo-wrapper > .loading-mask {
  position: absolute;
}
.product-item .product-photo-wrapper > .loading-mask {
  top: -20px;
  right: -20px;
  left: -20px;
}
.product-item .stock.unavailable,
.amtheme-comparsion-table .stock.unavailable {
  padding: 12px 0;
  color: #a8a69f;
  font-weight: 700;
  line-height: 25px;
}
.product-item-name.-capitalize {
  text-transform: capitalize;
}
.product-item-name.-lowercase {
  text-transform: lowercase;
}
.product-item-name.-uppercase {
  text-transform: uppercase;
}
.ie11 .product-item .product-item-link {
  display: inline-block;
  max-width: 100%;
  max-height: none;
}
.prices-tier {
  display: none;
}
.prices-tier > .item {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  line-height: 2.6rem;
}
.prices-tier > .item .benefit {
  width: 100%;
}
.prices-tier > .item .price-container {
  padding: 0 5px;
}
.prices-tier > .item .price-container .weee {
  margin: 0 5px 0 0;
  width: auto;
}
.block-viewed-products-grid .product-item .product-item-description .product-item-link {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
}
.block-viewed-products-grid .product-item .product-item-description .product-item-link:visited {
  color: #333333;
  text-decoration: none;
}
.block-viewed-products-grid .product-item .product-item-description .product-item-link:hover {
  color: #545454;
  text-decoration: none;
}
.block-viewed-products-grid .product-item .product-item-description .product-item-link:active {
  color: #242424;
  text-decoration: none;
}
.block.crosssell .slick-track,
.block.related .slick-track,
.block.upsell .slick-track {
  display: flex;
  justify-content: stretch;
}
.block.crosssell .slick-slide > div,
.block.related .slick-slide > div,
.block.upsell .slick-slide > div,
.block.crosssell .slick-slide .product-item,
.block.related .slick-slide .product-item,
.block.upsell .slick-slide .product-item {
  height: 100%;
}
.block.crosssell .product-item-info .price-box,
.block.related .product-item-info .price-box,
.block.upsell .product-item-info .price-box {
  margin-top: 0;
}
.block.crosssell .product-item-info .product-item-actions,
.block.related .product-item-info .product-item-actions,
.block.upsell .product-item-info .product-item-actions {
  margin-top: auto;
}
.product-item .product-image-photo,
.catalog-category-view .product-item .product-image-wrapper > img,
.catalogsearch-result-index .product-item .product-image-wrapper > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.products-grid .product-item-info {
  height: 100%;
}
.products-grid .product-photo-wrapper {
  display: block;
  min-height: 1px;
}
.products-grid .price-box {
  margin-top: auto;
}
.products-grid .product-item-inner {
  transition: max-height 0.4s ease-in-out, padding-bottom 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
.products-grid .swatch-wrapper {
  margin-bottom: 10px;
}
.products-grid.products > .amtheme-products-secondary,
.amtheme-products-secondary.-in-widget,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items {
  flex-wrap: wrap;
  justify-content: unset;
  padding: 0;
}
.products-grid.products > .amtheme-products-secondary .product-item-name,
.amtheme-products-secondary.-in-widget .product-item-name,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-name,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-name {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 40px;
}
.products-grid.products > .amtheme-products-secondary .product-item-name:not(.-amtheme-name),
.amtheme-products-secondary.-in-widget .product-item-name:not(.-amtheme-name),
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-name:not(.-amtheme-name),
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-name:not(.-amtheme-name) {
  margin: 0;
}
.products-grid.products > .amtheme-products-secondary .product-item-link,
.amtheme-products-secondary.-in-widget .product-item-link,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .products-grid.products > .amtheme-products-secondary .product-item-link,
.ie11 .amtheme-products-secondary.-in-widget .product-item-link,
.ie11 .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link,
.ie11 .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link {
  word-break: break-all;
}
.products-grid.products > .amtheme-products-secondary .product-item-link:hover,
.amtheme-products-secondary.-in-widget .product-item-link:hover,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link:hover,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link:hover {
  color: #333333;
}
._keyfocus .products-grid.products > .amtheme-products-secondary .product-item-link:focus,
._keyfocus .amtheme-products-secondary.-in-widget .product-item-link:focus,
._keyfocus .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link:focus,
._keyfocus .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link:focus {
  box-shadow: none;
  color: #333333;
}
.products-grid.products > .amtheme-products-secondary .product-item-info,
.amtheme-products-secondary.-in-widget .product-item-info,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info {
  padding: 0;
}
.products-grid.products > .amtheme-products-secondary .price-container .weee:before,
.amtheme-products-secondary.-in-widget .price-container .weee:before,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-container .weee:before,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-container .weee:before {
  white-space: nowrap;
}
.products-grid.products > .amtheme-products-secondary .product-item .action.tocart,
.amtheme-products-secondary.-in-widget .product-item .action.tocart,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item .action.tocart,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item .action.tocart {
  font-size: 1.6rem;
  width: 100%;
}
.amtheme-products-secondary.-in-widget,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items {
  max-width: 100%;
}
.amtheme-products-secondary.-in-widget .product-item,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item {
  background: #fffefd;
  margin: 0 20px 0 0;
  width: 175px;
}
.amtheme-products-secondary.-in-widget .swatch-wrapper,
.amtheme-products-secondary.-in-widget .product-reviews-summary,
.amtheme-products-secondary.-in-widget .product-item-inner .actions-secondary,
.amtheme-products-secondary.-in-widget .product-item-actions .actions-secondary,
.amtheme-products-secondary.-in-widget .action.tocompare,
.amtheme-products-secondary.-in-widget .action.towishlist,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .swatch-wrapper,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-reviews-summary,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-inner .actions-secondary,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-actions .actions-secondary,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocompare,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.towishlist,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .swatch-wrapper,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-reviews-summary,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-inner .actions-secondary,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-actions .actions-secondary,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocompare,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.towishlist {
  display: none;
}
.amtheme-products-secondary.-in-widget .product-item-inner,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-inner,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-inner {
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-height: inherit;
  opacity: 1;
  padding: 0;
  position: static;
  width: auto;
}
.amtheme-products-secondary.-in-widget .action.tocart,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart {
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
  border-radius: 4px;
  font-size: 1.6rem;
  width: 100%;
}
.amtheme-products-secondary.-in-widget .action.tocart:focus,
.amtheme-products-secondary.-in-widget .action.tocart:active,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart:focus,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart:active,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart:focus,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
.amtheme-products-secondary.-in-widget .action.tocart:hover,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart:hover,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.amtheme-products-secondary.-in-widget .action.tocart.disabled,
.amtheme-products-secondary.-in-widget .action.tocart[disabled],
fieldset[disabled] .amtheme-products-secondary.-in-widget .action.tocart,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart.disabled,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart[disabled],
fieldset[disabled] .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart.disabled,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart[disabled],
fieldset[disabled] .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.catalogsearch-result-index .products.wrapper ~ .toolbar,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar,
.catalog-category-view .products.wrapper ~ .toolbar,
.catalogsearch-result-index .products.wrapper ~ .toolbar .pager,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar .pager,
.catalog-category-view .products.wrapper ~ .toolbar .pager {
  margin: 20px 0;
}
.catalogsearch-result-index .products.wrapper ~ .toolbar .toolbar-sorter,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar .toolbar-sorter,
.catalog-category-view .products.wrapper ~ .toolbar .toolbar-sorter,
.catalogsearch-result-index .products.wrapper ~ .toolbar .modes,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar .modes,
.catalog-category-view .products.wrapper ~ .toolbar .modes {
  display: none;
}
.catalogsearch-result-index .products.wrapper ~ .toolbar .pages,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar .pages,
.catalog-category-view .products.wrapper ~ .toolbar .pages {
  align-items: center;
  display: flex;
  justify-content: center;
}
.catalogsearch-result-index .top-toolbar > .toolbar,
.catalogsearch-advanced-result .top-toolbar > .toolbar,
.catalog-category-view .top-toolbar > .toolbar {
  display: flex;
  flex-direction: column-reverse;
}
.catalogsearch-result-index .top-toolbar > .toolbar .pager,
.catalogsearch-advanced-result .top-toolbar > .toolbar .pager,
.catalog-category-view .top-toolbar > .toolbar .pager {
  display: flex;
  flex-direction: row;
}
.catalogsearch-result-index .toolbar-products .pages,
.catalogsearch-advanced-result .toolbar-products .pages,
.catalog-category-view .toolbar-products .pages,
.catalogsearch-result-index .toolbar-products .limiter,
.catalogsearch-advanced-result .toolbar-products .limiter,
.catalog-category-view .toolbar-products .limiter {
  display: none;
}
.amtheme-compare-link > .amtheme-link {
  margin-inline-end: 60px;
  align-items: center;
  display: none;
  font-weight: 400;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-link > .amtheme-link {
    margin-right: 60px;
  }
}
.amtheme-compare-link > .amtheme-link.-show {
  display: flex;
}
.amtheme-compare-link .amtheme-icon {
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 0;
  color: transparent;
  height: 20px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-link .amtheme-icon {
    margin-left: 0;
    margin-right: 5px;
  }
}
.amtheme-compare-link .amtheme-counter {
  align-self: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0 5px;
}
.amtheme-compare-link:hover > .amtheme-link {
  color: #7b6f63;
  transition: all 0.2s ease-in-out;
}
.amtheme-compare-link:hover .amtheme-icon {
  fill: #7b6f63;
}
.amtheme-sticky-compare {
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 10;
}
.amtheme-sticky-compare.-show {
  display: flex;
}
.amtheme-sticky-compare > .amtheme-wrapper {
  align-items: center;
  background: #333333;
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: background 0.2s ease-in-out;
}
.amtheme-sticky-compare > .amtheme-wrapper:hover {
  background: #545454;
}
.amtheme-sticky-compare > .amtheme-wrapper.-link {
  padding-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sticky-compare > .amtheme-wrapper.-link {
    padding-right: 0;
  }
}
.amtheme-sticky-compare > .amtheme-wrapper.-clear {
  padding: 12px 15px;
}
.amtheme-sticky-compare.-fixed {
  position: fixed;
}
.amtheme-sticky-compare .amtheme-link {
  color: #ffffff;
  display: inline-block;
  margin: 0;
  padding: 0 13px 0 0;
  position: relative;
}
.amtheme-sticky-compare .amtheme-link:hover,
.amtheme-sticky-compare .amtheme-link:active,
.amtheme-sticky-compare .amtheme-link:focus {
  color: #ffffff;
}
.amtheme-sticky-compare .amtheme-link:after {
  border-inline-end: 2px solid #262626;
  content: '';
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sticky-compare .amtheme-link:after {
    border-right: 2px solid #262626;
  }
}
.amtheme-sticky-compare .amtheme-link > .amtheme-count {
  display: none;
}
.amtheme-sticky-compare .amtheme-link > .amtheme-count.-show {
  display: inline;
}
.amtheme-sticky-compare .amtheme-clear {
  line-height: 1;
}
.amtheme-sticky-compare .amtheme-icon {
  fill: #ffffff;
  height: 18px;
  width: 16px;
}
.amtheme-sidebar-block,
.sidebar .block.widget,
.column.main .block.widget.block-viewed-products-grid {
  margin-bottom: 55px;
}
.amtheme-sidebar-block > .amtheme-heading,
.sidebar .block.widget > .amtheme-heading,
.column.main .block.widget.block-viewed-products-grid > .amtheme-heading {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
.amtheme-sidebar-block > .amtheme-heading .clear,
.sidebar .block.widget > .amtheme-heading .clear,
.column.main .block.widget.block-viewed-products-grid > .amtheme-heading .clear {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
.amtheme-sidebar-block .amtheme-title,
.sidebar .block.widget .amtheme-title,
.amtheme-sidebar-block .block-title,
.sidebar .block.widget .block-title,
.column.main .block.widget.block-viewed-products-grid .amtheme-title,
.column.main .block.widget.block-viewed-products-grid .block-title {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.amtheme-sidebar-block .amtheme-items,
.sidebar .block.widget .amtheme-items,
.amtheme-sidebar-block .product-items,
.sidebar .block.widget .product-items,
.column.main .block.widget.block-viewed-products-grid .amtheme-items,
.column.main .block.widget.block-viewed-products-grid .product-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.amtheme-sidebar-block .product-item,
.sidebar .block.widget .product-item,
.amtheme-sidebar-block .product-item-details,
.sidebar .block.widget .product-item-details,
.column.main .block.widget.block-viewed-products-grid .product-item,
.column.main .block.widget.block-viewed-products-grid .product-item-details {
  z-index: auto;
}
.amtheme-sidebar-block .product.product-item:hover,
.sidebar .block.widget .product.product-item:hover,
.amtheme-sidebar-block .product.product-item:hover .product-item-info,
.sidebar .block.widget .product.product-item:hover .product-item-info,
.column.main .block.widget.block-viewed-products-grid .product.product-item:hover,
.column.main .block.widget.block-viewed-products-grid .product.product-item:hover .product-item-info {
  overflow: visible;
  z-index: 10;
}
.amtheme-sidebar-block .amtheme-actions,
.sidebar .block.widget .amtheme-actions,
.column.main .block.widget.block-viewed-products-grid .amtheme-actions {
  margin-top: 25px;
}
.amtheme-sidebar-block .amtheme-name,
.sidebar .block.widget .amtheme-name,
.amtheme-sidebar-block .product-item-name > a,
.sidebar .block.widget .product-item-name > a,
.column.main .block.widget.block-viewed-products-grid .amtheme-name,
.column.main .block.widget.block-viewed-products-grid .product-item-name > a {
  color: #333333;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}
.amtheme-sidebar-block .amtheme-name:hover,
.sidebar .block.widget .amtheme-name:hover,
.amtheme-sidebar-block .product-item-name > a:hover,
.sidebar .block.widget .product-item-name > a:hover,
.column.main .block.widget.block-viewed-products-grid .amtheme-name:hover,
.column.main .block.widget.block-viewed-products-grid .product-item-name > a:hover {
  color: #ffffff;
}
.amtheme-sidebar-compare .-icon-action {
  align-items: center;
  display: inline-flex;
  height: 100%;
  padding: 0 8px;
}
.amtheme-sidebar-compare .-icon-action.clear {
  padding-inline-end: 0;
  margin-top: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-compare .-icon-action.clear {
    padding-right: 0;
  }
}
.amtheme-sidebar-compare .-icon-action > .amtheme-icon {
  height: 10px;
  width: 10px;
}
.amtheme-sidebar-compare .amtheme-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-inline-end: 0;
  padding-inline-start: 8px;
  padding-top: 0;
  color: #333333;
  letter-spacing: 0.03em;
  max-width: 195px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-compare .amtheme-name {
    padding-left: 8px;
    padding-right: 0;
  }
}
.amtheme-sidebar-compare .amtheme-item {
  align-items: center;
  background: #fff6ee;
  display: flex;
  height: 25px;
  justify-content: space-between;
  margin: 5px 0 0;
}
.amtheme-sidebar-compare .-hidden {
  display: none;
}
.amtheme-sidebar-wishlist .product-item-actions {
  display: none;
}
.amtheme-sidebar-wishlist .amtheme-item,
.sidebar .block.widget .amtheme-item,
.amtheme-sidebar-wishlist .product-item,
.sidebar .block.widget .product-item,
.column.main .block.widget.block-viewed-products-grid .amtheme-item,
.column.main .block.widget.block-viewed-products-grid .product-item {
  display: flex;
  overflow: hidden;
}
.amtheme-sidebar-wishlist .product-item-info,
.sidebar .block.widget .product-item-info,
.amtheme-sidebar-wishlist .product-item-info:hover,
.sidebar .block.widget .product-item-info:hover,
.amtheme-sidebar-wishlist .product-item-info.-hover,
.sidebar .block.widget .product-item-info.-hover,
.column.main .block.widget.block-viewed-products-grid .product-item-info,
.column.main .block.widget.block-viewed-products-grid .product-item-info:hover,
.column.main .block.widget.block-viewed-products-grid .product-item-info.-hover {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  position: relative;
}
.amtheme-sidebar-wishlist .product-item-info:after,
.sidebar .block.widget .product-item-info:after,
.amtheme-sidebar-wishlist .product-item-info:hover:after,
.sidebar .block.widget .product-item-info:hover:after,
.amtheme-sidebar-wishlist .product-item-info.-hover:after,
.sidebar .block.widget .product-item-info.-hover:after,
.column.main .block.widget.block-viewed-products-grid .product-item-info:after,
.column.main .block.widget.block-viewed-products-grid .product-item-info:hover:after,
.column.main .block.widget.block-viewed-products-grid .product-item-info.-hover:after {
  display: none;
}
.amtheme-sidebar-wishlist .product-item:nth-child(n),
.sidebar .block.widget .product-item:nth-child(n),
.column.main .block.widget.block-viewed-products-grid .product-item:nth-child(n) {
  margin-bottom: 10px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-wishlist .product-item:nth-child(n),
  .sidebar .block.widget .product-item:nth-child(n),
  .column.main .block.widget.block-viewed-products-grid .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}
.amtheme-sidebar-wishlist .amtheme-photo,
.sidebar .block.widget .amtheme-photo,
.column.main .block.widget.block-viewed-products-grid .amtheme-photo {
  display: block;
}
.amtheme-sidebar-wishlist .amtheme-details,
.sidebar .block.widget .amtheme-details,
.amtheme-sidebar-wishlist .product-item-details,
.sidebar .block.widget .product-item-details,
.column.main .block.widget.block-viewed-products-grid .amtheme-details,
.column.main .block.widget.block-viewed-products-grid .product-item-details {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 10px;
  margin-top: 0;
  display: block;
  max-width: calc(100% - (80px + 10px));
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-wishlist .amtheme-details,
  .sidebar .block.widget .amtheme-details,
  .amtheme-sidebar-wishlist .product-item-details,
  .sidebar .block.widget .product-item-details,
  .column.main .block.widget.block-viewed-products-grid .amtheme-details,
  .column.main .block.widget.block-viewed-products-grid .product-item-details {
    margin-left: 10px;
    margin-right: 0;
  }
}
.amtheme-sidebar-wishlist .amtheme-name,
.sidebar .block.widget .amtheme-name,
.amtheme-sidebar-wishlist .product-item-name,
.sidebar .block.widget .product-item-name,
.column.main .block.widget.block-viewed-products-grid .amtheme-name,
.column.main .block.widget.block-viewed-products-grid .product-item-name {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin: 0 0 10px;
  min-height: auto;
}
.ie11 .amtheme-sidebar-wishlist .amtheme-name,
.ie11 .sidebar .block.widget .amtheme-name,
.ie11 .amtheme-sidebar-wishlist .product-item-name,
.ie11 .sidebar .block.widget .product-item-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .amtheme-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .product-item-name {
  word-break: break-all;
}
.amtheme-sidebar-wishlist .amtheme-item .price-box .map-fallback-price,
.amtheme-sidebar-wishlist .amtheme-item .price-box .map-show-info {
  display: none;
}
.amtheme-sidebar-reorder .amtheme-item {
  align-items: flex-start;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.amtheme-sidebar-reorder .amtheme-item .label {
  font-size: 0;
  margin: 0;
  padding: 0 0 0 20px;
}
.amtheme-sidebar-reorder .amtheme-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amtheme-sidebar-reorder .action.view {
  margin-inline-start: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-reorder .action.view {
    margin-left: 15px;
  }
}
.sidebar .action.button-as-link,
.sidebar .action.checkout-shipping-address .new-address-popup .action-show-popup,
.column.main .block.widget.block-viewed-products-grid .action.button-as-link,
.sidebar .action.amtheme-gift-options .actions-toolbar .action-cancel,
.column.main .block.widget.block-viewed-products-grid .action.checkout-shipping-address .new-address-popup .action-show-popup,
.column.main .block.widget.block-viewed-products-grid .action.amtheme-gift-options .actions-toolbar .action-cancel {
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.sidebar .product-item,
.column.main .block.widget.block-viewed-products-grid .product-item {
  background: #fffefd;
}
.sidebar .admin__data-grid-outer-wrap .widget .block-title,
.column.main .block.widget.block-viewed-products-grid .block-title {
  margin-bottom: 15px;
}
.sidebar .price-as-configured,
.column.main .block.widget.block-viewed-products-grid .price-as-configured {
  align-items: center;
  display: flex;
}
.sidebar .old-price .price,
.column.main .block.widget.block-viewed-products-grid .old-price .price {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}
.sidebar .product-item .price-box,
.sidebar .product-item .price-box *,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box * {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  align-items: baseline;
  color: #333333;
  display: flex;
}
.sidebar .product-item .price-box .price-to > .price-container,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-to > .price-container {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sidebar .product-item .price-box .price-to > .price-container,
  .column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-to > .price-container {
    margin-right: 5px;
  }
}
.sidebar .product-item .price-box .price-to .price-wrapper .price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-to .price-wrapper .price {
  font-size: 1.2rem;
}
.sidebar .product-item .price-box .special-price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .special-price {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sidebar .product-item .price-box .special-price,
  .column.main .block.widget.block-viewed-products-grid .product-item .price-box .special-price {
    margin-right: 5px;
  }
}
.sidebar .product-item .price-box .special-price .price-wrapper.price-including-tax > .price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .special-price .price-wrapper.price-including-tax > .price {
  color: #f23b3b;
}
.sidebar .widget:not(.block-new-products-images) .product-items {
  flex-direction: column;
}
.sidebar .block-new-products-images .product-items {
  flex-wrap: wrap;
}
.sidebar .block-new-products-list .block-title,
.sidebar .block-viewed-products-grid .block-title,
.sidebar .block-compared-products-grid .block-title {
  display: block;
  margin-bottom: 30px;
}
.sidebar .block-new-products-list .product-item-info,
.sidebar .block-viewed-products-grid .product-item-info,
.sidebar .block-compared-products-grid .product-item-info {
  align-items: center;
  background: transparent;
  margin-bottom: 10px;
}
.sidebar .block-new-products-list .amtheme-wishlist-split,
.sidebar .block-viewed-products-grid .amtheme-wishlist-split,
.sidebar .block-compared-products-grid .amtheme-wishlist-split,
.sidebar .block-new-products-list .amtheme-wishlist,
.sidebar .block-viewed-products-grid .amtheme-wishlist,
.sidebar .block-compared-products-grid .amtheme-wishlist {
  margin-right: 5px;
}
.sidebar .block-new-products-list .price-box,
.sidebar .block-viewed-products-grid .price-box,
.sidebar .block-compared-products-grid .price-box {
  min-height: 0;
  width: 100%;
}
.sidebar .block-new-products-list .action.tocart,
.sidebar .block-viewed-products-grid .action.tocart,
.sidebar .block-compared-products-grid .action.tocart {
  font-size: 1.2rem;
  margin-top: 5px;
  padding: 5px 10px;
}
.sidebar .block-viewed-products-grid .item.product .product-item-info,
.sidebar .block-compared-products-grid .item.product .product-item-info {
  align-items: flex-start;
  padding: 0;
}
.sidebar .block-viewed-products-grid .item.product .product-item-info:hover .product-item-photo:after,
.sidebar .block-compared-products-grid .item.product .product-item-info:hover .product-item-photo:after {
  opacity: 0;
}
.sidebar .block-viewed-products-grid .item.product .product-details-action,
.sidebar .block-compared-products-grid .item.product .product-details-action {
  margin-bottom: 0;
}
.sidebar .block-viewed-products-grid .item.product .details.product-item-details,
.sidebar .block-compared-products-grid .item.product .details.product-item-details {
  display: flex;
  justify-content: flex-start;
  transform: none;
  width: auto;
}
.sidebar .block-viewed-products-grid .item.product .product-item-description,
.sidebar .block-compared-products-grid .item.product .product-item-description {
  display: none;
}
.amtheme-product-popup .amtheme-product-info > .product-name {
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
.ie11 .amtheme-product-popup .amtheme-product-info > .product-name {
  word-break: break-all;
}
.amtheme-product-popup .amtheme-product-info .swatch-option {
  margin-bottom: 5px;
}
.amtheme-product-popup .amtheme-short-info > .product-info-stock-sku {
  max-width: 100%;
}
.amtheme-product-popup .product-info-main > .amtheme-description {
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.amtheme-product-popup .messages-list {
  min-height: 46px;
}
.amtheme-product-popup .messages-list + .product-info-price {
  margin-top: 10px;
}
.amtheme-product-popup .rating-summary,
.amtheme-product-popup .rating-summary > .rating-result {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-popup .rating-summary,
  .amtheme-product-popup .rating-summary > .rating-result {
    margin-right: 0;
  }
}
.amtheme-product-popup .product-social-links .block-requisition-list {
  margin: 0;
}
.amtheme-product-popup .amtheme-wishlist-split .action.new {
  margin: 0;
}
.amtheme-product-popup .amtheme-wishlist-split .items.dropdown {
  margin-top: -10px;
}
.catalog-category-view .page-title {
  margin-bottom: 10px;
}
.catalog-category-view .category-view {
  margin-bottom: 15px;
}
.catalog-category-view .wrapper-description {
  box-sizing: border-box;
  margin: 20px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}
.page-layout-2columns-left .column.main {
  grid-area: initial !important;
}
.product-items {
  box-sizing: border-box;
  display: flex;
}
.product-items *,
.product-items *:before,
.product-items *:after {
  box-sizing: border-box;
}
.products.grid > .product-items,
.form-wishlist-items .products-grid > .product-items {
  flex-flow: row wrap;
}
.products.grid .product-item,
.form-wishlist-items .products-grid .product-item {
  margin-bottom: 0;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  margin-top: 20px;
  width: calc(50% - 5px);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products.grid .product-item,
  .form-wishlist-items .products-grid .product-item {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .products.grid .product-item,
  .form-wishlist-items .products-grid .product-item {
    max-width: calc(50% - 5px);
  }
}
.products.grid .tocart.-left,
.form-wishlist-items .products-grid .tocart.-left {
  margin-inline-end: auto;
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products.grid .tocart.-left,
  .form-wishlist-items .products-grid .tocart.-left {
    margin-right: auto;
  }
}
.products.grid .tocart.-center,
.form-wishlist-items .products-grid .tocart.-center {
  margin: auto;
  display: block;
}
.products.grid .tocart.-full-width,
.form-wishlist-items .products-grid .tocart.-full-width {
  width: 100%;
}
.products-list > .product-items {
  flex-flow: row wrap;
}
.products-list .product-item-info {
  display: flex;
}
.products-list .price-box,
.products-grid .price-box {
  /*align-items: flex-start;*/
  flex-direction: column;
}
.products-list .normal-price.special-price,
.products-grid .normal-price.special-price {
  flex: 0;
}
.products-list .normal-price.special-price + .old-price,
.products-grid .normal-price.special-price + .old-price {
  margin: 0;
}
.products .product-item-description {
  padding-bottom: 5px;
}
.product-item-info .amtheme-icons-position div[class$='-hover'] {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.amtheme-icons-position {
  position: absolute;
}
.amtheme-icons-position.-center {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.amtheme-icons-position.-top-left,
.amtheme-icons-position.-top-right,
.amtheme-icons-position.-bottom-left,
.amtheme-icons-position.-bottom-right {
  display: flex;
}
.amtheme-icons-position.-top-left {
  left: 0;
  top: 0;
}
.amtheme-icons-position.-top-right {
  right: 0;
  top: 0;
}
.amtheme-icons-position.-bottom-left {
  bottom: 0;
  left: 0;
}
.amtheme-icons-position.-bottom-right {
  bottom: 0;
  right: 0;
}
.amtheme-icons-position .amtheme-icon-wrapper .amtheme-split,
.amtheme-icons-position .amtheme-icon-wrapper .amtheme-circle-icon,
.amtheme-icons-position .amtheme-icon-wrapper .amtheme-dropdown-block {
  background: rgba(247, 247, 247, 0.75);
}
.amtheme-icons-position .amtheme-icon-wrapper .split .amtheme-circle-icon {
  background: transparent;
}
.amtheme-icons-position.-top-left,
.amtheme-icons-position.-bottom-left {
  margin-inline-start: -10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-icons-position.-top-left,
  .amtheme-icons-position.-bottom-left {
    margin-left: -10px;
  }
}
.amtheme-icons-position.-top-left .amtheme-icon-wrapper,
.amtheme-icons-position.-bottom-left .amtheme-icon-wrapper {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-icons-position.-top-left .amtheme-icon-wrapper,
  .amtheme-icons-position.-bottom-left .amtheme-icon-wrapper {
    margin-left: 10px;
  }
}
.amtheme-icons-position.-top-left .items.dropdown,
.amtheme-icons-position.-bottom-left .items.dropdown {
  left: 0;
  right: auto;
}
.amtheme-icons-position.-top-left div[class$='-hover'],
.amtheme-icons-position.-bottom-left div[class$='-hover'] {
  order: 3;
}
.amtheme-icons-position.-top-left > .amtheme-wishlist,
.amtheme-icons-position.-bottom-left > .amtheme-wishlist {
  order: 1;
}
.amtheme-icons-position.-top-left > .amtheme-compare,
.amtheme-icons-position.-bottom-left > .amtheme-compare {
  order: 2;
}
.amtheme-icons-position.-top-right,
.amtheme-icons-position.-bottom-right {
  margin-right: -10px;
}
.amtheme-icons-position.-top-right .amtheme-icon-wrapper,
.amtheme-icons-position.-bottom-right .amtheme-icon-wrapper {
  margin-right: 10px;
}
.amtheme-icons-position.-top-right div[class$='-hover'],
.amtheme-icons-position.-bottom-right div[class$='-hover'] {
  order: -1;
}
.amtheme-icons-position.-top-right > .amtheme-wishlist,
.amtheme-icons-position.-bottom-right > .amtheme-wishlist {
  order: 2;
}
.amtheme-icons-position.-top-right > .amtheme-compare,
.amtheme-icons-position.-bottom-right > .amtheme-compare {
  order: 1;
}
.amtheme-icons-position.-center .amtheme-quick-view {
  height: 100%;
  width: 100%;
}
.amtheme-icons-position.-center .amtheme-circle-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-item-info .amtheme-icons-position.-center:before {
  background: #303030;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
}
.-order-first {
  order: -1;
}
.hover-images-slider {
  display: flex;
  margin-bottom: 10px;
}
.hover-images-slider .hover-image {
  background: #dfdedd;
  cursor: pointer;
  display: flex;
  flex: 0 1 100%;
  height: 4px;
  margin: 0 5px;
}
.hover-images-slider .hover-image:last-of-type {
  margin-right: 0;
}
.hover-images-slider .hover-image:first-of-type {
  margin-left: 0;
}
.hover-images-slider .hover-image.-selected,
.hover-images-slider .hover-image:hover {
  background: #070605;
}
.product-photo-wrapper.-with-hover-images {
  margin-bottom: 25px;
}
.product-photo-wrapper.-with-hover-images .hover-images-slider {
  bottom: -25px;
  left: 0;
  position: absolute;
  right: 0;
}
.amtheme-productaside-wrap {
  width: 100%;
}
.amcaret-product-name {
  word-break: break-word;
  word-wrap: break-word;
  display: none;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 35px;
}
.ie11 .amcaret-product-name {
  word-break: break-all;
}
.-amsticky-cart-active .-sticky-header,
.-amsticky-cart-active .page-header.-sticky {
  opacity: 0;
  transform: translateY(-100%);
}
.amsticky-cart-block .product-info-price .amcustombutton-button-container {
  display: none;
}
.amsticky-cart-block .amsticky-auxiliary {
  align-self: flex-start;
  width: 100%;
}
.amsticky-cart-block .amtheme-form-cart {
  flex-direction: column;
}
.amsticky-cart-block .price-including-tax + .price-excluding-tax {
  width: auto;
}
.amsticky-cart-block.-amsticky-cart-active {
  background: #fffefd;
  box-shadow: 0 2px 4px rgba(71, 68, 63, 0.1), 0 2px 8px rgba(135, 135, 135, 0.2);
  box-sizing: border-box;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.amsticky-cart-block.-amsticky-cart-active .amsticky-product-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsticky-cart-block.-amsticky-cart-active .price-box {
  padding: 0;
}
.amsticky-cart-block.-amsticky-cart-active .price-box .price-container {
  padding-bottom: 0;
  padding-top: 10px;
}
.amsticky-cart-block.-amsticky-cart-active .price-box,
.amsticky-cart-block.-amsticky-cart-active .price-box .price-container {
  align-items: center;
}
.amsticky-cart-block.-amsticky-cart-active .product-info-price,
.amsticky-cart-block.-amsticky-cart-active .bundle-summary,
.amsticky-cart-block.-amsticky-cart-active .product-options-bottom {
  padding: 5px 0;
}
.amsticky-cart-block.-amsticky-cart-active .bundle-summary,
.amsticky-cart-block.-amsticky-cart-active .product-info-price {
  max-width: 60%;
}
.amsticky-cart-block.-amsticky-cart-active .bundle-summary .price-box {
  display: block;
}
.amsticky-cart-block.-amsticky-cart-active .bundle-summary,
.amsticky-cart-block.-amsticky-cart-active .product-info-price,
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom > .amsticky-product-name {
  padding-right: 20px;
}
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom.-on-line {
  flex-flow: row-reverse nowrap;
}
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom.-on-line .product-options-bottom {
  flex-basis: auto;
}
.amsticky-cart-block.-amsticky-cart-active .product-options-wrapper,
.amsticky-cart-block.-amsticky-cart-active .amtheme-payment-methods,
.amsticky-cart-block.-amsticky-cart-active .amtheme-actions-wrap,
.amsticky-cart-block.-amsticky-cart-active .amtheme-qty-wrap,
.amsticky-cart-block.-amsticky-cart-active .box-tocart.qty,
.amsticky-cart-block.-amsticky-cart-active .product-social-links,
.amsticky-cart-block.-amsticky-cart-active .giftcard.form,
.amsticky-cart-block.-amsticky-cart-active .giftcard-amount,
.amsticky-cart-block.-amsticky-cart-active .customization.-back {
  display: none !important;
}
.amsticky-cart-block.-amsticky-cart-active .bundle-summary,
.amsticky-cart-block.-amsticky-cart-active .price-box,
.amsticky-cart-block.-amsticky-cart-active .box-tocart,
.amsticky-cart-block.-amsticky-cart-active .product-options-bottom,
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom,
.amsticky-cart-block.-amsticky-cart-active .action.primary.tocart,
.amsticky-cart-block.-amsticky-cart-active .price-as-configured,
.amsticky-cart-block.-amsticky-cart-active .product-info-price {
  margin: 0 !important;
}
.amsticky-cart-block.-amsticky-cart-active .product-info-price,
.amsticky-cart-block.-amsticky-cart-active .price-box:not(.-am-no-price-label) .price-label {
  display: block !important;
}
.amsticky-cart-block.-amsticky-cart-active .amtheme-form-cart {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.amsticky-cart-block.-amsticky-cart-active .action.primary.tocart {
  margin-left: 20px;
  min-width: auto !important;
  padding: 12px 20px;
}
.amsticky-cart-block.-amsticky-cart-active .configurable-cart.action.tocart:before {
  display: none !important;
}
.amsticky-cart-block.-amsticky-cart-active .price-including-tax {
  margin-right: 5px;
}
.amsticky-cart-block.-amsticky-cart-active .price-excluding-tax {
  position: relative;
}
.amsticky-cart-block.-amsticky-cart-active .price-excluding-tax:before {
  padding-left: 10px;
}
.amsticky-cart-block.-amsticky-cart-active .price-excluding-tax:after {
  content: '/';
  left: 0;
  position: absolute;
}
.catalog-product-view .page-main {
  margin-bottom: 0;
}
.amtheme-product-wrap {
  margin-bottom: 30px;
}
.amtheme-product-wrap > .product.media {
  margin: 20px auto 50px;
  max-height: 430px;
  max-width: 430px;
  position: relative;
}
.amtheme-product-wrap .product-addto-links {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.amtheme-product-wrap .product-addto-links .amtheme-wishlist-split {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-wrap .product-addto-links .amtheme-wishlist-split {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-product-wrap .product-addto-links .items.dropdown {
  top: 80%;
}
.amtheme-product-wrap .product-addto-links .items.dropdown .item .action {
  margin: 0;
}
.amtheme-product-wrap .product-addto-links .action {
  margin-bottom: 15px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
  margin-top: 0;
  align-items: center;
  display: flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-wrap .product-addto-links .action {
    margin-left: 0;
    margin-right: 20px;
  }
}
.amtheme-product-wrap .product-addto-links .action .amtheme-title,
.am-widget.block-new-products.list .amtheme-icon-wrapper .action,
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title {
  margin-inline-start: 10px;
  color: #333333;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-wrap .product-addto-links .action .amtheme-title,
  .am-widget.block-new-products.list .amtheme-icon-wrapper .action,
  .am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title {
    margin-left: 10px;
  }
}
.amtheme-product-wrap .paypal-buttons iframe.component-frame,
.amtheme-product-wrap .paypal-button iframe {
  z-index: 10 !important;
}
.amtheme-product-info .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 12px;
}
.ie11 .amtheme-product-info .page-title {
  word-break: break-all;
}
.amtheme-product-info .reviews-actions .action.add {
  display: none;
}
.amtheme-product-info .product-info-stock-sku,
.amtheme-product-info .product.attribute.sku {
  color: #a8a69f;
  display: flex;
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}
.amtheme-product-info .product-info-stock-sku {
  flex-wrap: wrap;
}
.amtheme-product-info .product-info-sku-widgets {
  flex-basis: 100%;
}
.amtheme-product-info .product-social-links {
  flex-direction: column;
}
.amtheme-product-info .product-info-social-widgets {
  text-align: initial;
}
.amtheme-product-info .product-add-form {
  overflow: inherit;
}
.amtheme-product-info .product-info-stock-sku .stock,
.amtheme-product-info .availability.only {
  display: flex;
  text-transform: uppercase;
}
.amtheme-product-info .product-info-stock-sku > div:nth-child(n+2):before {
  margin: 0 6px;
  background: #dfdedd;
  content: '';
  display: inline;
  height: 15px;
  vertical-align: middle;
  width: 2px;
}
.amtheme-product-info .availability.only > strong {
  padding: 0 3px;
}
.amtheme-product-info .product.attribute.sku > .type {
  margin-inline-end: 7px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .product.attribute.sku > .type {
    margin-right: 7px;
  }
}
.amtheme-product-info .product.attribute.sku > .type:after {
  content: '#:';
  display: inline;
}
.amtheme-product-info .product.attribute.sku .value {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amtheme-product-info .product.attribute.sku .value {
  word-break: break-all;
}
.amtheme-product-info .product.attribute.overview {
  margin-bottom: 40px;
}
.amtheme-product-info .swatch-attribute {
  margin: 0 0 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amtheme-product-info .swatch-attribute div.mage-error[generated] {
  width: 100%;
}
.amtheme-product-info .swatch-attribute .swatch-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amtheme-product-info .swatch-attribute-label {
  word-break: break-word;
  word-wrap: break-word;
  padding-inline-end: 20px;
  box-sizing: border-box;
  display: block;
  min-width: 68px;
  margin-bottom: 15px;
}
.ie11 .amtheme-product-info .swatch-attribute-label {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .swatch-attribute-label {
    padding-right: 20px;
  }
}
.amtheme-product-info .swatch-attribute-options {
  width: 75%;
}
.amtheme-product-info .swatch-attribute-selected-option {
  display: none;
}
.amtheme-product-info .swatch-opt:not(.-round),
.amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
  margin-bottom: 15px;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .swatch-opt:not(.-round),
  .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-product-info .swatch-opt.-round .swatch-option.color {
  margin-bottom: 15px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-left: 0;
    margin-right: 20px;
  }
}
.amtheme-product-info .swatch-option.color {
  left: 3px;
}
.amtheme-product-info .amtheme-add-form-bottom.-on-line {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amtheme-product-info .amtheme-add-form-bottom.-under .product-options-bottom {
  margin-bottom: 20px;
}
.amtheme-product-info .amtheme-add-form-bottom.-under .bundle-summary {
  margin-top: 40px;
}
.amtheme-product-info .product-info-price {
  margin: 35px 0 25px;
}
.amtheme-product-info .product-info-price > .widget {
  margin-top: 15px;
}
.amtheme-product-info .product-info-price .price-including-tax + .price-excluding-tax {
  margin: 0;
  width: auto;
}
.amtheme-product-info .price-container .weee + .price-final {
  margin-top: 5px;
}
.amtheme-product-info .special-price .price-container .weee + .price-final {
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .special-price .price-container .weee + .price-final {
    margin-left: 0;
    margin-right: 5px;
  }
}
.amtheme-product-info .amtheme-select-block .price-container .weee + .price-final,
.amtheme-product-info .special-price .price-container .weee {
  margin-top: 0;
}
.amtheme-product-info .special-price .price-including-tax ~ .weee,
.amtheme-product-info .special-price .price-including-tax ~ .weee + .price-final {
  margin: 5px 0 0;
  width: 100%;
}
.amtheme-product-info .box-tocart .action.tocart {
  padding: 20px;
  width: 100%;
}
.amtheme-product-info .box-tocart .action.tocart:before {
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  background-image: linear-gradient(#c9b59f, #c9b59f), radial-gradient(circle at top left, #ffffff, rgba(255, 255, 255, 0.2));
  animation: spin 0.8s linear 0s infinite;
  background-clip: content-box, border-box;
  background-origin: border-box;
  border-radius: 50%;
  content: '';
  vertical-align: top;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amtheme-product-info .box-tocart .action.tocart:before {
  box-sizing: border-box;
  display: none;
}
.amtheme-product-info .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.amtheme-product-info .box-tocart .action.tocart.-show-spinner:before {
  display: inline-block;
}
.amtheme-product-info .product-options-wrapper .amtheme-select-block {
  width: 100%;
}
.amtheme-product-info .price-box {
  align-items: flex-start;
}
.amtheme-product-info .amtheme-qty-box {
  min-width: 50%;
}
.amtheme-product-info .amtheme-qty-box > .amtheme-qty,
.amtheme-product-info .amtheme-qty-box > .amtheme-plus,
.amtheme-product-info .amtheme-qty-box > .amtheme-minus {
  height: 44px;
}
.amtheme-product-info .product-info-price .map-show-info {
  line-height: 2.3rem;
}
.amtheme-product-info .amtheme-select-options > .amtheme-option {
  flex-wrap: wrap;
}
.amtheme-product-info .amtheme-select-options .price-container {
  align-items: baseline;
}
.amtheme-product-info .amtheme-select-options .price-excluding-tax,
.amtheme-product-info .price-notice .price-excluding-tax {
  margin-top: 0;
  width: auto;
}
.product-options-wrapper .field.choice > .label:before,
.product-options-wrapper .field.choice > .label:after {
  margin: 5px 0;
}
.product-options-wrapper .field > .label {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.ie11 .product-options-wrapper .field > .label {
  word-break: break-all;
}
.amtheme-short-info {
  margin: 12px 0 42px;
}
.amtheme-short-info > .product-info-stock-sku {
  margin: 10px 0;
}
.amtheme-short-info > .product-reviews-summary.empty .action.add {
  display: inline-block;
}
.amtheme-short-info > .product-reviews-summary.empty .reviews-actions {
  margin-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-short-info > .product-reviews-summary.empty .reviews-actions {
    margin-left: 0;
  }
}
.amtheme-short-info > .product-reviews-summary.empty + .product-info-stock-sku {
  max-width: 100%;
}
.action.tocart.primary.-adding-complete:before,
.amtheme-explore-link .action.tocart.-adding-complete:before,
.product-item .action.tocart.primary.-adding-complete:before,
.box-tocart .actions .action.tocart.-adding-complete:before {
  animation: none;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/min/check-light.svg") center no-repeat;
  background-size: 16px 16px;
  border-color: #ffffff;
  border-width: 3px;
  content: '';
}
.box-tocart.qty {
  margin-bottom: 20px;
}
.amtheme-qty-wrap.field {
  align-items: baseline;
  display: flex;
  flex-flow: row wrap;
}
.amtheme-qty-wrap.field > .amtheme-label {
  word-break: break-word;
  word-wrap: break-word;
  padding-inline-end: 20px;
  box-sizing: border-box;
  display: block;
  min-width: 68px;
}
.ie11 .amtheme-qty-wrap.field > .amtheme-label {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-qty-wrap.field > .amtheme-label {
    padding-right: 20px;
  }
}
.amtheme-qty-wrap.field > .amtheme-label,
.amtheme-qty-wrap.qty > .amtheme-label {
  color: #333333;
}
.data.switch .counter:before {
  content: '-';
  padding: 0 5px;
}
.page-layout-empty .amtheme-product-info .swatch-attribute-label,
.page-layout-empty .amtheme-qty-wrap.field > .amtheme-label {
  width: auto;
}
.amtheme-product-wrap .product-add-form .field.choice.required:after,
.amtheme-product-wrap .product-add-form .field.choice._required:after {
  display: none;
}
.amtheme-productinfo-wrap .block.upsell,
.amtheme-productinfo-wrap .block.crosssell,
.amtheme-productinfo-wrap .block.related,
.amtheme-productinfo-wrap .block.block.am-widget {
  margin-top: 60px;
}
.amtheme-add-form-bottom.-on-line .box-tocart.qty {
  padding: calc(20px / 2) 0;
  align-items: center;
  display: flex;
  flex: 1 0 50%;
}
.amtheme-add-form-bottom.-on-line .box-tocart.qty.-without-options {
  margin-top: 0;
}
.amtheme-add-form-bottom.-on-line .amtheme-qty-wrap {
  margin-bottom: 0;
}
.amtheme-add-form-bottom.-on-line .qty .amtheme-label {
  margin-bottom: 5px;
}
.amtheme-add-form-bottom.-on-line .product-info-price {
  margin-top: 25px;
}
.amtheme-add-form-bottom.-on-line .amtheme-actions-wrap,
.amtheme-add-form-bottom.-on-line .product-info-price,
.amtheme-add-form-bottom.-on-line .bundle-summary {
  width: 100%;
}
.amtheme-add-form-bottom.-on-line .bundle-summary .price-box {
  margin-bottom: 0;
}
.amtheme-add-form-bottom.-on-line .product-addto-links {
  margin-top: 5px;
}
.page-layout-product-full-width .product-full-width-section {
  display: flex;
  flex-direction: column;
}
.page-layout-product-full-width .product-section-title {
  order: -1;
}
.amtheme-rating-wrap {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
  align-items: center;
  display: flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-rating-wrap {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-rating-number {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
  font-size: 5rem;
  letter-spacing: -.05em;
  line-height: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-rating-number {
    margin-left: 0;
    margin-right: 15px;
  }
}
.product.info.detailed .data.item.content {
  display: none;
}
.product.info.detailed .data.item.title.active + .data.item.content {
  display: block;
}
.product.info.detailed .data.item.title.active + #reviews {
  display: flex !important;
  flex-direction: column;
}
.product.info.detailed #product-review-container {
  order: 2;
}
.product.info.detailed .review-list .review-heading {
  align-items: flex-start;
}
.product.info.detailed .review-add {
  order: 3;
}
.amtheme-reviews-tab .product-reviews-summary,
.amtheme-reviews-aside .product-reviews-summary {
  margin: 0 0 10px;
  display: flex;
  flex-direction: column-reverse;
}
.amtheme-reviews-tab .product-reviews-summary .action,
.amtheme-reviews-aside .product-reviews-summary .action {
  color: #3d3731;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.amtheme-reviews-tab .action.add,
.amtheme-reviews-aside .action.add {
  display: none;
}
.amtheme-reviews-tab .rating-summary + .reviews-actions,
.amtheme-reviews-aside .rating-summary + .reviews-actions {
  margin: 0 0 5px;
}
.amtheme-ismobile .amtheme-reviews-tab.-am-noreviews .amtheme-noreviews-text {
  margin: 0;
}
.amtheme-ismobile .amtheme-reviews-tab.-am-noreviews .amtheme-actions .action {
  width: 100%;
}
.amtheme-reviews-aside {
  margin: 0 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #dfdedd;
  order: 1;
}
.amtheme-reviews-aside .amtheme-rating-number {
  display: none;
}
.amtheme-reviews-aside .amtheme-heading {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.amtheme-reviews-aside .amtheme-heading .amtheme-icon {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.amtheme-reviews-aside .amtheme-content {
  align-content: center;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.amtheme-reviews-aside.-am-noreviews .amtheme-content {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}
.amtheme-reviews-aside .amtheme-title {
  padding: 0 30px;
  font-size: 2.2rem;
  font-weight: 700;
}
.amtheme-reviews-aside .amtheme-actions {
  display: flex;
  flex-direction: column;
}
.amtheme-reviews-aside .amtheme-actions > .action {
  white-space: nowrap;
}
.amtheme-reviews-aside .amtheme-noreviews-text {
  margin-bottom: 15px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-reviews-aside .amtheme-noreviews-text {
    margin-left: 0;
    margin-right: 0;
  }
}
.amtheme-reviews-aside .amtheme-description {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
  color: #333333;
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-reviews-aside .amtheme-description {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-toall-reviews .amtheme-icon {
  fill: #a9978c;
}
.product.info.detailed .review-toolbar,
.product.info.detailed .review-toolbar .pager {
  height: auto;
  margin: 0;
}
.product.info.detailed .review-toolbar .limiter {
  height: 35px;
  margin-bottom: 20px;
}
.page-layout-product-full-width .product-full-width-section .amtheme-reviews-aside {
  order: -1;
}
@supports (-webkit-touch-callout: none) {
  .amtheme-ismobile .page-main .product.info.detailed #reviews {
    transition: none;
  }
}
@-moz-document url-prefix() {
  .amtheme-compare-products .amtheme-scroll-controller {
    height: calc(100% - 6px);
  }
  .amtheme-compare-products .amtheme-comparison-headings {
    top: -1px;
  }
}
.amtheme-compare-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.amtheme-compare-header .page-title {
  margin: 0;
  position: relative;
}
.amtheme-compare-header .page-title:after {
  margin-inline-start: 10px;
  content: attr(compare-counter);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-header .page-title:after {
    margin-left: 10px;
  }
}
.amtheme-compare-actions {
  text-align: right;
}
.amtheme-compare-actions .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.amtheme-compare-actions .action > * {
  line-height: 1;
  vertical-align: middle;
}
.amtheme-compare-actions .action.print {
  display: none;
}
.amtheme-compare-actions .action.clear,
.amtheme-compare-actions .action.clear:hover,
.amtheme-compare-actions .action.clear:visited,
.amtheme-compare-actions .action.clear:active {
  color: #333333;
}
.amtheme-compare-actions .amtheme-icon {
  margin-inline-end: 2px;
  height: 12px;
  width: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-actions .amtheme-icon {
    margin-right: 2px;
  }
}
.amtheme-compare-actions .action:not(:last-of-type) {
  margin-inline-end: 50px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-actions .action:not(:last-of-type) {
    margin-right: 50px;
  }
}
.amtheme-compare-products {
  position: relative;
}
.amtheme-comparsion-wrapper {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.amtheme-comparsion-table {
  max-width: none;
}
.amtheme-comparsion-table.table:not(.cart):not(.totals) > thead > tr > th,
.amtheme-comparsion-table.table:not(.cart):not(.totals) > thead > tr > td {
  border: none;
}
.amtheme-comparsion-table .cell .attribute.label,
.amtheme-comparison-headings .cell .attribute.label {
  word-break: break-word;
  word-wrap: break-word;
  display: block;
  width: 90px;
}
.ie11 .amtheme-comparsion-table .cell .attribute.label {
  word-break: break-all;
}
.amtheme-comparsion-table .attribute.value {
  overflow: hidden;
  width: 100%;
}
.amtheme-comparsion-table .price-box .price {
  font-size: inherit;
}
.amtheme-compare-item {
  padding: 0;
  vertical-align: top;
}
.amtheme-compare-item .amtheme-wrapper {
  padding: 20px;
  box-sizing: border-box;
  max-width: 280px;
  min-width: 235px;
  position: relative;
}
.amtheme-compare-item .action.delete {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}
.amtheme-compare-item .amtheme-wrapper > *:not(:last-child) {
  margin-bottom: 15px;
}
.amtheme-compare-item .amtheme-wrapper > .amtheme-photo {
  display: inline-block;
}
.amtheme-compare-item .rating-summary {
  margin-inline-end: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-item .rating-summary {
    margin-right: 15px;
  }
}
.amtheme-compare-item .rating-summary + .reviews-actions {
  margin-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-item .rating-summary + .reviews-actions {
    margin-left: 0;
  }
}
.amtheme-compare-item .price-box {
  padding: 0;
}
.amtheme-compare-item .map-old-price:not(:last-child),
.amtheme-compare-item .product-item .map-old-price:not(:last-child),
.amtheme-compare-item .product-info-price .map-show-info:not(:last-child) {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-item .map-old-price:not(:last-child),
  .amtheme-compare-item .product-item .map-old-price:not(:last-child),
  .amtheme-compare-item .product-info-price .map-show-info:not(:last-child) {
    margin-right: 0;
  }
}
.amtheme-photo-wrapper {
  position: relative;
}
.amtheme-photo-wrapper .towishlist-wrap {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}
.amtheme-photo-wrapper .action.towishlist {
  display: inline-flex;
}
.amtheme-explore-link {
  padding: 2px 0 0;
}
.amtheme-explore-link .action.tocart {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.amtheme-explore-link .action.tocart:before {
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  background-image: linear-gradient(#c9b59f, #c9b59f), radial-gradient(circle at top left, #ffffff, rgba(255, 255, 255, 0.2));
  animation: spin 0.8s linear 0s infinite;
  background-clip: content-box, border-box;
  background-origin: border-box;
  border-radius: 50%;
  content: '';
  vertical-align: top;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amtheme-explore-link .action.tocart:before {
  box-sizing: border-box;
  display: none;
}
.amtheme-explore-link .action.tocart.-show-spinner:before {
  display: inline-block;
}
.amtheme-comparison-headings {
  background: #fffefd;
  bottom: 0;
  position: absolute;
  top: 0;
  width: unset;
  width: auto;
  z-index: 9;
}
.amtheme-comparison-headings th {
  padding: 8px 10px;
  vertical-align: top;
}
.amtheme-compare-sticky {
  background: #fffefd;
  box-shadow: 0 4px 2px -2px rgba(57, 56, 56, 0.1);
  display: flex;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: -100%;
  z-index: 9;
}
.amtheme-compare-sticky.-visible {
  top: 0 !important;
}
.amtheme-compare-sticky > .amtheme-compare-items {
  display: flex;
}
.amtheme-compare-sticky > .amtheme-compare-items > .amtheme-item {
  padding: 20px;
  box-sizing: border-box;
  min-width: 235px;
}
.amtheme-compare-sticky > .amtheme-compare-items .amtheme-image {
  margin-bottom: 10px;
}
.table:not(.cart):not(.totals) > thead > tr.amtheme-hidden-cells > td {
  padding: 0;
  border: none;
}
table.amtheme-comparsion-table:not(.cart) > tbody.amtheme-product-attributes > tr > td,
.amtheme-comparison-headings tr:nth-child(n+3) > td,
table.amtheme-comparsion-table:not(.cart) > tbody.amtheme-product-attributes > tr > th,
.amtheme-comparison-headings tr:nth-child(n+3) > th {
  padding: 25px 20px;
  border-top: 1px solid #dfdedd;
}
.amtheme-scroll-controller {
  display: none;
}
.ie11 .amtheme-scroll-controller {
  height: calc(100% - 17px);
}
@media print {
  .catalog-product_compare-index .column.main > .link.compare,
  .catalog-product_compare-index .page-footer,
  .catalog-product_compare-index .amtheme-comparison-headings,
  .catalog-product_compare-index .amtheme-compare-sticky,
  .catalog-product_compare-index .product-item .product-reviews-summary,
  .catalog-product_compare-index .amtheme-scroll-controller,
  .catalog-product_compare-index .action.map-show-info {
    display: none !important;
  }
  .catalog-product_compare-index .amtheme-comparsion-table {
    width: auto;
  }
  .catalog-product_compare-index .amtheme-compare-item .amtheme-wrapper {
    min-width: 195px;
  }
  .catalog-product_compare-index .old-price .price:before,
  .catalog-product_compare-index .old-price-wrap > .old-price:last-of-type:after,
  .catalog-product_compare-index .map-old-price .price-wrapper:before {
    border-top: 1px solid #3d3731;
  }
  .catalog-product_compare-index .amtheme-compare-header .page-title:after {
    font-size: 2.4rem;
    margin: 0;
    position: static;
  }
}
.block-search {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
}
.block-search > .block-content {
  height: 50px;
  margin-bottom: 0;
}
.block-search .form {
  height: 100%;
  position: relative;
}
.block-search .field,
.block-search .control {
  height: 100%;
  width: 90%;
}
.block-search .input-text {
  align-items: center;
  appearance: none;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  display: flex;
  height: 100%;
  padding: 10px 10px 10px 50px;
  position: relative;
  transition: box-shadow 0.4s ease-in-out;
  z-index: 12;
}
.block-search .input-text::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text::-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:hover,
.block-search .input-text:active {
  box-shadow: 0 2px 8px rgba(57, 56, 56, 0.25);
}
.block-search .input-text:focus,
.block-search .input-text:not([disabled]):focus {
  box-shadow: 0 2px 8px rgba(57, 56, 56, 0.25);
}
.block-search .input-text:focus::-webkit-input-placeholder,
.block-search .input-text:not([disabled]):focus::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:focus:-moz-placeholder,
.block-search .input-text:not([disabled]):focus:-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:focus::-moz-placeholder,
.block-search .input-text:not([disabled]):focus::-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:focus:-ms-input-placeholder,
.block-search .input-text:not([disabled]):focus:-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
._keyfocus .block-search .input-text:focus,
._keyfocus .block-search .input-text:not([disabled]):focus {
  box-shadow: 0 0 0 1px #333333;
}
.block-search .active .input-text {
  box-shadow: 0 2px 8px rgba(57, 56, 56, 0.25);
}
.block-search .actions {
  display: inline-block;
  left: 5px;
  position: absolute;
}
.block-search .action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: auto;
  line-height: 1;
  padding: 10px;
  position: relative;
  z-index: 12;
}
.block-search .action:focus,
.block-search .action:active {
  background: none;
  border: none;
}
.block-search .action:hover {
  background: none;
  border: none;
}
.block-search .action.disabled,
.block-search .action[disabled],
fieldset[disabled] .block-search .action {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action:disabled {
  opacity: 1;
}
.block-search .amtheme-reset {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  right: 5px;
}
.block-search .amtheme-icon {
  height: 25px;
  vertical-align: top;
  width: 25px;
}
.block-search .amtheme-icon.-reset {
  background: #dfdedd;
  padding: 5px;
}
.block-search .amtheme-close {
  top: 50%;
  transform: translateY(-50%);
  background: #fff6ee;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  left: 5px;
  padding: 10px;
  position: absolute;
  transition: none;
  z-index: 50;
}
.block-search .amtheme-close:disabled {
  opacity: 0;
}
.search-autocomplete {
  background: #fffefd;
  color: #333333;
  z-index: 11;
}
.search-autocomplete li {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}
.search-autocomplete li:hover {
  background: #fffbf8;
}
.search-autocomplete .selected {
  background: #fffbf8;
}
.search.results .page-title-wrapper {
  margin: 35px 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.search.results .page-title {
  margin-bottom: 0;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search.results .page-title {
    margin-left: 0;
    margin-right: 10px;
  }
}
.search.results .amtheme-found {
  padding-inline-start: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search.results .amtheme-found {
    padding-left: 16px;
  }
}
.search.results .amtheme-found:before {
  margin-inline-end: 10px;
  background: #ffffff;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search.results .amtheme-found:before {
    margin-right: 10px;
  }
}
.search.results .amtheme-search-terms {
  margin-bottom: 30px;
}
.search.summary {
  background: #fffbf8;
  border-radius: 6px;
  padding: 20px 35px;
}
.search.summary .items {
  display: flex;
  flex-wrap: wrap;
}
.search.summary .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-inline-end: 30px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search.summary .item {
    margin-left: 0;
    margin-right: 30px;
  }
}
.search.summary .amtheme-name {
  color: #333333;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin-bottom: 10px;
  padding: 5px 0;
  text-transform: uppercase;
}
.amtheme-title-search {
  margin: 0;
}
.amtheme-title-search .amtheme-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.amtheme-title-search .amtheme-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 5px;
}
.amtheme-additional-block {
  margin-bottom: 30px;
}
.amtheme-search-message {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4rem;
  padding: 5px 0;
}
.amtheme-search-terms {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.amtheme-search-terms .amtheme-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2rem;
  width: 100%;
}
.amtheme-search-terms .amtheme-item {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 15px;
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-search-terms .amtheme-item {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-search-terms .amtheme-link {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  padding: 8px 10px;
  word-break: break-all;
}
.amtheme-search-terms .amtheme-link:hover .amtheme-count {
  color: #545454;
}
.amtheme-search-terms .amtheme-count {
  color: #333333;
  font-weight: 700;
}
.catalogsearch-advanced-index .page-title-wrapper {
  text-align: center;
}
.catalogsearch-advanced-index .form.search.advanced {
  margin: 0 auto;
}
.catalogsearch-advanced-index .form.search.advanced .legend {
  margin: 0 auto 20px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.contact-index-index .form.contact {
  margin: 20px 0;
}
.contact-index-index .form.contact .legend + br {
  display: none;
}
.contact-index-index .form.contact .note {
  margin-bottom: 20px;
}
.contact-index-index .form.contact .field:last-of-type {
  margin-bottom: 0;
}
.contact-index-index .form.contact .fieldset .legend {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.contact-info.cms-content {
  display: none;
}
.amtheme-recaptcha-block,
.form.password.reset .field.captcha .control.captcha,
.form.send.confirmation .field.captcha .control.captcha,
.form.password.forget .field.captcha .control.captcha,
.form.create.account .field.captcha .control.captcha,
.form.search.advanced .field.captcha .control.captcha,
.form.form-orders-search .field.captcha .control.captcha,
.block.block-customer-login .field.captcha .control.captcha,
.block.block-new-customer .field.captcha .control.captcha,
.form.contact .field.captcha .control.captcha {
  display: flex;
  flex-direction: column;
}
.amtheme-recaptcha-block .nested,
.form.password.reset .field.captcha .control.captcha .nested,
.form.send.confirmation .field.captcha .control.captcha .nested,
.form.password.forget .field.captcha .control.captcha .nested,
.form.create.account .field.captcha .control.captcha .nested,
.form.search.advanced .field.captcha .control.captcha .nested,
.form.form-orders-search .field.captcha .control.captcha .nested,
.block.block-customer-login .field.captcha .control.captcha .nested,
.block.block-new-customer .field.captcha .control.captcha .nested,
.form.contact .field.captcha .control.captcha .nested {
  order: -1;
}
.amtheme-recaptcha-block .captcha-image > *,
.form.password.reset .field.captcha .control.captcha .captcha-image > *,
.form.send.confirmation .field.captcha .control.captcha .captcha-image > *,
.form.password.forget .field.captcha .control.captcha .captcha-image > *,
.form.create.account .field.captcha .control.captcha .captcha-image > *,
.form.search.advanced .field.captcha .control.captcha .captcha-image > *,
.form.form-orders-search .field.captcha .control.captcha .captcha-image > *,
.block.block-customer-login .field.captcha .control.captcha .captcha-image > *,
.block.block-new-customer .field.captcha .control.captcha .captcha-image > *,
.form.contact .field.captcha .control.captcha .captcha-image > * {
  vertical-align: middle;
}
.amtheme-recaptcha-block .captcha-reload,
.form.password.reset .field.captcha .control.captcha .captcha-reload,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload,
.form.password.forget .field.captcha .control.captcha .captcha-reload,
.form.create.account .field.captcha .control.captcha .captcha-reload,
.form.search.advanced .field.captcha .control.captcha .captcha-reload,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload,
.form.contact .field.captcha .control.captcha .captcha-reload {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-inline-start: 10px;
}
.amtheme-recaptcha-block .captcha-reload:visited,
.form.password.reset .field.captcha .control.captcha .captcha-reload:visited,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:visited,
.form.password.forget .field.captcha .control.captcha .captcha-reload:visited,
.form.create.account .field.captcha .control.captcha .captcha-reload:visited,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:visited,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:visited,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:visited,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:visited,
.form.contact .field.captcha .control.captcha .captcha-reload:visited {
  color: #333333;
  text-decoration: none;
}
.amtheme-recaptcha-block .captcha-reload:hover,
.form.password.reset .field.captcha .control.captcha .captcha-reload:hover,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:hover,
.form.password.forget .field.captcha .control.captcha .captcha-reload:hover,
.form.create.account .field.captcha .control.captcha .captcha-reload:hover,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:hover,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:hover,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:hover,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:hover,
.form.contact .field.captcha .control.captcha .captcha-reload:hover {
  color: #545454;
  text-decoration: none;
}
.amtheme-recaptcha-block .captcha-reload:active,
.form.password.reset .field.captcha .control.captcha .captcha-reload:active,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:active,
.form.password.forget .field.captcha .control.captcha .captcha-reload:active,
.form.create.account .field.captcha .control.captcha .captcha-reload:active,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:active,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:active,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:active,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:active,
.form.contact .field.captcha .control.captcha .captcha-reload:active {
  color: #242424;
  text-decoration: none;
}
.amtheme-recaptcha-block .captcha-reload:hover,
.amtheme-recaptcha-block .captcha-reload:active,
.amtheme-recaptcha-block .captcha-reload:focus,
.form.password.reset .field.captcha .control.captcha .captcha-reload:hover,
.form.password.reset .field.captcha .control.captcha .captcha-reload:active,
.form.password.reset .field.captcha .control.captcha .captcha-reload:focus,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:hover,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:active,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:focus,
.form.password.forget .field.captcha .control.captcha .captcha-reload:hover,
.form.password.forget .field.captcha .control.captcha .captcha-reload:active,
.form.password.forget .field.captcha .control.captcha .captcha-reload:focus,
.form.create.account .field.captcha .control.captcha .captcha-reload:hover,
.form.create.account .field.captcha .control.captcha .captcha-reload:active,
.form.create.account .field.captcha .control.captcha .captcha-reload:focus,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:hover,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:active,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:focus,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:hover,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:active,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:focus,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:hover,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:active,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:focus,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:hover,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:active,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:focus,
.form.contact .field.captcha .control.captcha .captcha-reload:hover,
.form.contact .field.captcha .control.captcha .captcha-reload:active,
.form.contact .field.captcha .control.captcha .captcha-reload:focus {
  background: none;
  border: 0;
}
.amtheme-recaptcha-block .captcha-reload.disabled,
.amtheme-recaptcha-block .captcha-reload[disabled],
fieldset[disabled] .amtheme-recaptcha-block .captcha-reload,
.form.password.reset .field.captcha .control.captcha .captcha-reload.disabled,
.form.password.reset .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.password.reset .field.captcha .control.captcha .captcha-reload,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload.disabled,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.send.confirmation .field.captcha .control.captcha .captcha-reload,
.form.password.forget .field.captcha .control.captcha .captcha-reload.disabled,
.form.password.forget .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.password.forget .field.captcha .control.captcha .captcha-reload,
.form.create.account .field.captcha .control.captcha .captcha-reload.disabled,
.form.create.account .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.create.account .field.captcha .control.captcha .captcha-reload,
.form.search.advanced .field.captcha .control.captcha .captcha-reload.disabled,
.form.search.advanced .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.search.advanced .field.captcha .control.captcha .captcha-reload,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload.disabled,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.form-orders-search .field.captcha .control.captcha .captcha-reload,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload.disabled,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .block.block-customer-login .field.captcha .control.captcha .captcha-reload,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload.disabled,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .block.block-new-customer .field.captcha .control.captcha .captcha-reload,
.form.contact .field.captcha .control.captcha .captcha-reload.disabled,
.form.contact .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.contact .field.captcha .control.captcha .captcha-reload {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-recaptcha-block .captcha-reload,
  .form.password.reset .field.captcha .control.captcha .captcha-reload,
  .form.send.confirmation .field.captcha .control.captcha .captcha-reload,
  .form.password.forget .field.captcha .control.captcha .captcha-reload,
  .form.create.account .field.captcha .control.captcha .captcha-reload,
  .form.search.advanced .field.captcha .control.captcha .captcha-reload,
  .form.form-orders-search .field.captcha .control.captcha .captcha-reload,
  .block.block-customer-login .field.captcha .control.captcha .captcha-reload,
  .block.block-new-customer .field.captcha .control.captcha .captcha-reload,
  .form.contact .field.captcha .control.captcha .captcha-reload {
    margin-left: 10px;
  }
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search,
.block.block-customer-login,
.block.block-new-customer {
  margin-bottom: 50px;
  max-width: 430px;
  width: 100%;
}
.form.password.reset > fieldset,
.form.send.confirmation > fieldset,
.form.password.forget > fieldset,
.form.create.account > fieldset,
.form.search.advanced > fieldset,
.form.form-orders-search > fieldset,
.block.block-customer-login > fieldset,
.block.block-new-customer > fieldset {
  margin-bottom: 25px;
}
.form.password.reset > fieldset:not(:last-of-type),
.form.send.confirmation > fieldset:not(:last-of-type),
.form.password.forget > fieldset:not(:last-of-type),
.form.create.account > fieldset:not(:last-of-type),
.form.search.advanced > fieldset:not(:last-of-type),
.form.form-orders-search > fieldset:not(:last-of-type),
.block.block-customer-login > fieldset:not(:last-of-type),
.block.block-new-customer > fieldset:not(:last-of-type) {
  border-bottom: 1px solid #dfdedd;
  padding-bottom: 25px;
}
.form.password.reset legend + br,
.form.send.confirmation legend + br,
.form.password.forget legend + br,
.form.create.account legend + br,
.form.search.advanced legend + br,
.form.form-orders-search legend + br,
.block.block-customer-login legend + br,
.block.block-new-customer legend + br {
  display: none;
}
.form.password.reset .control.captcha .nested,
.form.send.confirmation .control.captcha .nested,
.form.password.forget .control.captcha .nested,
.form.create.account .control.captcha .nested,
.form.search.advanced .control.captcha .nested,
.form.form-orders-search .control.captcha .nested,
.block.block-customer-login .control.captcha .nested,
.block.block-new-customer .control.captcha .nested {
  margin-bottom: 5px;
}
.account .toolbar,
.account .toolbar .pager {
  align-items: center;
}
.account .toolbar .pager .toolbar-amount {
  display: block;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.amtheme-account-actions {
  margin: 40px 0 0;
}
.amtheme-account-actions .amtheme-fields {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.amtheme-account-actions > .actions-toolbar {
  margin: 0;
}
.amtheme-account-actions > .actions-toolbar .primary > .action {
  margin: 0;
}
.amtheme-account-actions .choice:last-of-type {
  margin-inline-start: 20px;
  padding-inline-start: 20px;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-account-actions .choice:last-of-type {
    margin-left: 20px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-account-actions .choice:last-of-type {
    padding-left: 20px;
  }
}
.amtheme-account-actions .choice:last-of-type:before {
  background: #dfdedd;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 2px;
}
.amtheme-card-block,
.amtheme-addresses-block.-dashboard-addresses,
.amtheme-address-method {
  background: #fff;
  box-sizing: border-box;
  padding: 20px 35px;
  border: 1px solid #dfdeed;
  border-radius: 4px !important;
}
.amtheme-card-block > .amtheme-heading,
.amtheme-addresses-block.-dashboard-addresses > .amtheme-heading,
.amtheme-address-method > .amtheme-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amtheme-card-block > .amtheme-heading > .action,
.amtheme-addresses-block.-dashboard-addresses > .amtheme-heading > .action,
.amtheme-address-method > .amtheme-heading > .action {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.amtheme-card-block > .amtheme-heading > .amtheme-title,
.amtheme-card-block > .amtheme-title,
.amtheme-addresses-block.-dashboard-addresses > .amtheme-heading > .amtheme-title,
.amtheme-addresses-block.-dashboard-addresses > .amtheme-title,
.amtheme-address-method > .amtheme-heading > .amtheme-title,
.amtheme-address-method > .amtheme-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0;
}
.amtheme-card-block.-with-table,
.amtheme-addresses-block.-dashboard-addresses.-with-table,
.amtheme-address-method.-with-table {
  background: #fffbf8;
}
.amtheme-card-block.-with-table > .amtheme-heading,
.amtheme-addresses-block.-dashboard-addresses.-with-table > .amtheme-heading,
.amtheme-address-method.-with-table > .amtheme-heading {
  border-bottom: 1px solid #dfdedd;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.amtheme-card-block.-with-table .table-wrapper,
.amtheme-addresses-block.-dashboard-addresses.-with-table .table-wrapper,
.amtheme-address-method.-with-table .table-wrapper {
  margin-bottom: 0;
}
.account-nav-content {
  background: none;
  padding: 0;
  border: 1px solid #DFDEDD;
  border-radius: 4px;
}
.account-nav-content .nav.item {
  margin: 0 0 10px;
  align-items: center;
  display: flex;
  transition: all 0.4s ease-in-out;
}
.account-nav-content .nav.item > a {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.ie11 .account-nav-content .nav.item > a {
  word-break: break-all;
}
.account-nav-content .nav.item > a > strong {
  font-weight: 400;
}
.account-nav-content .nav.item:hover > a {
  color: #333333;
}
.account-nav-content .nav.item:hover:not(.current) {
  margin-inline-start: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .account-nav-content .nav.item:hover:not(.current) {
    margin-left: 12px;
  }
}
.account-nav-content .nav.item.current {
  margin: 0 0 10px;
}
.account-nav-content .nav.item.current > strong {
  color: #333333;
  font-weight: 400;
}
.account-nav-content .nav.item.current:before {
  background: #4ebdc5;
  content: '';
  display: block;
  height: 18px;
  margin-right: 9px;
  width: 3px;
}
.account-nav-content .nav.item > .delimiter {
  margin-bottom: 30px;
}
._block-title,
.customer-account-create .page-title,
.block.block-customer-login .block-title,
.block.block-new-customer .block-title,
.customer-account-forgotpassword .page-title,
.customer-account-confirmation .page-title,
.customer-account-createpassword .page-title,
.multishipping-checkout-register .page-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin: 0 auto 20px;
  max-width: 430px;
}
._block-subtitle,
.block.block-customer-login .block-subtitle,
.block.block-new-customer .block-subtitle,
.form.password.forget .field.note,
.form.send.confirmation .field.note,
.form.password.reset .field.note {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 20px;
}
.customer-account-create .form-create-account {
  margin: auto;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 20px;
}
.form-create-account .field.choice + .field {
  margin-top: 20px;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.login-container {
  margin: 40px auto 25px;
}
.login-container .block:not(:first-of-type) {
  margin-top: 35px;
}
.login-container .block-customer-login {
  border-bottom: 1px solid #dfdedd;
  padding-bottom: 35px;
}
.login-container .field .tooltip.wrapper {
  padding-left: 10px;
}
.block.block-customer-login,
.block.block-new-customer {
  margin: auto;
}
.block.block-customer-login .block-subtitle,
.block.block-new-customer .block-subtitle {
  margin-top: 10px;
}
.block.block-new-customer div.block-title {
  margin-bottom: 10px;
}
.multishipping-checkout-register .form.create.account {
  margin-inline-end: auto;
  margin-inline-start: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-register .form.create.account {
    margin-right: auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-register .form.create.account {
    margin-left: auto;
  }
}
.form.password.forget,
.form.send.confirmation,
.form.password.reset {
  margin: 0 auto 50px;
}
.form.password.forget fieldset > .field:last-child,
.form.send.confirmation fieldset > .field:last-child,
.form.password.reset fieldset > .field:last-child {
  margin-bottom: 0;
}
.form.password.forget .field.note,
.form.send.confirmation .field.note,
.form.password.reset .field.note {
  margin-top: 0;
}
.password-strength-meter {
  align-items: center;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1.2rem;
  margin-top: 5px;
  overflow: hidden;
  padding: 7px 10px;
}
.password-strength-meter:after {
  margin-inline-start: 5px;
  align-items: center;
  content: '';
  display: inline-flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .password-strength-meter:after {
    margin-left: 5px;
  }
}
.password-strength-meter span {
  margin-inline-start: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .password-strength-meter span {
    margin-left: 5px;
  }
}
.password-weak .password-strength-meter {
  border-color: #f23b3b;
}
.password-weak .password-strength-meter span {
  color: #f23b3b;
}
.password-weak .password-strength-meter:after {
  content: '❌';
}
.password-weak .password-strength-meter:after {
  font-size: .9rem;
}
.password-medium .password-strength-meter {
  border-color: #ffd43e;
}
.password-medium .password-strength-meter span {
  color: #ffd43e;
}
.password-medium .password-strength-meter:after {
  content: '🙂';
}
.password-strong .password-strength-meter {
  border-color: #7aa022;
}
.password-strong .password-strength-meter span {
  color: #7aa022;
}
.password-strong .password-strength-meter:after {
  content: '👍';
}
.password-very-strong .password-strength-meter {
  border-color: #7aa022;
}
.password-very-strong .password-strength-meter span {
  color: #7aa022;
}
.password-very-strong .password-strength-meter:after {
  content: '👌';
}
.account table .col.actions {
  white-space: nowrap;
}
.account table .col.actions .action:not(:first-of-type) {
  margin-inline-start: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .account table .col.actions .action:not(:first-of-type) {
    margin-left: 20px;
  }
}
[class*='sales-guest-'] .items.order-links,
.account .items.order-links {
  border-bottom: 1px solid #dfdedd;
  margin: 15px 0;
}
[class*='sales-guest-'] .items.order-links .nav.item,
.account .items.order-links .nav.item {
  display: inline-block;
  margin: 0;
  padding: 20px 0;
}
[class*='sales-guest-'] .items.order-links .nav.item:not(:last-of-type),
.account .items.order-links .nav.item:not(:last-of-type) {
  margin-inline-end: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [class*='sales-guest-'] .items.order-links .nav.item:not(:last-of-type),
  .account .items.order-links .nav.item:not(:last-of-type) {
    margin-right: 30px;
  }
}
[class*='sales-guest-'] .items.order-links .nav.item.current,
.account .items.order-links .nav.item.current {
  border-bottom: 1px solid #070605;
  margin-bottom: -1px;
}
[class*='sales-guest-'] .items.order-links .nav.item.current > *,
.account .items.order-links .nav.item.current > * {
  color: #333333;
}
[class*='sales-guest-'] .items.order-links .nav.item > *,
.account .items.order-links .nav.item > * {
  color: #333333;
  font-weight: 400;
}
[class*='sales-guest-'] .items.order-links .nav.item:hover > *,
.account .items.order-links .nav.item:hover > * {
  color: #333333;
}
[class*='magento_rma'] .page-title-wrapper,
[class*='sales-guest-'] .page-title-wrapper,
.account[class*='sales-'] .page-title-wrapper {
  display: flex;
  flex-wrap: wrap;
}
[class*='magento_rma'] .page-title-wrapper > .page-title,
[class*='sales-guest-'] .page-title-wrapper > .page-title,
.account[class*='sales-'] .page-title-wrapper > .page-title,
[class*='magento_rma'] .page-title-wrapper > .amtheme-info,
[class*='sales-guest-'] .page-title-wrapper > .amtheme-info,
.account[class*='sales-'] .page-title-wrapper > .amtheme-info {
  flex-basis: 100%;
}
[class*='magento_rma'] .page-title-wrapper .amtheme-info,
[class*='sales-guest-'] .page-title-wrapper .amtheme-info,
.account[class*='sales-'] .page-title-wrapper .amtheme-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
[class*='magento_rma'] .page-title-wrapper > .amtheme-info > *,
[class*='sales-guest-'] .page-title-wrapper > .amtheme-info > *,
.account[class*='sales-'] .page-title-wrapper > .amtheme-info > * {
  margin-bottom: 15px;
  margin-inline-end: 30px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [class*='magento_rma'] .page-title-wrapper > .amtheme-info > *,
  [class*='sales-guest-'] .page-title-wrapper > .amtheme-info > *,
  .account[class*='sales-'] .page-title-wrapper > .amtheme-info > * {
    margin-left: 0;
    margin-right: 30px;
  }
}
[class*='magento_rma'] .page-title-wrapper > .actions,
[class*='sales-guest-'] .page-title-wrapper > .actions,
.account[class*='sales-'] .page-title-wrapper > .actions {
  align-self: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-align: right;
  text-transform: uppercase;
}
[class*='magento_rma'] .page-title-wrapper > .actions .print,
[class*='sales-guest-'] .page-title-wrapper > .actions .print,
.account[class*='sales-'] .page-title-wrapper > .actions .print {
  display: none;
}
[class*='magento_rma'] .page-title-wrapper > .actions-toolbar,
[class*='sales-guest-'] .page-title-wrapper > .actions-toolbar,
.account[class*='sales-'] .page-title-wrapper > .actions-toolbar {
  align-self: flex-start;
  margin: 0;
}
.amtheme-order-status {
  background: #fff6ee;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 12px;
}
.amtheme-order-status > * {
  vertical-align: middle;
}
.amtheme-order-status .amtheme-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  margin-right: 10px;
}
.amtheme-order-status .amtheme-status {
  font-weight: 700;
}
.amtheme-order-date {
  display: inline-block;
}
.amtheme-order-date > * {
  vertical-align: middle;
}
.amtheme-order-date .label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.amtheme-order-date .date {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-order-date .date {
    margin-left: 10px;
  }
}
[class*='magento_rma'] .page-title-wrapper .reorder,
[class*='sales-guest-'] .page-title-wrapper .reorder,
.account[class*='sales-'] .page-title-wrapper .reorder {
  align-items: center;
  display: inline-flex;
}
[class*='magento_rma'] .page-title-wrapper .reorder .amtheme-icon,
[class*='sales-guest-'] .page-title-wrapper .reorder .amtheme-icon,
.account[class*='sales-'] .page-title-wrapper .reorder .amtheme-icon {
  margin-inline-start: 10px;
  fill: #333333;
  height: 15px;
  transition: right 0.4s ease-in-out;
  width: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [class*='magento_rma'] .page-title-wrapper .reorder .amtheme-icon,
  [class*='sales-guest-'] .page-title-wrapper .reorder .amtheme-icon,
  .account[class*='sales-'] .page-title-wrapper .reorder .amtheme-icon {
    margin-left: 10px;
  }
}
[class*='magento_rma'] .page-title-wrapper .reorder:hover .amtheme-icon,
[class*='sales-guest-'] .page-title-wrapper .reorder:hover .amtheme-icon,
.account[class*='sales-'] .page-title-wrapper .reorder:hover .amtheme-icon {
  fill: #545454;
  right: 2px;
}
.order-actions-toolbar > .actions {
  display: flex;
}
.order-actions-toolbar > .actions .action {
  align-items: center;
  display: flex;
}
.order-actions-toolbar > .actions .action:not(:first-child):before {
  background: #dfdedd;
  content: '';
  display: inline-block;
  height: 20px;
  margin: 0 20px;
  vertical-align: middle;
  width: 2px;
}
.form.form-newsletter-manage br {
  display: none;
}
.form.form-newsletter-manage .field.choice {
  margin-top: 5px;
}
.divider {
  border-top: 2px solid #4ebdc5;
  padding: 5px;
}
.form.form-edit-account {
  margin-bottom: 30px;
  width: 100%;
}
.form.form-edit-account > .fieldset:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 30px;
}
.form.form-edit-account .field.password-info {
  margin-bottom: 20px;
}
.form.form-edit-account > .fieldset.password {
  display: none;
}
.customer-account-edit .page-title {
  margin-bottom: 10px;
}
.amtheme-addresses-block > .amtheme-content {
  box-sizing: border-box;
}
.amtheme-addresses-block .empty {
  margin: 15px 0 0;
}
.amtheme-addresses-block.-addresses-grid .amtheme-heading > .action {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-top: 15px;
}
.amtheme-addresses-block.-addresses-grid .amtheme-heading > .action:hover {
  text-decoration: underline !important;
}
.amtheme-addresses-block.-addresses-grid .customer-addresses-toolbar {
  margin-bottom: 0;
}
.amtheme-address-card {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  border: 1px solid #dfdeed;
}
.amtheme-address-card .amtheme-wrapper .amtheme-title {
  color: #333333;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.amtheme-address-card .amtheme-content > a {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}
.amtheme-address-card .amtheme-actions {
  margin-top: 20px;
}
.amtheme-address-card .action {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.amtheme-address-card .amtheme-row {
  display: flex;
  flex-direction: column;
}
.amtheme-address-card .amtheme-row .amtheme-title {
  display: none;
}
.amtheme-address-card .amtheme-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amtheme-address-card .amtheme-content {
  word-break: break-all;
}
.amtheme-addresses-block.-addresses-grid .amtheme-card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15px 0 25px;
  width: 100%;
}
.amtheme-addresses-block.-addresses-grid .amtheme-address-card {
  flex-grow: 1;
  margin: 0;
  width: 100%;
}
.amtheme-card-wrap .amtheme-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.amtheme-card-wrap .amtheme-actions .action {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  margin: 0 0 0 20px;
}
.amtheme-card-wrap .amtheme-actions .action.delete {
  color: #333333;
}
.amtheme-card-wrap .amtheme-actions .action.delete:hover {
  color: #545454;
}
.form-address-edit {
  margin-bottom: 30px;
  width: 100%;
}
.form-address-edit > .fieldset:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 30px;
}
.form-address-edit .fields.-hidden {
  display: none;
}
.form-address-edit .fields.-am-block {
  justify-content: space-between;
}
.amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  padding: 0;
}
.ie11 .amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
  word-break: break-all;
}
.amtheme-dashboard-info .amtheme-card-block > .amtheme-title,
.amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses > .amtheme-title,
.amtheme-dashboard-info .amtheme-address-method > .amtheme-title {
  display: block;
  margin-bottom: 15px;
}
.amtheme-dashboard-info .amtheme-customer-name {
  display: block;
}
.amtheme-dashboard-info .amtheme-information .amtheme-content {
  word-break: break-word;
  word-wrap: break-word;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ie11 .amtheme-dashboard-info .amtheme-information .amtheme-content {
  word-break: break-all;
}
.amtheme-dashboard-info .amtheme-card-block > .amtheme-actions,
.amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses > .amtheme-actions,
.amtheme-dashboard-info .amtheme-address-method > .amtheme-actions {
  margin-top: 15px;
}
.amtheme-dashboard-info .amtheme-card-block .action,
.amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses .action,
.amtheme-addresses-block.-dashboard-addresses .amtheme-address-card .action,
.amtheme-dashboard-info .amtheme-address-method .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  margin-right: 10px;
}
.amtheme-dashboard-info .amtheme-card-block .action:hover,
.amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses .action:hover,
.amtheme-addresses-block.-dashboard-addresses .amtheme-address-card .action:hover,
.amtheme-dashboard-info .amtheme-address-method .action:hover {
  color: #545454;
}
.amtheme-card-block.amtheme-reviews-dashboard,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard,
.amtheme-address-method.amtheme-reviews-dashboard {
  padding-bottom: 0;
}
.amtheme-card-block.amtheme-reviews-dashboard .amtheme-items,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items,
.amtheme-address-method.amtheme-reviews-dashboard .amtheme-items {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items > .amtheme-item,
.amtheme-address-method.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
  background: #fffefd;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 15px 20px;
  width: 100%;
}
.amtheme-card-block.amtheme-reviews-dashboard .amtheme-item > .product-name,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item > .product-name,
.amtheme-address-method.amtheme-reviews-dashboard .amtheme-item > .product-name {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-weight: 700;
  margin-bottom: 15px;
}
.ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-address-method.amtheme-reviews-dashboard .amtheme-item > .product-name {
  word-break: break-all;
}
.amtheme-card-block.amtheme-reviews-dashboard .rating-summary,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .rating-summary,
.amtheme-address-method.amtheme-reviews-dashboard .rating-summary {
  align-items: center;
  display: flex;
  margin: 0;
}
.amtheme-card-block.amtheme-reviews-dashboard .amtheme-item .amtheme-label,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item .amtheme-label,
.amtheme-address-method.amtheme-reviews-dashboard .amtheme-item .amtheme-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-inline-end: 10px;
  color: #3d3731;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-card-block.amtheme-reviews-dashboard .amtheme-item .amtheme-label,
  .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item .amtheme-label,
  .amtheme-address-method.amtheme-reviews-dashboard .amtheme-item .amtheme-label {
    padding-right: 10px;
  }
}
.page-product-downloadable .amtheme-product-info .product.attribute.overview {
  margin-bottom: 20px;
}
.page-product-downloadable .amtheme-product-info .samples-item-title,
.page-product-downloadable .amtheme-product-info .box-tocart.qty {
  display: none;
}
.page-product-downloadable .amtheme-product-info .items.samples,
.page-product-downloadable .amtheme-product-info .field.downloads > .control {
  display: flex;
  flex-wrap: wrap;
}
.page-product-downloadable .amtheme-product-info .samples .samples-item {
  margin: 0 20px 20px 0;
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice:not(.downloads-all) > .label {
  min-width: 130px;
}
.page-product-downloadable .amtheme-product-info .samples .samples-item-link,
.page-product-downloadable .amtheme-product-info .downloads:not(.downloads-no-separately) .field.choice:not(.downloads-all) > .label {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  display: inline-block;
  padding: 10px;
  transition: 0.4s ease-in-out;
  transition-property: border-color, background;
}
.page-product-downloadable .amtheme-product-info .samples .samples-item-link:hover,
.page-product-downloadable .amtheme-product-info .downloads:not(.downloads-no-separately) .field.choice:not(.downloads-all) > .label:hover {
  border-color: #4a4948;
}
.page-product-downloadable .amtheme-product-info .downloads > .label {
  color: #333333;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice {
  margin: 0;
}
.page-product-downloadable .amtheme-product-info .field.choice .price-container {
  align-items: center;
  margin-top: 5px;
}
.page-product-downloadable .amtheme-product-info .field.choice .price-container:before {
  margin-inline-end: 5px;
  content: '+';
  display: inline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-product-downloadable .amtheme-product-info .field.choice .price-container:before {
    margin-right: 5px;
  }
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice:not(.downloads-all) input[type='checkbox']:checked + .label {
  background: #fff6ee;
  border-color: #070605;
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice > .label {
  margin: 0 20px 20px 0;
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice > .label:before,
.page-product-downloadable .amtheme-product-info .downloads .field.choice > .label:after {
  display: none;
}
.page-product-downloadable .amtheme-product-info .downloads-all {
  width: 100%;
}
.page-product-downloadable .amtheme-product-info .downloads-all .label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
  padding: 0;
}
.page-product-downloadable .amtheme-product-info .downloads-no-separately .control {
  flex-direction: column;
}
.page-product-downloadable .amtheme-product-info .downloads-no-separately .field.choice > .label:before {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/check.svg") center / 15px no-repeat;
  content: '';
  display: inline-block;
  height: 8px;
  vertical-align: middle;
  width: 12px;
}
._keyfocus .downloads .field.choice:not(.downloads-all) input[type='checkbox']:focus + .label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #333333;
}
.table-downloadable-products .col.id a {
  font-weight: 400;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.page-product-grouped .-on-line .box-tocart {
  margin: 0 0 20px 0;
}
.page-product-grouped .amtheme-product-info .product-add-form {
  margin-top: 20px;
}
.page-product-grouped .amtheme-product-info .product-info-price {
  display: none;
}
.amtheme-product-info .table-wrapper.grouped {
  margin-bottom: 35px;
}
.amtheme-product-info .table-wrapper.grouped > .no-available {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  color: #333333;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 8px;
}
.amtheme-product-info .amtheme-qty-wrap.-grouped {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 10px;
  width: 140px;
}
.amtheme-product-info .amtheme-qty-wrap.-grouped > .amtheme-label {
  margin: 0 10px 0 0;
  min-width: auto;
  padding: 0;
  width: auto;
}
.amtheme-product-info .table.grouped .row .col.item {
  padding: 0 !important;
}
.amtheme-product-info .table.grouped .product-row {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 20px 0;
}
.amtheme-product-info .table.grouped .product-row > .product {
  padding-inline-end: 10px;
  box-sizing: border-box;
  margin: 0 0 10px;
  max-width: calc(100% - 140px);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .table.grouped .product-row > .product {
    padding-right: 10px;
  }
}
.ie11 .amtheme-product-info .table.grouped .product-row > .product {
  max-width: 1px;
}
.amtheme-product-info .table.grouped .product-row > .control.qty {
  min-width: 40%;
}
.amtheme-product-info .table.grouped .product-item-name {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amtheme-product-info .table.grouped .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-product-info .table.grouped .product-item-name {
  display: block;
}
.amtheme-product-info .table.grouped > tbody > tr > td {
  padding: 0;
}
.amtheme-product-info .table.grouped .price-box {
  margin-top: 5px;
  padding: 0;
}
.amtheme-product-info .table.grouped .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.amtheme-product-info .table.grouped .stock.unavailable {
  align-items: center;
  color: #a8a69f;
  display: flex;
  font-size: 1.4rem;
  text-align: right;
  text-transform: uppercase;
}
.amtheme-product-info .product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.toolbar-sorter .amtheme-filter-wrap {
  flex: 1;
}
.toolbar-sorter .amtheme-filter-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 1px;
  margin-bottom: 0;
  min-height: 40px;
}
.toolbar-sorter .amtheme-filter-button .filter-title-text {
  font-size: 1.6rem;
  font-weight: 400;
}
.toolbar-sorter .amtheme-filter-button .amtheme-icon {
  background: none;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.toolbar-sorter .amtheme-filter-button .amtheme-icon.-active {
  height: 15px;
  width: 15px;
}
.amtheme-filter-action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  align-items: center;
  cursor: pointer;
  transition: none;
}
.amtheme-filter-action:focus,
.amtheme-filter-action:active {
  background: none;
  border: none;
}
.amtheme-filter-action:hover {
  background: none;
  border: none;
}
.amtheme-filter-action.disabled,
.amtheme-filter-action[disabled],
fieldset[disabled] .amtheme-filter-action {
  pointer-events: none;
  opacity: 0.5;
}
.amtheme-filter-action .amtheme-title {
  font-weight: 400;
}
.amtheme-filter-action:hover .amtheme-icon {
  border-color: #040404;
  color: #040404;
  fill: #040404;
}
.page-with-filter .block.filter {
  position: relative;
}
.page-with-filter.catalogsearch-result-index .block.filter {
  margin-bottom: 0;
}
.block.filter {
  margin: 0;
}
.block.filter .filter-title {
  display: none;
}
.block.filter .filter-options-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 20px 15px 0;
  position: relative;
  width: 100%;
}
.block.filter .filter-options-title:after {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  transition: transform 0.2s ease-in-out;
  width: 20px;
}
._keyfocus .block.filter .filter-options-title:focus {
  border-radius: 2px;
}
.block.filter .filter-options-item {
  border-radius: 2px;
}
.block.filter .filter-options-item.-active .filter-options-title:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.block.filter .filter-options-content {
  padding: 5px 0;
}
.block.filter .filter-actions {
  border-top: 1px solid #070605;
  padding: 15px 0;
}
.block.filter .filter-clear {
  color: #333333;
  font-size: 1.4rem;
}
.block.filter .filter-clear:hover {
  color: #545454;
}
.filter-options a:hover {
  color: #ffffff;
  font-weight: 400;
}
.filter-options a:hover .count {
  color: #ffffff;
}
.filter-options .item {
  margin: 0 0 10px;
  padding: 2px 0;
}
.filter-options .amtheme-name {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  word-wrap: break-word;
  margin-right: 5px;
}
.ie11 .filter-options .amtheme-name {
  word-break: break-all;
}
.filter-options .count {
  color: #a8a69f;
  white-space: nowrap;
}
.filter-options .count:after {
  content: ') ';
}
.filter-options .count:before {
  content: ' (';
}
.filter-options a {
  color: #333333;
  display: inline-flex;
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
}
.filter-current {
  box-sizing: border-box;
  margin: 0 0 15px;
}
.filter-current .filter-current-subtitle {
  font-size: 1.4rem;
  font-weight: 400;
}
.filter-current .items {
  display: flex;
  flex-wrap: wrap;
}
.filter-current .item {
  background: #fff6ee;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 10px 10px 0 0;
  overflow: hidden;
  padding: 5px 26px 5px 8px;
  position: relative;
  text-transform: uppercase;
}
.filter-current .filter-label {
  font-weight: 700;
  margin-right: 5px;
  min-width: 35%;
}
.filter-current .filter-label:after {
  content: ': ';
}
.filter-current .filter-label,
.filter-current .filter-value {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 700;
}
.ie11 .filter-current .filter-label,
.ie11 .filter-current .filter-value {
  word-break: break-all;
}
.filter-current .remove {
  display: inline-block;
  padding: 5px 8px;
  position: absolute;
  right: 0;
}
._keyfocus .filter-current .remove:focus {
  box-shadow: none;
}
._keyfocus .filter-current .remove:focus .amtheme-icon {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #fff6ee, 0 0 0 4px #333333;
}
.filter-current .amtheme-icon {
  height: 10px;
  transform: translateY(-5%);
  vertical-align: middle;
  width: 10px;
}
.block.filter .amtheme-icon.-close {
  opacity: 0;
}
.block.filter .filter-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.block.filter .action.amtheme-close {
  display: none;
}
.form-create-account .fields.-am-block {
  background: 0;
  margin: 0;
  padding: 0;
}
.form-create-account .fields.-am-block .label:before {
  background: #fff6ee;
}
.map-popup-wrapper.popup .action.close {
  position: relative;
  position: absolute;
  right: 0;
  top: 10px;
}
.map-popup-wrapper.popup .action.close:before,
.map-popup-wrapper.popup .action.close:after {
  background: #3d3731;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 15px;
}
.map-popup-wrapper.popup .action.close:before {
  transform: rotate(45deg);
}
.map-popup-wrapper.popup .action.close:after {
  transform: rotate(-45deg);
}
.map-popup-wrapper.popup .action.close:hover:before,
.map-popup-wrapper.popup .action.close:focus:before,
.map-popup-wrapper.popup .action.close:active:before,
.map-popup-wrapper.popup .action.close:hover:after,
.map-popup-wrapper.popup .action.close:focus:after,
.map-popup-wrapper.popup .action.close:active:after {
  background: #a8a69f;
}
.map-popup {
  background: #fffefd;
  border: none;
  padding: 15px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 5px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  border-radius: 6px;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  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: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  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 {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .price-box {
  align-items: flex-start;
  margin-bottom: 10px;
}
.map-popup .map-old-price .price-wrapper {
  position: relative;
}
.map-popup .action.primary {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .map-popup .action.primary {
    margin-right: 10px;
  }
}
.map-popup .map-price {
  margin-bottom: 0;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .map-popup .map-price {
    margin-left: 0;
    margin-right: 10px;
  }
}
.map-popup .actual-price {
  margin: 5px 0 15px;
}
.map-popup .regular-price .price-label,
.map-popup .popup-header,
.map-popup .popup-pointer {
  display: none;
}
.map-popup .price-excluding-tax .price {
  margin: 0;
}
.map-popup .map-help-text {
  margin-top: 30px;
}
.map-popup .price-container .weee {
  margin: 0 5px;
  width: auto;
}
.map-info-price {
  margin: 0 0 20px;
}
.map-info-price .map-info-price .price-box {
  margin: 0 0 10px;
}
.map-info-price .map-info-price .map-price {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .map-info-price .map-info-price .map-price {
    margin-right: 10px;
  }
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  position: relative;
}
.map-fallback-price {
  display: none;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .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;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #333333;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #545454;
  text-decoration: none;
}
button.map-show-info:active {
  color: #242424;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.multicheckout .amtheme-card-block > .box,
.multicheckout .amtheme-addresses-block.-dashboard-addresses > .box,
.multicheckout .amtheme-address-method > .box {
  box-sizing: border-box;
}
.multicheckout .amtheme-card-block > .box > .action,
.multicheckout .amtheme-addresses-block.-dashboard-addresses > .box > .action,
.multicheckout .amtheme-address-method > .box > .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  margin-top: 20px;
}
.amtheme-cart-items .amtheme-item:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 20px;
}
.amtheme-cart-items .product-item-name {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2rem;
}
.ie11 .amtheme-cart-items .product-item-name {
  word-break: break-all;
}
.amtheme-cart-items .product-item-name > a {
  color: inherit;
}
.amtheme-cart-items .amtheme-qty {
  clear: both;
  color: #333333;
  margin-top: 20px;
}
.amtheme-cart-items .item-options {
  margin-top: 15px;
}
.amtheme-cart-items .item-options dt:after {
  content: ':';
  display: inline-block;
}
.amtheme-cart-items .item-options dt + dd {
  float: left;
}
.amtheme-cart-items .item-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.amtheme-cart-items .item-options dt,
.amtheme-cart-items .item-options dd {
  margin-bottom: 10px;
}
.amtheme-cart-items .item-options dd:last-of-type {
  margin-bottom: 20px;
}
.amtheme-cart-items .item-options .price {
  font-weight: 700;
}
.amtheme-shipping-methods .amtheme-item:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 25px;
  padding-top: 25px;
}
.amtheme-shipping-methods .amtheme-item .amtheme-label {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amtheme-shipping-methods .amtheme-title {
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ie11 .amtheme-shipping-methods .amtheme-title {
  word-break: break-all;
}
.amtheme-shipping-methods .amtheme-description {
  word-break: break-word;
  word-wrap: break-word;
  color: #a8a69f;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin-top: 5px;
}
.ie11 .amtheme-shipping-methods .amtheme-description {
  word-break: break-all;
}
.amtheme-shipping-methods .amtheme-price {
  font-weight: 700;
  white-space: nowrap;
}
[class*='multishipping-checkout'] .page-header .logo {
  margin: 0 auto 0 0;
}
.multishipping-checkout-addresses .page-title {
  margin-bottom: 10px;
}
.multicheckout.address.form .table.items > tbody > tr > td {
  background: #fff6ee;
}
.multicheckout.address.form .table.items > tbody > tr:not(:last-of-type) > td {
  border-bottom: 20px solid #fffefd;
}
.multicheckout.address.form .table.items > tbody > tr > td,
.multicheckout.address.form .table.items > thead > tr > th {
  padding: 20px;
}
.multicheckout.address.form .table.items > thead > tr > th {
  padding-bottom: 25px;
}
.multicheckout.address.form .table.items .field {
  margin: 0;
}
.multicheckout.address.form .table.items .field.address {
  width: 100%;
}
.multicheckout.address.form .table.items .product-item-name {
  font-weight: 400;
}
.multicheckout.address.form .table.items .product-item-name {
  color: #333333;
  font-weight: 400;
}
.multicheckout.address.form .table.items .item-options {
  color: #333333;
  margin: 20px 0 0;
}
.multicheckout.address.form .table.items .item-options dt:after {
  content: ':';
  display: inline-block;
}
.multicheckout.address.form .table.items .item-options dt + dd {
  float: left;
}
.multicheckout.address.form .table.items .item-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.multicheckout.address.form .table.items .amtheme-qty-box {
  min-width: 94px;
}
.multicheckout.address.form .table.items .action.delete {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 4rem;
}
.multicheckout.address.form .actions-toolbar {
  flex-flow: row wrap;
}
.multicheckout.address.form .actions-toolbar:before,
.multicheckout.address.form .actions-toolbar:after {
  display: none;
}
.multicheckout.address.form .actions-toolbar .action.back {
  display: inline;
}
.multicheckout.address.form .actions-toolbar .action.update {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}
.multicheckout.address.form .actions-toolbar .action.update:focus,
.multicheckout.address.form .actions-toolbar .action.update:active {
  background: none;
  border: none;
}
.multicheckout.address.form .actions-toolbar .action.update:hover {
  background: none;
  border: none;
}
.multicheckout.address.form .actions-toolbar .action.update.disabled,
.multicheckout.address.form .actions-toolbar .action.update[disabled],
fieldset[disabled] .multicheckout.address.form .actions-toolbar .action.update {
  pointer-events: none;
  opacity: 0.5;
}
.multicheckout.address.form .actions-toolbar .action.update .amtheme-icon {
  height: 13px;
  margin-right: 8px;
  width: 13px;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses,
.multicheckout.shipping .block-shipping > .amtheme-address-method {
  display: flex;
  flex-wrap: wrap;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block > .box,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box,
.multicheckout.shipping .block-shipping > .amtheme-address-method > .box {
  width: 100%;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-title,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-title,
.multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-title {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .01em;
  line-height: 2rem;
  margin-bottom: 20px;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-title .action,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-title .action,
.multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-title .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-content,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-content,
.multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-content {
  word-break: break-all;
}
.multicheckout.shipping .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.multicheckout.shipping .block-other > .block-title,
.multishipping-checkout-overview .block-other > .block-title {
  align-items: baseline;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem;
  margin-bottom: 10px;
}
.multicheckout.shipping .block-other > .block-title > .action,
.multishipping-checkout-overview .block-other > .block-title > .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-inline-start: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multicheckout.shipping .block-other > .block-title > .action,
  .multishipping-checkout-overview .block-other > .block-title > .action {
    margin-left: 20px;
  }
}
.multicheckout.shipping .block-other {
  margin-top: 35px;
}
.multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
.multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text,
.multicheckout.shipping .block-other > .amtheme-address-method > .amtheme-text {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.ie11 .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-address-method > .amtheme-text {
  word-break: break-all;
}
.multicheckout.shipping .block-other .amtheme-cart-items .product-item-name {
  font-weight: 700;
}
.multishipping-checkout-billing .loading-mask .loader-image {
  position: absolute;
}
.amtheme-address-method {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.amtheme-address-method .box-title {
  display: block;
}
.amtheme-address-method .address {
  margin-bottom: 50px;
}
.amtheme-address-method .box-title {
  margin-bottom: 20px;
}
.amtheme-address-method .action.edit {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-top: 25px;
}
.multishipping-checkout-billing .box-billing-method .box-title {
  margin-bottom: 5px;
}
.multishipping-checkout-billing .checkout-payment-method {
  margin-bottom: 0;
}
.multishipping-checkout-billing .checkout-payment-method > div {
  padding: 15px 0;
}
.multishipping-checkout-billing .checkout-payment-method > div:not(:last-of-type) {
  border-bottom: 1px solid #dfdedd;
}
.multishipping-checkout-billing .checkout-payment-method .item-title {
  margin-bottom: 0;
}
.multishipping-checkout-billing .checkout-payment-method .item-title label {
  font-weight: 400;
}
.multishipping-checkout-billing .checkout-payment-method .item-content {
  margin-top: 25px;
}
.multicheckout.billing.form .actions-toolbar:before,
.multicheckout.billing.form .actions-toolbar:after {
  display: none;
}
.multicheckout.billing.form .actions-toolbar > .secondary {
  margin-top: 20px;
}
.multicheckout.billing.form .actions-toolbar > .secondary .action.back {
  display: inline;
}
.multishipping-checkout-overview .block:not(.block-other) .block-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
}
.multishipping-checkout-overview .block-billing .box-billing-method .box-title {
  margin-bottom: 20px;
}
.multishipping-checkout-overview .block-billing .box-billing-method .payment-method dt {
  font-weight: 400;
}
.multishipping-checkout-overview .box-items .box-title {
  display: none;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 20px;
}
.multishipping-checkout-overview .box-items .box-title .action.edit {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.multishipping-checkout-overview .table-order-review > thead > tr > th,
.multishipping-checkout-overview .table-order-review > tbody > tr > td,
.multishipping-checkout-overview .table-order-review > tfoot > tr > th,
.multishipping-checkout-overview .table-order-review > tfoot > tr > td {
  display: table-cell;
  text-align: right;
}
.multishipping-checkout-overview .table-order-review > thead > tr > th:first-of-type,
.multishipping-checkout-overview .table-order-review > tbody > tr > td:first-of-type,
.multishipping-checkout-overview .table-order-review > tfoot > tr > th:first-of-type,
.multishipping-checkout-overview .table-order-review > tfoot > tr > td:first-of-type {
  padding-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-overview .table-order-review > thead > tr > th:first-of-type,
  .multishipping-checkout-overview .table-order-review > tbody > tr > td:first-of-type,
  .multishipping-checkout-overview .table-order-review > tfoot > tr > th:first-of-type,
  .multishipping-checkout-overview .table-order-review > tfoot > tr > td:first-of-type {
    padding-left: 0;
  }
}
.multishipping-checkout-overview .table-order-review > thead > tr > th {
  padding: 25px 15px 0;
}
.multishipping-checkout-overview .table-order-review > tbody > tr > td {
  padding: 25px 15px;
}
.multishipping-checkout-overview .table-order-review > tbody > tr:not(:last-of-type) > td {
  border-bottom: 1px solid #dfdedd;
}
.multishipping-checkout-overview .table-order-review .col.item {
  text-align: left;
  width: 75%;
}
.multishipping-checkout-overview .table-order-review .col.item .product.name {
  color: #333333;
  font-weight: 400;
}
.multishipping-checkout-overview .table-order-review .action.edit {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-overview .table-order-review .action.edit {
    margin-left: 10px;
  }
}
.multishipping-checkout-overview .table-order-review .price-including-tax + .price-excluding-tax {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.multishipping-checkout-overview .table-order-review .price-including-tax + .price-excluding-tax .price {
  margin: 0;
}
.multishipping-checkout-overview .table-order-review > tfoot > tr > th,
.multishipping-checkout-overview .table-order-review > tfoot > tr > th strong {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  vertical-align: center;
}
.multishipping-checkout-overview .table-order-review .item-options {
  margin-top: 20px;
}
.multishipping-checkout-overview .table-order-review .item-options dt:after {
  content: ':';
  display: inline-block;
}
.multishipping-checkout-overview .table-order-review .item-options dt + dd {
  float: left;
}
.multishipping-checkout-overview .table-order-review .item-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.multishipping-checkout-overview .checkout-review .grand.totals {
  background: #fff6ee;
  font-size: 1.8rem;
  padding: 15px;
  text-align: right;
}
.multishipping-checkout-overview .checkout-review .grand.totals .mark {
  color: #333333;
}
.multishipping-checkout-overview .checkout-review .grand.totals .amount {
  margin-inline-start: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-overview .checkout-review .grand.totals .amount {
    margin-left: 30px;
  }
}
.multishipping-checkout-overview .block-other > .block-title {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.multishipping-checkout-overview .actions-toolbar > .secondary .action.back {
  display: inline;
}
.multishipping-checkout-success .page-title {
  text-align: center;
}
.multishipping-checkout-success .multicheckout.success {
  margin: auto;
  max-width: 530px;
  width: 100%;
}
.multishipping-checkout-success .multicheckout.success .actions-toolbar {
  margin-top: 45px;
}
.multishipping-checkout-success .multicheckout.success .note {
  font-size: 1.6rem;
  text-align: center;
}
.multishipping-checkout-success .orders-list {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-top: 45px;
}
.multishipping-checkout-success .orders-list > .shipping-list:not(:first-of-type) {
  margin-top: 45px;
}
.multishipping-checkout-success .orders-list .order-id {
  font-size: 2.2rem;
  font-weight: 700;
}
.multishipping-checkout-success .orders-list .shipping-item {
  background: #fff6ee;
  border-radius: 4px;
  margin-top: 10px;
  padding: 25px 20px;
}
.multishipping-checkout-success .orders-list .shipping-address {
  line-height: 2.5rem;
}
.multishipping-checkout-success .actions-toolbar {
  justify-content: center;
}
.multishipping-checkout-success .actions-toolbar .action.submit {
  display: flex;
}
.multishipping-checkout-success .actions-toolbar .action.submit .amtheme-icon {
  margin-inline-start: 10px;
  fill: #a9978c;
  height: 20px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-success .actions-toolbar .action.submit .amtheme-icon {
    margin-left: 10px;
  }
}
.multishipping-checkout_address-selectbilling .block-billing {
  align-items: start;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.multishipping-checkout_address-selectbilling .block-billing .actions-toolbar {
  margin-top: 0;
}
.multishipping-checkout_address-selectbilling .actions-toolbar .action.back {
  display: inline;
}
.multishipping-checkout_address-selectbilling .box-billing-address {
  border: 1px solid #333333;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px;
}
.multishipping-checkout_address-selectbilling .box-billing-address .box-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.multishipping-checkout_address-selectbilling .box-billing-address .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.multishipping-checkout_address-selectbilling .box-billing-address .action.select {
  color: #ffffff;
}
.amtheme-default-mark {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  display: flex;
  font-size: 1.4rem;
  margin-top: 15px;
  padding: 8px 0;
}
.amtheme-default-mark .amtheme-mark {
  box-sizing: border-box;
  flex-basis: 50%;
  padding: 0 10px;
  text-align: center;
}
.amtheme-default-mark .amtheme-mark:not(:last-of-type) {
  border-inline-end: 1px solid #dfdedd;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-default-mark .amtheme-mark:not(:last-of-type) {
    border-right: 1px solid #dfdedd;
  }
}
.ie11 .multishipping-checkout_address-selectbilling .block-billing {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.ie11 .multishipping-checkout_address-selectbilling .box-billing-address {
  margin: 0 15px 15px 0;
  min-width: 280px;
  width: calc((100% - 15px * 4) / 4);
}
.amtheme-newsletter-block.amtheme-newsletter {
  background-color: #070605;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-container {
  padding: 0 25px;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-description {
  color: #ffffff;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content .amtheme-description,
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content .amtheme-form {
  order: 1;
  padding: 15px;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-center .amtheme-description {
  text-align: center;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-right .amtheme-description {
  text-align: right;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view {
  flex-direction: column;
  justify-content: center;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view.-left {
  align-items: flex-start;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view.-right {
  align-items: flex-end;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view.-center {
  align-items: center;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view .-before-input {
  order: 1;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view .-after-input {
  order: 2;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view .amtheme-content {
  flex-direction: column;
  justify-content: center;
}
.amtheme-newsletter-block.amtheme-subscribe {
  border-bottom: 1px solid #dfdedd;
  padding: 30px 0;
}
.amtheme-newsletter-block.amtheme-subscribe .amtheme-label {
  width: 100%;
}
.amtheme-newsletter-block .amtheme-description {
  margin: 0 0 15px;
}
.amtheme-newsletter-block .amtheme-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.amtheme-newsletter-block .amtheme-form {
  align-items: flex-start;
  display: flex;
}
.amtheme-newsletter-block .amtheme-field {
  flex-grow: 1;
}
.amtheme-newsletter-block .amtheme-field.newsletter {
  align-items: flex-start;
  display: flex;
}
.amtheme-newsletter-block .amtheme-label {
  display: block;
  position: relative;
}
.amtheme-newsletter-block .amtheme-input {
  height: 44px;
  min-width: 150px;
}
.amtheme-newsletter-block .amtheme-input::-moz-placeholder {
  line-height: 1.4;
}
.amtheme-newsletter-block .action {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 15px;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-newsletter-block .action {
    margin-left: 15px;
    margin-right: 0;
  }
}
.amtheme-newsletter-block .amtheme-image {
  display: none;
}
.block.newsletter .title {
  display: none;
}
.table-billing-agreements .col.status > .status.-active {
  white-space: nowrap;
}
.table-billing-agreements .col.status > .status.-active:before {
  background: #7aa022;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.table-billing-agreements .col.status > .status.-canceled {
  white-space: nowrap;
}
.table-billing-agreements .col.status > .status.-canceled:before {
  background: #f23b3b;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.form-new-agreement .note {
  color: #333333;
  font-size: 1.6rem;
}
.form-new-agreement .content-wrapper {
  display: flex;
  margin-top: 15px;
}
.form-new-agreement .action.create {
  align-items: center;
  display: flex;
  height: 4rem;
  margin: 0 0 0 15px;
  padding: 0 12px;
}
.form-new-agreement .action.create .amtheme-icon {
  margin-inline-start: 10px;
  fill: #a9978c;
  height: 20px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-new-agreement .action.create .amtheme-icon {
    margin-left: 10px;
  }
}
.form-new-agreement .amtheme-select-block {
  width: 290px;
}
.block-billing-agreements-view .amtheme-info {
  margin-bottom: 45px;
}
.block.block-billing-agreements-view .block-title,
.block.block-billing-orders-view .block-title {
  font-size: 1.8rem;
}
.amtheme-cancel-agreement {
  padding-inline-end: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-cancel-agreement {
    padding-right: 25px;
  }
}
.amtheme-cancel-agreement .amtheme-icon {
  top: 50%;
  transform: translateY(-50%);
  fill: #333333;
  height: 15px;
  position: absolute;
  right: 7px;
  transition: right 0.4s ease-in-out;
  width: 15px;
}
.amtheme-cancel-agreement:hover .amtheme-icon {
  fill: #545454;
  right: 2px;
}
.paypal-review > .block-order-details-view.block {
  margin: 0 0 25px;
  padding: 30px 20px;
}
.paypal-review > .block-order-details-view.block .box {
  padding-bottom: 0;
  padding-inline-end: 35px;
  padding-inline-start: 0;
  padding-top: 0;
  background: none;
  display: flex;
  flex-direction: column;
  width: calc(33.33333333%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .paypal-review > .block-order-details-view.block .box {
    padding-left: 0;
    padding-right: 35px;
  }
}
.paypal-review > .block-order-details-view.block .box:last-child {
  padding: 0;
}
.paypal-review > .block-order-details-view .box-content {
  margin-bottom: auto;
}
.paypal-review > .block-order-details-view .box-order-billing-address > .box-content,
.paypal-review > .block-order-details-view .box-content > address {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .paypal-review > .block-order-details-view .box-order-billing-address > .box-content,
.ie11 .paypal-review > .block-order-details-view .box-content > address {
  word-break: break-all;
}
.paypal-review > .block-order-details-view .box-title {
  font-size: 1.8rem;
}
.paypal-review > .block-order-details-view .box-actions > .action.edit {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 5px;
}
.paypal-review .box-order-billing-address > .box-content {
  line-height: 25px;
}
.paypal-review .box-order-billing-address > .box-content > img {
  margin-top: 10px;
  max-height: 25px;
}
.table-paypal-review-items .opc-block-summary {
  background: none;
  border: 0;
  padding: 0;
  position: static;
}
.table-paypal-review-items .opc-block-summary tr > td {
  min-width: 110px;
  padding: 10px 0;
  text-align: right;
  width: 10%;
}
.table-paypal-review-items .opc-block-summary tr > th {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-inline-end: 7px;
  color: #333333;
  line-height: 2rem;
  text-align: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-paypal-review-items .opc-block-summary tr > th {
    padding-right: 7px;
  }
}
.table-paypal-review-items .opc-block-summary .grand.totals > th {
  color: #333333;
  text-transform: inherit;
}
.table-paypal-review-items .opc-block-summary .grand.totals > th,
.table-paypal-review-items .opc-block-summary .grand.totals > td {
  font-size: 1.8rem;
}
.paypal-review-discount {
  margin-bottom: 45px;
}
.paypal-review-discount .title > span {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  cursor: pointer;
}
.paypal-review-discount .field > .label {
  display: none;
}
.paypal-review-discount .fieldset.coupon {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
.paypal-review-discount .field {
  margin: 0;
}
.paypal-review-discount .amtheme-actions-toolbar {
  margin-inline-start: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .paypal-review-discount .amtheme-actions-toolbar {
    margin-left: 15px;
  }
}
.paypal-review-discount .amtheme-actions-toolbar .action.apply {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.paypal-review-items .paypal-review-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
.paypal-review-items .paypal-review-title > strong {
  margin-inline-end: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .paypal-review-items .paypal-review-title > strong {
    margin-right: 15px;
  }
}
.paypal-review-items .paypal-review-title > .action.edit {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 2px 0 0;
}
.table-paypal-review-items.cart.items > thead > tr > th {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  padding: 7px;
}
.table-paypal-review-items.cart.items > thead > tr > th:first-child {
  padding-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-paypal-review-items.cart.items > thead > tr > th:first-child {
    padding-left: 0;
  }
}
.table-paypal-review-items.cart.items > thead > tr > th:last-child {
  padding-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-paypal-review-items.cart.items > thead > tr > th:last-child {
    padding-right: 0;
  }
}
.table-paypal-review-items.cart.items .cart.item {
  border: 0;
}
.table-paypal-review-items.cart.items .cart.item .col.subtotal {
  padding-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-paypal-review-items.cart.items .cart.item .col.subtotal {
    padding-left: 0;
  }
}
.table-paypal-review-items.cart.items .col.item {
  display: flex;
}
.table-paypal-review-items.cart.items .col.price {
  display: table-cell;
}
.table-paypal-review-items.cart.items .price-excluding-tax:before {
  margin: 0;
}
.table-paypal-review-items.cart.items .col.subtotal .price-excluding-tax {
  justify-content: flex-end;
}
.table-paypal-review-items.cart.items .product-item-name {
  word-break: break-word;
  word-wrap: break-word;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
}
.ie11 .table-paypal-review-items.cart.items .product-item-name {
  word-break: break-all;
}
.paypal-review-items .table-wrapper {
  margin-top: 30px;
  overflow: unset;
}
.paypal-review-items .order-review-form .actions-toolbar {
  justify-content: flex-end;
}
.paypal-review-items .order-review-form .actions-toolbar .action {
  margin: 0;
}
.table-paypal-review-items .product-item-details > .item-options {
  color: #333333;
  font-size: 1.4rem;
  margin-top: 15px;
  max-width: 450px;
}
.table-paypal-review-items .product-item-details > .item-options > dt {
  font-weight: 400;
}
.table-paypal-review-items .product-item-details > .item-options > dd {
  font-weight: 700;
}
.product-info-main .product.alert {
  background: #fff6ee;
  border-radius: 4px;
  display: block;
  font-size: 1.2rem;
  margin: 10px 0;
  padding: 10px;
  text-transform: uppercase;
}
.rating-summary {
  margin-inline-end: 15px;
  display: inline-block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rating-summary {
    margin-right: 15px;
  }
}
.rating-summary > .rating-result {
  margin-inline-end: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rating-summary > .rating-result {
    margin-right: 15px;
  }
}
.rating-result {
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 100px;
}
.rating-result:before {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/svg/icons/color_mode/dark/star-empty.svg");
  background-position: 0;
  background-size: 20px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rating-result span {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
}
.rating-result > span:before {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/svg/icons/star-hover.svg");
  background-position: 0;
  background-size: 20px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: inherit;
  z-index: 2;
}
.star-secondary .rating-result > span:before {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/svg/icons/color_mode/dark/star-black.svg");
}
.reviews-actions {
  display: inline-block;
  max-width: 100%;
}
.reviews-actions .action,
.reviews-actions .action:visited {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  display: inline-block;
  line-height: 2rem;
  max-width: 100%;
  vertical-align: middle;
}
.reviews-actions .action:hover {
  color: #545454;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar:last-child {
  border-top: 1px solid #dfdedd;
}
.review-toolbar .limiter {
  display: none;
}
.rating-stars-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
}
.rating-stars-block > .rating-star {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/svg/icons/color_mode/dark/star-empty.svg");
  background-position: 0;
  background-size: 20px;
  cursor: pointer;
  height: 20px;
  min-height: auto;
  padding: 0;
  width: 20px;
}
.rating-stars-block > .rating-star:before,
.rating-stars-block > .rating-star:after {
  display: none;
}
.rating-stars-block > input:checked ~ .rating-star,
.rating-stars-block > input:checked.mage-error ~ .rating-star,
.rating-stars-block > input:checked + .rating-star:hover,
.rating-stars-block > input:checked ~ .rating-star:hover,
.rating-stars-block > input:checked ~ .rating-star:hover ~ .rating-star,
.rating-stars-block > .rating-star:hover ~ input:checked ~ .rating-star,
.rating-stars-block:not(:checked) > .rating-star:hover,
.rating-stars-block:not(:checked) > .rating-star:hover ~ .rating-star {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/svg/icons/star-hover.svg");
}
.rating-stars-block > input:focus ~ .rating-star,
.rating-stars-block > input:checked:focus ~ .rating-star {
  filter: drop-shadow(0 0 1px #c9b59f);
}
.rating-stars-block > input.mage-error ~ .rating-star {
  background-image: url("../../frontend/Amasty/Bacterfield/de_AT/svg/icons/star-error.svg");
}
.review-list .review-item {
  margin: 0;
  padding: 30px 0 15px;
}
.review-list .review-item:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
}
.review-list .review-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.review-list .review-title {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem;
}
.ie11 .review-list .review-title {
  word-break: break-all;
}
.review-list .review-date {
  color: #a8a69f;
  margin: 0 0 0 5px;
}
.review-list .review-ratings {
  margin-bottom: 20px;
}
.review-list .review-ratings .rating-summary {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.2;
  margin: 0 15px 15px 0;
}
.review-list .review-ratings .rating-summary .rating-label {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  width: auto;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 2.2rem;
  padding: 0 5px 0 0;
  position: static;
}
.ie11 .review-list .review-ratings .rating-summary .rating-label {
  word-break: break-all;
}
.review-list .review-content {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  margin-bottom: 30px;
}
.ie11 .review-list .review-content {
  word-break: break-all;
}
.review-list .review-author {
  color: #a8a69f;
}
.amtheme-reviews-list {
  background: #fff6ee;
  border-radius: 6px;
  padding: 20px;
}
.amtheme-reviews-list .amtheme-item {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}
.amtheme-reviews-list .amtheme-content {
  align-items: flex-start;
  background: #fffefd;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 20px;
  width: 100%;
}
.amtheme-reviews-list .amtheme-actions {
  line-height: 1;
  white-space: nowrap;
}
.amtheme-reviews-list .action.more {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.amtheme-reviews-list .amtheme-wrapper {
  margin: 0 0 15px;
}
.amtheme-reviews-list .amtheme-description {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amtheme-reviews-list .amtheme-description {
  word-break: break-all;
}
.amtheme-reviews-list .amtheme-date {
  color: #333333;
  margin-bottom: 5px;
}
.amtheme-reviews-list .amtheme-productname {
  color: #333333;
  display: block;
  margin-bottom: 8px;
}
.amtheme-reviewform-block .form-heading {
  margin-bottom: 30px;
  text-align: center;
}
.amtheme-reviewform-block .form-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 5px;
}
.amtheme-reviewform-block .product-name {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amtheme-reviewform-block .product-name {
  word-break: break-all;
}
.amtheme-reviewform-block .product-review-table {
  display: table;
  max-width: 100%;
}
.amtheme-reviewform-block .product-review-table > .review-field-rating {
  display: table-row;
}
.amtheme-reviewform-block .product-review-table .rating-stars-block {
  padding: 5px 0;
}
.amtheme-reviewform-block .product-review-table > .review-field-rating > .label {
  word-break: break-word;
  word-wrap: break-word;
  display: table-cell;
  max-width: 170px;
  min-width: 60px;
  padding: 5px 10px 5px 0;
  vertical-align: middle;
}
.ie11 .amtheme-reviewform-block .product-review-table > .review-field-rating > .label {
  word-break: break-all;
}
.amtheme-customer-review.view,
.customer-review.view {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.amtheme-customer-review.view .product-name,
.customer-review.view .product-name {
  letter-spacing: 0.03em;
  margin: 0 0 10px;
}
.amtheme-customer-review.view .product-media,
.customer-review.view .product-media {
  margin-bottom: 20px;
}
.amtheme-customer-review.view .review-details,
.customer-review.view .review-details {
  margin-top: 35px;
}
.amtheme-customer-review.view .review-title,
.customer-review.view .review-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem;
  margin-bottom: 10px;
}
.amtheme-customer-review.view .review-date,
.customer-review.view .review-date {
  color: #333333;
  margin-bottom: 15px;
}
.amtheme-customer-review.view .customer-review-rating,
.customer-review.view .customer-review-rating {
  margin-bottom: 20px;
}
.amtheme-customer-review.view .product-reviews-summary .reviews-actions,
.customer-review.view .product-reviews-summary .reviews-actions {
  margin: 0;
}
.amtheme-customer-review.view .product-reviews-summary .action.add,
.customer-review.view .product-reviews-summary .action.add {
  display: none;
}
.sales-guest-form .page-title-wrapper {
  text-align: center;
}
.form-orders-search {
  margin: 0 auto;
}
.form-orders-search .fieldset:last-of-type,
.form-orders-search .field:last-of-type,
.form-orders-search .fieldset.zip,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.form-orders-search .amtheme-select-block {
  width: 100%;
}
.form-orders-search .legend {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 auto 20px;
}
.amtheme-status.-processing {
  white-space: nowrap;
}
.amtheme-status.-processing:before {
  background: #7aa022;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.amtheme-status.-closed {
  white-space: nowrap;
}
.amtheme-status.-closed:before {
  background: #f23b3b;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.amtheme-status.-new {
  white-space: nowrap;
}
.amtheme-status.-new:before {
  background: #ffd43e;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.amtheme-status.-holded {
  white-space: nowrap;
}
.amtheme-status.-holded:before {
  background: #6b26fd;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.table-wrapper .table.table-order-items th.price,
.table-wrapper .table.table-order-items td.price {
  display: table-cell;
}
.table-wrapper .table.table-order-items .col.id > a,
.table-wrapper .table.table-order-items .col.name .product.name {
  font-weight: 400;
}
.table-wrapper .table.table-order-items .col.total,
.table-wrapper .table.table-order-items .col.price,
.table-wrapper .table.table-order-items .col.subtotal {
  font-weight: 700;
}
.table-wrapper .table.table-order-items .col.total,
.table-wrapper .table.table-order-items .col.total ~ .col,
.table-wrapper .table.table-order-items .col.price,
.table-wrapper .table.table-order-items .col.price ~ .col {
  text-align: right;
}
.block.block-order-details-view {
  background: #fff6ee;
  border-radius: 6px;
  margin-bottom: 55px;
  padding: 25px 20px 20px;
}
.block.block-order-details-view > .block-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.block.block-order-details-view > .block-content {
  display: flex;
  flex-wrap: wrap;
}
.block.block-order-details-view .column {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.block.block-order-details-view .column:not(:last-of-type) {
  margin: 0 0 20px;
}
.block.block-order-details-view .column.-methods {
  display: flex;
  justify-content: space-between;
}
.block.block-order-details-view .column.-methods > .box {
  flex-basis: calc((100% - 20px) / 2);
}
.block.block-order-details-view .column.-methods > .box.-fullwidth {
  flex-basis: 100%;
}
.block.block-order-details-view .box {
  background: #fffefd;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px;
}
.block.block-order-details-view .box > .box-title {
  display: block;
  margin-bottom: 20px;
}
.block.block-order-details-view .box > .box-content dt {
  font-weight: 400;
}
.order-details-items .order-title {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order-details-items .order-title .track {
  flex-basis: 100%;
  font-size: 1.6rem;
  margin-top: 20px;
}
.order-details-items .order-title .print {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .price-including-tax + .price-excluding-tax,
.order-details-items .weee[data-label] {
  justify-content: flex-end;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ':';
}
.order-details-items table {
  background: transparent;
}
.order-details-items table > thead > tr > th {
  padding-top: 15px;
}
.order-details-items table > tbody {
  border-bottom: 1px solid #dfdedd;
}
.order-details-items table > tbody > tr > td {
  padding: 25px 15px;
}
.order-details-items table > tfoot > tr > th {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  text-align: right;
}
.order-details-items table > tfoot > tr > td {
  font-weight: 400;
  text-align: right;
}
.order-details-items table > tfoot > tr:first-of-type > th,
.order-details-items table > tfoot > tr:first-of-type > td {
  padding-top: 30px;
}
.order-details-items table .col.sku:before {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-details-items table .col.sku:before {
    margin-right: 5px;
  }
}
.order-details-items .item-parent td {
  padding-bottom: 10px;
}
.order-details-items .item-parent ~ .options-label td {
  font-weight: 700;
  padding: 10px 15px;
}
.order-details-items .item-parent ~ .item-options-container td {
  padding: 10px 15px;
}
.order-details-items .item-options,
.order-details-items .item.options {
  margin: 20px 0 0;
  overflow: hidden;
}
.order-details-items .item-options dt:after,
.order-details-items .item.options dt:after {
  content: ':';
  display: inline-block;
}
.order-details-items .item-options dt + dd,
.order-details-items .item.options dt + dd {
  float: left;
}
.order-details-items .item-options dt,
.order-details-items .item.options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.order-details-items > .actions-toolbar:first-child {
  background: #fff6ee;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px 0;
  padding: 15px 15px 0;
}
.order-details-items > .actions-toolbar:first-child:before,
.order-details-items > .actions-toolbar:first-child:after {
  display: none;
}
.order-details-items > .actions-toolbar:first-child .action {
  border-radius: 4px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding: 10px;
}
.order-details-items .table-wrapper {
  margin-bottom: 45px;
}
.order-details-items .table-wrapper table > tbody:last-of-type > tr:last-of-type > td {
  padding-bottom: 35px;
}
.order-tracking {
  align-items: baseline;
  display: flex;
  margin-bottom: 0;
}
.order-tracking .tracking-title {
  margin-inline-end: 10px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-tracking .tracking-title {
    margin-right: 10px;
  }
}
.order-tracking .tracking-content .number,
.page-print .order-tracking .tracking-content {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 7px;
}
.order-tracking .tracking-content .number:not(:last-child) {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-tracking .tracking-content .number:not(:last-child) {
    margin-right: 10px;
  }
}
.page-print .order-tracking {
  flex-wrap: wrap;
  margin-top: 20px;
}
.page-print .order-tracking .wrapper {
  margin-inline-end: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-print .order-tracking .wrapper {
    margin-right: 15px;
  }
}
.account .order-details-items .price-including-tax + .price-excluding-tax,
.account .order-details-items .weee[data-label] {
  flex-wrap: wrap;
}
@media print {
  .page-print .block.block-order-details-view {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
  .page-print .block.block-order-details-view .block-content {
    display: block;
  }
  .page-print .block.block-order-details-view .column,
  .page-print .block.block-order-details-view .column.-methods {
    display: inline-block;
    float: left;
    vertical-align: top;
  }
  .page-print .copyright,
  .page-print .order-details-items {
    clear: both;
  }
  .page-print .order-details-items .table-wrapper {
    margin: 0;
    overflow: inherit;
  }
  .page-print .main .order-tracking {
    display: block;
  }
  .page-print .main .order-tracking .wrapper {
    display: block;
  }
}
@media print and screen and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .page-print .block.block-order-details-view {
    padding-right: 0;
  }
}
@media print and screen and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .page-print .block.block-order-details-view {
    padding-left: 0;
  }
}
[class*='sales-guest-'].page-print .logo,
.account[class*='sales-'].page-print .logo {
  margin-bottom: 30px;
}
.sales-order-printshipment.page-print .table-wrapper .table.table-order-items .col.price,
.sales-guest-printshipment.page-print .table-wrapper .table.table-order-items .col.price {
  text-align: inherit;
}
.search-terms > li {
  margin-bottom: 20px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
  margin-top: 0;
  background: #fff6ee;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 12px;
  vertical-align: middle;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-terms > li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.action.mailto.friend {
  display: inline-flex;
}
.form.send.friend {
  margin: auto 0;
  max-width: 600px;
}
.form.send.friend > .actions-toolbar {
  justify-content: flex-end;
}
.form.send.friend > .actions-toolbar .primary .action {
  margin: 0;
}
.form.send.friend > .actions-toolbar .secondary {
  display: none;
}
.form.send.friend .fieldset.sender .field,
.form.send.friend .fieldset.recipients .field {
  width: 100%;
}
.form.send.friend .fieldset.sender .legend + br,
.form.send.friend .fieldset.recipients .legend + br {
  display: none;
}
.form.send.friend .fieldset.sender {
  border-bottom: 1px solid #dfdedd;
  padding-bottom: 10px;
}
.form.send.friend .fieldset.recipients {
  margin-top: 30px;
}
.form.send.friend .fieldset.recipients .fields:first-child > .actions-toolbar {
  display: none;
}
.form.send.friend .fieldset.recipients > .actions-toolbar {
  margin-top: 10px;
}
.form.send.friend .fieldset.recipients > .actions-toolbar .secondary {
  margin: 0;
  padding: 0;
}
.form.send.friend .fieldset.recipients .action.add,
.form.send.friend .fieldset.recipients .action.remove {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.form.send.friend .fieldset.recipients .action.add:visited,
.form.send.friend .fieldset.recipients .action.remove:visited {
  color: #333333;
  text-decoration: none;
}
.form.send.friend .fieldset.recipients .action.add:hover,
.form.send.friend .fieldset.recipients .action.remove:hover {
  color: #545454;
  text-decoration: none;
}
.form.send.friend .fieldset.recipients .action.add:active,
.form.send.friend .fieldset.recipients .action.remove:active {
  color: #242424;
  text-decoration: none;
}
.form.send.friend .fieldset.recipients .action.add:hover,
.form.send.friend .fieldset.recipients .action.remove:hover,
.form.send.friend .fieldset.recipients .action.add:active,
.form.send.friend .fieldset.recipients .action.remove:active,
.form.send.friend .fieldset.recipients .action.add:focus,
.form.send.friend .fieldset.recipients .action.remove:focus {
  background: none;
  border: 0;
}
.form.send.friend .fieldset.recipients .action.add.disabled,
.form.send.friend .fieldset.recipients .action.remove.disabled,
.form.send.friend .fieldset.recipients .action.add[disabled],
.form.send.friend .fieldset.recipients .action.remove[disabled],
fieldset[disabled] .form.send.friend .fieldset.recipients .action.add,
fieldset[disabled] .form.send.friend .fieldset.recipients .action.remove {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.send.friend .fieldset.recipients .fields.additional {
  display: flex;
  flex-direction: column;
}
.form.send.friend .fieldset.recipients .fields.additional > .fieldset {
  order: 1;
}
.form.send.friend .fieldset.recipients .fields.additional > .actions-toolbar {
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  order: 2;
}
.form.send.friend .fieldset.recipients .fields.additional > .actions-toolbar > .secondary {
  margin: 0;
  padding: 0;
}
.action.towishlist:before {
  content: none;
}
.wishlist-index-index .messages:not(.page) {
  margin-bottom: 40px;
}
.form-wishlist-items {
  margin-top: 40px;
}
.form-wishlist-items .toolbar-action.-no-item {
  margin: 0 0 25px;
}
.form-wishlist-items .toolbar-action.-no-item .amtheme-sliding-icon {
  line-height: 1.5rem;
}
.form-wishlist-items .products-grid,
.form-wishlist-items .wishlist-toolbar {
  margin: 0 0 40px;
}
.form-wishlist-items .wishlist-toolbar .limiter {
  align-items: baseline;
  flex-direction: row;
}
.form-wishlist-items .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.form-wishlist-items .product-items {
  padding: 0;
}
.action.rss.wishlist {
  display: block;
}
.action.rss.wishlist + .form-wishlist-items {
  margin-top: 45px;
}
.form-wishlist-items .actions-toolbar .action.tocart {
  margin-right: 0;
  padding: 18px 35px;
}
.form-wishlist-items .actions-toolbar .action.share {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 25px;
}
.form-wishlist-items .product-item .product-image-container {
  margin: 0 auto 15px;
}
.form-wishlist-items .product-item .product-reviews-summary,
.form-wishlist-items .product-item .product-details,
.form-wishlist-items .product-item .comment-box .label,
.form-wishlist-items .product-item .amtheme-stock-visible {
  display: none;
}
.form-wishlist-items .product-item .comment-box,
.form-wishlist-items .product-item .price-as-configured {
  margin: 0;
}
.form-wishlist-items .product-item .price-box {
  margin: 20px 0;
  padding: 0;
}
.form-wishlist-items .product-item .price-box .price-as-configured {
  display: flex;
}
.form-wishlist-items .product-item .product-item-comment {
  margin-bottom: 13px;
  min-height: 80px;
  overflow: auto;
}
.form-wishlist-items .product-item .action.edit,
.form-wishlist-items .product-item .action.delete {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.form-wishlist-items .product-item .amtheme-stock-visible {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  margin: 15px 0 0;
}
.form-wishlist-items .product-item .product-item-info {
  padding-bottom: 0;
}
.form-wishlist-items .product-item .product-details > .title {
  display: none;
}
.form-wishlist-items .product-item .product-details > .content {
  color: #333333;
  margin: 0;
}
.form-wishlist-items .product-item .product-details > .content .item:not(:last-child) {
  margin-bottom: 10px;
}
.amtheme-update-box {
  display: flex;
  justify-content: flex-end;
}
.amtheme-update-box > .amtheme-update {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  align-content: center;
  color: #333333;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}
.amtheme-update-box > .amtheme-update:focus,
.amtheme-update-box > .amtheme-update:active {
  background: none;
  border: none;
}
.amtheme-update-box > .amtheme-update:hover {
  background: none;
  border: none;
}
.amtheme-update-box > .amtheme-update.disabled,
.amtheme-update-box > .amtheme-update[disabled],
fieldset[disabled] .amtheme-update-box > .amtheme-update {
  pointer-events: none;
  opacity: 0.5;
}
.amtheme-update-box .amtheme-icon {
  height: 14px;
  margin-right: 9px;
  width: 14px;
}
.amtheme-update-box .amtheme-label {
  text-transform: uppercase;
}
.form-wishlist-items .product-item .amtheme-qty-wrap {
  margin: 18px 0 0;
}
.form-wishlist-items .product-item .amtheme-qty-wrap > .amtheme-label {
  margin-right: 15px;
  min-width: auto;
  padding: 0;
  width: auto;
  word-break: unset;
  word-wrap: unset;
}
.wishlist-shared-index .table-wrapper {
  overflow: inherit;
}
.amtheme-popup-block.-wishlist > .popup-inner {
  padding-top: 55px;
}
.amtheme-popup-block.-wishlist .form-title {
  font-size: 2.2rem;
  margin: 0 0 40px;
}
.amtheme-popup-block.-wishlist .field.emails {
  margin-bottom: 40px;
}
.amtheme-popup-block.-wishlist .field.text {
  margin-bottom: 0;
  overflow: auto;
}
.shared.wishlist .table-head,
.shared.wishlist .table-caption {
  display: none;
}
.shared.wishlist .table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.shared.wishlist tr {
  background: #fff6ee;
}
.shared.wishlist td {
  padding: 25px 20px;
}
.shared.wishlist td:before {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  content: attr(data-th);
}
.shared.wishlist td:before,
.shared.wishlist .product.name {
  display: block;
  margin-bottom: 20px;
  width: 100% !important;
}
.shared.wishlist .product.photo {
  margin-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shared.wishlist .product.photo {
    margin-right: 20px;
  }
}
.shared.wishlist .price-box .price {
  font-size: 16px;
  font-weight: 400;
}
.shared.wishlist .col.product,
.shared.wishlist .col.actions {
  display: flex;
  flex-wrap: wrap;
}
.shared.wishlist .col.actions {
  align-items: center;
}
.shared.wishlist .product-data,
.shared.wishlist .product.photo {
  max-width: calc(50% - 10px);
}
.shared.wishlist .col .tocart {
  line-height: normal;
}
.shared.wishlist .col .towishlist {
  padding-inline-start: 20px;
  font-size: 1.8rem;
  margin: 20px 0;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shared.wishlist .col .towishlist {
    padding-left: 20px;
  }
}
.shared.wishlist .amtheme-dropdown-block {
  margin-inline-start: 20px;
  order: 5;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-dropdown-block {
    margin-left: 20px;
  }
}
.shared.wishlist .amtheme-circle-icon {
  align-items: center;
  justify-content: center;
}
.shared.wishlist .amtheme-icon {
  margin: auto 0;
}
.bundle-options-wrapper p.required {
  display: none;
}
.bundle-options-wrapper .field.option {
  background-color: #fff !important;
  padding: 0px !important;
}
.bundle-options-wrapper .field .amtheme-label {
  border: 0px !important;
}
.bundle-options-wrapper .field .amtheme-label .price-notice {
  display: none;
}
.bundle-options-wrapper input.option {
  display: none;
}
.bundle-actions {
  display: none;
}
.page-product-bundle .product-info-main > .product-add-form {
  display: block;
}
.bundle-actions > .action {
  padding: 20px;
}
.button-as-link.-back.customization,
.checkout-shipping-address .new-address-popup .action-show-popup.-back.customization,
.amtheme-gift-options .actions-toolbar .action-cancel.-back.customization {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.bundle-options-wrapper + .box-tocart.qty {
  margin-top: 25px;
}
.bundle-summary > .price-box {
  margin-bottom: 30px;
}
.fieldset-bundle-options {
  margin-bottom: 10px;
}
.fieldset-bundle-options > br {
  display: none;
}
.fieldset-bundle-options > .field.option {
  align-items: stretch;
  padding: 25px 20px;
}
.fieldset-bundle-options .field.option {
  background: #fff6ee;
  border-radius: 4px;
  margin: 20px 0 0;
  max-width: 100%;
}
.fieldset-bundle-options .field.option > .label {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.fieldset-bundle-options .field.option > .control {
  display: flex;
  flex-direction: column;
}
.fieldset-bundle-options .field.option > .control > .nested.options-list ~ .mage-error:not(:last-of-type) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.fieldset-bundle-options .amtheme-qty-wrap {
  margin: 15px 0 0;
}
.fieldset-bundle-options .amtheme-qty-wrap.field > .amtheme-label {
  line-height: 43px;
  margin: 0;
  min-width: 36px;
  width: auto;
}
.fieldset-bundle-options .selection-tier-prices {
  margin-top: 15px;
}
.fieldset-bundle-options .amtheme-select,
.fieldset-bundle-options .limiter .amtheme-select {
  position: absolute;
}
.fieldset-bundle-options .amtheme-tags-block > .amtheme-option {
  background: #ffffff;
  border-color: #ffffff;
  flex-wrap: wrap;
  white-space: normal;
}
.fieldset-bundle-options .amtheme-item-text .price-notice {
  flex-grow: 1;
  white-space: nowrap;
}
.fieldset-bundle-options .amtheme-item-text .price-container {
  align-items: baseline;
}
.fieldset-bundle-options .price-container .weee {
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 0;
  line-height: 2.3rem;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldset-bundle-options .price-container .weee {
    margin-left: 0;
    margin-right: 5px;
  }
}
.fieldset-bundle-options .price-container .price-including-tax + .price-excluding-tax .price {
  line-height: 2.3rem;
}
.fieldset-bundle-options .product-name {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  display: flex;
  flex-grow: 100;
}
.ie11 .fieldset-bundle-options .product-name {
  word-break: break-all;
}
.fieldset-bundle-options .prices-tier.items {
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}
.fieldset-bundle-options .amtheme-collapsible-block.option > .label,
.fieldset-bundle-options .multicheckout .amtheme-collapsible-block.option > .label {
  cursor: default;
  text-transform: none;
}
.fieldset-bundle-options .amtheme-collapsible-block.option > .label.block-title > .amtheme-icon,
.fieldset-bundle-options .multicheckout .amtheme-collapsible-block.option > .label.block-title > .amtheme-icon {
  display: none;
}
.fieldset-bundle-options .amtheme-select-block {
  position: relative;
  width: 100%;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-select-options {
  max-width: none;
  width: 100%;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-select-options .price,
.fieldset-bundle-options .amtheme-select-block .amtheme-select-options .price-wrapper {
  white-space: nowrap;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder.-selected {
  border-color: #070605;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder .product-name {
  white-space: nowrap;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder .price-container {
  align-items: baseline;
  flex-wrap: nowrap;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder.-selected .amtheme-content {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder.-selected .amtheme-content .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  max-width: 100%;
}
.fieldset-bundle-options .amtheme-select-block :not(.amtheme-placeholder) .amtheme-content > .product-name,
.fieldset-bundle-options .amtheme-select-block .amtheme-option > .product-name {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  flex-grow: 1;
  font-weight: 400;
}
.fieldset-bundle-options .amtheme-select-block.-multiple .amtheme-option {
  align-items: flex-start;
}
.fieldset-bundle-options .amtheme-select-block.-multiple .price-box {
  padding: 0;
}
.fieldset-bundle-options .amtheme-select-block .price-wrapper:not(.price-excluding-tax):before,
.fieldset-bundle-options .amtheme-tags-block .price-wrapper:not(.price-excluding-tax):before {
  content: '+';
  margin: 0 3px 0 10px;
}
.amtheme-bundle-choice.field.choice {
  margin-bottom: 10px;
}
.amtheme-bundle-choice.field.choice > .amtheme-label {
  word-break: break-word;
  word-wrap: break-word;
  background: #fffefd;
  border: 1px solid #c6c5c3;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.ie11 .amtheme-bundle-choice.field.choice > .amtheme-label {
  word-break: break-all;
}
.amtheme-bundle-choice.field.choice > .amtheme-label:before,
.amtheme-bundle-choice.field.choice > .amtheme-label:after {
  content: none;
}
.amtheme-bundle-choice.field.choice .price-including-tax + .price-excluding-tax:before {
  line-height: 1.2;
}
.amtheme-bundle-choice.field.choice > input:checked + .amtheme-label,
.amtheme-bundle-choice.field.choice > input:focus + .amtheme-label {
  border-color: #070605;
}
.amtheme-bundle-choice.field.choice > input:checked + .amtheme-label .price-notice {
  font-weight: 700;
}
.amtheme-bundle-choice.field.choice > input:disabled + .amtheme-label {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.amtheme-item-text {
  display: flex;
  justify-content: space-between;
}
.amtheme-item-text .price-notice {
  align-items: baseline;
  display: flex;
}
.amtheme-item-text .price-container {
  margin-inline-start: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-item-text .price-container {
    margin-left: 5px;
  }
}
button.hover:hover {
  background-color: #4ebdc5;
  color: #fff;
}
.minicart-wrapper .amtheme-icon.-hover-bg {
  fill: #fff !important;
}
.checkout-cart-index .cart-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.checkout-cart-index .cart-container > .amtheme-form-wrapper {
  order: 0;
  width: 100%;
}
.checkout-cart-index .cart-container > .cart-summary {
  order: 1;
  width: 100%;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #dfdedd;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: inline-block;
}
.cart-tax-total .weee[data-label] {
  margin-top: 0;
}
.checkout-cart-index .cart-discount .block.discount {
  max-width: 300px;
}
.checkout-cart-index .cart-discount .block.discount > .title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  color: #333333;
  cursor: pointer;
}
.checkout-cart-index .cart-discount .block.discount > .title:hover {
  color: #545454;
}
.checkout-cart-index .cart-discount .block.discount.active > .title {
  display: none;
}
.checkout-cart-index .cart-discount .label {
  display: none;
}
.checkout-cart-index .cart-discount .fieldset.coupon {
  display: flex;
}
.checkout-cart-index .cart-discount .field {
  margin: 0 15px 0 0;
}
.checkout-cart-index .cart-discount .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 4rem;
}
.checkout-cart-index .block.crosssell,
.checkout-cart-index .block.upsell {
  margin-top: 70px;
  padding: 30px 0;
}
.checkout-cart-index .block.crosssell > .block-title,
.checkout-cart-index .block.upsell > .block-title {
  margin-bottom: 10px;
  padding-left: 5px;
  letter-spacing: .01em;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  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:after {
  color: inherit;
}
.minicart-wrapper .action.showcart:active:after {
  color: inherit;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  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:after {
  color: inherit;
}
.minicart-wrapper .action.showcart.active:active:after {
  color: inherit;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #dfdedd;
  margin-top: 4px;
  min-width: 100%;
  width: 370px;
  z-index: 115;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  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 #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 15px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 14px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .counter {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 3px 3px 2px 4px;
  min-width: 19px;
  height: 19px;
  border-radius: 20px;
  background: #f23b3b;
}
.minicart-wrapper .counter-number {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: normal;
}
.block.block-minicart {
  z-index: 110;
  padding: 20px;
  border-radius: 4px;
  background: #fff6ee;
}
.block.block-minicart:before {
  border-color: transparent transparent #fff6ee transparent;
}
.block.block-minicart .block-title {
  padding: 5px 25px 5px 0;
  font-weight: 700;
  font-size: 1.6rem;
}
.block.block-minicart .block-title .items-total {
  color: #a8a69f;
  font-weight: 400;
}
.block.block-minicart .block-content .subtitle {
  display: block;
  padding: 30px 40px;
  text-align: center;
}
.block.block-minicart .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: 400;
  position: absolute;
  top: 20px;
  right: 20px;
}
.block.block-minicart .action.close:focus,
.block.block-minicart .action.close:active {
  background: none;
  border: none;
}
.block.block-minicart .action.close:hover {
  background: none;
  border: none;
}
.block.block-minicart .action.close.disabled,
.block.block-minicart .action.close[disabled],
fieldset[disabled] .block.block-minicart .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.block.block-minicart .action.close .amtheme-icon {
  width: 15px;
  height: 15px;
}
.block.block-minicart .action.close .amtheme-icon:hover {
  fill: #a8a69f;
}
.block.block-minicart .minicart-items-wrapper {
  max-height: 50vh;
}
.block.block-minicart .minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block.block-minicart .subtotal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px -20px;
  padding: 20px;
  background: #f7f7f7;
  font-weight: 700;
}
.block.block-minicart .subtotal .price-container {
  display: block;
  margin: 0;
}
.block.block-minicart .action.checkout {
  width: 100%;
}
.block.block-minicart .action.checkout + .extra-actions > * {
  margin-top: 20px;
  text-align: center;
}
.block.block-minicart .action.checkout + .extra-actions .paypal.checkout.after > input {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.block.block-minicart .paypal-button-context-iframe {
  max-width: none;
}
.block.block-minicart .action.viewcart {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.block.block-minicart .action.viewcart:hover {
  text-decoration: underline;
  color: #333;
}
.minicart-wrapper.active .block.block-minicart.-sticky-minicart {
  right: 0;
}
.block.block-minicart.-sticky-minicart {
  position: fixed;
  top: 0;
  right: -400px;
  display: flex;
  margin: 0;
  padding-bottom: 0;
  min-width: auto;
  width: 370px;
  height: 100%;
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  transition: right 0.4s ease-in-out;
}
.block.block-minicart.-sticky-minicart:before,
.block.block-minicart.-sticky-minicart:after {
  display: none;
}
.block.block-minicart.-sticky-minicart .amtheme-minicart-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block.block-minicart.-sticky-minicart .minicart-items {
  flex: 1;
  padding-right: 10px;
}
.block.block-minicart.-sticky-minicart .block-content {
  margin: auto -20px 0;
  padding: 0 20px 20px;
  background: #fff6ee;
}
.block.block-minicart.-sticky-minicart .minicart-items-wrapper {
  max-height: inherit;
  height: 100% !important;
}
.block.block-minicart.-sticky-minicart .product-item-name {
  padding-right: 5px;
}
.block.block-minicart .product-item {
  background: none;
}
.block.block-minicart .product-item > .product {
  display: flex;
  padding: 20px 0 10px;
  border-bottom: 1px solid #dfdedd;
}
.block.block-minicart .product-item .product-photo {
  padding: 5px;
}
.block.block-minicart .product-item .product-photo .product-image-container {
  width: 100px !important;
}
.block.block-minicart .product-item .product-photo .product-image-photo {
  max-width: 100%;
  max-height: 100%;
  width: 100px !important;
  height: 100px !important;
}
.block.block-minicart .product-item .product-item-details {
  flex: auto;
  margin: 0 0 0 10px;
}
.block.block-minicart .product-item .product-item-name {
  margin: 5px 0 10px;
  min-height: auto;
}
.block.block-minicart .product-item .product-item-name a {
  color: #333333;
}
.block.block-minicart .product-item .product.options {
  color: #333333;
}
.block.block-minicart .product-item-details {
  position: relative;
  padding-right: 25px;
}
.block.block-minicart .product-item-details .product.options .toggle {
  position: relative;
  padding-right: 25px;
  white-space: nowrap;
}
.block.block-minicart .product-item-details .product.options .toggle:after {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
}
.block.block-minicart .product-item-details .product.options.active .toggle:after {
  transform: rotate(180deg);
}
.block.block-minicart .product-item-details .product.options.list {
  margin: 10px 0 0;
}
.block.block-minicart .product-item-details .product.options.list dt:after {
  content: ':';
  display: inline-block;
}
.block.block-minicart .product-item-details .product.options.list dt + dd {
  float: left;
}
.block.block-minicart .product-item-details .product.options.list dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.block.block-minicart .product-item-details .product.options.list dd {
  margin: 0 0 5px;
}
.block.block-minicart .product-item-details .action.delete {
  position: absolute;
  top: 0;
  right: 0;
}
.block.block-minicart .product-item-details .action.delete .amtheme-icon {
  width: 20px;
  height: 20px;
}
.block.block-minicart .product-item-details .action.delete .amtheme-icon:hover {
  fill: #a8a69f;
}
.block.block-minicart .product-item-pricing .details-qty {
  display: flex;
  align-items: center;
}
.block.block-minicart .product-item-pricing .amtheme-qty-box {
  margin-left: 15px;
  max-width: 94px;
}
.block.block-minicart .product-item-pricing .amtheme-qty {
  padding: 0 30px;
  min-width: 85px;
  min-height: auto;
}
.block.block-minicart .product-item-pricing .update-cart-item {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-flex;
  margin-left: 15px;
}
.block.block-minicart .product-item-pricing .update-cart-item:focus,
.block.block-minicart .product-item-pricing .update-cart-item:active {
  background: none;
  border: none;
}
.block.block-minicart .product-item-pricing .update-cart-item:hover {
  background: none;
  border: none;
}
.block.block-minicart .product-item-pricing .update-cart-item.disabled,
.block.block-minicart .product-item-pricing .update-cart-item[disabled],
fieldset[disabled] .block.block-minicart .product-item-pricing .update-cart-item {
  pointer-events: none;
  opacity: 0.5;
}
.block.block-minicart .product-item-pricing .update-cart-item:disabled .amtheme-icon {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.block.block-minicart .product-item-pricing .update-cart-item .amtheme-icon {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}
.block.block-minicart .price-container {
  margin-top: 10px;
}
.block.block-minicart .price-container .price {
  color: #333333;
  font-weight: 700;
  font-size: 16px !important;
}
.block.block-minicart .price-container .price-excluding-tax {
  margin-top: 10px;
}
.block.block-minicart .price-container .price-excluding-tax,
.block.block-minicart .price-container .price-excluding-tax .price {
  font-size: 1.4rem;
}
.block.block-minicart .price-container .price-including-tax,
.block.block-minicart .price-container .price-excluding-tax {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block.block-minicart .price-container .price-including-tax + .price-excluding-tax:before {
  margin-left: 0;
  content: attr(data-label);
}
.block.block-minicart .price-container .minicart-tax-info {
  width: 100%;
}
@media all and (max-width: 320px) {
  .block.block-minicart .product-item > .product {
    flex-direction: column;
  }
  .block.block-minicart .product-item .product-photo {
    margin: 0 auto 15px;
  }
}
.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;
}
.opc-block-summary .amtheme-estimated-total {
  display: block;
  margin: 0;
  padding: 20px 25px;
  border-bottom: 0;
  color: #333333;
  text-align: right;
  font-weight: 700;
  font-size: 2.6rem;
  cursor: default;
}
.opc-block-summary .amtheme-estimated-total:before {
  display: block;
  box-sizing: border-box;
  padding-bottom: 20px;
  width: 100%;
  border-top: 1px solid #dfdedd;
  content: '';
}
.opc-progress-bar {
  margin: 20px 0 40px;
  padding: 0;
  list-style: none;
}
.opc-progress-bar.-success {
  margin-bottom: 30px;
  text-align: center;
}
.opc-progress-bar > .opc-progress-bar-item {
  display: inline-block;
  color: #a8a69f;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 2rem;
}
.opc-progress-bar > .opc-progress-bar-item:after {
  display: inline-block;
  margin: 0 11px;
  width: 18px;
  height: 10px;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/progressbar-arrow.svg");
  content: '';
  vertical-align: middle;
}
.opc-progress-bar > .opc-progress-bar-item:last-child:after {
  display: none;
}
.opc-progress-bar > .opc-progress-bar-item._active,
.opc-progress-bar > .opc-progress-bar-item._complete {
  color: #333333;
}
.opc-progress-bar > .opc-progress-bar-item._complete:after {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/progressbar-arrow-active.svg");
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 20px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 9;
  max-height: 20px;
  cursor: pointer;
  transform: translateY(-50%);
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip .label {
  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 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/tooltip.svg");
  transition: all 0.4s ease-in-out;
}
.field-tooltip .field-tooltip-action:hover {
  opacity: .75;
}
.field-tooltip .field-tooltip-action > span {
  display: none;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
.field-tooltip .field-tooltip-content {
  word-break: break-word;
  word-wrap: break-word;
  position: absolute;
  top: 4rem;
  right: 0;
  left: auto;
  z-index: 2;
  display: none;
  padding: 15px;
  width: 270px;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  background: #fffbf8;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  color: #333333;
}
.ie11 .field-tooltip .field-tooltip-content {
  word-break: break-all;
}
.amtheme-checkout-contact {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 25px;
}
.amtheme-checkout-contact > .step-title {
  margin-bottom: 20px;
}
.authentication-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.authentication-wrapper > .amtheme-label {
  margin-right: 5px;
  color: #a8a69f;
  font-size: 1.6rem;
}
.authentication-wrapper .action-auth-toggle {
  letter-spacing: inherit;
  font-weight: 700;
  font-size: 1.6rem;
}
.checkout-shipping-address .form-login {
  margin-bottom: 25px;
}
.shipping-address-items .shipping-address-item {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #dfdedd;
  border-radius: 4px;
}
.shipping-address-items .shipping-address-item .edit-address-link.-hidden {
  display: none;
}
.shipping-address-items .shipping-address-item .amtheme-address-info {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .shipping-address-items .shipping-address-item .amtheme-address-info {
  word-break: break-all;
}
.amtheme-ship-here > .action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  min-height: 15px;
  color: #333333;
  letter-spacing: .03em;
  font-size: 1.6rem;
  line-height: 1.2;
  cursor: pointer;
}
.amtheme-ship-here > .action:focus,
.amtheme-ship-here > .action:active {
  background: none;
  border: none;
}
.amtheme-ship-here > .action:hover {
  background: none;
  border: none;
}
.amtheme-ship-here > .action.disabled,
.amtheme-ship-here > .action[disabled],
fieldset[disabled] .amtheme-ship-here > .action {
  pointer-events: none;
  opacity: 0.5;
}
.amtheme-ship-here > .action:before,
.amtheme-ship-here > .action:after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  margin: 2px 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: '';
}
.amtheme-ship-here > .action:before {
  border: 1px solid #838383;
  background: #fff;
}
.amtheme-ship-here > .action:after {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  content: none;
}
.amtheme-ship-here > .action:hover:before {
  border-color: #333;
}
.amtheme-ship-here > .action.-selected:before {
  border-color: #4ebdc5;
}
.amtheme-ship-here > .action.-selected:after {
  background: #4ebdc5;
  content: '';
}
.amtheme-ship-here > .action.-selected {
  font-weight: 700;
}
.amtheme-address-info > .amtheme-label {
  display: block;
  color: #333333;
  font-size: 1.4rem;
}
.amtheme-address-info > .amtheme-content {
  display: block;
  margin-bottom: 15px;
}
.amtheme-address-info > .amtheme-content > .field {
  display: block;
}
.checkout-shipping-address .new-address-popup .action-show-popup {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.checkout-shipping-address .new-address-popup .action-show-popup.-hidden {
  display: none;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #333333;
  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;
}
.opc-wrapper .shipping-information {
  margin: 0 0 45px;
}
.opc-wrapper .shipping-information .shipping-information-title {
  margin-bottom: 10px;
  color: #333333;
  font-size: 1.4rem;
}
.opc-wrapper .shipping-information .shipping-information-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 25px;
}
.opc-wrapper .shipping-information .shipping-information-content > .content {
  word-break: break-word;
  word-wrap: break-word;
  margin-right: 40px;
}
.ie11 .opc-wrapper .shipping-information .shipping-information-content > .content {
  word-break: break-all;
}
.opc-wrapper .shipping-information .shipping-information-content > .content > .delimiter {
  margin: 0 2px;
  vertical-align: middle;
  line-height: 1;
}
.opc-wrapper .shipping-information .action-edit {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a8a69f;
  line-height: 2rem;
}
.opc-wrapper .shipping-information .action-edit:focus,
.opc-wrapper .shipping-information .action-edit:active {
  background: none;
  border: none;
}
.opc-wrapper .shipping-information .action-edit:hover {
  background: none;
  border: none;
}
.opc-wrapper .shipping-information .action-edit.disabled,
.opc-wrapper .shipping-information .action-edit[disabled],
fieldset[disabled] .opc-wrapper .shipping-information .action-edit {
  pointer-events: none;
  opacity: 0.5;
}
.opc-wrapper .shipping-information .action-edit:hover {
  color: #333333;
}
.opc-summary-open {
  height: 100%;
}
.opc-summary-open body {
  overflow: hidden;
}
.opc-summary-open .opc-block-summary {
  overflow: auto;
  height: 100%;
}
.opc-estimated-wrapper {
  display: none;
}
.opc-block-summary {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  background: #fff6ee;
}
.opc-block-summary > .title {
  display: none;
}
.opc-block-summary .amtheme-summary-content {
  max-height: calc(100vh - 70px);
}
.opc-block-summary .minicart-items-wrapper > .minicart-items {
  margin: 0;
  padding: 25px 25px 0;
  list-style: none;
}
.opc-block-summary .minicart-items-wrapper > .minicart-items > .product-item {
  margin-bottom: 30px;
}
.opc-block-summary .minicart-items-wrapper > .minicart-items > .product-item:last-child {
  margin: 0;
}
.opc-block-summary .minicart-items-wrapper > .minicart-items .product-item {
  background: none;
}
.opc-block-summary .product-item > .product {
  display: flex;
  flex-wrap: wrap;
}
.opc-block-summary .product-item .product-image-container {
  position: relative;
  margin-right: 30px;
}
.opc-block-summary .product-item .product-image-wrapper {
  height: auto;
}
.opc-block-summary .product-item .details-qty {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dfdedd;
}
.opc-block-summary .product-item .product-item-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.opc-block-summary .product-item .product-item-inner > .subtotal {
  font-weight: 700;
}
.opc-block-summary .product-item .product-item-name {
  word-break: break-word;
  word-wrap: break-word;
  margin-right: 15px;
  min-height: auto;
  font-weight: 400;
}
.ie11 .opc-block-summary .product-item .product-item-name {
  word-break: break-all;
}
.opc-block-summary .product-item .product-item-details {
  margin: 0;
  max-width: calc(100% - 110px - 30px);
}
.opc-block-summary .product-item .product-item-inner .subtotal,
.opc-block-summary .product-item .product-item-inner .price-excluding-tax {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.opc-block-summary .product-item .product-item-inner .price-including-tax + .price-excluding-tax {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.opc-block-summary .product-item .product-item-inner .price-including-tax + .price-excluding-tax:before {
  margin: 0;
  min-width: 60px;
  content: attr(data-label);
}
.opc-block-summary .product-item .weee[data-label]:before {
  line-height: 1;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .cart-price > .price {
  margin: 0;
  font-size: 1.4rem;
}
.opc-block-summary .product-item .cart.item.message {
  box-sizing: border-box;
  width: 100%;
}
.opc-block-summary .product.options > .toggle {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  color: #333333;
  cursor: pointer;
}
.opc-block-summary .product.options.active > .toggle {
  margin-bottom: 8px;
}
.opc-block-summary .product.options > .content > .subtitle {
  display: none;
}
.opc-block-summary .product.options > .content .item-options {
  color: #333333;
}
.opc-block-summary .product.options > .content .item-options .values {
  word-break: break-word;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
}
.ie11 .opc-block-summary .product.options > .content .item-options .values {
  word-break: break-all;
}
.opc-block-summary .product.options > .content .item {
  margin-bottom: 5px;
}
.opc-block-summary .amtheme-summary-order {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0;
  padding: 25px 35px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(71, 68, 63, 0.1), 0 2px 8px rgba(135, 135, 135, 0.2);
}
.opc-block-summary .amtheme-summary-order > .amtheme-count {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
  font-weight: 700;
}
.opc-block-summary .amtheme-summary-order > .amtheme-count:after {
  display: inline-block;
  margin-left: 12px;
  width: 12px;
  height: 7px;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom-xs.svg");
  background-size: 12px 7px;
  content: '';
  transition: all 0.4s ease-in-out;
}
.opc-block-summary .amtheme-summary-order > .amtheme-count > .number {
  margin-right: 6px;
}
.opc-block-summary .amtheme-summary-order > .amtheme-count > .of {
  margin: 0 6px;
}
.opc-block-summary .amtheme-summary-order > .total {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}
.opc-block-summary.active .amtheme-summary-order > .amtheme-count:after {
  transform: rotate(-180deg);
}
.opc-block-summary .actions-toolbar {
  align-items: flex-start;
  margin: 0;
}
.opc-block-summary .actions-toolbar .secondary {
  margin: 0;
  padding: 0;
}
.opc-block-summary .actions-toolbar .action.viewcart {
  margin: 0;
  padding: 25px 25px 0;
}
.opc-block-summary .actions-toolbar .action.viewcart .amtheme-icon {
  width: 20px;
  height: 20px;
}
.opc-block-summary .table-totals {
  position: relative;
  margin: 20px 0 30px;
}
.opc-block-summary .table-totals:after {
  position: absolute;
  right: 25px;
  left: 25px;
  display: block;
  margin-top: 15px;
  height: 1px;
  background: #dfdedd;
  content: '';
}
.opc-block-summary .table-totals .mark {
  padding: 10px 10px 10px 25px;
  font-weight: 400;
}
.opc-block-summary .table-totals .amount {
  padding: 10px 25px 10px 10px;
  text-align: right;
}
.opc-block-summary .table-totals .mark > strong,
.opc-block-summary .table-totals .amount > strong {
  font-weight: 400;
}
.opc-block-summary .totals-tax-summary {
  cursor: pointer;
}
.opc-block-summary .totals-tax-summary + .totals-tax-details:not(.shown) {
  display: none;
}
.opc-block-summary .totals-tax-summary + .totals-tax-details > .mark,
.opc-block-summary .totals-tax-summary + .totals-tax-details > .amount {
  padding-top: 5px;
  padding-bottom: 20px;
  color: #333333;
}
.opc-block-summary .totals-tax-summary + .totals-tax-details > .amount {
  padding-right: 43px;
}
.opc-block-summary .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  position: relative;
  min-width: 61px;
}
.opc-block-summary .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .totals-tax-summary .amount .price:after {
  margin-bottom: 3px;
  max-width: 18px;
  line-height: 10px;
}
.opc-block-summary .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.checkout-index-index._has-auth-shown .opc-block-summary {
  z-index: 99;
}
.authentication-dropdown .block.block-customer-login .block-title {
  text-align: left;
}
.popup-authentication .modal-content {
  padding: 0 30px 30px;
}
.popup-authentication .block-customer-login {
  padding-bottom: 45px;
  border-bottom: 1px solid #dfdedd;
}
.popup-authentication .block-new-customer {
  padding-top: 45px;
}
.popup-authentication .block.block-customer-login .block-title,
.popup-authentication .block.block-new-customer .block-title {
  margin-bottom: 20px;
  text-align: left;
}
.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 #dfdedd;
}
.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: 600px;
}
.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;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.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: none;
  padding: 15px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #333333;
  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: 32px;
  line-height: 16px;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  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: #333333;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 0;
}
.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 {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .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 {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .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 .captcha .input-text,
.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;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
}
.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;
}
.amtheme-shipping-wrap .message.warning {
  display: none !important;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  display: none;
}
.amtheme-success-registration {
  display: none !important;
}
.amtheme-product-options {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.amtheme-product-options > .amtheme-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  max-width: 300px;
  color: #333333;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  line-height: 2rem;
}
.amtheme-product-options > .amtheme-item .price {
  width: 100%;
  font-weight: 700;
}
.amtheme-product-options .amtheme-title {
  padding-right: 5px;
}
.amtheme-product-options .amtheme-title:after {
  display: inline-block;
  content: ':';
}
.checkout-index-index .header.content {
  padding: 95px 35px 40px;
}
.checkout-index-index .header.content > .logo {
  margin: 0;
}
.checkout-index-index .header.content .menu-usp {
  display: none !important;
}
.opc-wrapper .opc .step-title {
  padding: 0;
  border: 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.4rem;
}
.opc-wrapper .field .note {
  display: block;
  margin-top: 15px;
  color: #333333;
  word-break: break-word;
  font-size: 1.4rem;
}
.opc-wrapper .field .note:before {
  display: inline;
  margin-right: 2px;
  content: '🔎';
}
.checkout-container .opc-wrapper {
  width: 100%;
}
.checkout-container .opc-sidebar {
  margin: 0;
}
.opc-wrapper form .fieldset > .field.required > label:after,
.opc-wrapper form .fieldset > .field._required > label:after {
  position: static;
  margin: 0;
}
.checkout-agreements-block .checkout-agreements.fieldset {
  margin: 0 0 30px;
}
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label {
  margin: 0;
}
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label:before,
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label:after {
  top: 50%;
  transform: translateY(-50%);
}
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label:after {
  position: absolute;
}
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label:before {
  margin: 0;
}
.checkout-agreements-block .checkout-agreements.fieldset .action-show {
  letter-spacing: .03em;
  font-weight: 700;
}
.cart.item {
  border-bottom: 1px solid #dfdedd;
}
.cart.item .item-info .product-item-details {
  margin: 0 0 0 15px;
}
.cart.item .item-info .product-item-details > *:not(:last-child) {
  margin-bottom: 10px;
}
.cart.item .item-info .product-item-name {
  min-height: auto;
  font-weight: 700;
}
.cart.item .item-info .product-item-name > a {
  color: #333333;
}
.cart.item .item-info > .item > .amtheme-inner {
  display: flex;
  align-items: flex-start;
}
.cart.item .item-info .amtheme-qty-box > .amtheme-qty {
  padding: 0 30px;
  min-width: 90px;
}
.cart.item .item-info .amtheme-cell > .subtotal {
  text-align: right;
  line-height: 36px;
}
.cart.item .item-info .subtotal .price-excluding-tax {
  justify-content: flex-end;
}
.cart.item .item-info .price-including-tax + .price-excluding-tax {
  flex-wrap: wrap;
  margin-top: 10px;
}
.cart.item .item-info .price-including-tax + .price-excluding-tax:before {
  margin-left: 0;
  line-height: 1;
}
.cart.item .item-info .cart-tax-info {
  width: 100%;
}
.cart.item .item-info .price-including-tax + .price-excluding-tax .price {
  margin-right: 0;
}
.cart .item-actions .actions-toolbar {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0;
}
.cart .item-actions .item > .actions-toolbar > .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  order: 1;
  margin: 0 0 0 20px;
}
.cart .item-actions .action-delete {
  color: #a8a69f;
}
.cart .item-actions .action-delete:hover {
  color: #c8c6c2;
}
.cart.main.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .cart.main.actions {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .cart.main.actions {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    padding-left: 35px;
  }
}
.cart.main.actions .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}
.cart.main.actions .amtheme-wrap {
  display: flex;
  align-items: center;
}
.cart.main.actions .amtheme-wrap:last-of-type .action {
  margin: 0 0 0 15px;
  color: #333333;
}
.cart.main.actions .amtheme-wrap:last-of-type .action:hover {
  color: #545454;
}
.cart.main.actions .amtheme-text {
  margin-right: 15px;
}
.cart.item .amtheme-label-small {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-tax-total:after {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.cart-summary {
  background: #fffbf8;
}
@media only screen and (max-width: 480px) {
  .cart-summary {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart-summary {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart-summary {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart-summary {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart-summary {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .cart-summary {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart-summary {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart-summary {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart-summary {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart-summary {
    padding-left: 35px;
  }
}
.cart-summary > .title {
  display: block;
  font-size: 1.8rem;
}
.cart-summary > .block.shipping {
  margin-top: 30px;
}
.cart-summary > .cart-totals > .table-wrapper {
  margin-bottom: 15px;
}
.cart-summary > .block.shipping > .title {
  cursor: pointer;
}
.cart-summary > .block.shipping > .title:after {
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  vertical-align: middle;
}
.cart-summary > .block.shipping.active > .title:after {
  transform: rotate(180deg);
}
.cart-summary > .block.shipping > .title > strong {
  vertical-align: middle;
  font-weight: 400;
}
.cart-summary > .block.shipping > .content .fieldset legend + br {
  display: none;
}
.cart-summary > .block.shipping .fieldset.estimate > .field.note {
  margin-bottom: 10px;
}
.cart-summary > .block.shipping .items.methods .item-title {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .cart-summary > .block.shipping .items.methods .item-title {
  word-break: break-all;
}
.cart-summary > .cart-totals .table.totals tr > th,
.cart-summary > .cart-totals .table.totals tr > td {
  font-weight: 400;
}
.cart-summary > .cart-totals .table.totals tr > th:first-child,
.cart-summary > .cart-totals .table.totals tr > td:first-child {
  padding-left: 0;
}
.cart-summary > .cart-totals .table.totals tr > th:last-child,
.cart-summary > .cart-totals .table.totals tr > td:last-child {
  padding-right: 0;
}
.cart-summary > .cart-totals .table.totals tr.grand.totals > th,
.cart-summary > .cart-totals .table.totals tr.grand.totals > td {
  font-weight: 700;
  font-size: 1.8rem;
}
.cart-summary > .cart-totals .table.totals tr.grand.totals.-first > th,
.cart-summary > .cart-totals .table.totals tr.grand.totals.-first > td {
  border-top: 1px solid #dfdedd;
}
.cart-summary > .cart-totals .table.totals .amount {
  text-align: right;
}
.cart-summary > .cart-totals .table.totals .totals-tax-summary .amount .price:after {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
}
.cart-summary > .checkout.methods > .item {
  margin-bottom: 20px;
  text-align: center;
}
.cart-summary > .checkout.methods > .item:last-of-type {
  margin-bottom: 0;
}
.cart-summary > .checkout.methods > .item .paypal.checkout.after > input {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.cart-summary > .checkout.methods .paypal-button-context-iframe {
  max-width: none;
}
.cart-summary > .checkout.methods .action.checkout {
  width: 100%;
}
.amtheme-form-address .field.street {
  margin: 0;
}
.amtheme-form-address .field.street > .label {
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
.amtheme-form-address .field.street.required > .label:after {
  color: red;
  content: '*';
  vertical-align: top;
  text-align: right;
  font-size: 2.5rem;
}
.amtheme-form-address .field.street > .control > .field > .label {
  display: none;
}
.amtheme-form-address .field.choice {
  box-sizing: border-box;
  margin: 5px 0 25px;
  padding: 12px;
  width: 100%;
  border-radius: 4px;
  background: #fff6ee;
}
.amtheme-form-address .field.choice > .label {
  margin: 0;
}
.new-address-popup + .opc-new-shipping-address {
  margin-top: 35px;
}
.amtheme-address-toolbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.amtheme-address-toolbar > .action-cancel {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-right: 15px;
  padding: 15px;
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  transition: color 0.4s ease-in-out;
}
.amtheme-address-toolbar > .action-cancel:focus,
.amtheme-address-toolbar > .action-cancel:active {
  background: none;
  border: none;
}
.amtheme-address-toolbar > .action-cancel:hover {
  background: none;
  border: none;
}
.amtheme-address-toolbar > .action-cancel.disabled,
.amtheme-address-toolbar > .action-cancel[disabled],
fieldset[disabled] .amtheme-address-toolbar > .action-cancel {
  pointer-events: none;
  opacity: 0.5;
}
.amtheme-address-toolbar > .action-cancel:hover {
  color: #333333;
}
.amtheme-form-address > .step-title {
  margin-bottom: 25px;
}
.amtheme-form-address .amtheme-select-block {
  width: 100%;
}
.amtheme-form-address .amtheme-select-block .amtheme-placeholder {
  font-size: 1.6rem;
}
.amtheme-form-address .amtheme-select-block[disabled] {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
.amtheme-form-address .field._error .amtheme-select-block .amtheme-placeholder {
  border-color: #fce0e0;
}
.amtheme-shipping-method {
  margin-top: 20px;
}
.amtheme-shipping-method > .amtheme-item {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #dfdedd;
}
.amtheme-shipping-method > .amtheme-item:last-child {
  border: 0;
}
.amtheme-shipping-method .amtheme-method {
  display: flex;
  justify-content: space-between;
}
.amtheme-shipping-method .amtheme-method > .amtheme-info {
  margin-right: 10px;
}
.amtheme-shipping-method .amtheme-method .amtheme-title {
  margin: 0 0 5px;
}
.amtheme-shipping-method .amtheme-method .amtheme-description {
  margin: 0;
  color: #a8a69f;
  font-size: 1.4rem;
}
.amtheme-shipping-method .amtheme-method .amtheme-price {
  text-align: right;
  font-weight: 700;
}
.checkout-onepage-success .page-title {
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
}
.checkout-success > .amtheme-order {
  margin-bottom: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
}
.checkout-success > .actions-toolbar {
  margin-top: 45px;
}
.checkout-success .action.continue {
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.checkout-success .action.continue > .amtheme-icon {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.amtheme-paypal-express.checkout-success {
  display: flex;
  flex-direction: column;
}
.amtheme-paypal-express.checkout-success > .amtheme-order {
  order: 1;
  margin-bottom: 15px;
}
.amtheme-paypal-express.checkout-success > .amtheme-additional-content {
  order: 2;
  margin-bottom: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.amtheme-paypal-express.checkout-success > .amtheme-text {
  order: 3;
}
.amtheme-paypal-express.checkout-success > .amtheme-success-order {
  order: 4;
}
.amtheme-paypal-express.checkout-success > .actions-toolbar {
  order: 5;
}
.amtheme-success-order {
  padding: 25px;
  background: #f7f7f7;
}
.amtheme-success-order > .amtheme-title {
  color: #333333;
  font-size: 1.4rem;
}
.amtheme-success-order > .amtheme-content {
  margin-bottom: 25px;
}
.amtheme-success-order > .amtheme-content:last-of-type {
  margin: 0;
}
.amtheme-success-registration {
  margin-top: 40px;
  text-align: center;
}
.checkout-payment-method .opc-payment .payment-methods {
  margin: 0 0 30px;
}
.checkout-payment-method .form.payments .legend + br {
  display: none;
}
.checkout-payment-method .payment-methods .step-title {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content .fieldset > .field-number.field {
  margin: 0 0 30px;
}
.checkout-payment-method .fieldset hr {
  display: none;
}
.checkout-payment-method .payment-method > .payment-method-title {
  padding: 20px 0;
}
.checkout-payment-method .payment-method > .payment-method-title .label {
  box-sizing: border-box;
  margin: 0;
}
.checkout-payment-method .payment-method .payment-method-content {
  padding: 0 0 30px;
}
.checkout-payment-method .payment-method .payment-method-content > .actions-toolbar {
  margin: 0;
}
.checkout-payment-method .payment-method .payment-method-content > .actions-toolbar.amtheme-agreement {
  margin-top: 20px;
}
.checkout-payment-method .payment-method .actions-toolbar.-paypal-express {
  align-items: baseline;
}
.checkout-payment-method .payment-method .klarna-kp-iframe {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method .amazon-button-container {
  margin: 0;
  width: auto;
}
.checkout-payment-method .payment-method .amazon-button-container .field-tooltip {
  margin: -7px 0 0;
}
.checkout-payment-method .payment-method-title > .label {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout-payment-method .payment-method-title > .label > .img,
.checkout-payment-method .payment-method-title > .label > img {
  order: 2;
  margin: 0 0 0 auto;
  max-height: 30px;
}
.checkout-payment-method .payment-method-title > .label > .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  order: 1;
}
.checkout-payment-method .payment-method-title > .label > .title > .text {
  margin: 0 10px 2px 0;
}
.checkout-payment-method .payment-method-title > .label > .klarna-title {
  padding: 0;
}
.checkout-payment-method .payment-method-title > .label .action-help {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 2px 10px 0;
}
.checkout-payment-method .payment-method-title > .label[for^='payflow_express']:before,
.checkout-payment-method .payment-method-title > .label[for^='braintree']:before,
.checkout-payment-method .payment-method-title > .label[for='paypal_express']:before,
.checkout-payment-method .payment-method-title > .label[for='klarna_pay_later']:before,
.checkout-payment-method .payment-method-title > .label[for^='payflow_express']:after,
.checkout-payment-method .payment-method-title > .label[for^='braintree']:after,
.checkout-payment-method .payment-method-title > .label[for='paypal_express']:after,
.checkout-payment-method .payment-method-title > .label[for='klarna_pay_later']:after {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.checkout-payment-method .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option-title .action-toggle {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-content .actions-toolbar {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0;
}
.checkout-payment-method .payment-option-content .actions-toolbar:before,
.checkout-payment-method .payment-option-content .actions-toolbar:after {
  display: none;
}
.checkout-payment-method .payment-option-content .primary .action,
.checkout-payment-method .payment-option-content .secondary .action {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  float: none;
}
.checkout-payment-method .payment-option-content .primary .action:visited,
.checkout-payment-method .payment-option-content .secondary .action:visited {
  color: #333333;
  text-decoration: none;
}
.checkout-payment-method .payment-option-content .primary .action:hover,
.checkout-payment-method .payment-option-content .secondary .action:hover {
  color: #545454;
  text-decoration: none;
}
.checkout-payment-method .payment-option-content .primary .action:active,
.checkout-payment-method .payment-option-content .secondary .action:active {
  color: #242424;
  text-decoration: none;
}
.checkout-payment-method .payment-option-content .primary .action:hover,
.checkout-payment-method .payment-option-content .secondary .action:hover,
.checkout-payment-method .payment-option-content .primary .action:active,
.checkout-payment-method .payment-option-content .secondary .action:active,
.checkout-payment-method .payment-option-content .primary .action:focus,
.checkout-payment-method .payment-option-content .secondary .action:focus {
  background: none;
  border: 0;
}
.checkout-payment-method .payment-option-content .primary .action.disabled,
.checkout-payment-method .payment-option-content .secondary .action.disabled,
.checkout-payment-method .payment-option-content .primary .action[disabled],
.checkout-payment-method .payment-option-content .secondary .action[disabled],
fieldset[disabled] .checkout-payment-method .payment-option-content .primary .action,
fieldset[disabled] .checkout-payment-method .payment-option-content .secondary .action {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.paypal-button-context-iframe {
  max-width: 260px;
}
.co-transparent-form-braintree > .fieldset,
.co-transparent-form-braintree > .fieldset > .field.type {
  margin: 0 0 30px;
}
.opc-wrapper .fieldset.ccard.braintree > .field.required > label {
  padding-right: 0;
}
.checkout-shipping-address .revert-checkout {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
}
.checkout-shipping-address label[for='amazon-email-address'] {
  font-weight: 700;
}
.checkout-shipping-address label[for='amazon-email-address'] + span {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .checkout-shipping-address label[for='amazon-email-address'] + span {
  word-break: break-all;
}
.checkout-payment-method .amazon-sandbox-simulator {
  margin-bottom: 30px;
}
.checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-title {
  margin: 0 0 20px;
}
.checkout-payment-method .amazon-sandbox-simulator > .payment-option-content {
  margin: 0 0 20px;
  padding: 0;
}
.checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-title > .action-toggle {
  display: flex;
  align-items: center;
  line-height: 1;
}
.checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-title > .action-toggle:after {
  display: block;
  margin-left: 10px;
  width: 10px;
  height: 6px;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/amazon-arrow-top.svg");
  content: '';
  transition: all 0.4s ease-in-out;
  transform: rotate(180deg);
}
.checkout-payment-method .amazon-sandbox-simulator._active.payment-option > .payment-option-title .action-toggle:after {
  transform: rotate(0deg);
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  display: none;
}
.checkout-payment-method .amazon-payment-method .payment-method-content {
  margin-bottom: 30px;
  padding: 0;
}
.checkout-payment-method .amazon-payment-method .amazon-widget-container {
  margin: 30px 0;
}
.amazon-manipulate-form {
  width: 100%;
}
.checkout-payment-method .braintree-paypal-actions.actions-toolbar {
  justify-content: space-between;
}
.checkout-payment-method .braintree-paypal-actions:before,
.checkout-payment-method .braintree-paypal-actions:after {
  display: none;
}
.checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 25px;
  width: 55%;
  border: 0;
}
.ie11 .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
  word-break: break-all;
}
.checkout-payment-method .braintree-paypal-actions .braintree-paypal-account:before {
  left: 0;
}
.checkout-payment-method .braintree-paypal-actions .payment-method-type {
  margin-right: 15px;
}
.checkout-payment-method .braintree-paypal-actions .payment-method-description {
  color: #333333;
}
.checkout-payment-method .braintree-paypal-fieldset ~ .field.choice {
  position: relative;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 4px;
  background: #fff6ee;
}
.checkout-payment-method .braintree-paypal-fieldset ~ .field.choice > .label {
  margin: 0;
}
.checkout-payment-method .braintree-paypal-fieldset ~ .field.choice > .field-tooltip {
  position: static;
  z-index: 999;
  transform: none;
}
.checkout-payment-method .braintree-paypal-fieldset ~ .field.choice .field-tooltip-content {
  left: 0;
  margin-top: 5px;
}
.payment-method-content > .braintree-paypal-actions + .actions-toolbar {
  justify-content: flex-start;
}
.payment-method-braintree .payment.ccard.braintree .hosted-control {
  box-sizing: border-box;
  padding: 10px;
  height: 4rem;
  border: 1px solid #dfdedd;
  border-radius: 4px;
}
.payment-method-braintree .payment.ccard.braintree .hosted-control.braintree-hosted-fields-invalid {
  border-color: #fce0e0;
}
.payment-method-braintree .payment.ccard.braintree .braintree-card-control > .hosted-control {
  box-sizing: border-box;
  padding: 10px 40px 10px 70px;
  max-width: inherit;
  width: 100%;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/braintree-card.svg") no-repeat;
  background-position: calc(100% - 14px) 50%;
}
.payment-method-braintree .payment.ccard.braintree .braintree-card-control > img {
  top: 5px;
  width: 30px;
  height: 30px;
}
.payment-method-braintree .payment.ccard.braintree .braintree-credit-card-types {
  margin-top: 15px;
}
.payment-method-braintree .payment.ccard.braintree #braintree_expirationDate {
  width: 110px;
}
.payment-method-braintree .payment.ccard.braintree .field.cvv .field-tooltip {
  top: 40%;
}
.payment-method-braintree .payment.ccard.braintree .field.number {
  display: inline-block;
  width: 27%;
  vertical-align: top;
}
.payment-method-braintree .payment.ccard.braintree .field.number:first-of-type {
  display: block;
  width: 100%;
}
.payment-method-braintree .payment.ccard.braintree .field.cvv {
  max-width: inherit;
  width: 50%;
}
.payment-method-braintree .payment.ccard.braintree .field.choice {
  align-items: center;
  flex-direction: row;
}
.payment-method-braintree .payment.ccard.braintree .field.choice > label {
  margin-bottom: 0;
}
.payment-method-braintree .payment.ccard.braintree .field.choice > .field-tooltip {
  position: static;
  display: inline-block;
  transform: none;
}
#braintree_paypal_placeholder {
  min-width: 300px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 30px;
}
.checkout-payment-method .checkout-billing-address > .field.choice {
  margin: 0 0 15px;
}
.checkout-payment-method .checkout-billing-address .field-select-billing {
  margin: 20px 0;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar {
  justify-content: flex-end;
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar > .primary {
  display: flex;
  align-items: center;
}
.checkout-payment-method .checkout-billing-address .action-update {
  order: 2;
  padding: 12px 25px;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  order: 1;
  margin: 0 30px 0 0;
  color: #333333;
  letter-spacing: .03em;
  font-weight: 700;
  font-size: 1.6rem;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:focus,
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:active {
  background: none;
  border: none;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:hover {
  background: none;
  border: none;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
  pointer-events: none;
  opacity: 0.5;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:hover {
  color: #333333;
}
.checkout-billing-address .billing-address-details > .item {
  margin: 0;
}
.checkout-billing-address .billing-address-details > .item.name {
  margin: 0 0 10px;
}
.checkout-billing-address .billing-address-details > .action-edit-address {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.checkout-billing-address .billing-address-details > .action-edit-address:visited {
  color: #333333;
  text-decoration: none;
}
.checkout-billing-address .billing-address-details > .action-edit-address:hover {
  color: #545454;
  text-decoration: none;
}
.checkout-billing-address .billing-address-details > .action-edit-address:active {
  color: #242424;
  text-decoration: none;
}
.checkout-billing-address .billing-address-details > .action-edit-address:hover,
.checkout-billing-address .billing-address-details > .action-edit-address:active,
.checkout-billing-address .billing-address-details > .action-edit-address:focus {
  background: none;
  border: 0;
}
.checkout-billing-address .billing-address-details > .action-edit-address.disabled,
.checkout-billing-address .billing-address-details > .action-edit-address[disabled],
fieldset[disabled] .checkout-billing-address .billing-address-details > .action-edit-address {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.checkout-payment-method .payment-method-content .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-content .checkout-billing-address .field.field-select-billing {
  margin: 20px 0;
}
.checkout-payment-method .payment-method-content .checkout-billing-address .choice.field {
  margin-top: 10px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.type > .control {
  margin-left: 0;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.number .input-text {
  padding-right: 40px;
  width: 100%;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/braintree-card.svg") no-repeat;
  background-position: calc(100% - 14px) 50%;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .credit-card-types img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group {
  display: flex;
  margin-right: 30px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group > .field {
  margin-bottom: 10px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group > .field select {
  padding: 10px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group > .field.year {
  flex-direction: row;
  padding-left: 0;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group > .field.year:before {
  margin: 0 15px;
  content: '/';
  font-size: 18px;
  line-height: 40px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date,
.checkout-payment-method .payment-method-content .payment.payflowpro .field.cvv {
  display: inline-block;
  vertical-align: top;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.cvv .control._with-tooltip {
  width: 70px;
}
.checkout-payment-method .payment.payflowpro + .field-tooltip-content {
  position: relative;
  margin: 0;
  padding: 10px;
  border-radius: 4px;
  background: #fff6ee;
}
.checkout-payment-method .payment.payflowpro + .field-tooltip-content .label {
  margin: 0;
}
.checkout-payment-method .payment.payflowpro .field.cvv .field-tooltip {
  position: static;
  transform: none;
}
.checkout-payment-method .payment.payflowpro .field.cvv .control._with-tooltip {
  display: flex;
  align-items: center;
}
.order-attributes .fieldset.address {
  margin: 20px 0 10px 0;
}
.order-attributes .field-tooltip {
  top: 2em;
}
.amtheme-summary-content .fieldset.address {
  padding: 0 25px;
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area > input[type='file'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-area > input[type='file']:focus + .file-uploader-button {
  border: 1px solid #333333;
}
.file-uploader-button {
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
  margin-top: 10px;
  border-radius: 4px;
}
.file-uploader-button:focus,
.file-uploader-button:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
.file-uploader-button:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.file-uploader-button.disabled,
.file-uploader-button[disabled],
fieldset[disabled] .file-uploader-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.file-uploader-spinner {
  display: none;
  margin-left: 10px;
  width: 15px;
  height: 44px;
  background-image: url('../../frontend/Amasty/Bacterfield/de_AT/images/loader-1.gif');
  background-position: 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  vertical-align: top;
}
.file-uploader-preview .action-remove {
  position: relative;
  bottom: calc(25px + 4px);
  left: 4px;
  z-index: 2;
  padding: 0;
  width: 25px;
  height: 25px;
  background: #dfdedd;
}
.file-uploader-preview .action-remove:before {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/min/trash.svg") no-repeat center / 50%;
  content: '';
  text-decoration: none;
  cursor: pointer;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: .7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-link:focus {
  box-sizing: border-box;
  border: 1px solid #333333;
  border-radius: inherit;
}
.file-uploader-preview .preview-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.file-uploader-preview .preview-video:before,
.file-uploader-preview .preview-document:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/min/arrow-down.svg") no-repeat center / 50%;
  background-size: 35%;
  content: '';
}
.file-uploader-preview,
.file-uploader-placeholder {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 10px 25px 10px 0;
  width: 150px;
  height: 150px;
  border: 1px solid #dfdedd;
  background: #ffffff;
  line-height: 1;
  cursor: pointer;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader-meta {
  color: #a8a69f;
}
.file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
input.swatch-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.swatch-attribute:focus,
.swatch-attribute-options:focus {
  box-shadow: none;
}
._keyfocus .swatch-attribute:focus,
._keyfocus .swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-wrapper.-square .swatch-option,
.swatch-opt.-square .swatch-option {
  border-radius: 4px;
}
.swatch-attribute {
  margin-top: 5px;
}
.swatch-attribute .swatch-more {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-top: 13px;
  max-width: 100px;
  color: #333333;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.swatch-option {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 8px;
  min-width: 40px;
  min-height: 40px;
  border: 2px solid #dfdedd;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.swatch-option:hover {
  border-color: #070605;
  color: #333333;
}
.swatch-option:focus {
  box-shadow: none;
}
._keyfocus .swatch-option:focus {
  border-color: #070605;
  box-shadow: none;
}
.swatch-option.selected {
  border-color: #070605;
  background: #fff6ee;
}
.swatch-option.disabled {
  border-color: #dfdedd;
  color: #dfdedd;
  pointer-events: none;
}
.swatch-option *,
.swatch-option,
.swatch-option *:before,
.swatch-option:before,
.swatch-option *:after,
.swatch-option:after {
  box-sizing: border-box;
}
.swatch-layered .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.swatch-layered .swatch-option-link-layered {
  display: inline-block;
  overflow: visible;
  margin: 0 10px 10px 0;
}
._keyfocus .swatch-layered .swatch-option-link-layered:focus {
  box-shadow: none;
}
._keyfocus .swatch-layered .swatch-option-link-layered:focus .swatch-option {
  border-color: #070605;
  box-shadow: none;
}
._keyfocus .swatch-layered .swatch-option-link-layered:focus .swatch-option.color:before {
  border-color: #070605;
  opacity: 1;
}
.swatch-layered .swatch-option-link-layered .swatch-option {
  margin: 0;
}
.swatch-layered .swatch-option-link-layered *,
.swatch-layered .swatch-option-link-layered,
.swatch-layered .swatch-option-link-layered *:before,
.swatch-layered .swatch-option-link-layered:before,
.swatch-layered .swatch-option-link-layered *:after,
.swatch-layered .swatch-option-link-layered:after {
  box-sizing: border-box;
}
.swatch-attribute {
  margin: 10px 0 5px 0;
}
.swatch-attribute .swatch-more {
  margin-top: 6px;
  line-height: 1.3rem;
}
.swatch-attribute > .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.swatch-attribute .swatch-option:not(.text) {
  min-width: auto;
  min-height: 30px;
  width: 30px;
  height: 30px;
}
.swatch-attribute .swatch-option.image {
  min-width: 30px;
  min-height: 30px;
}
.swatch-option.color {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 50%;
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.16);
}
.swatch-option.color:before {
  z-index: 10;
  display: inline-block;
  min-width: auto;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: inherit;
  background-color: transparent;
  content: '';
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(1.24);
}
.swatch-option.color:hover:before {
  border-color: #dfdedd;
  opacity: 1;
}
.swatch-option.color.selected:before {
  border-color: #070605;
  opacity: 1;
}
._keyfocus .swatch-option.color:focus:before {
  border-color: #070605;
  opacity: 1;
}
.swatch-option-tooltip {
  position: absolute;
  z-index: 10;
  display: none;
  padding: 5px;
  min-width: 30px;
  min-height: 10px;
  max-width: 90vw;
  max-height: 100%;
  border-radius: 4px;
  background: #fff6ee;
  color: #333333;
  text-align: center;
}
.swatch-option-tooltip .corner {
  display: none;
}
.swatch-option-tooltip-layered .image,
.swatch-option-tooltip .image {
  display: block;
  margin: 0 auto 5px;
  width: 60px;
  height: 60px;
  border-radius: 4px 4px 0 0;
}
.swatch-option-tooltip-layered {
  position: absolute;
  z-index: 10;
  display: none;
  width: 140px;
  border-radius: 4px;
  background: #fff6ee;
  color: #333333;
}
.swatch-option-tooltip .title {
  word-break: break-word;
  word-wrap: break-word;
  display: block;
  overflow: hidden;
  max-height: 200px;
  color: #333333;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}
.ie11 .swatch-option-tooltip .title {
  word-break: break-all;
}
body {
  font-family: Helvetica, "Roboto", Arial, sans-serif !important;
  background-color: #fffefd;
}
.cookie-status-message {
  display: none;
}
._keyfocus a:focus,
._keyfocus button:focus {
  border-radius: 2px;
}
.ie11 ._keyfocus a:focus,
.ie11 ._keyfocus button:focus {
  box-shadow: 0 0 0 1px #333333;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.page-main {
  flex-grow: 1;
}
.grecaptcha-badge {
  z-index: 100;
}
.page-header > .content {
  align-items: center;
  background: #333;
  display: flex;
  flex: 1 0 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 19px 35px 20px;
}
.page-header > .content .logo-image {
  display: block;
}
.page-header .amtheme-header-icon:not(:last-child) {
  margin-inline-end: 22px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-header .amtheme-header-icon:not(:last-child) {
    margin-right: 22px;
  }
}
.page-header .amtheme-navigation-icon .amtheme-icon {
  height: 40px;
  vertical-align: middle;
  width: 40px;
}
.page-header .amtheme-icons {
  align-items: center;
  display: flex;
}
.page-header .panel.wrapper,
.page-header .header.content {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.page-header .header-panel-widgets,
.page-header .header-widgets {
  margin: 15px 0;
  order: 2;
  width: 100%;
}
.page-header .header-content {
  order: 2;
}
.page-header.-sticky-header {
  background: #333;
  box-shadow: 0 2px 4px rgba(71, 68, 63, 0.1), 0 2px 8px rgba(135, 135, 135, 0.2);
  left: 0;
  position: fixed;
  right: 0;
  top: -450px;
  transition: top 0.4s ease-in-out;
  z-index: 60;
}
.page-header.-sticky-header.-show {
  top: 0;
  transition: top 0.4s ease-in-out;
}
.page-header.-sticky-header:not(.-show) .mage-dropdown-dialog {
  display: none;
}
.page-header.-sticky-header > .panel.wrapper {
  display: none;
}
.page-header.-sticky-header > .header.content {
  padding: 10px 30px;
}
.page-header.-sticky-header > .sections.nav-sections {
  background: #333;
  margin: 0;
}
.page-header.-sticky-header .navigation,
.page-header.-sticky-header .amtheme-menu-block {
  background-color: #d7ecb0;
  color: #333333;
}
.page-header.-sticky-header .navigation > ul {
  border-bottom: none;
  border-top: 2px solid #333;
}
.page-header.-sticky-header .navigation li.level0 > a {
  padding: 10px 0;
}
@media only screen and (max-width: 1023px) {
  .page-header.-sticky-header .block-search.-header > .block-content {
    border-bottom: none;
    padding: 20px 35px;
    display: none;
  }
  .page-header > .content {
    flex-wrap: wrap;
  }
  .page-header .block-search {
    background: transparent;
    margin-top: 19px;
  }
  .page-header .search-autocomplete {
    margin-top: 21px;
    padding-top: 25px;
  }
  .page-header .logo {
    margin: 0 auto;
    max-width: calc(100% - calc(30px * 3 + 64px));
  }
}
@media only screen and (min-width: 1024px) {
  .page-header > .content {
    padding: 40px 35px 40px;
    position: relative;
  }
  .page-header > .content:before,
  .page-header > .content:after {
    background: #000;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1000%;
  }
  .page-header > .content:before {
    right: 100%;
  }
  .page-header > .content:after {
    left: 100%;
  }
  .page-header .logo {
    margin-inline-end: auto;
  }
  .page-header .amtheme-icons-container {
    order: 1;
  }
  .page-header .block-search {
    margin-inline-end: 30px;
    max-width: 320px;
    transition: all 0.4s ease-in-out;
  }
  .page-header .amtheme-navigation-icon {
    cursor: pointer;
    display: none;
  }
  .page-header .amtheme-icons-container .account-icon .amtheme-icon {
    height: 30px;
    width: 30px;
  }
  .page-header .amtheme-icons-container .account-icon {
    margin-inline-end: 10px;
    display: none;
  }
  .page-header.-desktop-navigation-toggle .sections.nav-sections {
    display: none;
  }
  .page-header.-desktop-navigation-toggle .amtheme-navigation-icon {
    display: block;
  }
  .nav-before-open.nav-open .page-header.-desktop-navigation-toggle .sections.nav-sections {
    display: block;
  }
  .page-header.-sticky-header .nav-sections-item-content > .navigation {
    padding: 10px 30px 0;
  }
  .page-header.-sticky-header .navigation li.level0 > a {
    padding: 10px 0;
  }
  .page-header.-sticky-header .amtheme-navigation-icon {
    margin-inline-end: 40px;
  }
  .page-header.-sticky-header .logo {
    max-width: 60px;
  }
  .page-header.-sticky-header .amtheme-header-icon:not(:last-child) {
    margin-inline-end: 10px;
  }
  .page-header.-sticky-header .amtheme-icons-container .account-icon {
    display: block;
  }
  .amtheme-header-icon .amtheme-link {
    display: inline-block;
  }
  .amtheme-header-icon:not(:last-child) {
    margin-inline-end: 20px;
  }
}
@media only screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .page-header .logo {
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .page-header .block-search {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .page-header .amtheme-icons-container .account-icon {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .page-header.-sticky-header .amtheme-navigation-icon {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .page-header.-sticky-header .amtheme-header-icon:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .amtheme-header-icon:not(:last-child) {
    margin-right: 20px;
  }
}
.amtheme-icons-container {
  align-items: center;
  display: flex;
}
.amtheme-icons-container .amtheme-icon {
  padding: 5px;
  vertical-align: middle;
}
.amasty-jet-theme .switcher {
  margin-inline-end: 60px;
}
.amasty-jet-theme .switcher li:not(:last-child) {
  padding-bottom: 15px;
}
.amasty-jet-theme .switcher a {
  color: #333333;
  display: inline-block;
  font-weight: 400;
  padding: 0 20px;
  width: 100%;
}
._keyfocus .amasty-jet-theme .switcher a:focus {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #fff6ee, 0 0 0 4px #333333;
}
.amasty-jet-theme .switcher a:hover {
  color: #7b6f63;
}
.amasty-jet-theme .switcher .amtheme-icon {
  margin-inline-end: 5px;
  flex-shrink: 0;
  vertical-align: bottom;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amasty-jet-theme .switcher .amtheme-icon {
    margin-right: 5px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amasty-jet-theme .switcher {
    margin-right: 60px;
  }
}
.amasty-jet-theme .switcher,
.amasty-jet-theme .switcher .switcher-options {
  position: relative;
}
.amasty-jet-theme .switcher:not(:last-of-type) {
  margin-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amasty-jet-theme .switcher:not(:last-of-type) {
    margin-right: 20px;
  }
}
.amasty-jet-theme .switcher .action {
  cursor: pointer;
  display: flex;
}
.amasty-jet-theme .switcher .action:hover {
  color: #7b6f63;
  transition: all 0.4s ease-in-out;
}
.amasty-jet-theme .switcher .action:hover .amtheme-icon {
  fill: #7b6f63;
}
.amasty-jet-theme .switcher .dropdown:not(.options) {
  background: #fff6ee;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  box-sizing: border-box;
  margin-top: 10px;
  max-width: 100%;
  min-width: 175px;
  padding: 20px 0;
  position: absolute;
  right: -5px;
  z-index: 14;
}
.amasty-jet-theme .switcher .active + .dropdown {
  display: block;
}
.amasty-jet-theme .switcher strong {
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
.ie11 .amasty-jet-theme .switcher strong {
  word-break: break-all;
}
.amasty-jet-theme .switcher.switcher-currency strong {
  white-space: nowrap;
}
.panel {
  display: none;
}
.panel .authorization-link {
  position: relative;
}
.panel .authorization-link:not(:last-child) {
  margin-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panel .authorization-link:not(:last-child) {
    margin-right: 20px;
  }
}
.panel .authorization-link:after {
  content: attr(data-label);
  display: inline-block;
  position: absolute;
  right: -25px;
  top: 0;
}
.panel .authorization-link.-logged-in:after,
.panel .authorization-link:last-child:after {
  display: none;
}
.panel .amtheme-icon {
  fill: #333333;
}
._keyfocus .panel .switcher .action:focus {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #faf6f3, 0 0 0 4px #333333;
}
.header.links {
  margin-inline-start: 60px;
  display: inline-flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header.links {
    margin-left: 60px;
  }
}
.header.links > li:not(:first-child) {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 15px;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header.links > li:not(:first-child) {
    margin-left: 15px;
    margin-right: 0;
  }
}
.header.links > .authorization-link:not(:last-child) {
  margin-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header.links > .authorization-link:not(:last-child) {
    margin-right: 20px;
  }
}
.header.links > .authorization-link.-logged-in {
  display: none;
}
.header.links a {
  transition: color 0.4s ease-in-out;
}
.header.links a:hover {
  color: #c9b59f;
}
.header.links a:hover .amtheme-icon {
  fill: #ffffff;
}
._keyfocus .header.links a:focus {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #faf6f3, 0 0 0 4px #333333;
}
.amtheme-myaccount-link a {
  font-weight: 400;
}
.amtheme-myaccount-link .amtheme-icon {
  height: 20px;
  vertical-align: bottom;
  width: 20px;
}
.page-footer .amtheme-footer-section {
  display: flex;
}
.footer.links a {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  transition: all ease-in-out 0.4s;
}
.ie11 .footer.links a {
  word-break: break-all;
}
.footer.links a:hover {
  color: #ffffff;
}
.ie11 .footer.links a {
  display: inline-block;
}
.amtheme-socials-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amtheme-socials-list .amtheme-item {
  margin-bottom: 20px;
  padding: 0 10px;
}
.amtheme-socials-list .amtheme-action {
  background: #8e84be;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  padding: 10px;
  transition: all 0.4s ease-in-out;
  vertical-align: top;
  width: 40px;
}
.amtheme-socials-list .amtheme-action:hover {
  background: #a8a69f;
}
.amtheme-socials-list .amtheme-action.facebook {
  padding: 0;
}
.amtheme-socials-list .amtheme-action.facebook > svg {
  margin: 1px 0 0 -4px;
}
._keyfocus .amtheme-socials-list .amtheme-icon:focus,
.ie11 ._keyfocus .amtheme-socials-list .amtheme-icon:focus {
  border-radius: 50%;
}
.amtheme-socials-list .amtheme-action > svg {
  height: 100%;
  width: 100%;
}
.amtheme-socials-list .amtheme-action path {
  fill: #ffffff;
}
.copyright {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #fff6ee;
  color: #a8a69f;
  display: block;
  line-height: 1.4rem;
  padding: 20px 25px;
  text-align: center;
}
#a li {
  text-align: left;
}
.product.options.list .label:nth-child(5),
.product.options.list .label:nth-child(7) {
  display: none;
}
.product.options.list .values:nth-child(6),
.product.options.list .values:nth-child(8) {
  display: none;
}
/*AMASTY REDIRECT POPUP*/
aside.modal-popup:nth-child(2) > div:nth-child(2) {
  text-align: center;
  width: 640px;
}
#amredirect-popup button:focus {
  background: #fff;
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
}
#amredirect-popup button:active {
  background: #fff;
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
}
#amredirect-popup .amlang-select button:focus {
  background: #fff !important;
  color: #333;
  border: 2px solid #ccc;
}
#amredirect-popup .amlang-select button:active {
  background: #fff !important;
  color: #333;
  border: 2px solid #ccc;
}
.modal-title {
  color: #333;
}
/*Amasty redirect popup end*/
.cms-page-view {
  margin-top: 10px;
}
.cms-page-view .page-main a {
  text-decoration: underline;
  font-weight: 400;
}
.cms-page-view .page-main a:hover {
  color: #333;
}
.footer .menu-usp {
  display: none !important;
}
.yotpo .pull-left {
  text-align: center !important;
}
.yotpo .standalone-bottomline {
  text-align: center !important;
}
.yotpo .standalone-bottomline .star-clickable {
  display: inline !important;
}
.yotpo .text-m {
  font-size: 12px !important;
}
.yotpo .yotpo-footer {
  display: none;
}
.yotpo .yotpo-header-element.yotpo-header-actions {
  display: none !important;
}
.yotpo .yotpo-header-element .y-label.yotpo-user-name {
  float: none !important;
}
.yotpo .yotpo-header-element .label-with-tooltip {
  float: none !important;
}
.yotpo .yotpo-header-element .yotpo-review-stars {
  float: none !important;
}
.yotpo .yotpo-review.yotpo-regular-box {
  text-align: center;
}
.yotpo .content-title.yotpo-font-bold {
  float: none !important;
}
.yotpo .yotpo-main {
  margin-left: 43px !important;
}
.category-description.bottom {
  margin-top: 15px;
}
.amtheme-name {
  color: #333 !important;
}
.filter-current .item {
  color: #333 !important;
}
.filter-options a:hover {
  color: #333 !important;
}
.filter-options a:hover .count {
  color: #333 !important;
}
.widget-product-carousel {
  margin-bottom: 0px;
}
.amtheme-link {
  color: #333 !important;
}
.toolbar-sorter .sorter-label {
  color: #333 !important;
}
.amtheme-filter-action strong {
  color: #333 !important;
}
.field-error span {
  color: #ff0000;
}
#wswitch-modal strong {
  color: #4ebdc5;
}
.search-autocomplete {
  background-color: #fff !important;
  color: #333 !important;
}
.search-autocomplete .selected {
  background-color: #4ebdc5 !important;
}
input:not([disabled]):focus {
  box-shadow: none !important;
}
.amtheme-product-info .action.tocart {
  border: #27aa3b;
  background-color: #27aa3b;
  color: #fff !important;
  transition: none !important;
  border: 0px !important;
  border-radius: 4px;
}
.amtheme-product-info .action.tocart.disabled {
  border: #008000;
  background-color: #008000;
  transition: none;
  border: 0px !important;
}
.amtheme-product-info .action.tocart:hover {
  border: #008000;
  background-color: #008000;
  transition: none;
  border: 0px !important;
}
.amtheme-product-info .action.tocart:active {
  border: #008000;
  background-color: #008000;
  transition: none;
  border: 0px !important;
}
.amtheme-product-info .action.tocart:focus {
  border: #008000;
  background-color: #008000;
  transition: none;
  border: 0px !important;
}
.amtheme-product-info .yotpoBottomLine {
  margin-bottom: 10px;
}
.mobile-only {
  display: none;
}
#tab-label-amcustomtabs_tabs_2,
#amcustomtabs_tabs_2 {
  display: none !important;
}
.amtheme-backtotop-wrap:hover {
  border-color: #4ebdc5 !important;
  background-color: #4ebdc5 !important;
}
.amtheme-backtotop-wrap:hover .amtheme-icon {
  fill: #fff !important;
}
.amtheme-backtotop-wrap > .amtheme-icon {
  fill: #4ebdc5 !important;
}
.amtheme-backtotop-wrap {
  border: 2px solid #4ebdc5 !important;
}
.navigation .level0.active .all-category .ui-state-focus {
  border-color: #4ebdc5 !important;
}
.page-header.-sticky-header .nav-sections-item-content > .navigation {
  position: relative;
  left: -100px;
  top: -10px;
}
body {
  background-color: #fff;
}
h1,
h2,
.amtheme-tabs-widget .amtheme-heading {
  color: #4ebdc5;
}
h1,
.amtheme-tabs-widget .amtheme-heading {
  font-weight: 700 !important;
  line-height: 3.2rem !important;
  font-size: 3.2rem;
}
h2 {
  line-height: 2.2rem;
}
h3 {
  margin-bottom: 0rem;
  color: #333333;
}
.block.block-minicart {
  background-color: #fff;
}
.price,
.price-label {
  color: #333 !important;
}
button,
button:hover,
.action.primary {
  background-color: #fff;
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
  text-decoration: none !important;
}
.action.primary:hover,
.action.primary:active,
.action.primary:focus {
  background-color: #4ebdc5 !important;
  color: #fff !important;
  border: 2px solid #4ebdc5 !important;
  text-decoration: none !important;
}
.faq .action.primary {
  width: 375px;
  color: #4ebdc5;
}
[class*="categorypath-knowledge-centre"] .category-description {
  text-align: left !important;
}
[class*="categorypath-company"] .category-description {
  text-align: left !important;
}
.actions-toolbar .action.primary:hover {
  background-color: #4ebdc5;
  color: #fff;
  border: 2px solid #4ebdc5;
}
.actions-toolbar .action.primary {
  background-color: #fff;
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
}
.modal-popup .modal-footer .action-accept {
  background: #fff;
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
}
.modal-popup .modal-footer .action-accept:active {
  background: #fff;
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
}
.modal-popup .modal-footer .action-accept:hover {
  background: #4ebdc5;
  color: #fff;
}
.modal-popup .action-login.secondary {
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
}
.modal-popup .action-login.secondary:hover {
  background-color: #4ebdc5;
  color: #fff;
  border: 2px solid #4ebdc5;
}
.modal-popup .action-login.secondary:active {
  background-color: #fff;
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
}
.gls-parcelshop .showmap:hover {
  background: #4ebdc5;
  color: #fff;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background-color: #fff;
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
  box-shadow: none;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background-color: #4ebdc5;
  color: #fff;
  border: 2px solid #4ebdc5;
  box-shadow: none;
}
.cart.main.actions {
  border-bottom: 1px solid #dfdedd;
}
.cart.main.actions .action {
  text-transform: initial;
}
.cart.main.actions .action:hover {
  text-decoration: underline;
}
.cart.main.actions .amtheme-wrap:last-of-type .action:hover {
  color: #333;
  text-decoration: underline !important;
}
.cart.main.actions .action.button-as-link.update:hover,
.cart.main.actions .action.checkout-shipping-address .new-address-popup .action-show-popup.update:hover,
.cart.main.actions .action.amtheme-gift-options .actions-toolbar .action-cancel.update:hover {
  text-decoration: underline !important;
}
.amtheme-qty-box > .amtheme-qty {
  border-radius: 4px !important;
  border: 2px solid #4ebdc5 !important;
  background-color: #fff;
}
.amtheme-icon.-hover-bg {
  color: #fff !important;
}
.amtheme-icon {
  color: #000 !important;
}
.opc-progress-bar-item._active {
  color: #4ebdc5 !important;
}
.opc-progress-bar-item._complete {
  color: #000 !important;
}
.opc-progress-bar > .opc-progress-bar-item._complete::before {
  border: 1px solid #fff !important;
  background-color: #000 !important;
  color: #fff !important;
}
.opc-progress-bar > .opc-progress-bar-item._active::before {
  border: 1px solid #fff !important;
  background: #4ebdc5 !important;
  color: #fff !important;
}
.opc-progress-bar > .opc-progress-bar-item::after {
  width: 15px !important;
  height: 15px;
  background: none !important;
}
.field.note {
  color: #333;
}
.opc-wrapper .field .note {
  color: #333;
}
.opc-wrapper .shipping-information .shipping-information-title {
  color: #333 !important;
}
.opc-progress-bar.-success {
  display: none;
}
.field-tooltip .field-tooltip-content {
  background-color: #fff;
  color: #000;
}
.amtheme-menu-account {
  display: none !important;
}
.amtheme-success-order > .amtheme-title {
  color: #000;
}
.checkout-onepage-success .page-title {
  color: #000;
}
.breadcrumbs {
  background-color: #fff;
  max-width: 100% !important;
  text-align: left;
  margin: 0px;
}
.breadcrumbs .items {
  max-width: 1440px;
  padding: 17px 60px 0 60px;
  margin: 0 auto;
  width: auto;
  color: #282828;
}
.breadcrumbs a:hover {
  color: #a8a69f;
  text-decoration: underline;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #333 !important;
}
.opc-block-summary .amtheme-summary-order .amtheme-count {
  color: #000;
}
.opc-block-summary .amtheme-summary-order .total {
  color: #4ebdc5;
}
.opc-block-summary .amtheme-estimated-total {
  color: #4ebdc5;
}
.field._required:not(.choice) > label::after {
  font-size: 2.5rem;
  color: red;
  line-height: 1.5rem;
}
.field.required:not(.choice) > label::after {
  line-height: 1.5rem;
}
.page-header {
  background-color: #000000;
  min-height: 45px;
  max-height: 45px;
  z-index: 3;
}
.page-header .panel.wrapper {
  display: none;
}
.page-header > .content {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  justify-content: space-between;
  padding: 0px 60px 0px !important;
  background-color: #000000;
}
.page-header > .content .header.links a,
.page-header > .content .header.links a:visited,
.page-header > .content .header.links a:hover {
  color: #fff;
}
.page-header > .content .amtheme-icons-container .account-icon {
  display: block;
  margin-right: 10px;
}
.page-header > .content .amtheme-icons-container .account-icon .amtheme-icon {
  fill: #fff;
}
.page-header .amtheme-header-icon:not(:last-child) {
  margin-right: 22px;
}
input[type="radio"] + label::before {
  background: #fff;
  border: 1px solid #838383;
}
input[type="radio"] + label:hover::before {
  border: 1px solid #333;
}
input[type="radio"]:checked + label::after {
  background: #4ebdc5;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #4ebdc5;
  height: 13px;
  width: 13px;
  left: 1px;
  top: 1px;
}
input[type="radio"]:focus {
  box-shadow: none !important;
}
input[type="radio"] {
  height: 15px;
  width: 15px;
  display: inherit;
  opacity: 1;
  position: absolute;
  clip: auto;
  margin-top: 2px;
  display: none;
}
input[type=text]:not([disabled]):focus,
input[type=password]:not([disabled]):focus,
input[type=url]:not([disabled]):focus,
input[type=tel]:not([disabled]):focus,
input[type=search]:not([disabled]):focus,
input[type=number]:not([disabled]):focus,
input[type=datetime]:not([disabled]):focus,
input[type=email]:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus,
input[type=text]:not([disabled]):active,
input[type=password]:not([disabled]):active,
input[type=url]:not([disabled]):active,
input[type=tel]:not([disabled]):active,
input[type=search]:not([disabled]):active,
input[type=number]:not([disabled]):active,
input[type=datetime]:not([disabled]):active,
input[type=email]:not([disabled]):active,
textarea:not([disabled]):active,
select:not([disabled]):active {
  border-color: #dfdedd !important;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 0px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: 0px;
}
#co-shipping-method-form .item-options .field.item label.label {
  top: 0px;
  left: 0px;
}
#checkout-shipping-method-load .amtheme-item .amtheme-info label {
  top: 0px;
  margin-left: 0px;
}
.widget-product-carousel .price-box {
  flex-direction: column;
}
.widget-product-carousel .price-box .price-wrapper {
  color: #070605;
}
.widget-product-carousel .price-box.price-final_price {
  margin-bottom: 0px;
}
.widget-product-carousel .product-item-inner {
  display: none;
}
.widget-product-carousel .price-container {
  justify-content: center;
}
.widget-product-carousel .product-item .product-item-details {
  min-height: 99px;
}
.widget-product-carousel .product-item .product-item-details > *:not(:last-child) {
  margin-bottom: 0px;
}
.widget-product-carousel .product-item .product-item-details .product-item-name {
  text-align: center;
}
.widget-product-carousel .product-item .product-item-info {
  padding: 0px 20px;
}
.products-grid .price-box .price-container {
  display: block;
}
.products-grid .price-box .price-wrapper {
  color: #333;
}
html {
  scroll-behavior: smooth;
}
/* home page specific all sizes*/
.cms-home a {
  font-weight: 400;
}
.cms-home h3 a {
  color: #4ebdc5;
}
.cms-home .column.main p {
  margin: 20px 0;
}
.cms-home .column.main .pagebuilder-column a {
  text-decoration: underline;
  font-weight: 400;
}
.cms-home h1,
.cms-home h2,
.cms-home .amtheme-tabs-widget .amtheme-heading {
  text-align: center;
}
.cms-home .page-title-wrapper {
  display: none;
}
.cms-home .page-title {
  margin-bottom: 0px;
}
.cms-home .yotpo .text-m {
  display: none;
}
.cms-home .cat {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/media/wysiwyg/forside/Topbilleder_med_knapper.png');
  position: relative;
}
.cms-home .cat.desktop2 {
  width: 33%;
  background-position-y: center;
}
.cms-home .cat.desktop2:hover {
  background-position-y: center;
}
.cms-home .cat.mobile2 {
  width: 49%;
  background: url('/media/wysiwyg/forside/Topbilleder_med_knapper6.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-x: center !important;
}
.cms-home .cat:hover {
  background: url('/media/wysiwyg/forside/Topbilleder_med_knapper2.png');
  transition: 0.4s ease-in-out;
}
.cms-home .cat .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cms-home .dog {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/media/wysiwyg/forside/Topbilleder_med_knapper3.png');
  position: relative;
}
.cms-home .dog.desktop2 {
  width: 33%;
  background-position-y: center;
}
.cms-home .dog.desktop2:hover {
  background-position-y: center;
}
.cms-home .dog.mobile2 {
  width: 49%;
  background: url('/media/wysiwyg/forside/Topbilleder_med_knapper5.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-x: center !important;
}
.cms-home .dog:hover {
  background: url('/media/wysiwyg/forside/Topbilleder_med_knapper4.png');
  transition: 0.4s ease-in-out;
}
.cms-home .dog .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cms-home .dog-flex-mobile {
  display: flex;
}
.cms-home .dog-flex-mobile-text {
  padding: 0 20px;
  margin: auto;
}
.cms-home .dog-flex-mobile-text a {
  text-decoration: underline;
  font-weight: 400;
}
.cms-home .dog-flex-mobile-img {
  min-width: 50%;
  text-align: center;
  background: #ffffff;
}
.cms-home .dog-flex-mobile-img img {
  width: 70%;
}
.cms-home .cat-flex-mobile {
  display: flex;
}
.cms-home .cat-flex-mobile-img {
  min-width: 50%;
  text-align: center;
  background: #ffffff;
}
.cms-home .cat-flex-mobile-img img {
  width: 70%;
}
.cms-home .cat-flex-mobile-text {
  padding: 0 20px;
  margin: auto;
}
.cms-home .cat-flex-mobile-text a {
  text-decoration: underline;
  font-weight: 400;
}
.cms-home .environment {
  display: flex;
  background: #f7f7f7;
}
.cms-home .environment .environment-text {
  margin: auto;
  padding: 0 20px;
}
.cms-home .environment .environment-text a {
  text-decoration: underline;
  font-weight: 400;
}
.cms-home .environment .environment-img {
  min-width: 50%;
}
.widget {
  padding: 0px !important;
  margin: 0px 0px 0px 0px !important;
  max-width: 100% !important;
  width: 100% !important;
}
.widget .bacterfield-video {
  margin-top: -72px;
  width: 100%;
  margin-bottom: -5px;
  max-height: 700px;
  overflow: hidden;
}
.widget .bacterfield-video video {
  max-width: 100%;
  width: 100%;
}
.widget .box {
  display: flex;
  align-items: center;
  padding: 50px 20px;
  font-size: 14px;
}
.widget .box .page-main div {
  max-width: 47%;
  display: inline-block;
}
.widget .box .page-main div img {
  max-width: 80% !important;
  margin-left: auto;
  margin-right: 0px;
}
.widget .box .page-main div:nth-child(even) {
  text-align: right;
}
.widget .box.lightblue {
  color: #333;
}
.widget .box.darkblue {
  color: #333;
}
/* end home page specific */
/*product page all sizes*/
.catalog-product-view .available .dot {
  height: 11px;
  width: 11px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-top: 1px;
}
.catalog-product-view .available span {
  color: #333;
}
.catalog-product-view .available span a {
  font-weight: 400;
}
.catalog-product-view .unavailable .dot {
  height: 11px;
  width: 11px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-top: 1px;
}
.catalog-product-view .unavailable span {
  color: #4ebdc5;
}
.catalog-product-view .unavailable span a {
  color: #4ebdc5;
}
.catalog-product-view .amtheme-product-info .action.tocart:focus {
  background-color: #008000 !important;
}
.catalog-product-view .amtheme-product-info .action.tocart:active {
  background-color: #008000 !important;
}
.catalog-product-view .amtheme-product-info .action.tocart:hover {
  background-color: #008000 !important;
}
.catalog-product-view .product-info-stock-sku {
  width: 100%;
  justify-content: flex-end;
}
.catalog-product-view .page-wrapper {
  color: #333;
}
.catalog-product-view .page-wrapper .amtheme-product-wrap .fotorama-item .fotorama__stage__frame {
  border: 0px !important;
}
.catalog-product-view .page-wrapper .amtheme-productinfo-wrap::before,
.catalog-product-view .page-wrapper .amtheme-productinfo-wrap::after,
.catalog-product-view .page-wrapper .amtheme-productinfo-wrap,
.catalog-product-view .page-wrapper .product.data.items > .item.content {
  background-color: #fff !important;
  color: #333;
}
.catalog-product-view .page-wrapper .amtabs-accordion-view.product.data.items > .item.title .switch {
  color: #333 !important;
}
.catalog-product-view .page-wrapper .am-custom-tab table {
  border: 1px solid #333;
  width: auto;
  max-width: 50%;
}
.catalog-product-view .page-wrapper .am-custom-tab table td {
  border: 1px solid #333;
  width: 50%;
}
.catalog-product-view .page-wrapper .page-main {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .page-main a {
  color: #333;
  text-decoration: underline;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .page-main a:hover {
  color: #333;
}
.catalog-product-view .page-wrapper .swatch-attribute-label {
  display: none;
}
.catalog-product-view .page-wrapper .swatch-option {
  border-color: #4ebdc5 !important;
  color: #4ebdc5 !important;
  width: auto !important;
  margin: 0 10px 15px 0 !important;
}
.catalog-product-view .page-wrapper .swatch-option a {
  color: #4ebdc5 !important;
  padding: 10px;
  text-decoration: none !important;
}
.catalog-product-view .page-wrapper .swatch-option:hover {
  border-color: #4ebdc5 !important;
  color: #fff !important;
  background-color: #4ebdc5;
}
.catalog-product-view .page-wrapper .swatch-option:hover a {
  color: #fff !important;
}
.catalog-product-view .page-wrapper .swatch-option.selected {
  background-color: #4ebdc5 !important;
  color: #fff !important;
}
.catalog-product-view .page-wrapper .swatch-option.selected a {
  color: #fff !important;
}
.catalog-product-view .page-wrapper #showNotes {
  font-weight: 400;
}
.catalog-product-view .page-wrapper .amtheme-qty-box > .amtheme-minus:hover ~ .amtheme-qty,
.catalog-product-view .page-wrapper .amtheme-qty-box > .amtheme-plus:hover ~ .amtheme-qty {
  border-color: #4ebdc5 !important;
}
.catalog-product-view .page-wrapper .amtheme-qty-wrap .label {
  display: none;
}
.catalog-product-view .page-wrapper .price {
  line-height: normal;
  font-size: 4.8rem !important;
}
.catalog-product-view .page-wrapper .amtheme-product-wrap .fotorama--fullscreen,
.catalog-product-view .page-wrapper .fotorama__fullscreen .fotorama--fullscreen,
.catalog-product-view .page-wrapper .amtheme-product-wrap .fotorama__nav__frame,
.catalog-product-view .page-wrapper .fotorama__fullscreen .fotorama__nav__frame {
  background: #fff !important;
}
.catalog-product-view .fotorama__stage {
  margin: auto;
}
.catalog-product-view .mp-subscription .one-time-only-buy-box {
  font-size: 1.6rem;
}
.catalog-product-view .subscription-box .subscription-text {
  font-size: 1.6rem;
}
.catalog-product-view .mp-subscription-tooltip .tooltip-toggle .field-tooltip {
  display: none;
}
.catalog-product-view h1,
.catalog-product-view .amtheme-tabs-widget .amtheme-heading {
  color: #333;
}
.catalog-product-view .amrec-cycle-container.amrec-block .amrec-subscription-options .amrec-label {
  color: #4ebdc5;
  border: 2px solid #4ebdc5 !important;
  transition: all 0.4s ease-in-out;
}
.catalog-product-view .mageprince-faq-collection {
  margin-left: 0px;
}
/* end product page */
/* search page all sizes*/
.page-products .products-grid .product-item-details {
  text-align: center;
}
/*end search page*/
/* category pages all sizes*/
.catalog-category-view .columns {
  grid-template-columns: auto !important;
  grid-template-areas: none !important;
  padding-top: 0px !important;
}
.catalog-category-view .page-title {
  margin-bottom: 0px !important;
}
.catalog-category-view .wrapper-description {
  text-align: center;
}
.catalog-category-view .wrapper-description a {
  color: #333;
  text-decoration: underline;
  font-weight: 400;
}
.catalog-category-view .wrapper-description a:hover {
  color: #333;
}
.catalog-category-view .wrapper-description a:visited {
  color: #333;
}
.catalog-category-view .breadcrumbs .items .item.home {
  margin-left: 0px;
}
.catalog-category-view .page-wrapper {
  color: #333;
}
.catalog-category-view .page-wrapper .product-item .product-item-details {
  text-align: center;
}
.catalog-category-view .page-wrapper .box {
  display: flex;
  align-items: center;
  padding: 50px 20px;
  font-size: 14px;
}
.catalog-category-view .page-wrapper .box .page-main div {
  max-width: 47%;
  display: inline-block;
}
.catalog-category-view .page-wrapper .box .page-main div img {
  max-width: 80% !important;
  margin-left: auto;
  margin-right: 0px;
}
.catalog-category-view .page-wrapper .box .page-main div:nth-child(even) {
  text-align: right;
}
.catalog-category-view .page-wrapper .box.lightblue {
  color: #333;
}
.catalog-category-view .page-wrapper .box.darkblue {
  color: #333;
}
.catalog-category-view .page-wrapper .product-item > .product-item-info {
  background-color: transparent !important;
  box-shadow: none;
}
.catalog-category-view .page-wrapper .products-grid .product-item-inner {
  background-color: transparent !important;
  box-shadow: none;
  border: 0px !important;
}
.catalog-category-view .page-wrapper .products-grid .product-item-info:hover .product-item-inner {
  box-shadow: none;
  border: 0px !important;
}
.catalog-category-view .page-wrapper .filter {
  display: none;
}
.catalog-category-view .page-wrapper .sidebar-additional {
  display: none;
}
.catalog-category-view .category-view {
  margin-bottom: 0px;
}
.catalog-category-view .bottom-description a {
  color: #333;
  text-decoration: underline;
  font-weight: 400;
}
.catalog-category-view .bottom-description a:hover {
  color: #333;
}
.catalog-category-view .bottom-description a:visited {
  color: #333;
}
.catalog-category-view .mageprince-faq-collection {
  margin-left: 0px;
}
.category-company .box div {
  min-width: 50%;
}
.category-company .box div:first-of-type {
  padding-right: 30px;
}
/* END category pages */
/* FOOTER all sizes */
.page-footer {
  background-color: #000;
}
.page-footer .links a {
  font-size: 12px !important;
}
.navigation .submenu:not(:first-child) .active > a {
  border-color: #4ebdc5 !important;
}
/* checkout fixes all sizes*/
.checkout-cart-index .amtheme-info label {
  margin-left: 15px;
  top: -15px;
}
.checkout-cart-index .cart-summary {
  background: #f7f7f7;
}
.checkout-cart-index .actions-toolbar > .action {
  text-transform: initial !important;
}
.checkout-cart-index .actions-toolbar > .action:hover {
  text-decoration: underline;
  color: #333;
}
.checkout-cart-index .actions-toolbar .action.action-edit {
  display: none;
}
.checkout-cart-index .page-title-wrapper {
  padding-top: 20px;
}
.cart-summary > .checkout.methods .action.checkout:hover {
  background-color: #4ebdc5;
  color: #fff;
}
.checkout-index-index .amtheme-info label {
  margin-left: 15px;
  top: -15px;
}
.checkout-index-index .page-header::before {
  height: 0px !important;
}
.checkout-index-index .nav-sections {
  display: block !important;
}
.checkout-index-index .header.content > .logo {
  margin: 0px auto 0px 0px !important;
  max-height: 45px !important;
}
.checkout-index-index .payment-method .payment-method-title.field.choice {
  align-items: center;
}
.checkout-index-index .payment-method .payment-method-title.field.choice .label {
  top: 0px;
  height: 30px;
}
.checkout-index-index .payment-method .payment-method-title.field.choice .radio {
  margin-top: 0px;
}
.checkout-index-index .payment-method .payment-method-title.field.choice input[type="radio"]:checked + label::after {
  top: 9px;
  margin-top: 0px;
}
.checkout-index-index .payment-method .payment-method-title.field.choice input[type="radio"] + label::before {
  top: 9px;
  margin-top: 0px;
}
.checkout-index-index .new-address-popup .action-show-popup {
  text-transform: inherit;
}
.checkout-index-index .new-address-popup .action-show-popup:hover {
  text-decoration: underline !important;
  color: #333 !important;
}
.checkout-index-index .amtheme-address-toolbar .action.action-save:hover {
  background-color: #4ebdc5;
  color: #fff;
}
.checkout-container > .opc-wrapper .field .note {
  display: none !important;
}
.opc-wrapper .shipping-information .action-edit:hover {
  color: #4ebdc5 !important;
}
.checkout-onepage-success .page-main {
  margin-top: 20px;
}
.checkout-onepage-success .action.outline,
.checkout-onepage-success .modal-popup .modal-footer .action:not(.primary):not(.secondary),
.checkout-onepage-success .order-details-items > .actions-toolbar:first-child .action {
  border: 1px solid #4ebdc5;
  color: #4ebdc5;
}
.checkout-onepage-success .action.outline:hover,
.checkout-onepage-success .modal-popup .modal-footer .action:not(.primary):not(.secondary):hover,
.checkout-onepage-success .order-details-items > .actions-toolbar:first-child .action:hover {
  color: #fff;
  border: 1px solid #4ebdc5;
  background: #4ebdc5;
}
.checkout-onepage-success .action.outline:active,
.checkout-onepage-success .modal-popup .modal-footer .action:not(.primary):not(.secondary):active,
.checkout-onepage-success .order-details-items > .actions-toolbar:first-child .action:active {
  color: #fff;
  border: 1px solid #4ebdc5;
  background: #4ebdc5;
}
.checkout-onepage-success .amtheme-icon {
  display: none;
}
/* end checkout fixes*/
.minicart-items-wrapper .minicart-price .price {
  font-size: 16px !important;
}
.minicart-items-wrapper .price {
  font-size: 16px !important;
}
/*Amblog articles all sizes*/
.amblog-index-index h2 .amblog-headline {
  color: #4ebdc5;
}
.amblog-index-index .amblog-date,
.amblog-index-index .amblog-views,
.amblog-index-index .amblog-minread {
  display: none;
}
.amblog-index-index .amblog-more .action.primary {
  color: #333 !important;
  border: none;
  font-size: 16px;
  padding: 0;
}
.amblog-index-index .amblog-more .action.primary:hover {
  background-color: #fff !important;
  text-decoration: underline !important;
  border: 0px !important;
}
.amblog-index-post .amblog-features {
  display: none;
}
.amblog-index-post .amblog-tags {
  display: none;
}
.amblog-index-post .amblog-post-container .amblog-content,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 0 25px 25px 25px;
}
.amblog-index-post .post-item-details .amblog-headline:hover {
  color: #333;
}
.amblog-index-post .amblog-link:hover {
  color: #333 !important;
}
/*create customer all sizes*/
.customer-account-create .page-title-wrapper {
  padding-top: 20px;
}
.customer-account-create .form-create-account .fields.-am-block .label:before {
  background: 0 0;
}
/*end create customer*/
/*customer account all sizes*/
.customer-blog-posts {
  /*order history*/
  /*end order history*/
}
.customer-blog-posts .nav.items {
  padding: 20px;
}
.customer-blog-posts .amtheme-information {
  border: 1px solid #dfdeed;
  border-radius: 4px !important;
}
.customer-blog-posts .amtheme-newsletter {
  display: none;
}
.customer-blog-posts .amtheme-dashboard-info .amtheme-card-block .action,
.customer-blog-posts .amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses .action,
.customer-blog-posts .amtheme-addresses-block.-dashboard-addresses .amtheme-address-card .action,
.customer-blog-posts .amtheme-dashboard-info .amtheme-address-method .action {
  text-transform: initial;
}
.customer-blog-posts .amtheme-dashboard-info .amtheme-card-block .action:hover,
.customer-blog-posts .amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses .action:hover,
.customer-blog-posts .amtheme-addresses-block.-dashboard-addresses .amtheme-address-card .action:hover,
.customer-blog-posts .amtheme-dashboard-info .amtheme-address-method .action:hover {
  text-decoration: underline;
  color: #333;
}
.customer-blog-posts .amtheme-content {
  flex-wrap: wrap;
}
.customer-blog-posts .field.choice.-as-link .label {
  text-transform: initial;
  padding: 0 0 0 5px;
  line-height: 2rem;
}
.customer-blog-posts .account table .col.actions .action:not(:first-of-type) {
  margin-inline-start: 0px;
}
.customer-blog-posts .sidebar-additional {
  display: none;
}
.customer-blog-posts #maincontent {
  margin-top: 20px;
}
.customer-blog-posts .table-wrapper.orders-history {
  border: 1px solid #dfdeed;
  border-radius: 4px;
}
.customer-blog-posts .table-wrapper.orders-history th {
  text-align: left !important;
}
.customer-blog-posts .table-wrapper.orders-history td {
  text-align: left !important;
}
.customer-blog-posts .table-wrapper.orders-history a:hover {
  color: #333;
  text-decoration: underline;
}
.customer-blog-posts .table-wrapper.orders-history .amtheme-placeholder.-selected .amtheme-content {
  font-weight: 400px;
}
.customer-blog-posts .table-wrapper.amrec-subscriptions-grid {
  border: 1px solid #dfdeed;
  border-radius: 4px;
  /*            .end-date {
                display:none;
            }

            .action.cancel {
                margin-inline-start: 0px;
            }

            a:hover {
                color: #333;
                text-decoration: underline;
            }

            .amtheme-placeholder.-selected {
                .amtheme-content {
                    font-weight: 400px;
                }
            }*/
}
.customer-blog-posts .table-wrapper.amrec-subscriptions-grid th {
  padding: 25px 10px 10px;
}
.customer-blog-posts .table-wrapper.amrec-subscriptions-grid td {
  text-align: left !important;
}
.customer-blog-posts .table-wrapper.amrec-subscriptions-grid .amrec-button {
  font-size: 16px;
}
.customer-blog-posts .table-wrapper.amrec-subscriptions-grid .amrec-button:hover {
  text-decoration: underline !important;
}
.customer-blog-posts .table-wrapper.amrec-subscriptions-grid .amtheme-status.-active:before {
  display: none;
}
.customer-blog-posts .table-wrapper.amrec-subscriptions-grid .amtheme-status.-canceled:before {
  display: none;
}
.customer-blog-posts .amtheme-order-status {
  background: #fff;
  border: 1px solid #dfdeed;
}
.customer-blog-posts .amtheme-order-status .amtheme-status:before {
  display: none;
}
.customer-blog-posts .block.block-order-details-view {
  border: 1px solid #dfdeed;
  border-radius: 4px;
  background: #fff;
}
.customer-blog-posts .block.block-order-details-view .box {
  border: 1px solid #dfdeed;
}
.customer-blog-posts .block.block-order-details-view .box a {
  font-weight: 400;
}
.customer-blog-posts .block.block-order-details-view .box a:hover {
  text-decoration: none;
}
.customer-blog-posts .column.main a:hover {
  color: #333;
  text-decoration: underline;
}
.customer-blog-posts .items.order-links .nav.item.current {
  border-bottom: 2px solid #4ebdc5;
}
.customer-blog-posts .page-title-wrapper .actions {
  text-transform: inherit !important;
}
.customer-blog-posts .order-details-items .actions-toolbar {
  background: #fff;
}
.customer-blog-posts .order-details-items .actions-toolbar a {
  border: 1px solid #4ebdc5 !important;
  color: #4ebdc5 !important;
}
.customer-blog-posts .order-details-items .actions-toolbar a:hover {
  color: #fff !important;
  background: #4ebdc5 !important;
  text-decoration: none;
}
.customer-blog-posts .order-details-items .order-title .action {
  text-transform: inherit;
}
.customer-blog-posts .order-details-items .order-title .action.track {
  display: none;
}
.customer-blog-posts .column.main .nav.item a:hover {
  text-decoration: none;
}
/*customer account end*/
input[type="checkbox"] {
  position: relative !important;
  opacity: 1 !important;
  height: 15px;
  min-width: 15px;
}
input[type="checkbox"] + label {
  padding: 0px 0px 0px 5px;
}
input[type="checkbox"] + label::before {
  border: 0px;
  background: none;
}
input[type="checkbox"] + label::after {
  border: 0px;
  background: none;
}
input:not([disabled]):focus {
  box-shadow: none;
}
form .fields.-am-block .label:before,
.form.form-newsletter-manage .field.choice .label:before,
.amtheme-gift-options .fieldset > .fields .label:before {
  background: none;
}
.-sticky-header .account-icon {
  display: none !important;
}
[title="Verteiler"] {
  display: none !important;
}
/*DESKTOP */
@media only screen and (min-width: 1024px) {
  .mobil-only {
    display: none !important;
  }
  .page-footer .content {
    justify-content: flex-start;
  }
  .page-footer .logo {
    flex: 0 0 8%;
  }
  .page-footer .footer.links {
    margin: auto;
  }
  .nav-sections {
    background-color: #282828;
  }
  .page-layout-1column .amtheme-product-info .box-tocart .action.tocart {
    min-width: 360px;
  }
  .amtheme-add-form-bottom.-on-line .box-tocart.qty {
    display: flex;
    align-items: center;
    flex: 1 0 30%;
    padding: calc(10px) 0;
  }
  .page-header {
    min-height: 155px;
  }
  .page-header .logo {
    position: relative;
    top: 50px;
    z-index: 9;
    margin-right: auto;
    max-height: 45px;
  }
  .page-header > .content {
    /*display: flex;*/
    align-items: center;
    flex: 1 0 0;
    justify-content: space-between;
    /*padding: @indent__xl @layout__width-l-indent @indent__xl;*/
    height: auto;
    max-height: 45px;
  }
  .page-header .amtheme-icons-container {
    order: 1;
    margin-top: 0px;
  }
  .page-header .block-search {
    margin-right: 0px;
    max-width: 220px;
    margin-left: 0px;
    transition: all 0.4s ease-in-out;
  }
  .page-header .nav-holder {
    padding: 30px 0px 2px 0px;
  }
  .page-header.-sticky-header {
    padding-bottom: 0px !important;
    min-height: 0px;
  }
  .page-header.-sticky-header .logo {
    top: 0px !important;
  }
  .page-header.-sticky-header .amtheme-navigation-icon {
    display: none;
  }
  .page-header.-sticky-header .menu-usp {
    display: none !important;
  }
  .page-header .website_switch {
    margin-top: -18px;
    margin-left: -50px;
  }
  .page-header .website_switch img {
    width: 30px;
  }
  .slick-list.draggable .product-item-inner {
    display: none;
  }
  .slick-list.draggable .product-item-info {
    min-height: 377px;
  }
  .slick-list.draggable .price-box {
    justify-content: center;
  }
  .slick-list.draggable .yotpo-bottomline.pull-left.star-clickable {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .slick-list.draggable .yotpo-bottomline.pull-left.star-clickable .yotpo-stars {
    margin: 0 !important;
  }
  .cms-home .page-main {
    margin-top: 50px;
  }
  .cms-home .cat-dog-mobile {
    display: none;
  }
  /* NAVIGATION min width 1024px*/
  .navigation {
    background: none !important;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
  }
  .navigation .level0 > .level-top {
    color: #fff !important;
    margin-bottom: 27px;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top,
  .navigation .level0.has-active > .level-top:hover {
    border-width: 0px !important;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0 .submenu {
    text-align: left;
    background: rgba(0, 0, 0, 0.6) !important;
    border-top: 2px solid #2d95aa !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-color: #2d95aa !important;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #282828;
    border-style: solid;
    border-width: 0 0 0 0px;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover {
    display: block;
    line-height: inherit;
    color: #000 !important;
    font-size: 12px;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a span {
    font-weight: normal;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #4ebdc5 !important;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  /* END NAVIGATION */
  /*STICKY HEADER min width 1024px*/
  .page-header.-desktop-navigation-toggle .sections.nav-sections {
    display: block !important;
    background: transparent;
  }
  .page-header.-desktop-navigation-toggle .sections.nav-sections .nav-holder {
    padding: 0px;
    margin-top: -25px;
  }
  .page-header.-desktop-navigation-toggle .sections.nav-sections .navigation {
    padding: 0px;
  }
  .page-header.-desktop-navigation-toggle .sections.nav-sections .navigation ul {
    border-top: 0px !important;
  }
  .page-header.-desktop-navigation-toggle .sections.nav-sections .navigation li.level0 .level-top {
    margin-bottom: 0px;
  }
  .page-header.-desktop-navigation-toggle .sections.nav-sections .navigation li.level0 a {
    padding: 10px;
    line-height: 20px;
  }
  .page-header.-desktop-navigation-toggle .website_switch,
  .page-header.-desktop-navigation-toggle .block-search {
    display: none;
  }
  /*category page min width 1024px*/
  .category-header-box {
    margin-bottom: -5px;
  }
  .category-header-box .category-image .image {
    margin-top: -104px;
  }
  .products-grid .price-box {
    display: block;
  }
  .products.grid .tocart.-left,
  .form-wishlist-items .products-grid .tocart.-left,
  .form-wishlist-items .products-grid .tocart.-left {
    display: block;
    margin: auto;
  }
  .category-header-title-box {
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }
  .category-header-title-box .page-main {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .category-header-title-box .page-main div {
    width: 100%;
  }
  .category-header-title-box .page-main .page-title-wrapper h1,
  .category-header-title-box .page-main .page-title-wrapper .amtheme-tabs-widget .amtheme-heading {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
  }
  .category-header-title-box .page-main .breadcrumbs {
    text-align: left;
    padding: 20px 0 0 0;
  }
  .category-header-title-box .page-main .breadcrumbs .items {
    padding: 0px !important;
  }
  .category-header-box + .category-header-title-box {
    margin-top: 0px;
  }
  .catalog-category-view .item.product.product-item {
    width: calc(24% - 20px) !important;
    margin-top: 0px !important;
    margin-inline-end: 30px !important;
  }
  /* END CATEGORY PAGE */
  /* product page min width 1024px*/
  .producthead-title {
    position: relative;
    top: -200px;
    text-align: center;
  }
  .producthead-title h1,
  .producthead-title .amtheme-tabs-widget .amtheme-heading {
    color: #fff;
  }
  .producthead-breadcrumbs {
    margin-top: 10px;
    background-color: #fff;
    padding: 5px 0 2px 0;
    text-align: left;
  }
  /*END product page */
  /*FAQ min width 1024px*/
  .mageprince-faq-collection {
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
  }
  /*Amblog articles min width 1024px*/
  .amblog-index-index .amblog-link:hover {
    color: #333 !important;
  }
  .amblog-index-index .amblog-title {
    color: #4ebdc5;
  }
  .amblog-index-index .post-item-details .amblog-headline:hover {
    color: #333;
  }
  .amblog-index-post .amblog-title {
    color: #4ebdc5;
  }
  /*Amblog articles end*/
  .customer-blog-posts #maincontent {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  aside.modal-popup:nth-child(2) > div:nth-child(2) {
    text-align: center;
    width: 100%;
  }
  .modal-popup .modal-title {
    margin-inline-end: 0px !important;
  }
  #amredirect-popup button {
    padding: 15px;
  }
  #amredirect-popup button span {
    font-size: 1.4rem;
  }
  /*End Amasty redirect max-width 1023px*/
  .menu-usp {
    display: none !important;
  }
  .page-header {
    max-height: 80px;
  }
  .product-items .product-item {
    background-color: #fff;
  }
  .product-items .price-box {
    justify-content: center;
  }
  .mobile-only {
    display: inline-flex;
    color: #fff;
  }
  .search-toggle span {
    background-image: url('../../frontend/Amasty/Bacterfield/de_AT/images/search-icon-2.png');
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
  }
  .block-search {
    display: none;
  }
  .storelocator-index-index .column.main {
    margin-top: -25px;
  }
  .category-description {
    margin-top: 10px;
  }
  .category-description a {
    text-decoration: underline;
    font-weight: 400;
  }
  .bottom-description a {
    text-decoration: underline;
    font-weight: 400;
  }
  .am-custom-tab table {
    min-width: 100%;
  }
  .am-custom-tab td {
    min-width: 50%;
  }
  .nav-open .amtheme-menustatic-wrapper .amtheme-navigation-icon {
    position: relative;
    left: -55px;
  }
  .catalog-product-view .page-wrapper .widget img {
    margin-top: 30px;
  }
  .catalog-product-view .page-wrapper .fotorama__nav.fotorama__nav--dots {
    text-align: center;
  }
  .-sticky-header .header .block-search {
    display: none;
  }
  .widget .bacterfield-video {
    margin-top: 30px;
  }
  .page-header > .content {
    flex-wrap: wrap;
    display: flex !important;
    padding: 0px 40px 0px !important;
  }
  .page-header .block-search {
    margin-top: 0px;
    background: transparent;
  }
  .page-header .block-search .block-content {
    background-color: #282828;
    margin: 0px -40px !important;
    box-shadow: none;
    border: none;
    padding: 20px 35px;
  }
  .page-header .search-autocomplete {
    margin-top: 21px;
    padding-top: 25px;
  }
  .page-header .logo {
    margin: 0 auto;
    max-width: 90px;
    padding: 10px 0;
  }
  .page-header .amtheme-icons-container {
    display: flex;
  }
  .page-header .website_switch {
    display: none;
  }
  .page-header .am-custom-tab table {
    width: 100%;
    max-width: 100%;
  }
  .page-header .am-custom-tab table td {
    border: 1px solid #333;
    width: 50%;
  }
  .page-header .minicart-wrapper.amtheme-header-icon {
    padding-left: 10px;
  }
  .productHead .producthead-title {
    margin-top: -38px;
  }
  .productHead .page-title {
    position: relative;
    top: -20px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
  }
  #maincontent {
    padding: 0px 20px !important;
  }
  #maincontent .am-custom-tab {
    overflow-x: auto;
  }
  .page-main {
    padding: 0px !important;
    margin-top: 0px;
  }
  .breadcrumbs {
    display: block !important;
    padding: 10px 10px 0 10px !important;
  }
  .breadcrumbs .items {
    max-width: 100%;
    padding: 0px;
    font-size: 9px;
  }
  .category-company .box {
    padding: 0px 0px !important;
  }
  .category-company .box div {
    min-width: 100%;
  }
  .switch {
    font-size: 12px !important;
  }
  .amtheme-backtotop-wrap {
    display: none !important;
  }
  .category-faq p {
    display: block !important;
  }
  .category-faq .action.primary {
    min-width: 80% !important;
    margin-bottom: 10px;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #4ebdc5 !important;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .checkout-index-index .header.content > .logo {
    margin: 0 auto !important;
    max-width: 90px !important;
    padding: 10px 0 !important;
  }
  .checkout-index-index .page-header > .amblog-content {
    background-color: #fff;
  }
  .checkout-index-index .page-header.-sticky-header {
    background: #fff;
  }
  input[type="radio"] + label:hover::before {
    border: 0;
  }
  input[type="radio"] + label::before {
    top: 0px;
    margin-top: 2px;
  }
  /*category max-width 1023px*/
  .catalog-category-view .page-wrapper .box {
    display: block;
    padding: 0px;
  }
  .catalog-category-view .breadcrumbs {
    margin-left: 10px;
  }
  .catalog-category-view .page-title {
    text-align: center;
  }
  /*end category*/
  /*Amblog articles max width 1023px*/
  .amblog-index-index .breadcrumbs {
    padding: 10px 20px 0 !important;
  }
  .amblog-index-index .amblog-more {
    margin-bottom: 25px;
  }
  .amblog-index-index .amblog-more .action.primary {
    text-align: center;
  }
  .amblog-index-index .amblog-bottom {
    justify-content: center;
  }
  /*end Amblog articles max width 1023px*/
  /*customer account max width 1023px*/
  /*end customer account max width 1023px*/
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .product-item > .product-item-info {
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1) !important;
  }
  /*product max width 767px */
  .catalog-product-view .page-wrapper .amtheme-product-wrap .page-title {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.2rem !important;
  }
  .catalog-product-view .page-wrapper .amtheme-product-wrap .yotpoBottomLine {
    text-align: center;
  }
  /*end product max width 767px*/
  /*checkout max width 767px*/
  .checkout-index-index .page-header .content {
    display: none !important;
  }
  .checkout-index-index .columns {
    padding-top: 40px;
  }
  /*end checkout max width 767px*/
  /*customer account max width 767px*/
  .customer-blog-posts #maincontent {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .customer-blog-posts .sidebar-main .account-nav .account-nav-title {
    border-bottom: 1px solid #dfdeed;
  }
  .customer-blog-posts .sidebar-main .account-nav .account-nav-title.active {
    border: 0;
  }
  .customer-blog-posts .amtheme-address-card.amtheme-address-billing {
    margin-bottom: 20px;
  }
  /*end customer account max-width 767px*/
  /*Homepage max width 767px*/
  .cms-home .headline-text {
    font-weight: normal !important;
    margin: 20px 0px !important;
    width: 100% !important;
  }
  .cms-home .cat.desktop2 {
    display: none;
  }
  .cms-home .dog.desktop2 {
    display: none;
  }
  .cms-home .cat-dog-mobile {
    display: flex;
    justify-content: space-between;
    height: 180px;
  }
  .cms-home .dog-flex-mobile-img img {
    width: 100%;
  }
  .cms-home .cat-flex-mobile-img img {
    width: 100%;
  }
  .cms-home .cat {
    background-position-y: top;
  }
  .cms-home .cat.hover {
    background-position-y: top;
  }
  .cms-home .home-middle {
    width: 100% !important;
    height: 180px !important;
    margin-top: 20px;
  }
  .cms-home .home-middle p {
    font-size: 16px !important;
  }
  .cms-home .environment {
    flex-direction: column-reverse;
  }
  .cms-home .environment .environment-text {
    padding: 20px 20px;
    text-align: center;
  }
  .cms-home .environment .environment-text a {
    text-decoration: underline;
    font-weight: 400;
  }
  .cms-home .environment .environment-img {
    width: 100%;
    text-align: center;
  }
  /*end Homepage max width 767px*/
}
@media only screen and (max-width: 639px) {
  .customer-blog-posts .table-wrapper {
    border: 0 !important;
  }
  .customer-blog-posts .table-wrapper tr {
    background: #fff !important;
    border: 1px solid #dfdeed;
    margin-bottom: 10px;
  }
  .customer-blog-posts .table-wrapper th.col.price {
    display: none;
  }
  .customer-blog-posts .table-wrapper td.col.price {
    display: block;
  }
  .customer-blog-posts .table-wrapper td.col:before {
    text-transform: inherit !important;
  }
  .cms-home p,
  .cms-home h3 {
    text-align: center;
  }
  .cms-home .cat-dog-mobile {
    margin-top: 0px;
  }
  .cms-home .dog-flex-mobile {
    flex-flow: column-reverse;
  }
  .cms-home .dog-flex-mobile .dog-flex-mobile-text {
    max-width: 100%;
    padding: 20px 20px;
  }
  .cms-home .dog-flex-mobile .dog-flex-mobile-img {
    width: 100%;
  }
  .cms-home .cat-flex-mobile {
    flex-wrap: wrap;
  }
  .cms-home .cat-flex-mobile .cat-flex-mobile-img {
    width: 100%;
  }
  .cms-home .cat-flex-mobile .cat-flex-mobile-text {
    width: 100%;
    padding: 20px 20px;
  }
  .cms-home .popular-headline {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-item > .product-item-info {
    margin: 0px 25px;
  }
  .cms-home .product-item > .product-item-info {
    margin: 0px;
  }
}
.mageprince-faq-collection {
  margin-bottom: 20px;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em 0em 0.8em 0em;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
  transition: color .4s;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header .ui-accordion-header-icon::before {
  content: "\003c";
  position: relative;
  top: -5px;
  left: 5px;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  transform: rotate(270deg);
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon::before {
  content: "\003c";
  position: relative;
  top: 5px;
  left: 10px;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
}
.mageprince-faq-collection .ui-accordion .ui-accordion-content {
  padding: 1em 0em;
  border-top: 0;
  overflow: auto;
}
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.mageprince-faq-collection .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content {
  border-bottom: 2px solid #4ebdc5 ;
  background: #fff;
  color: #333;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content a {
  color: #333333;
}
.mageprince-faq-collection .ui-state-default,
.mageprince-faq-collection .ui-widget-content .ui-state-default,
.mageprince-faq-collection .ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #333;
}
.mageprince-faq-collection .ui-state-hover a,
.mageprince-faq-collection .ui-state-hover a:hover,
.mageprince-faq-collection .ui-state-hover a:link,
.mageprince-faq-collection .ui-state-hover a:visited,
.mageprince-faq-collection .ui-state-focus a,
.mageprince-faq-collection .ui-state-focus a:hover,
.mageprince-faq-collection .ui-state-focus a:link,
.mageprince-faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.mageprince-faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.mageprince-faq-collection .ui-state-active,
.mageprince-faq-collection .ui-widget-content .ui-state-active,
.mageprince-faq-collection .ui-widget-header .ui-state-active {
  font-weight: normal;
  color: #333;
}
.mageprince-faq-collection .ui-state-active a,
.mageprince-faq-collection .ui-state-active a:link,
.mageprince-faq-collection .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.mageprince-faq-collection .group-title {
  margin: 25px 0;
  font-size: 18px;
  text-transform: initial;
  line-height: 1.5;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #FFF;
  font-weight: bold;
  display: none;
}
.mageprince-faq-collection .group-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #198dd3;
}
.mageprince-faq-collection .faq-groups {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  display: none;
}
.mageprince-faq-collection .faq-group {
  display: inline-block;
}
.mageprince-faq-collection .faq-group-image {
  border: 1px solid #1979C3;
  padding: 20px;
  margin-right: 25px;
}
.mageprince-faq-collection img.group-image {
  height: 100px;
  width: 100px;
}
.mageprince-faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: initial;
  margin: 10px 25px 0 0;
}
.mageprince-faq-collection .faq-group a.group-link:hover {
  color: #ff5501;
  text-decoration: none;
}
.mageprince-faq-collection .faq-group .faq-group-image:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-group:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-collection {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.mageprince-faq-collection .collspan-expand-block {
  float: right;
}
.mageprince-faq-loader {
  left: 50%;
  top: 50%;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.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;
  right: 0;
  top: 6px;
}
.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: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  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;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.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: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  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 {
  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-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.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: .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: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  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;
  vertical-align: top;
  white-space: normal;
  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: 1.8rem;
  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: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.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 {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  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: #c9b59f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 12px 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  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: #bea68b;
  border: 0;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1d6c9;
  border: 0;
  color: #ffffff;
}
.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;
}
.block.widget.block-products-list .products-grid.grid .product-items {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
}
.block.widget.block-products-list .products-grid.grid .product-item {
  position: relative;
}
.block.widget.block-products-list .products-grid.grid .amtheme-action-links {
  bottom: 16%;
}
.block.widget.block-viewed-products-grid {
  position: relative;
  z-index: 1;
}
.block.widget.block-viewed-products-grid .product-items {
  flex-wrap: wrap;
}
.column.main > .widget {
  margin-bottom: 15px;
}
.column.main .block.widget.block-viewed-products-grid {
  margin-top: 55px;
}
.column.main .block.widget.block-viewed-products-grid .product-item-info {
  min-height: inherit;
}
.column.main .block.widget.block-viewed-products-grid .product-item {
  margin-bottom: 0;
}
.column.main .block.widget.block-viewed-products-grid .product-item .price-box {
  justify-content: flex-start;
}
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .map-fallback-price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .map-show-info {
  display: none;
}
.column.main .block.widget.block-viewed-products-grid .product-item .price-container {
  justify-content: flex-start;
}
.block.am-widget {
  margin: 30px auto;
}
.block.am-widget .block-content.content {
  margin-top: 30px;
}
.block.am-widget .amtheme-title {
  display: block;
}
.block.am-widget .product-item-photo {
  max-width: 100%;
}
.block.am-widget .product .product.product-item-name {
  margin-bottom: 10px;
  width: 100%;
}
.block.am-widget .product-items:not(.-col-xl-4) {
  justify-content: stretch;
  margin: 0 calc(-25px / 2);
  width: calc(100% + 25px);
}
.block.am-widget .product.item.product-item {
  max-width: 100%;
}
.block.am-widget .item .product-item-info:hover {
  overflow: visible;
}
.block.am-widget .product-item-info:hover .action.tocart,
.block.am-widget .product-item-info:hover .stock {
  opacity: 1;
}
.block.am-widget .reviews-actions > .view {
  padding-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.am-widget .reviews-actions > .view {
    padding-right: 10px;
  }
}
.block.am-widget .action.tocart {
  width: 100%;
}
.block.am-widget a.action.more {
  font-size: 12px;
  text-transform: uppercase;
}
.block.am-widget .pager {
  margin-top: 25px;
  text-align: right;
}
.block.am-widget .pages {
  justify-content: flex-end;
}
.block.am-widget .grid .product-item-actions,
.block.am-widget .products-grid .product-item-actions {
  margin-top: 0;
}
.block.am-widget .grid .items:not(.-col-xl-4) .product.item:nth-child(n),
.block.am-widget .products-grid .items:not(.-col-xl-4) .product.item:nth-child(n) {
  margin: 0 calc(25px / 2) 15px;
}
.block.am-widget .grid .amtheme-wishlist,
.block.am-widget .products-grid .amtheme-wishlist,
.block.am-widget .grid .amtheme-wishlist-split,
.block.am-widget .products-grid .amtheme-wishlist-split {
  margin-right: 10px;
}
.block.am-widget .grid .dropdown,
.block.am-widget .products-grid .dropdown {
  left: 0;
}
.block.am-widget .grid .item .tocart,
.block.am-widget .products-grid .item .tocart {
  padding-inline-end: 18px;
  padding-inline-start: 18px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.am-widget .grid .item .tocart,
  .block.am-widget .products-grid .item .tocart {
    padding-right: 18px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.am-widget .grid .item .tocart,
  .block.am-widget .products-grid .item .tocart {
    padding-left: 18px;
  }
}
.am-widget.block-new-products.list .product-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin: 20px auto;
  width: 100%;
}
.am-widget.block-new-products.list .amtheme-wishlist-split {
  background: transparent;
  border-radius: 0;
  height: auto;
  padding: 0;
  width: auto;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper {
  margin-top: 10px;
}
.am-widget.block-new-products.list .amtheme-wishlist-split .amtheme-title {
  margin: 0;
  padding-right: 10px;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-circle-icon {
  display: none;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper .action,
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title {
  display: block;
  margin: 0 0 5px 0;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper .action.toggle {
  margin-left: 0;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper .action:hover,
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title:hover {
  color: #333333;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper > *:first-child {
  margin-right: 5px;
}
.am-widget.block-new-products.list .product-item-actions,
.am-widget .details .product-details-action,
.widget .details .product-details-action,
.am-widget .details .product-details-action .amtheme-icon-wrapper,
.widget .details .product-details-action .amtheme-icon-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.am-widget.block-new-products.list .actions-primary {
  margin: 10px 0;
}
.am-widget.block-new-products.list .pager {
  margin-top: 0;
}
.am-widget.block.block-viewed-products-grid .product-details-action,
.am-widget.block.block-compared-products-grid .product-details-action {
  align-items: stretch;
  height: 100%;
  justify-content: flex-start;
  margin-top: 0;
}
.am-widget.block.block-viewed-products-grid .price-box,
.am-widget.block.block-compared-products-grid .price-box {
  margin-top: auto;
}
.am-widget.block.block-viewed-products-grid .amtheme-icon-wrapper > *:first-child,
.am-widget.block.block-compared-products-grid .amtheme-icon-wrapper > *:first-child {
  margin-right: 10px;
}
.am-widget.block.block-viewed-products-grid .product-item-description,
.am-widget.block.block-compared-products-grid .product-item-description {
  margin-top: 0;
}
.am-widget.block.block-viewed-products-grid .amtheme-icon-wrapper,
.am-widget.block.block-compared-products-grid .amtheme-icon-wrapper {
  align-items: flex-end;
}
.am-widget.block.block-viewed-products-grid .minimal-price-link,
.am-widget.block.block-compared-products-grid .minimal-price-link {
  margin-left: 0;
}
.am-widget.block-viewed-products-grid.list .product-item-actions,
.am-widget.block-compared-products-grid.list .product-item-actions {
  justify-content: flex-start;
}
.am-widget.block-viewed-products-grid.list .actions.product-item-actions,
.am-widget.block-compared-products-grid.list .actions.product-item-actions {
  max-width: 220px;
}
.am-widget.block-viewed-products-grid.list .price-box > .price-container,
.am-widget.block-compared-products-grid.list .price-box > .price-container {
  margin-right: 15px;
}
.am-widget .details .product-details-action,
.widget .details .product-details-action {
  margin-top: auto;
}
.am-widget .details .product-details-action .amtheme-icon-wrapper,
.widget .details .product-details-action .amtheme-icon-wrapper,
.am-widget .details .product-details-action .price-box .price-container,
.widget .details .product-details-action .price-box .price-container {
  margin-top: 5px;
}
.am-widget .details .product-details-action .price-box .price-container,
.widget .details .product-details-action .price-box .price-container {
  padding-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .am-widget .details .product-details-action .price-box .price-container,
  .widget .details .product-details-action .price-box .price-container {
    padding-right: 10px;
  }
}
.am-widget .details .product-details-action .amtheme-circle-icon,
.widget .details .product-details-action .amtheme-circle-icon {
  height: 30px;
  width: 30px;
}
.am-widget .details .product-details-action .amtheme-circle-icon:not(:last-child),
.widget .details .product-details-action .amtheme-circle-icon:not(:last-child) {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .am-widget .details .product-details-action .amtheme-circle-icon:not(:last-child),
  .widget .details .product-details-action .amtheme-circle-icon:not(:last-child) {
    margin-right: 5px;
  }
}
.am-widget .details .product-details-action .action.split .amtheme-circle-icon,
.widget .details .product-details-action .action.split .amtheme-circle-icon {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .am-widget .details .product-details-action .action.split .amtheme-circle-icon,
  .widget .details .product-details-action .action.split .amtheme-circle-icon {
    margin-right: 0;
  }
}
.am-widget .details .product-details-action .amtheme-icon,
.widget .details .product-details-action .amtheme-icon {
  height: calc(30px / 1.5);
  width: calc(30px / 1.5);
}
.am-widget .details .product-details-action .amtheme-split,
.widget .details .product-details-action .amtheme-split {
  max-height: 32px;
  max-width: 56px;
}
.am-widget.block-viewed-products-grid .product-details-action:nth-child(n),
.am-widget.block-compared-products-grid .product-details-action:nth-child(n) {
  margin-bottom: 0;
}
.page-with-filter.-filter-inactive .am-widget .grid .products.items:not(.-col-xl-4) .item:nth-child(n),
.page-with-filter.-filter-inactive .am-widget .products-grid .products.items:not(.-col-xl-4) .item:nth-child(n) {
  margin: 0 calc(25px / 2) 15px;
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .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;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .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-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: '\e61c';
    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-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #ffd0a1;
    border-top: 1px solid #ffd0a1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 25px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 30px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border: 0 solid transparent;
    height: 0;
    width: 0;
    margin-top: -14px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before {
    border-bottom-color: #dfdedd;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border-bottom-color: #fffbf8;
    top: 1px;
  }
  .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns > .column.main {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .columns > .sidebar-main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .columns > .sidebar-additional {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .catalog-product-view .columns > .column.main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .catalog-product-view .columns > .sidebar-main {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .catalog-category-view.page-with-filter.page-layout-empty .columns > .column.main {
    display: flex;
    flex-direction: column;
  }
  .catalog-category-view.page-with-filter.page-layout-empty .columns > .column.main > .block.filter {
    order: -1;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 20px;
  }
  .product.data.items > .item.title > .switch {
    background: transparent;
    border-bottom: 1px solid #dfdedd;
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto;
    padding: 15px 0 15px 0;
    font-weight: 400;
    line-height: 20px;
    font-size: 1.6rem;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: transparent;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: transparent;
    color: #333333;
    text-decoration: none;
    padding-bottom: 15px;
  }
  .product.data.items > .item.content {
    background: transparent;
    border: none;
    margin: 0;
    padding: 20px 0 10px 0;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items > .item.title {
    margin-bottom: 0;
    position: relative;
  }
  .product.data.items > .item.title.active {
    margin: 0;
  }
  .product.data.items > .item.title.active .amtheme-icon {
    transform: rotate(180deg);
  }
  .product.data.items .amtheme-item-title > .amtheme-icon {
    background-image: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    right: 0;
    top: calc(50% - 30px / 2);
  }
  .pages .item {
    margin-bottom: 10px;
  }
  .pages .action.previous,
  .pages .link.previous,
  .pages .action.next,
  .pages .link.next {
    margin-bottom: 10px;
  }
  .actions-toolbar {
    flex-direction: column;
  }
  .actions-toolbar .action.primary,
  .actions-toolbar .primary,
  .actions-toolbar .primary > .action {
    width: 100%;
  }
  .actions-toolbar a.action.primary {
    text-align: center;
  }
  .actions-toolbar .action.secondary,
  .actions-toolbar .secondary,
  .actions-toolbar .secondary > .action {
    padding: 15px;
    margin: 10px 0 0;
  }
  .amtheme-products-secondary .price-box {
    margin: 0;
    padding: 0;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(252, 252, 252, 0.8);
  }
  .custom-slide {
    bottom: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
    left: 0;
    margin: 0;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    overflow: hidden auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fffefd;
    box-sizing: border-box;
    height: auto;
    margin-top: 0;
    min-height: 100%;
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup .modal-title {
    margin-inline-end: calc(10px + 32px);
    font-size: 1.8rem;
    font-weight: 700;
  }
  .modal-popup .modal-inner-wrap {
    padding: 40px 30px 0;
    transform: none;
  }
  .modal-popup .action-close:before {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .modal-popup .action:not(.primary, .secondary, .search, .amtheme-reset) {
    margin: 15px 0 0;
  }
  .modal-popup .action.primary,
  .modal-popup .action-primary {
    width: 100%;
  }
  .modal-popup .action-secondary,
  .modal-popup .action.secondary {
    order: 2;
  }
  .modal-popup.modal-slide {
    left: 0;
  }
  .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-slide._inner-scroll .modal-footer {
    margin-top: 0;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .amblog-relatedposts-wrap {
    display: block;
  }
  .amblog-related-post {
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 5px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  body[class*='amblog-index-'] .amblog-title {
    font-size: 1.6rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .amblog-search-block .amblog-content {
    flex-direction: column;
    padding-top: 25px;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .amblog-link-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .amblog-tabs-block.-title .amblog-item {
    font-size: 16px;
  }
  .amblog-form-newsletter .input-box {
    flex-direction: column;
  }
  .amblog-form-newsletter .amblog-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .amblog-form-newsletter .amblog-btn,
  .amblog-form-newsletter .amblog-input {
    max-width: 100%;
    width: 100%;
  }
  .amblog-form-newsletter .mage-error[generated='true'] {
    margin-bottom: 10px;
    margin-top: -10px;
    order: 0;
    width: 100%;
    word-break: break-all;
  }
  .amblog-search-switch {
    padding: 8px 15px;
  }
  .amblog-search-titles {
    padding-top: 10px;
  }
  .amblog-search-title {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amblog-search-title.open {
    border-color: #4ebdc5;
  }
  .amblog-search-content {
    margin-top: 20px;
  }
  .main .amblog-related-wrapper:not(.-related-products) .slick-list {
    margin: 0;
  }
  .amtheme-tabs-buttons {
    justify-content: flex-start;
  }
  .amtheme-tabs-widget.-mobile-hidden {
    display: none;
  }
  .amtheme-tabs-widget .amtheme-heading {
    margin-bottom: 10px;
  }
  .amtheme-tabs-widget .slick-slider .slick-dots,
  .amtheme-tabs-widget .products.slick-slider .item.product > .product-item-info {
    margin: 0;
  }
  .amtheme-tabs-widget .products > .amtheme-products-secondary > .slick-list {
    margin: 0 -10px;
  }
  .amtheme-tabs-widget .products.slick-slider.slick-dotted {
    margin-bottom: 40px;
  }
  .amtheme-tabs-widget .amtheme-products-secondary:not(.slick-initialized) .tocart {
    font-size: 1.6rem;
  }
  .amtheme-tabs-widget .product-item .product-item-details {
    z-index: auto;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    top: 0;
    right: 0;
    padding: 10px;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    width: unset;
    min-width: unset;
  }
  .am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrows {
    display: none;
  }
  .gallery-fullscreen-close {
    top: 15px;
    right: 15px;
  }
  .am-gallery-fullscreen-container .splide__pagination {
    justify-content: center;
  }
  .am-gallery-fullscreen-container {
    padding: 80px 0 35px;
  }
  .ammenu-header-container .block-search .minisearch .control {
    background: #fff;
    border: none;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 9;
  }
  .amtypage-main-container.-stretched-blocks > div {
    width: 100% !important;
  }
  .opc-wrapper .opc .step-title {
    padding-top: 10px;
  }
  .checkout-index-index .checkout-agreement .field.choice {
    flex-flow: row nowrap !important;
  }
  .checkout-index-index .checkout-billing-address .field.choice {
    flex-flow: row nowrap !important;
  }
  .checkout-index-index .page-header .content {
    padding-bottom: 10px !important;
  }
  .checkout-index-index .shipping-information {
    display: none;
  }
  .checkout-index-index .amtheme-navigation-icon {
    display: none !important;
  }
  .checkout-index-index .amtheme-shipping-wrap {
    background-color: #f7f7f7;
  }
  .checkout-index-index .opc-progress-bar {
    display: none;
  }
  .checkout-index-index input[type="checkbox"] {
    min-width: 15px;
  }
  .page-header .website_switch li a img {
    width: 30px;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -25px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ffd0a1;
    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: #dfdedd;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .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: 0;
    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;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .product-item {
    background: #fffbf8;
  }
  .product-item .action.tocart.primary {
    margin-top: 10px;
    width: 100%;
  }
  .product-item .product-item-actions {
    display: none;
  }
  .swatch-wrapper {
    display: none;
  }
  .block.crosssell .product-item-actions,
  .block.related .product-item-actions,
  .block.upsell .product-item-actions {
    display: block;
    margin-top: auto;
  }
  .block.crosssell .product-item .action.tocart.primary,
  .block.related .product-item .action.tocart.primary,
  .block.upsell .product-item .action.tocart.primary {
    width: 100%;
    font-size: 1.7rem;
  }
  .products-grid .product-photo-wrapper,
  .products-list .product-photo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .products-grid .product-photo-wrapper .product.photo,
  .products-list .product-photo-wrapper .product.photo {
    width: 100%;
  }
  .products-grid .product-photo-wrapper .action.tocompare,
  .products-list .product-photo-wrapper .action.tocompare,
  .products-grid .product-photo-wrapper .action.towishlist,
  .products-list .product-photo-wrapper .action.towishlist {
    display: inline-flex;
  }
  .products-grid .product-photo-wrapper .action.tocompare,
  .products-list .product-photo-wrapper .action.tocompare {
    order: 1;
  }
  .products-grid .product-photo-wrapper .action.tocompare .amtheme-title,
  .products-list .product-photo-wrapper .action.tocompare .amtheme-title {
    display: none;
  }
  .products-grid .product-photo-wrapper > .action.towishlist,
  .products-list .product-photo-wrapper > .action.towishlist {
    order: 2;
  }
  .products-grid .product-photo-wrapper .amtheme-action-links,
  .products-list .product-photo-wrapper .amtheme-action-links {
    margin: 10px 0 0;
  }
  .products-grid .product-photo-wrapper .amtheme-action-links > .towishlist-wrap,
  .products-list .product-photo-wrapper .amtheme-action-links > .towishlist-wrap {
    margin: 0;
  }
  .block .block-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
  }
  .block:not(.am-widget) .amtheme-products-secondary.slick-slider .product-item-info {
    margin: 0 10px;
  }
  .block:not(.am-widget) .amtheme-products-secondary:not(.slick-slider) {
    flex-wrap: nowrap;
    margin: 0 -35px;
    overflow-x: auto;
    padding: 0 35px;
  }
  .block:not(.am-widget) .amtheme-products-secondary:not(.slick-slider):after {
    content: '';
    height: 1px;
    min-width: 1px;
  }
  .block:not(.am-widget) .amtheme-products-secondary:not(.slick-slider) > .product-item:last-of-type {
    margin-inline-end: 35px;
  }
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item {
    background: transparent;
    width: 160px;
  }
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item,
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item:nth-child(n) {
    margin: 0 20px 20px 0;
  }
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item:last-of-type {
    margin-right: 35px;
  }
  .products-grid.products > .amtheme-products-secondary.slick-slider .product-item-info,
  .amtheme-products-secondary.-in-widget.slick-slider .product-item-info,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items.slick-slider .product-item-info,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items.slick-slider .product-item-info {
    margin: 0 10px;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-photo,
  .amtheme-products-secondary.-in-widget .product-item-photo,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo {
    background: #fff6ee;
    padding: 15px;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details {
    margin-top: 10px;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details > *,
  .amtheme-products-secondary.-in-widget .product-item-details > *,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details > *,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details > * {
    margin-bottom: 10px;
  }
  .products-grid.products > .amtheme-products-secondary .product-image-container,
  .amtheme-products-secondary.-in-widget .product-image-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-image-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-image-container {
    margin: 0 auto;
  }
  .products-grid.products > .amtheme-products-secondary .price,
  .amtheme-products-secondary.-in-widget .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .products-grid.products > .amtheme-products-secondary .price-including-tax + .price-excluding-tax:before,
  .amtheme-products-secondary.-in-widget .price-including-tax + .price-excluding-tax:before,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-including-tax + .price-excluding-tax:before,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-including-tax + .price-excluding-tax:before {
    line-height: 2.6rem;
  }
  .products-grid.products > .amtheme-products-secondary .price-box > .minimal-price-link .price-container,
  .amtheme-products-secondary.-in-widget .price-box > .minimal-price-link .price-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box > .minimal-price-link .price-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box > .minimal-price-link .price-container {
    align-items: baseline;
  }
  .products-grid.products > .amtheme-products-secondary .special-price .price-wrapper:not(.price-including-tax) .price,
  .amtheme-products-secondary.-in-widget .special-price .price-wrapper:not(.price-including-tax) .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .special-price .price-wrapper:not(.price-including-tax) .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .special-price .price-wrapper:not(.price-including-tax) .price {
    margin-inline-end: 0;
  }
  .products-grid.products > .amtheme-products-secondary .minimal-price,
  .amtheme-products-secondary.-in-widget .minimal-price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .minimal-price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .minimal-price {
    flex-direction: column;
  }
  .products-grid.products > .amtheme-products-secondary .amtheme-price-component.-small,
  .products-grid.products > .amtheme-products-secondary .price-to .price,
  .products-grid.products > .amtheme-products-secondary .map-show-info,
  .products-grid.products > .amtheme-products-secondary .old-price .price,
  .products-grid.products > .amtheme-products-secondary .price-box .price-label,
  .products-grid.products > .amtheme-products-secondary .price-including-tax + .price-excluding-tax,
  .products-grid.products > .amtheme-products-secondary .price-including-tax + .price-excluding-tax .price,
  .amtheme-products-secondary.-in-widget .amtheme-price-component.-small,
  .amtheme-products-secondary.-in-widget .price-to .price,
  .amtheme-products-secondary.-in-widget .map-show-info,
  .amtheme-products-secondary.-in-widget .old-price .price,
  .amtheme-products-secondary.-in-widget .price-box .price-label,
  .amtheme-products-secondary.-in-widget .price-including-tax + .price-excluding-tax,
  .amtheme-products-secondary.-in-widget .price-including-tax + .price-excluding-tax .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .amtheme-price-component.-small,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-to .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .map-show-info,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .old-price .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price-label,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-including-tax + .price-excluding-tax,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-including-tax + .price-excluding-tax .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .amtheme-price-component.-small,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-to .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .map-show-info,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .old-price .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price-label,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-including-tax + .price-excluding-tax,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-including-tax + .price-excluding-tax .price {
    font-size: 1.2rem;
  }
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-photo-wrapper,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-photo-wrapper {
    display: block;
  }
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box {
    margin-top: 0;
  }
  .catalogsearch-advanced-result .toolbar-sorter .amtheme-filter-wrap {
    display: none;
  }
  .amtheme-sticky-compare,
  .amtheme-sticky-compare.-show {
    display: none;
  }
  .sidebar .price-box .price-to {
    width: 100%;
  }
  .sidebar .price-box .price-to .old-price {
    width: 100%;
  }
  .sidebar .product-item .price-box .price-container.tax,
  .column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-container.tax {
    display: flex;
    flex-direction: column;
  }
  .amtheme-sidebar-block .product-item-details,
  .sidebar .block.widget .product-item-details,
  .column.main .block.widget.block-viewed-products-grid .product-item-details {
    z-index: auto;
  }
  .sidebar .block-new-products-list .product-item-info,
  .sidebar .block-viewed-products-grid .product-item-info,
  .sidebar .block-compared-products-grid .product-item-info,
  .sidebar .block-new-products-list .product-item-actions,
  .sidebar .block-viewed-products-grid .product-item-actions,
  .sidebar .block-compared-products-grid .product-item-actions {
    width: 100%;
  }
  .sidebar .block-new-products-list .product.item.product-item,
  .sidebar .block-viewed-products-grid .product.item.product-item,
  .sidebar .block-compared-products-grid .product.item.product-item {
    min-width: 100%;
  }
  .sidebar .block-new-products-list .product.product-item-details,
  .sidebar .block-viewed-products-grid .product.product-item-details,
  .sidebar .block-compared-products-grid .product.product-item-details {
    margin-top: 0;
  }
  .sidebar .block-new-products-list .product-item-details .price-box,
  .sidebar .block-viewed-products-grid .product-item-details .price-box,
  .sidebar .block-compared-products-grid .product-item-details .price-box {
    margin-bottom: 0;
  }
  .sidebar .block-new-products-list .product-item-actions,
  .sidebar .block-viewed-products-grid .product-item-actions,
  .sidebar .block-compared-products-grid .product-item-actions {
    max-width: 200px;
  }
  .sidebar .block-new-products-list .product-details-action,
  .sidebar .block-viewed-products-grid .product-details-action,
  .sidebar .block-compared-products-grid .product-details-action {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .sidebar .block-new-products-list .product.details.product-item-details,
  .sidebar .block-viewed-products-grid .product.details.product-item-details,
  .sidebar .block-compared-products-grid .product.details.product-item-details,
  .sidebar .block-new-products-list .product-item-info > .product-item-details,
  .sidebar .block-viewed-products-grid .product-item-info > .product-item-details,
  .sidebar .block-compared-products-grid .product-item-info > .product-item-details {
    margin-left: 15px;
    max-width: calc(100% - 130px);
  }
  .sidebar .block.widget.block-new-products-images,
  .column.main .block.widget.block-viewed-products-grid.block-new-products-images {
    margin-bottom: 30px;
  }
  .sidebar .block.widget.block-new-products-images .product-item,
  .column.main .block.widget.block-viewed-products-grid.block-new-products-images .product-item {
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amtheme-product-popup .amtheme-product-info > .product-name {
    font-size: 2.2rem;
    line-height: 2.3rem;
  }
  .products.product-items .product-item {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 20px;
    width: calc(50% - 5px);
  }
  .products.product-items .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .products.product-items .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .products-list .product-item-info {
    height: 100%;
  }
  .products-list .product-item-inner {
    margin-top: auto;
  }
  .grid .tocart.-center,
  .grid .tocart.-left {
    max-width: 170px;
  }
  .grid.products .-col-sm-1 .product-item {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 20px;
    width: 100%;
  }
  .grid.products .-col-sm-1 .product-item:first-child {
    margin-top: 0;
  }
  .catalog-category-view .toolbar-sorter.sorter {
    margin-bottom: 15px;
    position: relative;
  }
  .product-photo-wrapper:hover .amtheme-icons-position div[class$='-hover'] {
    opacity: 1;
  }
  .product-photo-wrapper:hover .amtheme-icons-position.-center:before {
    opacity: .3;
  }
  .amsticky-cart-block.-amsticky-cart-active .price-including-tax .price,
  .amsticky-cart-block.-amsticky-cart-active .normal-price .price {
    font-size: 1.6rem !important;
  }
  .amtheme-actions-wrap .paypal-button.paypal-button-context-iframe {
    margin-top: 15px;
  }
  .page-layout-product-full-width .columns > .amtheme-productinfo-wrap {
    margin-bottom: 40px;
    order: 3;
  }
  body:not(.amtheme-ismobile) .amtheme-reviews-tab {
    display: none;
  }
  body:not(.amtheme-ismobile) .amtheme-reviews-aside .amtheme-heading .amtheme-title {
    padding: 0;
  }
  body:not(.amtheme-ismobile) .amtheme-reviews-aside .amtheme-heading .amtheme-icon {
    display: none;
  }
  body.-amtheme-disable {
    overflow: hidden;
  }
  .amtheme-ismobile .amtheme-reviews-tab {
    margin: 40px -35px;
    padding: 40px 35px;
    background: #faf6f3;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-actions {
    display: flex;
  }
  .amtheme-ismobile .amtheme-reviews-tab:not(.am-noreviews) .amtheme-toall-reviews {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 20px;
    margin-top: 0;
    align-items: center;
    display: flex;
  }
  .amtheme-ismobile .amtheme-reviews-tab .action > .amtheme-icon {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 10px;
    margin-top: 0;
    height: 20px;
    width: 20px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-title {
    margin: 0 0 20px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .amtheme-ismobile .product.info.detailed #tab-label-reviews {
    display: none;
  }
  .amtheme-ismobile .product.info.detailed #reviews {
    padding: 0 25px 25px;
    background: #fffefd;
    bottom: 0;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    overflow-x: auto;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .amtheme-ismobile .product.info.detailed #reviews.-amtheme-active {
    right: 0;
  }
  .amtheme-reviews-aside .product-reviews-summary {
    flex-direction: column;
    margin: 0;
  }
  .amtheme-reviews-aside .rating-summary + .reviews-actions {
    margin: 5px 0 0;
  }
  .block-search.-header > .block-content {
    border-bottom: 1px solid #ffffff;
    box-shadow: inset 0px -10px 0px 0px transparent, inset 0 12px 4px -10px rgba(71, 68, 63, 0.1), inset 0 12px 8px -10px rgba(135, 135, 135, 0.2);
    margin: 0 -35px;
    padding: 20px 35px;
  }
  .block-search .actions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
  }
  .block-search .input-text::-moz-placeholder {
    line-height: 30px;
  }
  .search-autocomplete {
    margin: 0 -35px;
    padding: 20px 35px;
  }
  .search.summary + .amtheme-search-message {
    margin-top: 10px;
  }
  .search.results .toolbar-sorter.sorter {
    max-width: 100%;
  }
  .search.results .amtheme-found {
    margin-top: 10px;
  }
  .page-with-filter .search.results .page-title-wrapper {
    margin: 50px 0 40px;
  }
  .amtheme-search-message .amtheme-text {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    display: block;
  }
  .search.summary {
    margin: 0 -35px;
    padding: 20px 35px;
  }
  .catalogsearch-advanced-result .toolbar.toolbar-products {
    display: block;
  }
  .catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-sorter.sorter .amtheme-select-block {
    width: auto;
  }
  .catalogsearch-advanced-result .search.results .page-title-wrapper {
    margin-top: 40px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .amtheme-card-block,
  .actions-toolbar.amtheme-quote-actions,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-address-method {
    margin: 0 0 20px;
  }
  .amtheme-card-block > .amtheme-heading,
  .actions-toolbar.amtheme-quote-actions > .amtheme-heading,
  .amtheme-addresses-block.-dashboard-addresses > .amtheme-heading,
  .amtheme-addresses-block.-dashboard-addresses > .amtheme-heading,
  .amtheme-address-method > .amtheme-heading {
    margin-bottom: 20px;
  }
  .account .toolbar,
  .account .toolbar .pager {
    flex-direction: column;
  }
  .account-nav-title {
    margin: 0 -35px;
    background: #fff6ee;
    padding: 10px 35px;
    position: relative;
  }
  .account-nav-title:after {
    top: 50%;
    transform: translateY(-50%);
    background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom-xs.svg");
    background-size: 12px 7px;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    right: 30px;
    transition: all 0.4s ease-in-out;
    width: 12px;
  }
  .account-nav-title.active:after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .account-nav-title > strong {
    font-weight: 400;
  }
  .account-nav-content {
    margin: 0 -35px;
    background: #f7f7f7;
    display: none;
    padding: 20px 35px 10px;
  }
  .account-nav-content.active {
    display: block;
  }
  .account-nav-content .nav.item > a {
    margin: 0 0 20px;
  }
  .account-nav-content .nav.item.current {
    margin: 0 0 30px;
  }
  .account-nav-content .nav.item > .delimiter {
    margin: 0 0 10px;
  }
  .sidebar-main > .account-nav {
    margin-bottom: 20px;
  }
  [class*='sales-guest-'] .items.order-links,
  .account .items.order-links {
    border: none;
    display: flex;
    flex-direction: column;
    margin: 25px -35px 0;
  }
  [class*='sales-guest-'] .items.order-links .nav.item,
  .account .items.order-links .nav.item {
    background: #fff6ee;
    border-top: 1px solid #dfdedd;
    color: #333333;
    padding: 0;
  }
  [class*='sales-guest-'] .items.order-links .nav.item.current,
  .account .items.order-links .nav.item.current {
    background: none;
    border-bottom: none;
    order: 1;
  }
  [class*='sales-guest-'] .items.order-links .nav.item > *,
  .account .items.order-links .nav.item > * {
    display: block;
    padding: 15px 35px;
  }
  [class*='sales-guest-'] .items.order-links .nav.item.current > *,
  .account .items.order-links .nav.item.current > * {
    font-size: 2.2rem;
    font-weight: 700;
    padding-top: 25px;
  }
  [class*='sales-guest-'] .items.order-links .nav.item:not(:last-of-type),
  .account .items.order-links .nav.item:not(:last-of-type) {
    margin-inline-end: 0;
  }
  .amtheme-addresses-block {
    margin: 0 0 20px;
  }
  .amtheme-addresses-default .amtheme-address-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .amtheme-addresses-block.-addresses-grid .amtheme-heading {
    margin-bottom: 20px;
  }
  .actions-toolbar.amtheme-quote-actions .amtheme-address-card:not(:last-of-type),
  .amtheme-addresses-block.-dashboard-addresses .amtheme-address-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .actions-toolbar.amtheme-quote-actions {
    background: #fff6ee;
    box-sizing: border-box;
    padding: 20px 35px 0;
  }
  .block.filter .filter-options-item.-active .filter-options-title {
    border-bottom: 0;
  }
  .block.filter .filter-options-title {
    border-bottom: 1px solid #dfdedd;
  }
  .filter-active {
    overflow: hidden;
  }
  .block.filter .filter-content {
    background: #fffefd;
    box-shadow: -2px 1px 4px rgba(71, 68, 63, 0.1), -2px 1px 8px rgba(135, 135, 135, 0.2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 75px 0 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(110%);
    transition: transform 0.4s ease-in-out;
    width: 85%;
    z-index: 300;
  }
  .block.filter .filter-subtitle {
    box-sizing: border-box;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
  }
  .block.filter .filter-actions {
    border: 0;
    padding: 5px 0;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 300;
  }
  .block.filter .filter-clear {
    color: #a8a69f;
    display: inline-block;
    font-weight: 400;
    line-height: 2.5rem;
  }
  .block.filter .amtheme-close {
    align-items: center;
    display: none;
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    width: 15%;
    z-index: 300;
  }
  .block.filter .amtheme-close:after {
    background: #fffefd;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 200;
  }
  .block.filter .amtheme-icon.-close {
    fill: #070605;
    transition: opacity 0.4s ease-in-out;
  }
  .block.filter.active .amtheme-close {
    display: flex;
  }
  .block.filter.active .amtheme-close:after {
    opacity: .92;
    visibility: visible;
  }
  .block.filter.active .filter-title-text {
    display: block;
  }
  .block.filter.active .filter-content {
    transform: translateX(0);
  }
  .block.filter.active .filter-options {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
    padding-right: 15px;
  }
  .block.filter.active .amtheme-icon.-close {
    height: 30px;
    margin: 0 auto;
    opacity: 1;
    position: relative;
    width: 30px;
    z-index: 250;
  }
  .form-create-account .field.-assistance,
  .form-edit-account.form .field.-assistance {
    flex-wrap: nowrap;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .multicheckout.address.form .actions-toolbar {
    margin-top: 20px;
  }
  .multicheckout.address.form .actions-toolbar .action {
    box-sizing: border-box;
    margin: 20px 0 0;
  }
  .multicheckout.address.form .actions-toolbar .action.continue,
  .multicheckout.address.form .actions-toolbar .action.add {
    width: 100%;
  }
  .multicheckout.address.form .actions-toolbar .action.back,
  .multicheckout.address.form .actions-toolbar .action.update {
    margin-top: 35px;
    width: 50%;
  }
  .multicheckout.address.form .actions-toolbar .action.continue {
    margin-top: 0;
    order: 0;
  }
  .multicheckout.address.form .actions-toolbar .action.add {
    order: 1;
  }
  .multicheckout.address.form .actions-toolbar .action.back {
    order: 2;
  }
  .multicheckout.address.form .actions-toolbar .action.update {
    order: 3;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:not(:last-of-type),
  .multicheckout.shipping .block-shipping > .actions-toolbar.amtheme-quote-actions > .box:not(:last-of-type),
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box:not(:last-of-type),
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box:not(:last-of-type),
  .multicheckout.shipping .block-shipping > .amtheme-address-method > .box:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .multicheckout.shipping .actions-toolbar .action.secondary,
  .multicheckout.shipping .actions-toolbar .secondary,
  .multicheckout.shipping .actions-toolbar .secondary > .action {
    margin: 0;
    padding: 0;
  }
  .multicheckout.shipping .actions-toolbar .secondary {
    margin-top: 35px;
  }
  .multicheckout.shipping .actions-toolbar .action.back {
    padding-inline-start: 30px;
  }
  .multicheckout.shipping .block-other > .block-title,
  .multishipping-checkout-overview .block-other > .block-title {
    justify-content: space-between;
  }
  .amtheme-newsletter-block.-mobile-hidden {
    display: none;
  }
  .amtheme-newsletter-block.amtheme-subscribe {
    margin-bottom: 30px;
  }
  .amtheme-newsletter-block.amtheme-newsletter {
    padding: 40px 0;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-label {
    max-width: 190px;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content {
    display: flex;
    flex-direction: column;
  }
  .amtheme-newsletter-block.amtheme-newsletter .-horizontal-view.-center {
    align-items: center;
  }
  .amtheme-newsletter-block.amtheme-newsletter .-horizontal-view.-right {
    align-items: flex-end;
  }
  .paypal-review > .block-order-details-view.block {
    border-radius: 0;
    margin: 0 -35px 35px;
    padding: 30px 35px;
  }
  .paypal-review > .block-order-details-view > .block-content {
    flex-direction: column;
  }
  .paypal-review > .block-order-details-view.block .box {
    margin-bottom: 40px;
    max-width: 400px;
    padding: 0;
    width: 100%;
  }
  .paypal-review > .block-order-details-view.block .box:last-child {
    margin-bottom: 0;
  }
  .paypal-review > .block-order-details-view.block .box.box-order-shipping-method {
    margin-bottom: 20px;
  }
  .paypal-review > .block-order-details-view .box-actions {
    margin-top: 20px;
  }
  .table-paypal-review-items.cart.items .cart.item {
    margin: 0;
  }
  .table-paypal-review-items.cart.items .cart.item tr {
    border-bottom: 1px solid #dfdedd;
    display: flex;
    flex-wrap: wrap;
  }
  .table-paypal-review-items.cart.items .cart.item tr > td {
    width: 100%;
  }
  .table-paypal-review-items.cart.items .cart.item .product-item-details {
    margin-inline-start: 10px;
    flex-grow: 1;
  }
  .table-paypal-review-items.cart.items .cart.item .col.item {
    margin-bottom: 10px;
  }
  .table-paypal-review-items.cart.items .cart.item .col.subtotal,
  .table-paypal-review-items.cart.items .cart.item .col.qty,
  .table-paypal-review-items.cart.items .cart.item .col.price {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px;
    width: 33%;
  }
  .table-paypal-review-items.cart.items .cart.item .col.subtotal:before,
  .table-paypal-review-items.cart.items .cart.item .col.qty:before,
  .table-paypal-review-items.cart.items .cart.item .col.price:before {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #333333;
    content: attr(data-th);
    margin-bottom: 10px;
  }
  .table-paypal-review-items.cart.items .cart.item .price-excluding-tax {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .table-paypal-review-items .opc-block-summary tr > td {
    min-width: 80px;
  }
  .rating-stars-block > .rating-star {
    background-size: 30px;
    height: 30px;
    width: 30px;
  }
  .amtheme-reviewform-block .popup-inner {
    display: none;
  }
  .amtheme-reviewform-block.-amtheme-active .popup-inner {
    display: block;
  }
  .order-details-items > .actions-toolbar:first-child {
    flex-direction: row;
  }
  [class*='sales-guest-'].page-print .logo,
  .account[class*='sales-'].page-print .logo {
    margin-top: 30px;
  }
  .form.send.friend .fieldset.recipients .fields.additional {
    margin-top: 15px;
  }
  .form.send.friend .fieldset.recipients > .actions-toolbar {
    align-items: flex-start;
  }
  .form-wishlist-items .product-items {
    display: flex;
    flex-direction: column;
    list-style: none;
  }
  .form-wishlist-items .product-items > .product-item {
    background: none;
    margin: 0 auto 55px;
    max-width: 430px;
    width: 100%;
  }
  .form-wishlist-items .product-items > .product-item:last-child {
    margin-bottom: 25px;
  }
  .form-wishlist-items .product-item .product-item-inner {
    border: 0;
    border-radius: inherit;
    box-shadow: none;
    max-height: inherit;
    opacity: 1;
    padding: 0;
    position: static;
    z-index: 1;
  }
  .form-wishlist-items .product-item .amtheme-stock-visible {
    display: block;
  }
  .form-wishlist-items .product-item .product-details {
    margin: 0 0 15px;
  }
  .form-wishlist-items .product-item .amtheme-more-button {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .form-wishlist-items .product-item .product-details,
  .form-wishlist-items .product-item .comment-box,
  .form-wishlist-items .product-item .amtheme-update-box > .amtheme-update {
    display: none;
  }
  .form-wishlist-items .product-item .action.edit > .amtheme-icon {
    display: none;
  }
  .form-wishlist-items .product-item .action.edit {
    background: none;
    border-radius: 0;
    height: auto;
  }
  .form-wishlist-items .product-item-actions {
    display: flex;
    flex-direction: column-reverse;
  }
  .form-wishlist-items .product-item-actions .action.tocart {
    margin: 20px 0 30px;
    width: 100%;
  }
  .form-wishlist-items .product-item-actions .action.edit,
  .form-wishlist-items .product-item-actions .action.delete {
    color: #333333;
    display: block;
    text-align: center;
    width: 100%;
  }
  .form-wishlist-items .product-item-actions .action.edit:after,
  .form-wishlist-items .product-item-actions .action.delete:after {
    content: attr(data-amtheme-content);
    margin-left: 4px;
  }
  .form-wishlist-items .product-item-actions .action.edit {
    margin-top: 30px;
  }
  .form-wishlist-items .actions-toolbar .primary {
    display: flex;
    justify-content: center;
  }
  .form-wishlist-items .actions-toolbar .primary > .action {
    width: auto;
  }
  .wishlist-index-index .sidebar-additional {
    margin-top: 60px;
  }
  .shared.wishlist .table.data.wishlist tbody > tr > .col {
    display: flex;
    flex-wrap: wrap;
  }
  .shared.wishlist .table.data.wishlist tbody > tr > .col:not(:last-child) {
    padding-bottom: 15px;
  }
  .shared.wishlist .table.data.wishlist tbody > tr > .col:before {
    margin-bottom: 15px;
  }
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-inline-end: 20px;
    margin-inline-start: 0;
  }
  .shared.wishlist .amtheme-split {
    margin-inline-end: auto;
    margin-inline-start: 0;
  }
  .fieldset-bundle-options .amtheme-collapsible-block.option > .label,
  .fieldset-bundle-options .multicheckout .amtheme-collapsible-block.option > .label,
  .fieldset-bundle-options .multicheckout .amtheme-collapsible-block.option > .label,
  .fieldset-bundle-options .multicheckout .multicheckout .amtheme-collapsible-block.option > .label {
    display: inline-block;
    padding: 0;
  }
  .checkout-cart-index .cart-container {
    flex-direction: column;
  }
  .checkout-cart-index .cart-container > .form-cart {
    flex: auto;
  }
  .checkout-index-index .block.block-customer-login .block-title {
    margin-bottom: 40px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 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;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .cart.main.actions {
    margin-bottom: 20px;
  }
  .cart.main.actions .amtheme-wrap {
    justify-content: space-between;
    width: 100%;
  }
  .cart.main.actions .amtheme-wrap:last-of-type {
    display: none;
  }
  .cart.items {
    display: block;
  }
  .cart.items > thead {
    display: none;
  }
  .cart.item {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #fffefd;
  }
  .cart.item .item-info,
  .cart.item .item-actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cart.item .item-info .product-item-details {
    max-width: 50%;
  }
  .cart.item .col.item {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .cart.item .col.qty,
  .cart.item .col.amtheme-column-toolbar {
    display: block;
    padding: 0;
    width: 50%;
  }
  .cart.item .amtheme-column-toolbar .amtheme-cell {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .cart.item .actions-toolbar {
    flex-direction: row;
  }
  .cart.item .amtheme-label-small {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    padding-right: 10px;
    color: #a8a69f;
  }
  .cart.item .amtheme-qty-box {
    display: flex;
    align-items: center;
  }
  .cart-summary {
    margin-top: 30px;
    padding-top: 20px;
  }
  .amtheme-shipping-wrap {
    margin: 0 -85px;
    padding: 25px 85px 20px;
    background: #fff6ee;
  }
  .checkout-payment-method .amazon-sandbox-simulator.payment-option {
    margin: 0 0 30px;
    border-top: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-title,
  .checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-content {
    padding: 0;
  }
  .checkout-payment-method .braintree-paypal-actions.actions-toolbar {
    align-items: baseline;
  }
  .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
    margin-bottom: 20px;
    width: 100%;
  }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    padding: 0;
  }
  .checkout-payment-method .payment.payflowpro .field.cvv {
    position: relative;
    display: block;
  }
  .checkout-payment-method .payment.payflowpro .field.cvv .field-tooltip-content {
    left: 0;
    margin-top: 10px;
  }
  .swatch-attribute .swatch-option:not(.text) {
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
  .swatch-attribute .swatch-option.image {
    min-width: 40px;
    min-height: 40px;
  }
  .swatch-option.color {
    box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.16);
  }
  .swatch-option.color:before {
    width: 40px;
    height: 40px;
    transform: scale(1.17);
  }
  .nav-open .page-wrapper {
    overflow: visible;
  }
  .page-footer .amtheme-socials-list {
    padding: 20px 0;
  }
  .page-footer .amtheme-footer-section {
    flex-direction: column;
  }
  .page-footer .amtheme-socials-list {
    order: 1;
  }
  .footer.links {
    margin-bottom: 10px;
  }
  .footer.links .item {
    border-bottom: 1px solid #dfdedd;
    padding: 15px 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .block.am-widget {
    margin: 30px auto;
    max-width: 100%;
  }
  .block.am-widget .product .product-item-info {
    padding: 20px;
  }
  .block.am-widget .product .product-item-photo {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .block.am-widget .swatch-wrapper {
    display: block;
  }
  .block.am-widget .grid .product-item {
    background: transparent;
  }
  .am-widget.block-new-products.list .product-item {
    width: 100%;
  }
  .am-widget.block-new-products.list .product-item-info {
    padding-inline-start: 200px;
    position: relative;
  }
  .am-widget.block-new-products.list .product-photo-wrapper {
    left: 0;
    max-width: 160px;
    position: absolute;
  }
  .am-widget.block-new-products.list .action.tocart {
    margin-top: 0;
  }
  .am-widget.block-new-products.list .product-item-inner {
    margin-top: 10px;
  }
  .am-widget.block-viewed-products-grid.list .items.product-items,
  .am-widget.block-compared-products-grid.list .items.product-items {
    max-width: 100%;
  }
  .am-widget.block-viewed-products-grid.list .product.product-item,
  .am-widget.block-compared-products-grid.list .product.product-item {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 5px 15px;
    width: 100%;
  }
  .am-widget.block-viewed-products-grid.list .product-item-info,
  .am-widget.block-compared-products-grid.list .product-item-info {
    flex-direction: row;
    padding: 15px 0;
  }
  .am-widget.block-viewed-products-grid.list .product-photo-wrapper,
  .am-widget.block-compared-products-grid.list .product-photo-wrapper {
    max-width: 30%;
  }
  .am-widget.block-viewed-products-grid.list .product-item-details,
  .am-widget.block-compared-products-grid.list .product-item-details {
    margin-inline-start: 20px;
    max-width: calc(70% - 20px);
  }
  .am-no-display-mobile,
  .search-autocomplete,
  .breadcrumbs,
  .toolbar-sorter label,
  .limiter label {
    display: none;
  }
  .amtheme-select-block {
    width: 100%;
  }
  .amtheme-select-options {
    max-width: 100%;
    width: 100%;
  }
  .page-with-filter .toolbar-sorter.sorter,
  .page-with-filter .search.results .toolbar-sorter.sorter {
    width: 100%;
  }
  .page-with-filter .toolbar-sorter .amtheme-select-block,
  .page-with-filter .search.results .toolbar-sorter .amtheme-select-block {
    position: relative;
    width: auto;
  }
  .page-with-filter .toolbar-sorter .amtheme-select-block > .amtheme-select-options,
  .page-with-filter .search.results .toolbar-sorter .amtheme-select-block > .amtheme-select-options {
    right: 0;
  }
  .toolbar-sorter .amtheme-placeholder {
    line-height: 1.4;
  }
  .toolbar-sorter .sorter-options {
    font-weight: 400;
  }
  .toolbar .modes,
  .toolbar .limiter {
    display: none;
  }
  .amtheme-collapsible-block > .block-title,
  .multicheckout .amtheme-collapsible-block > .block-title,
  .multicheckout .amtheme-collapsible-block > .block-title,
  .multicheckout .multicheckout .amtheme-collapsible-block > .block-title {
    align-items: center;
    display: flex;
    padding: 10px 0;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items {
    border-top: 1px solid #dfdedd;
    border-bottom: none;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title > .switch,
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title > .switch:hover,
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title > .switch:focus {
    padding: 15px 0;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items > .item.title {
    margin-bottom: 0;
  }
  .amasty-mega-menu .block-search {
    order: 3;
  }
  .amasty-mega-menu .block-search.-header > .block-content {
    margin-top: 15px;
  }
  .amasty-mega-menu .header.content .ammenu-logo {
    min-width: auto;
    max-width: calc(100% - calc(40px + 20px) * 3);
  }
  .amblog-index-index .amblog-container-list .amblog-post-container .main-content,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .main-content {
    flex-wrap: wrap;
  }
  .amblog-index-index .amblog-container-list .amblog-post-container .main-content .img,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .main-content .img {
    margin: auto;
  }
  .amblog-index-index .amblog-container-list .amblog-post-container .main-content .img img,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .main-content .img img {
    max-width: 300px;
    padding: 20px;
  }
  .amtheme-custom-footer {
    flex-direction: column;
  }
  .payment-method-braintree .field.cvv .field-tooltip .field-tooltip-content {
    left: -176px;
  }
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    border-top: 1px solid #dfdedd;
    margin-top: 15px;
    padding-top: 15px;
  }
  .amtheme-gift-summary .actions-toolbar {
    flex-direction: row;
    margin-top: 15px;
  }
  .amtheme-gift-options .actions-toolbar {
    flex-direction: row;
  }
  .amtheme-gift-options .actions-toolbar .action {
    margin-top: 0;
  }
  .amtheme-gift-options .actions-toolbar .secondary {
    margin-inline-start: 15px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .modal-popup .modal-title {
    margin-right: calc(10px + 32px);
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .block:not(.am-widget) .amtheme-products-secondary:not(.slick-slider) > .product-item:last-of-type {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .products-grid.products > .amtheme-products-secondary .special-price .price-wrapper:not(.price-including-tax) .price,
  .amtheme-products-secondary.-in-widget .special-price .price-wrapper:not(.price-including-tax) .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .special-price .price-wrapper:not(.price-including-tax) .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .special-price .price-wrapper:not(.price-including-tax) .price {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .products.product-items .product-item {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .products.product-items .product-item {
    max-width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .products.product-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .grid.products .-col-sm-1 .product-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab:not(.am-noreviews) .amtheme-toall-reviews {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab .action > .amtheme-icon {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  [class*='sales-guest-'] .items.order-links .nav.item:not(:last-of-type),
  .account .items.order-links .nav.item:not(:last-of-type) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .multicheckout.shipping .actions-toolbar .action.back {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .table-paypal-review-items.cart.items .cart.item .product-item-details {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .am-widget.block-new-products.list .product-item-info {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .am-widget.block-viewed-products-grid.list .product-item-details,
  .am-widget.block-compared-products-grid.list .product-item-details {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .amtheme-gift-options .actions-toolbar .secondary {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child) {
    border-bottom: 1px solid #ffd0a1;
  }
  .abs-checkout-order-review tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review 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[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 10px 20px;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 15px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr {
    background: #fff6ee;
    border-radius: 4px;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    word-break: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    width: 35%;
  }
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    word-break: break-all;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr > td {
    clear: both;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr > td:first-of-type {
    /* stylelint-disable-line */
    padding-top: 15px;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr > td:last-of-type {
    /* stylelint-disable-line */
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .amrec-subscriptions-grid .amrec-cell {
    display: block;
    padding: 3px 5px;
  }
  .amrec-subscriptions-grid .amrec-cell:before {
    display: inline-block;
    padding-right: 10px;
    color: #111;
    content: attr(data-th) ': ';
    font-weight: 700;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .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: '\e616';
    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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #ffd0a1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .product-item > .product-item-info {
    padding: 0px 20px;
  }
  .products-grid.products > .amtheme-products-secondary:not(.-full-width, .slick-slider),
  .amtheme-products-secondary.-in-widget:not(.-full-width, .slick-slider),
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items:not(.-full-width, .slick-slider),
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items:not(.-full-width, .slick-slider) {
    margin: 0 -25px;
    padding: 0 25px;
  }
  #product-attribute-specs-table > tbody > tr td[data-th].col.data:before,
  #product-attribute-specs-table > tbody > tr th[data-th].col.data:before {
    display: none;
  }
  .amtheme-add-form-bottom.-on-line .product-options-bottom,
  .amtheme-add-form-bottom.-on-line .box-tocart.qty {
    flex-basis: 100%;
  }
  .amtheme-add-form-bottom.-on-line .box-tocart.qty {
    margin-bottom: 35px;
  }
  .amtheme-add-form-bottom.-on-line .box-tocart {
    width: 100%;
  }
  .amtheme-add-form-bottom.-on-line .product-options-bottom {
    margin-bottom: 20px;
  }
  .amtheme-add-form-bottom.-on-line .swatch-attribute {
    margin-bottom: calc(20px / 2);
  }
  .amtheme-add-form-bottom.-on-line .bundle-summary {
    margin-bottom: 20px;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 40px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-actions {
    margin-top: 30px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-content {
    display: block;
  }
  .account table.table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th].col.actions:before,
  .account table.table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th].col.actions:before {
    display: none;
  }
  .multishipping-checkout_address-newshipping .form-address-edit .fieldset-fullname .field:last-of-type,
  .multishipping-checkout_address-newbilling .form-address-edit .fieldset-fullname .field:last-of-type,
  .multishipping-checkout_address-editshipping .form-address-edit .fieldset-fullname .field:last-of-type,
  .multishipping-checkout_address-editaddress .form-address-edit .fieldset-fullname .field:last-of-type {
    margin-bottom: 0;
  }
  .multicheckout.address.form .table.items {
    margin-top: 20px;
  }
  .multicheckout.address.form .table.items > tbody > tr:not(:last-of-type) > td {
    border-bottom: none;
  }
  .multicheckout.address.form .table.items .col.actions:before {
    display: none;
  }
  .multicheckout.address.form .table.items .field {
    display: inline-block;
    max-width: 65%;
  }
  .multicheckout.address.form .actions-toolbar {
    flex-direction: column;
  }
  .multicheckout.address.form .actions-toolbar .action.back,
  .multicheckout.address.form .actions-toolbar .action.update {
    width: auto;
  }
  .multicheckout.address.form .actions-toolbar .action.update {
    margin-top: 20px;
  }
  .multicheckout.address.form .actions-toolbar .action.back {
    margin-top: 35px;
    order: 5;
  }
  .multishipping-checkout-overview .table-order-review > thead > tr > th,
  .multishipping-checkout-overview .table-order-review > tbody > tr > td {
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review > tfoot {
    display: table;
    width: 100%;
  }
  .multishipping-checkout-overview .box-items .box-title {
    display: flex;
  }
  .multishipping-checkout-overview .block-other > .block-title {
    margin-bottom: 20px;
  }
  .table-wrapper .table.table-order-items .col.total,
  .table-wrapper .table.table-order-items .col.total ~ .col,
  .table-wrapper .table.table-order-items .col.price,
  .table-wrapper .table.table-order-items .col.price ~ .col {
    text-align: left;
  }
  .table-wrapper .table.table-order-items .col.actions > a {
    font-weight: 700;
  }
  .order-details-items .order-title .print {
    display: none;
  }
  .order-details-items table > tbody {
    border-bottom: none;
  }
  .order-details-items table > tfoot > tr > th {
    width: 100%;
  }
  .order-details-items table > tfoot > tr:first-of-type > th,
  .order-details-items table > tfoot > tr:first-of-type > td {
    padding-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
  }
  .order-details-items > .actions-toolbar:first-child {
    align-items: flex-start;
    flex-direction: column;
  }
  .order-details-items .price-including-tax + .price-excluding-tax,
  .order-details-items .weee[data-label] {
    padding-inline-start: 35%;
    justify-content: flex-start;
  }
  .order-tracking {
    flex-direction: column;
  }
  .order-tracking .tracking-title {
    margin-bottom: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .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;
  }
  .amtheme-shipping-wrap {
    margin: 0 -35px;
    padding: 25px 35px 20px;
  }
  .amasty-jet-theme .table-wrapper.amrec-subscriptions-grid .table .amrec-cell.col[data-th]:before {
    width: 40%;
  }
  .amasty-jet-theme .table-wrapper.amrec-subscriptions-grid .table .amrec-cell.amrec-info .amrec-name {
    display: block;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .amtheme-add-form-bottom.-on-line .bundle-summary {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .order-details-items .price-including-tax + .price-excluding-tax,
  .order-details-items .weee[data-label] {
    padding-left: 35%;
  }
}
@media only screen and (max-width: 479px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr > td {
    padding: 10px;
  }
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .modal-popup.confirm._show .modal-inner-wrap {
    top: 50%;
    transform: translateY(-50%);
  }
  .modal-popup .modal-inner-wrap {
    box-shadow: none;
    margin: auto;
  }
  .modal-popup.confirm .modal-header,
  .modal-popup.confirm .modal-content {
    text-align: center;
  }
  .modal-popup.confirm .modal-title {
    margin: 0;
  }
  .modal-popup.confirm + .modals-overlay {
    background: #fffefd;
  }
  .modal-popup.confirm .action-close {
    display: none;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    width: 100%;
  }
  .amblog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .amblog-footer .amblog-wrap {
    margin-bottom: 20px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
    margin: 0 auto;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-photo {
    display: flex;
    justify-content: center;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-link {
    font-size: 20px;
  }
  .amblog-navigation-container .amblog-navigation {
    margin-top: 30px;
  }
  .amblog-navigation-container .amblog-navigation.-previous {
    margin-left: 0;
  }
  .amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
    left: calc(20px * 2);
    /* stylelint-disable-line */
    right: inherit;
  }
  .amblog-navigation-container .amblog-navigation.-next {
    margin-right: 0;
  }
  .amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
    left: inherit;
    right: calc(20px * 2);
    /* stylelint-disable-line */
  }
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
    bottom: calc(100% - 50px);
    top: inherit;
  }
  .amtheme-tabs-widget .products.product-items {
    margin: 0;
  }
  .amtyblock-customer-create .content .actions {
    width: 100%;
  }
  .amtypage-main-container > .amtyblock:not(.amtyblock-cross-sell) {
    padding-left: 0;
    padding-right: 0;
  }
  .amtypage-main-container > .amtyblock.amtyblock-cross-sell {
    padding-left: 0;
  }
  .amtypage-main-container .container-form.form.subscribe {
    display: flex;
    flex-direction: column;
  }
  .amtypage-main-container .container-form.form.subscribe > .field {
    margin: 0 0 20px;
  }
  .amtypage-main-container .container-form.form.subscribe > .field,
  .amtypage-main-container .container-form.form.subscribe > .actions,
  .amtypage-main-container .container-form.form.subscribe > .actions .action {
    max-width: 100%;
    width: 100%;
  }
  .amtypage-main-container pre {
    margin: 0 10px;
  }
  .product-item > .product-item-info {
    padding: 0px 25px;
  }
  .sidebar .widget.block-viewed-products-grid .action.tocart,
  .sidebar .widget.block-compared-products-grid .action.tocart {
    display: block;
    margin-right: auto;
    width: auto;
  }
  .products.product-items {
    margin: 0 -25px;
  }
  .products.product-items > .product-item {
    margin: 0;
    width: 100%;
  }
  .products.product-items > .product-item:not(:first-child) {
    margin-top: 20px;
  }
  .products.grid .tocart.-center,
  .products.grid .tocart.-left,
  .form-wishlist-items .products-grid .tocart.-center,
  .form-wishlist-items .products-grid .tocart.-left,
  .form-wishlist-items .products-grid .tocart.-center,
  .form-wishlist-items .products-grid .tocart.-left {
    max-width: 100%;
  }
  .amsticky-cart-block.-amsticky-cart-active .action.tocart.-show-spinner:before {
    display: none;
  }
  .amtheme-product-wrap > .product.media {
    margin: 20px auto 45px;
    max-height: 270px;
    max-width: 270px;
  }
  .amtheme-short-info {
    margin-bottom: 20px;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 0;
    flex-direction: column;
  }
  .amtheme-short-info > .product-info-stock-sku {
    margin: 22px 0 10px;
  }
  .amtheme-short-info > .product-info-stock-sku,
  .amtheme-short-info > .product-reviews-summary {
    max-width: none;
  }
  #product-attribute-specs-table > tbody > tr > td {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
  }
  .amtheme-ismobile .amtheme-reviews-tab {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
  .amtheme-ismobile .amtheme-reviews-tab.-am-noreviews .amtheme-actions {
    margin-top: 20px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-actions {
    justify-content: space-between;
  }
  .amtheme-ismobile .amtheme-reviews-tab .action:not(.view) {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .action.outline,
  .amtheme-ismobile .amtheme-reviews-tab .modal-popup .modal-footer .action:not(.primary):not(.secondary),
  .amtheme-ismobile .amtheme-reviews-tab .order-details-items > .actions-toolbar:first-child .action {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 10px;
    margin-top: 0;
  }
  .amtheme-ismobile .amtheme-reviews-tab .action {
    flex-grow: 1;
    justify-content: center;
  }
  .amtheme-ismobile .amtheme-reviews-aside .action:not(.view) {
    padding-inline-end: 15px;
    padding-inline-start: 15px;
  }
  .block-search.-header > .block-content {
    margin: 0 -25px;
    padding: 20px 25px;
  }
  .search.summary {
    margin: 0 -25px;
    padding: 20px 25px;
  }
  .search.summary .items {
    flex-direction: column;
  }
  .search.summary .item {
    margin: 0;
    max-width: 100%;
  }
  .search.summary .item:not(:first-child) {
    margin-top: 25px;
  }
  .amtheme-card-block,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-address-method {
    padding-inline-end: 25px;
    padding-inline-start: 25px;
    margin: 0 -25px 20px;
  }
  .account-nav-title {
    margin: 0 -25px;
    padding: 10px 25px;
  }
  .account-nav-content {
    margin: 0 -25px;
    padding: 20px 25px 10px;
  }
  [class*='sales-guest-'] .items.order-links,
  .account .items.order-links {
    border: none;
    display: flex;
    flex-direction: column;
    margin: 25px -25px 0;
  }
  [class*='sales-guest-'] .items.order-links .nav.item > *,
  .account .items.order-links .nav.item > * {
    display: block;
    padding: 15px 25px;
  }
  .amtheme-addresses-block {
    margin: 0 -25px 20px;
  }
  .amtheme-addresses-block > .amtheme-content,
  .amtheme-addresses-block.-addresses-grid {
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
  .amtheme-addresses-default .amtheme-address-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .amtheme-product-info .table.grouped .product-row {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .amtheme-product-info .table.grouped .amtheme-qty-wrap {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .amtheme-product-info .table.grouped .product-row > .product {
    padding-inline-end: 0;
    max-width: 100%;
  }
  .multicheckout.address.form .table.items .field.address {
    display: block;
    margin-top: 10px;
    max-width: unset;
  }
  .amtheme-newsletter-block .action {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
  }
  .form-new-agreement .amtheme-select-block {
    width: auto;
  }
  .paypal-review > .block.block-order-details-view {
    margin: 0 -25px 35px;
    padding: 30px 25px;
  }
  .form-wishlist-items .actions-toolbar .primary {
    background: #fff6ee;
    flex-direction: column-reverse;
    margin: -25px;
    padding: 20px 25px;
  }
  .form-wishlist-items .actions-toolbar .primary .action.tocart {
    margin-bottom: 25px;
  }
  .shared.wishlist .amtheme-wishlist-split,
  .shared.wishlist .action.towishlist {
    margin: 15px auto 0;
    padding: 0;
  }
  .shared.wishlist .action.tocart {
    margin: 0;
    width: 100%;
  }
  .fieldset-bundle-options .amtheme-tags-block > .amtheme-option {
    display: inline-block;
    white-space: normal;
  }
  .fieldset-bundle-options .amtheme-tags-block .price-container,
  .fieldset-bundle-options .amtheme-tags-block .price-box {
    display: inline;
  }
  .minicart-wrapper .block-minicart {
    width: 90vw;
  }
  .block.block-minicart.-sticky-minicart {
    width: 270px;
  }
  .block.block-minicart.-sticky-minicart .product-item .product-photo {
    width: 55px;
  }
  .block.block-minicart.-sticky-minicart .product-item-details {
    margin-left: 5px;
  }
  .block.block-minicart .product-item {
    background: none;
  }
  .block.block-minicart .product-item-pricing .details-qty {
    position: relative;
  }
  .block.block-minicart .product-item-pricing .amtheme-qty {
    width: 90px;
  }
  .block.block-minicart .product-item-pricing .amtheme-plus {
    left: 58px;
  }
  .block.block-minicart .product-item-pricing .update-cart-item {
    position: absolute;
    top: 0;
    right: -20px;
    transform: translateY(50%);
  }
  .opc-progress-bar > .opc-progress-bar-item:after {
    margin: 0 8px;
  }
  .field-tooltip .field-tooltip-content {
    width: 240px;
  }
  .opc-block-summary .product-item .product-item-details .product-item-inner {
    flex-direction: column;
  }
  .opc-block-summary .product-item .product-item-details .price-excluding-tax,
  .opc-block-summary .product-item .product-item-details .product-item-inner,
  .opc-block-summary .product-item .product-item-details .subtotal {
    align-items: flex-start;
  }
  .opc-block-summary .product-item .product-item-details .subtotal {
    margin-top: 15px;
  }
  .opc-block-summary .product-item .product-item-details .product.options {
    margin-top: 5px;
  }
  .opc-block-summary .product-item .product-image-container {
    margin-right: 15px;
  }
  .opc-block-summary .product-item .product-image-container .img {
    max-width: 100px;
    max-height: 100px;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    justify-content: center;
  }
  .cart.item .item-info .product-item-details {
    flex: auto;
    margin: 15px 0 0;
    max-width: none;
  }
  .cart.item .item-info .col.amtheme-column-toolbar {
    width: 100%;
  }
  .cart.item .item-info .col.amtheme-column-toolbar > .amtheme-cell {
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .amtheme-shipping-wrap {
    margin: 0 -25px;
    padding: 25px 25px 20px;
  }
  .amtheme-success-order {
    margin: 0 -25px;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv {
    display: block;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv > .control._with-tooltip {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv .hosted-error {
    order: 3;
    width: 100%;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv .field-tooltip {
    position: static;
    margin-left: 15px;
    transform: none;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv .field-tooltip-content {
    left: 0;
    margin-top: 10px;
  }
  .block.am-widget .list .items .item.product-item:nth-child(n),
  .block.am-widget .grid .items .item.product-item:nth-child(n),
  .block.am-widget .products-grid .items .item.product-item:nth-child(n) {
    margin: 0;
    width: 100%;
  }
  .block.widget.block-products-list .products-grid.grid .product-item-photo {
    width: 100%;
  }
  .block.widget.block-products-list .products-grid.grid .product-item-photo .product-image-container {
    margin: auto;
  }
  .am-widget.block-new-products.list .list .product-item-info {
    padding-inline-start: 40%;
  }
  .am-widget.block-new-products.list .list .product-photo-wrapper {
    max-width: 35%;
  }
  .block.am-widget .grid .amtheme-dropdown-block > .dropdown,
  .block.am-widget .products-grid .amtheme-dropdown-block > .dropdown {
    left: auto;
    right: 0;
  }
  .block-static-block .block.am-widget .grid .item:first-child .dropdown,
  .block-static-block .block.am-widget .products-grid .item:first-child .dropdown {
    left: 0;
  }
  .ui-widget.ui-datepicker {
    width: calc(100% - 25px * 2);
  }
  .ui-widget.ui-datepicker .ui-datepicker-title {
    margin: 0 2em;
  }
  .ui-widget.ui-datepicker .ui-datepicker-title > select {
    background: none;
    height: 30px;
    padding: 5px;
  }
  .ui-widget.ui-datepicker .ui-datepicker-week-col {
    color: #4a4948;
    font-size: 1rem;
  }
  .ui-widget.ui-datepicker .ui-datepicker-buttonpane {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ui-widget.ui-datepicker .ui-datepicker-buttonpane > .ui-corner-all {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 10px;
  }
  .ui-widget.ui-datepicker .ui-datepicker-calendar thead > tr > th,
  .ui-widget.ui-datepicker .ui-datepicker-calendar tbody > tr > td {
    font-weight: 400;
    height: 25px;
    padding: inherit;
    text-align: center;
    vertical-align: middle;
    width: calc(100% / 8);
  }
  .ui-widget.ui-datepicker .ui-datepicker-calendar thead > tr > th {
    font-size: 1rem;
  }
  .ui-widget.ui-datepicker .ui-datepicker-calendar tbody > tr > td > a,
  .ui-widget.ui-datepicker .ui-datepicker-calendar tbody > tr > td > span {
    box-sizing: border-box;
    font-size: 1.2rem;
    height: 100%;
    line-height: 2.2rem;
    padding: 2px 5px 0;
    width: 100%;
  }
  .toolbar-sorter .sorter-action {
    display: none;
  }
  .toolbar-sorter .amtheme-select-block.-active .amtheme-select-options {
    right: 0;
  }
  .opc-block-summary .product-item .product-item-inner .subtotal.amrec-subtotal {
    margin-left: 0;
  }
  .checkout-shipping-address .amazon-button-container .field-tooltip-content {
    right: -48px;
  }
  .customer-account-create .block.block-amazon-login .amazon-button-container .field-tooltip-content,
  .login-container > .block.block-amazon-login .amazon-button-container .field-tooltip-content {
    right: -60px;
  }
  .checkout-shipping-address .amazon-divider {
    border: 0;
    line-height: 1;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-short-info {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  #product-attribute-specs-table > tbody > tr > td {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  #product-attribute-specs-table > tbody > tr > td {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab .action:not(.view) {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab .action:not(.view) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab .action.outline,
  .amtheme-ismobile .amtheme-reviews-tab .modal-popup .modal-footer .action:not(.primary):not(.secondary),
  .amtheme-ismobile .amtheme-reviews-tab .order-details-items > .actions-toolbar:first-child .action {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-aside .action:not(.view) {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-aside .action:not(.view) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-card-block,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-address-method {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-card-block,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-address-method {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-addresses-block > .amtheme-content {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-addresses-block > .amtheme-content {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-product-info .table.grouped .product-row > .product {
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-newsletter-block .action {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-newsletter-block .action {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .am-widget.block-new-products.list .list .product-item-info {
    padding-left: 40%;
  }
}
@media only screen and (max-width: 319px) {
  .amblog-navigation-container .amblog-navigation > .amblog-title-link {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
@media all 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-left-margin-desktop-s {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .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;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s {
    box-sizing: border-box;
  }
  form .fields.-double:not(.-block),
  .fieldset.fieldset-fullname > .fields:not(.-block) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  form .fields.-double:not(.-block) > .field,
  .fieldset.fieldset-fullname > .fields:not(.-block) > .field {
    max-width: calc(50% - 20px / 2);
    width: 100%;
  }
  form .fields.-double > .field.fullname,
  .fieldset.fieldset-fullname > .fields > .field.fullname {
    margin: 0;
    max-width: 100%;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amtab-grid-wrapper.-small .amtab-arrow {
    display: block;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: #333333;
    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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #333333;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #545454;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #242424;
    text-decoration: none;
  }
  .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: #333333;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .amtheme-product-wrap > .product.media {
    max-height: 485px;
    max-width: 485px;
  }
  .amtheme-product-info .box-tocart .action.tocart {
    min-width: 290px;
    transition: background 0.4s ease-in-out;
    width: auto;
  }
  .amtheme-actions-wrap .actions {
    align-items: center;
    display: flex;
  }
  .additional-attributes-wrapper > #product-attribute-specs-table {
    width: auto;
  }
  .product-add-form .amtheme-add-form-bottom.-on-line .product-info-price {
    margin-bottom: 10px;
    margin-top: 35px;
  }
  .product-add-form .amtheme-add-form-bottom.-on-line .amtheme-actions-wrap,
  .product-add-form .amtheme-add-form-bottom.-on-line .bundle-summary {
    margin-top: 20px;
  }
  .product-add-form .amtheme-add-form-bottom.-on-line .qty.-without-options {
    margin-bottom: 20px;
  }
  .search.summary {
    padding: 20px 35px 0;
  }
  .amtheme-account-actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 35px 0 0;
  }
  .amtheme-account-actions .amtheme-fields {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .amtheme-account-actions > .actions-toolbar {
    display: flex;
    flex-direction: row-reverse;
  }
  .amtheme-account-actions > .actions-toolbar .primary {
    width: auto;
  }
  .amtheme-account-actions > .actions-toolbar .primary > .action {
    margin: 0 0 0 5px;
  }
  .amtheme-card-block.-with-table > .amtheme-heading,
  .amtheme-addresses-block.-dashboard-addresses.-with-table > .amtheme-heading,
  .amtheme-address-method.-with-table > .amtheme-heading {
    margin-bottom: 5px;
  }
  .form.form-edit-account .field.password-info {
    margin-bottom: 45px;
  }
  .table-downloadable-products .action.download {
    padding-inline-start: 23px;
    margin: 0 0 0 10px;
    position: relative;
    white-space: nowrap;
  }
  .table-downloadable-products .action.download:before {
    background: #ffd43e url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-right.svg") center / 75% no-repeat;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 18px;
  }
  .multicheckout.address.form .col.product {
    width: 25%;
  }
  .checkout-index-index .page-main {
    padding-right: 85px;
    padding-left: 85px;
  }
  .checkout-success {
    margin: auto;
    max-width: 480px;
  }
  .checkout-success .amtheme-success-order {
    margin: 0;
  }
  .checkout-success .amtheme-success-order .amtheme-divider {
    display: inline-block;
    margin: 0 10px;
    width: 2px;
    height: 20px;
    background: #dfdedd;
    vertical-align: middle;
  }
  .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.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 640px) and screen and (-ms-high-contrast: active), all and (min-width: 640px) and (-ms-high-contrast: none) {
  .table-downloadable-products .action.download {
    padding-left: 23px;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .nav-sections,
  .top-toolbar,
  .amtheme-newsletter-block,
  .amtheme-backtotop-wrap,
  .amtheme-reviews-tab,
  .footer.content,
  .breadcrumbs,
  .form.contact,
  .block.related,
  .block.upsell,
  .block.crosssell,
  .actions-toolbar,
  .toolbar,
  .cart.main.actions .action,
  .cart-summary .checkout-methods-items,
  .cart-discount,
  .block.am-widget {
    display: none !important;
  }
  .products-grid .product-item {
    margin: 0 auto;
  }
  .products-grid .product-item .reviews-actions {
    margin: 0 auto;
    width: 100%;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    display: block;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #333333 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #dfdedd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #dfdedd;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 1023px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .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 {
    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: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .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: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    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 .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    box-sizing: border-box;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
  }
  .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%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .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 {
    background: #f5f5f5;
    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: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    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) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .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 #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    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: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fffefd;
    border: 1px solid #ffd0a1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    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: #fffefd;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fffefd;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffd0a1;
    color: #ffd0a1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
.am-opacity-clear {
  opacity: 0;
  z-index: 10;
}
.am-vertical-center,
.old-price .price:before,
.block.filter .filter-options-title:after,
.filter-current .remove,
.old-price-wrap > .old-price:last-of-type:after,
.map-old-price .price-wrapper:before {
  top: 50%;
  transform: translateY(-50%);
}
.am-visually-hidden,
.fieldset .fullname.field > .label,
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
}
.am-custom-scrollbar,
.table-wrapper,
.modal-popup._inner-scroll .modal-content,
.amtheme-product-popup .product-info-main > .amtheme-description,
.block.block-minicart .minicart-items-wrapper {
  overflow: auto;
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
}
.am-custom-scrollbar::-webkit-scrollbar,
.table-wrapper::-webkit-scrollbar,
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar,
.amtheme-product-popup .product-info-main > .amtheme-description::-webkit-scrollbar,
.block.block-minicart .minicart-items-wrapper::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.am-custom-scrollbar::-webkit-scrollbar-track,
.table-wrapper::-webkit-scrollbar-track,
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-track,
.amtheme-product-popup .product-info-main > .amtheme-description::-webkit-scrollbar-track,
.block.block-minicart .minicart-items-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.am-custom-scrollbar::-webkit-scrollbar-thumb,
.table-wrapper::-webkit-scrollbar-thumb,
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-thumb,
.amtheme-product-popup .product-info-main > .amtheme-description::-webkit-scrollbar-thumb,
.block.block-minicart .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.am-custom-scrollbar > *,
.table-wrapper > *,
.modal-popup._inner-scroll .modal-content > *,
.amtheme-product-popup .product-info-main > .amtheme-description > *,
.block.block-minicart .minicart-items-wrapper > * {
  max-width: none;
}
.am-text-uppercase {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.am-float-clear {
  clear: both;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-overflow-fade {
  padding: 0;
  position: relative;
}
.am-overflow-fade:after {
  content: '';
  height: 100%;
  left: calc(100% - 22px);
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 32px;
}
.no-display,
.amtheme-filter-action,
.amasty-jet-theme .switcher .switcher-dropdown {
  display: none;
}
._am-message-icon-inner > *:first-child:before,
.message.info > *:first-child:before,
.message.error > *:first-child:before,
.message.warning > *:first-child:before,
.message.notice > *:first-child:before,
.message.success > *:first-child:before {
  text-align: right;
  width: 20px;
}
.am-product-options dt:after {
  content: ':';
  display: inline-block;
}
.am-product-options dt + dd {
  float: left;
}
.am-product-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .am-layout-negative-offset {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .am-layout-negative-offset {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 35px;
  }
}
.amtheme-icon {
  fill: #3d3731;
  display: inline-block;
  height: 30px;
  transition: fill 0.4s, color 0.4s ease-in-out;
  width: 30px;
}
.amtheme-icon:hover,
.amtheme-icon.-hover {
  fill: #a8a69f;
}
.amtheme-icon.-hover-bg:hover,
.amtheme-icon.-hover-bg.-selected {
  color: #a8a69f;
  fill: #3d3731;
}
.amtheme-icon.-active,
.amtheme-icon.-active-bg {
  color: #3d3731;
}
.amtheme-icon.-hover-bg {
  color: transparent;
}
.amtheme-icon.-circle {
  border-radius: 50%;
  box-sizing: border-box;
}
.amtheme-circle-icon {
  background: #f7f7f7;
  border-radius: 50%;
  display: inline-flex;
  height: 45px;
  width: 45px;
}
.amtheme-circle-icon:focus {
  box-shadow: none;
}
._keyfocus .amtheme-circle-icon:focus {
  border: 1px solid #3d3731;
  border-radius: 50%;
  box-shadow: none;
}
.amtheme-circle-icon .amtheme-icon {
  height: 25px;
  margin: auto;
  width: 25px;
}
.amtheme-sliding-icon,
.action.amtheme-sliding-icon {
  align-items: center;
  display: inline-flex;
}
.amtheme-sliding-icon > .amtheme-icon,
.action.amtheme-sliding-icon > .amtheme-icon {
  fill: #333333;
  height: 15px;
  padding: 0 0 0 5px;
  transition: all 0.2s ease-in-out;
  width: 15px;
}
.amtheme-sliding-icon > .amtheme-icon.-left,
.action.amtheme-sliding-icon > .amtheme-icon.-left {
  padding: 0 5px 0 0;
}
.amtheme-sliding-icon:not([disabled]):hover > .amtheme-icon,
.action.amtheme-sliding-icon:not([disabled]):hover > .amtheme-icon,
.amtheme-sliding-icon:focus > .amtheme-icon,
.action.amtheme-sliding-icon:focus > .amtheme-icon,
.amtheme-sliding-icon:active > .amtheme-icon,
.action.amtheme-sliding-icon:active > .amtheme-icon {
  fill: #545454;
  transform: translateX(5px);
}
.amtheme-sliding-icon:not([disabled]):hover > .amtheme-icon.-left,
.action.amtheme-sliding-icon:not([disabled]):hover > .amtheme-icon.-left,
.amtheme-sliding-icon:focus > .amtheme-icon.-left,
.action.amtheme-sliding-icon:focus > .amtheme-icon.-left,
.amtheme-sliding-icon:active > .amtheme-icon.-left,
.action.amtheme-sliding-icon:active > .amtheme-icon.-left {
  transform: translateX(-5px);
}
.item.product-item .amtheme-circle-icon {
  height: 32px;
  width: 32px;
}
.item.product-item .amtheme-circle-icon .amtheme-icon {
  height: 16px;
  width: 16px;
}
.item.product-item .amtheme-quick-view .amtheme-icon {
  height: 25px;
  transform: scale(0.8);
  width: 25px;
}
.amtheme-backtotop-wrap {
  margin: 20px 0;
  padding: 15px 25px;
  background: rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  text-align: center;
}
.amtheme-backtotop-wrap > .amtheme-icon {
  display: none;
}
.slick-slider .slick-track {
  margin: 0;
}
.slick-slider.slick-initialized.slick-dotted {
  margin-bottom: 30px;
}
.slick-slider .slick-dots {
  margin: 0 8px;
  width: auto;
}
.slick-slider .slick-dots li {
  margin: 0 2px;
  height: 8px;
  width: 8px;
}
.slick-slider .slick-dots li button:before {
  background-color: #dfdedd;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}
.slick-slider .slick-dots li button {
  padding: 0;
  height: 8px;
  width: 8px;
}
.slick-slider .slick-dots li.slick-active button:before {
  background-color: #ffffff;
  opacity: 1;
}
.slick-slider button.slick-arrow {
  background: #dfdedd url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-right-min.svg") center / 30px no-repeat !important;
  border-radius: 100%;
  height: 60px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  visibility: hidden;
  width: 60px;
  z-index: 2;
}
.slick-slider .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: .5;
}
.slick-slider:hover .slick-arrow:not(.slick-disabled) {
  opacity: .9;
}
.slick-slider:hover .slick-arrow {
  visibility: visible;
}
.slick-slider.amtheme-products-secondary {
  transition: 0.2s ease-in-out;
}
.slick-slider.amtheme-products-secondary > .slick-list {
  margin: 0 -10px;
}
.amtheme-slick-slider:not(.slick-initialized),
.amtheme-slick-slider.update-in-progress,
.amtheme-slick-slider:not(.slick-initialized).products,
.amtheme-slick-slider.update-in-progress.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  min-height: 50px;
  overflow: hidden;
  position: relative;
}
.amtheme-slick-slider:not(.slick-initialized) .amtheme-slide,
.amtheme-slick-slider.update-in-progress .amtheme-slide {
  min-width: 100%;
}
.amtheme-slick-slider:not(.slick-initialized):before,
.amtheme-slick-slider.update-in-progress:before {
  background: #fffefd;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.amtheme-slick-slider:not(.slick-initialized):after,
.amtheme-slick-slider.update-in-progress:after {
  animation: spin 2s infinite linear;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/icons/preloader.svg") no-repeat;
  content: '';
  height: 40px;
  left: calc(50% - 40px / 2);
  position: absolute;
  top: calc(50% - 40px / 2);
  width: 40px;
  z-index: 2;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sidebar .slick-slider button.slick-arrow {
  background-size: 6px !important;
  height: 30px;
  width: 30px;
}
.sidebar .slick-slider .slick-dots {
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
  bottom: 0;
  display: flex;
  max-width: 100%;
  overflow: auto;
  padding-bottom: 5px;
}
.sidebar .slick-slider .slick-dots::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.sidebar .slick-slider .slick-dots::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.sidebar .slick-slider .slick-dots::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.sidebar .slick-slider .slick-dots > * {
  max-width: none;
}
.-ampopup-opened {
  overflow: hidden;
}
.amtheme-popup-block {
  align-items: center;
  background: rgba(252, 252, 252, 0.8);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.amtheme-popup-block.-amtheme-active {
  display: flex;
}
.amtheme-popup-block .amtheme-button-close {
  background: transparent;
  border-radius: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
._keyfocus .amtheme-popup-block .amtheme-button-close {
  border-radius: 0;
}
.amtheme-popup-block .amtheme-icon.-icon-close {
  display: block;
  height: 20px;
  width: 20px;
}
.amtheme-popup-block .popup-inner {
  background: #fffefd;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding: 40px 25px 25px;
  position: relative;
  width: 100%;
}
.amtheme-popup-block .action:not(.amtheme-circle-icon) {
  width: 100%;
}
.amtheme-select-block {
  display: inline-flex;
  flex-direction: column;
}
.amtheme-select-block.-active {
  z-index: 7;
}
.amtheme-select-block,
.amtheme-select-block * {
  box-sizing: border-box;
}
.amtheme-select-block .amtheme-placeholder:focus {
  border-color: #dfdedd;
  box-shadow: none;
}
.amtheme-select-block .amtheme-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amtheme-select-block.-active .amtheme-select-options {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.amtheme-select-block.-active .amtheme-placeholder {
  border-color: #070605;
  color: #333333;
}
.amtheme-select-block.-active .amtheme-placeholder:after {
  border-color: #040404;
  color: #040404;
  fill: #040404;
  top: calc(50% - 2px);
  transform: rotate(225deg);
}
.amtheme-select-block.-multiple .amtheme-option {
  padding-inline-start: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-select-block.-multiple .amtheme-option {
    padding-left: 30px;
  }
}
.amtheme-select-block.-multiple .amtheme-option:before {
  background-color: #fff6ee;
  border: 1px solid #dfdedd;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  height: 10px;
  left: 8px;
  min-width: 10px;
  position: absolute;
  top: 11px;
  width: 10px;
}
.amtheme-select-block.-multiple .amtheme-option:after {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/complete.svg") center / 10px no-repeat;
  box-sizing: border-box;
  content: none;
  display: block;
  height: 10px;
  left: 8px;
  min-width: 10px;
  position: absolute;
  top: 11px;
  width: 10px;
}
.amtheme-select-block.-multiple .amtheme-option:hover {
  background-color: #fff6ee;
}
.amtheme-select-block.-multiple .amtheme-option:hover:before {
  border-color: #ffffff;
}
.amtheme-select-block.-multiple .amtheme-option > .amtheme-value {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: auto;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-select-block.-multiple .amtheme-option > .amtheme-value {
    margin-left: auto;
    margin-right: 0;
  }
}
.amtheme-select-block.-multiple .amtheme-option.-selected {
  background-color: transparent;
  color: #333333;
}
.amtheme-select-block.-multiple .amtheme-option.-selected:before {
  background-color: #ffffff;
  border-color: #ffffff;
}
.amtheme-select-block.-multiple .amtheme-option.-selected:after {
  content: '';
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder {
  position: relative;
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:after {
  background: #a8a69f;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 15px;
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:before {
  transform: rotate(45deg);
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:after {
  transform: rotate(-45deg);
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:hover:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:focus:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:active:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:hover:after,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:focus:after,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:active:after {
  background: #3d3731;
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:after {
  background: #3d3731;
  border: 0;
  right: 12px;
}
.amtheme-select-block.-no-border > .amtheme-placeholder {
  color: #333333;
}
.amtheme-select-block.-no-border > .amtheme-placeholder:focus,
.amtheme-select-block.-no-border > .amtheme-placeholder.focus-visible {
  border-color: #070605;
}
.amtheme-select-options {
  background: #ffffff;
  border: 1px solid #070605;
  border-radius: 4px;
  display: block;
  list-style-type: none;
  /* stylelint-disable */
  margin: calc(4rem + 3px) 0 0;
  /* stylelint-enable */
  max-height: 300px;
  opacity: 0;
  overflow: auto;
  padding: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  z-index: 15;
}
.amtheme-select-options > .amtheme-option {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  color: #333333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 8px;
  position: relative;
}
.ie11 .amtheme-select-options > .amtheme-option {
  word-break: break-all;
}
.amtheme-select-options > .amtheme-option:not([disabled]):hover,
.amtheme-select-options > .amtheme-option:not([disabled]):focus {
  background-color: #4ebdc5;
  color: #ffffff;
}
.amtheme-select-options > .amtheme-option.-selected {
  background-color: #4ebdc5;
  color: #ffffff;
}
.amtheme-select-options > .amtheme-option[disabled],
.amtheme-select-options > .amtheme-option[disabled] * {
  color: #a8a69f;
}
.amtheme-select-options > .amtheme-option * {
  pointer-events: none;
  user-select: none;
}
.amtheme-select-options > .amtheme-option .amtheme-title,
.amtheme-select-options > .amtheme-option .amtheme-value {
  pointer-events: none;
}
.amtheme-select-options > .amtheme-option:not(:hover):not(.-selected) .amtheme-value {
  color: #333333;
}
.amtheme-select-block > .amtheme-placeholder {
  align-items: center;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  color: #a8a69f;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  height: 4rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding: 12px 40px 12px 10px;
  position: relative;
  z-index: auto;
}
.amtheme-select-block > .amtheme-placeholder > .amtheme-content {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  -webkit-line-clamp: 1;
}
.ie11 .amtheme-select-block > .amtheme-placeholder > .amtheme-content {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amtheme-select-block > .amtheme-placeholder > .amtheme-value:before {
  color: #a8a69f;
  content: '|';
  padding: 0 20px;
}
.amtheme-select-block > .amtheme-placeholder:after {
  border-color: #3d3731;
  color: #3d3731;
  fill: #3d3731;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  width: 6px;
}
.amtheme-select-block > .amtheme-placeholder.-selected {
  color: #333333;
}
.amtheme-select:-webkit-autofill + .amtheme-select-block > .amtheme-placeholder,
.limiter .amtheme-select:-webkit-autofill + .amtheme-select-block > .amtheme-placeholder {
  background: rgba(232, 240, 254, 0.32);
  color: #000000;
}
.amtheme-delete-button {
  position: relative;
  background: none;
  border: 0;
  border-radius: 0 6px 6px 0;
  box-shadow: none;
  color: inherit;
  display: block;
  font-size: 0;
  height: 100%;
  line-height: 1;
  min-width: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.amtheme-delete-button:before,
.amtheme-delete-button:after {
  background: #3d3731;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 15px;
}
.amtheme-delete-button:before {
  transform: rotate(45deg);
}
.amtheme-delete-button:after {
  transform: rotate(-45deg);
}
.amtheme-delete-button:hover:before,
.amtheme-delete-button:focus:before,
.amtheme-delete-button:active:before,
.amtheme-delete-button:hover:after,
.amtheme-delete-button:focus:after,
.amtheme-delete-button:active:after {
  background: #3d3731;
}
.amtheme-delete-button:before,
.amtheme-delete-button:after {
  right: 7px;
}
.amtheme-delete-button:not(.primary) {
  box-shadow: none;
}
.amtheme-delete-button:hover,
.amtheme-delete-button:focus,
.amtheme-delete-button:active {
  background: none;
  border: 0;
  color: inherit;
}
.amtheme-delete-button:focus {
  background: #333333;
}
.amtheme-delete-button:focus:before,
.amtheme-delete-button:focus:after {
  background: #ffffff;
}
.mage-error:not([generated]) ~ .amtheme-select-block .amtheme-placeholder,
.mage-error:not([generated]) ~ .amtheme-select-block .amtheme-placeholder:before,
.mage-error:not([generated]) ~ .amtheme-select-block .amtheme-placeholder:after {
  border-color: #fce0e0;
}
.amtheme-tags-block {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.amtheme-tags-block > .amtheme-option {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 5px;
  align-items: center;
  background: #fff6ee;
  border: 1px solid #fff6ee;
  border-radius: 6px;
  color: #333333;
  display: flex;
  letter-spacing: 0.06em;
  line-height: 1;
  max-width: 300px;
  overflow: hidden;
  padding: 10px 30px 10px 10px;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.ie11 .amtheme-tags-block > .amtheme-option {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-tags-block > .amtheme-option {
    margin-left: 0;
    margin-right: 5px;
  }
}
.amtheme-tags-block > .amtheme-option:focus {
  border-color: #070605;
  box-shadow: none;
}
.amtheme-tags-block > .amtheme-option:focus-within {
  border-color: #070605;
}
.amtheme-tags-block > .amtheme-option > .amtheme-value {
  color: #333333;
  font-weight: 700;
  line-height: 1;
  padding: 10px 30px 10px 10px 0;
}
.amtheme-tags-block .price-container .weee:before {
  text-transform: none;
}
.amtheme-tags-block .price-container .weee + .price-final {
  margin: 0 0 0 5px;
  width: 100%;
}
.field.-select-field .control {
  display: flex;
  flex-direction: column;
}
.ie11 .amtheme-select-options {
  margin-top: 3px;
}
.ie11 .amtheme-select-block.-multiple.-active .amtheme-select-options {
  max-width: 100%;
}
.amtheme-select-block .price-box,
.amtheme-tags-block .price-box {
  padding: 0;
}
.amtheme-tags-block .amtheme-option .price-wrapper {
  font-size: inherit;
  line-height: 1.5;
  text-transform: none;
}
.amtheme-tags-block .amtheme-option .price-wrapper .price {
  font-size: inherit;
  line-height: 1.5;
}
.amtheme-tags-block .amtheme-option .price-including-tax + .price-excluding-tax:before,
.amtheme-tags-block .amtheme-option .price-container .price-including-tax + .price-excluding-tax .price {
  line-height: 1.5;
}
.ui-widget.ui-datepicker {
  background: #fffefd;
  border: 1px solid #333333;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.3);
  z-index: 101 !important;
}
.ui-widget.ui-datepicker .ui-datepicker-header {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.ui-widget.ui-datepicker .ui-datepicker-prev {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-left-min.svg") no-repeat center;
}
.ui-widget.ui-datepicker .ui-datepicker-next {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-right-min.svg") no-repeat center;
}
.ui-widget.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
  margin-right: 20px;
}
.ui-widget.ui-datepicker .ui-datepicker-prev,
.ui-widget.ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  opacity: .8;
  width: 20px;
}
.ui-widget.ui-datepicker .ui-datepicker-prev:hover,
.ui-widget.ui-datepicker .ui-datepicker-next:hover {
  opacity: 1;
}
.ui-widget.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-widget.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  cursor: not-allowed;
  opacity: .5;
}
.ui-widget.ui-datepicker .ui-datepicker-prev span,
.ui-widget.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-widget.ui-datepicker .ui-datepicker-title > select {
  display: inline-block;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar th {
  background: #333333;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 8px 10px;
  text-transform: capitalize;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar td a,
.ui-widget.ui-datepicker .ui-datepicker-calendar td span {
  padding: 8px 10px;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar td .ui-state-hover:not(.ui-state-active) {
  background: #e8fad5;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #7aa022;
  color: #ffffff;
}
.toolbar,
.toolbar .pager {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
}
.toolbar .toolbar-amount,
.toolbar .pager .toolbar-amount {
  display: none;
  margin-bottom: 20px;
}
.top-toolbar .toolbar .toolbar-amount {
  display: block;
}
.toolbar-sorter {
  align-items: center;
  display: flex;
  position: relative;
  margin-inline-start: auto;
  justify-content: flex-end;
  max-width: 100%;
}
.toolbar-sorter label {
  white-space: nowrap;
}
.toolbar-sorter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fffefd url('../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom.svg') no-repeat 100% center / 25px;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 1.25;
  padding: 0 25px 0 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.toolbar-sorter select:disabled {
  opacity: 0.5;
  background: #fffefd;
  border: 1px solid #c2c2c2;
}
.toolbar-sorter select:focus,
.toolbar-sorter select:not([disabled]):focus {
  box-shadow: none;
}
._keyfocus .toolbar-sorter select:focus,
._keyfocus .toolbar-sorter select:not([disabled]):focus {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #333333;
}
.toolbar-sorter select::-ms-expand {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toolbar-sorter {
    margin-left: auto;
  }
}
.toolbar-sorter .amtheme-select-options {
  margin-top: 35px;
  max-width: 300px;
}
.toolbar-sorter .sorter-action {
  margin-inline-start: 15px;
  border-radius: 50%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toolbar-sorter .sorter-action {
    margin-left: 15px;
  }
}
.toolbar-sorter .amtheme-icon {
  background: #f7f7f7;
  height: 25px;
  padding: 5px;
  vertical-align: middle;
  width: 25px;
}
.toolbar-sorter > .amtheme-select,
.toolbar-sorter > .limiter .amtheme-select {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
  position: absolute;
}
.toolbar-sorter .amtheme-placeholder {
  font-size: 1.6rem;
  text-transform: capitalize;
}
.toolbar-sorter .amtheme-select-block {
  max-width: 300px;
}
.toolbar-sorter .amtheme-select-block > .amtheme-placeholder > .amtheme-content {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toolbar-sorter .amtheme-select-block .amtheme-title {
  white-space: inherit;
}
.toolbar-sorter .amtheme-select-block .amtheme-select-options {
  margin-top: 42px;
  right: calc(40px);
  width: calc(60%);
}
.limiter {
  align-items: center;
  display: flex;
  position: relative;
}
.limiter label {
  white-space: nowrap;
}
.limiter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fffefd url('../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom.svg') no-repeat 100% center / 25px;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.25;
  padding: 0 25px 0 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.limiter select:disabled {
  opacity: 0.5;
  background: #fffefd;
  border: 1px solid #c2c2c2;
}
.limiter select:focus,
.limiter select:not([disabled]):focus {
  box-shadow: none;
}
._keyfocus .limiter select:focus,
._keyfocus .limiter select:not([disabled]):focus {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #333333;
}
.limiter select::-ms-expand {
  display: none;
}
.limiter .label,
.limiter .limiter-label {
  margin-inline-end: 10px;
  color: #a8a69f;
  font-weight: 400;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .limiter .label,
  .limiter .limiter-label {
    margin-right: 10px;
  }
}
.modes {
  align-items: center;
  display: flex;
}
.modes .modes-mode:not(:last-child) {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modes .modes-mode:not(:last-child) {
    margin-right: 5px;
  }
}
.modes a.modes-mode {
  cursor: pointer;
}
.modes .amtheme-icon {
  height: 25px;
  pointer-events: none;
  vertical-align: middle;
  width: 25px;
}
.modes a.modes-mode:hover .amtheme-icon {
  border-color: #040404;
  color: #040404;
  fill: #040404;
}
.amtheme-qty-box-wrapper {
  margin-bottom: 5px;
  position: relative;
}
.amtheme-qty-box {
  box-sizing: border-box;
  position: relative;
  width: auto !important;
}
.amtheme-qty-box > .amtheme-qty {
  border: 2px solid #dfdedd;
  border-radius: 80px;
  height: 36px;
  padding: 10px 30px;
  text-align: center;
  transition: border 0.4s ease-in-out;
  width: 105px;
}
.amtheme-qty-box > .amtheme-qty:not([disabled]):hover {
  border-color: #070605;
}
.amtheme-qty-box > .amtheme-qty:focus {
  box-shadow: none;
}
.amtheme-qty-box > .amtheme-qty.mage-error {
  border-color: #fce0e0;
  border-width: 1px;
}
.amtheme-qty-box > .amtheme-minus .amtheme-icon,
.amtheme-qty-box > .amtheme-plus .amtheme-icon {
  height: 20px;
  width: 20px;
}
.amtheme-qty-box > .amtheme-minus,
.amtheme-qty-box > .amtheme-plus {
  align-items: center;
  border-radius: 80px 0 0 80px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 30px;
  position: absolute;
  top: 0;
  user-select: none;
}
.amtheme-qty-box > .amtheme-minus:focus,
.amtheme-qty-box > .amtheme-plus:focus {
  box-shadow: none;
}
._keyfocus .amtheme-qty-box > .amtheme-minus:focus .amtheme-icon,
._keyfocus .amtheme-qty-box > .amtheme-plus:focus .amtheme-icon {
  border: 1px solid #333333;
  border-radius: 50%;
}
.amtheme-qty-box > .amtheme-minus:hover ~ .amtheme-qty,
.amtheme-qty-box > .amtheme-plus:hover ~ .amtheme-qty {
  border-color: #070605;
}
.amtheme-qty-box > .amtheme-plus {
  justify-content: flex-start;
  left: 73px;
}
.amtheme-qty-box > .amtheme-minus {
  justify-content: flex-end;
  left: 2px;
}
.qty-square .amtheme-qty,
.qty.-square .amtheme-qty {
  border-radius: 4px;
}
.amtheme-collapsible-block > .block-title,
.multicheckout .amtheme-collapsible-block > .block-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.amtheme-collapsible-block > .block-title > .amtheme-icon,
.multicheckout .amtheme-collapsible-block > .block-title > .amtheme-icon {
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: calc(50% - 25px / 2);
  width: 25px;
}
.amtheme-collapsible-block.active > .block-title > .amtheme-icon,
.multicheckout .amtheme-collapsible-block.active > .block-title > .amtheme-icon {
  transform: rotate(180deg);
}
.amtheme-dropdown-block {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.amtheme-dropdown-block > .action.toggle {
  cursor: pointer;
  display: block;
  padding: 10px 25px 10px 0;
  position: relative;
}
.amtheme-dropdown-block > .action.toggle:after {
  top: 50%;
  transform: translateY(-50%);
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom-xs.svg") no-repeat 100% / contain;
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  width: 12px;
}
.amtheme-dropdown-block > .dropdown {
  background: #fffefd;
  border: 1px solid #070605;
  border-radius: 6px;
  display: none;
  margin-top: 5px;
  max-width: 160px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  word-break: break-word;
  z-index: 10;
}
.amtheme-dropdown-block > .dropdown .item {
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 2px;
  text-align: left;
}
.amtheme-dropdown-block > .dropdown .item:hover {
  background: #ffead4;
  cursor: pointer;
}
.amtheme-dropdown-block > .dropdown .item > .action.new {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.amtheme-dropdown-block.active > .action.toggle:after {
  transform: translateY(-50%) rotate(-180deg);
}
.amtheme-dropdown-block.active > .dropdown {
  display: block;
}
.amtheme-dropdown-block.-static > .dropdown {
  border: none;
  max-width: none;
  position: static;
}
.amasty-jet-theme.am-tabs-view .product-items {
  align-items: inherit;
}
.amasty-jet-theme.am-tabs-view .product-items.slick-slider {
  display: block;
}
.amasty-jet-theme.am-tabs-view .product-item {
  padding: 0;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view {
  border-top: 1px solid #dfdedd;
  border-bottom: none;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view .amtheme-caret {
  display: none;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.title {
  position: relative;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.title > .switch {
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
  max-width: 100%;
  height: 50px;
  border-bottom: 1px solid #dfdedd;
  background-color: transparent;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.title > .switch:after {
  display: none;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.content {
  padding: 25px 0;
}
.amasty-jet-theme.am-tabs-view .product.data.items .item.content > .am-custom-tab {
  display: flex;
  flex-direction: column;
}
.accordion-container input[type='checkbox'] {
  clip: auto;
  height: auto;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
  top: 0;
  left: 0;
  margin: 0;
}
.amasty-jet-theme.am-tabs-view .product.data.items > .item.content {
  margin-top: 0;
}
.amasty-jet-theme.am-tabs-view.am-tabs-allow-default-edit.amtheme-ismobile .amtheme-reviews-tab {
  display: none;
}
.amasty-jet-theme.am-tabs-view .am-custom-tab .amtheme-reviews-aside .amtheme-heading > .amtheme-icon {
  display: none;
}
.amasty-jet-theme.am-tabs-view .am-custom-tab .amtheme-reviews-aside .amtheme-title {
  padding: 0;
}
.amtheme-reviewform-block {
  display: flex;
  overflow: hidden;
  height: 0;
}
.amtheme-reviewform-block.-amtheme-active {
  overflow: visible;
  height: auto;
}
.amtheme-reviewform-block .grecaptcha-badge {
  visibility: hidden;
}
.amtheme-reviewform-block.-amtheme-active .grecaptcha-badge {
  visibility: visible;
}
.amasty-jet-theme .am-gallery-fullscreen-container .splide__pagination__page,
.amasty-jet-theme .am-gallery-placeholder .splide__pagination__page {
  background: #dfdedd;
}
.amasty-jet-theme .am-gallery-fullscreen-container .splide__pagination__page.is-active,
.amasty-jet-theme .am-gallery-placeholder .splide__pagination__page.is-active {
  background: #ffffff;
}
.amasty-jet-theme .am-gallery-placeholder .splide__slide {
  border: 1px solid #fff6ee;
}
.amasty-jet-theme .am-gallery-fullscreen-container .thumbnails__item.is-active .splide__slide,
.amasty-jet-theme .am-gallery-placeholder .thumbnails__item.is-active .splide__slide {
  border-color: #4a4948;
}
.amasty-jet-theme .amtheme-popup-block .splide__slide {
  border: none;
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  z-index: 100;
}
.amasty-mega-menu .minisearch .control,
.amasty-mega-menu .ammenu-header-container .header.content {
  background: #ffffff;
}
.amasty-mega-menu .header.content {
  margin-bottom: 0;
}
.amasty-mega-menu .page-header .minisearch .control {
  top: auto;
  background: transparent;
}
.amasty-mega-menu .page-header.-sticky-header .ammenu-nav-sections,
.amasty-mega-menu .page-header.-sticky-header .ammenu-menu-wrapper {
  margin-bottom: 0;
}
.amasty-mega-menu .page-header.-sticky-header .ammenu-nav-sections.-topmenu {
  margin: 0;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu {
  margin-bottom: 30px;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu.-hamburger {
  padding: 0;
  margin: 0;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu.-hamburger .ammenu-main-container {
  max-width: 100%;
  margin-bottom: 30px;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu.-hamburger .ammenu-items.-root {
  margin: auto;
  padding: 0 20px;
  max-width: 1320px;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .ammenu-link.-main > .ammenu-icon-block,
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-item-bottom > .ammenu-icon-block {
  transition: background 0.4s ease-in-out;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-item {
  display: flex;
  align-items: center;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-icon {
  margin: 0 10px 0 0;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-item-bottom .section-item-content {
  padding: 10px 0;
  background: initial;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-item-bottom .title {
  display: none;
}
.amasty-mega-menu .ammenu-header-container .ammenu-menu-wrapper {
  margin: 0;
}
.amasty-mega-menu .ammenu-header-container.-sticky .ammenu-button.-hamburger {
  margin-left: 0;
}
.amasty-mega-menu .ammenu-menu-overlay {
  z-index: 12;
}
.amasty-mega-menu .ammenu-menu-greetings {
  background: #ffffff;
}
.amasty-mega-menu .ammenu-product-list .product-item-info {
  position: relative;
}
.ammenu-submenu-block .widget-product-carousel .actions-secondary {
  display: none;
}
.ammenu-submenu-block .widget-product-carousel .action.primary {
  padding: 12px 20px;
  width: 100%;
}
@media (max-width: 1024px + 1) {
  .amasty-mega-menu .header.content {
    padding: 20px;
  }
}
.amasty-jet-theme .thankyoupage-customer-create-form .field.choice {
  margin-bottom: 10px;
}
.amasty-jet-theme .thankyoupage-customer-create-form .field.choice > .mage-error {
  width: 100%;
}
.amasty-jet-theme .thankyoupage-customer-create-form .field.choice > .label {
  margin-bottom: 0;
}
.amasty-jet-theme .amtyblock-newsletter .subtitle {
  font-size: 1.6rem;
}
.amasty-jet-theme .amtyblock .page-title {
  font-weight: 700;
}
.newsletter-subscribed {
  display: block;
  margin-bottom: 30px;
}
.amtyblock-newsletter .container-form {
  align-items: center;
  display: flex;
}
.amtyblock-newsletter .container-form .field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amtyblock-newsletter .container-form .field.newsletter {
  margin: 0 15px 0 0;
  max-width: 220px;
}
.amtyblock-newsletter .container-form .action.subscribe {
  background-image: none;
  background: #ffffff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
  border-radius: 4px;
}
.amtyblock-newsletter .container-form .action.subscribe:focus,
.amtyblock-newsletter .container-form .action.subscribe:active {
  background: #f0f0f0;
  border: 0;
  color: #ffffff;
}
.amtyblock-newsletter .container-form .action.subscribe:hover {
  background: #ffffff;
  border: 0;
  color: #ffffff;
}
.amtyblock-newsletter .container-form .action.subscribe.disabled,
.amtyblock-newsletter .container-form .action.subscribe[disabled],
fieldset[disabled] .amtyblock-newsletter .container-form .action.subscribe {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.amblog-index-post .amblog-post-container .amblog-image,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-image {
  width: 100%;
}
.amblog-index-post .amblog-post-container .amblog-content .amblog-title,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-title {
  padding: 25px 0;
}
.amblog-index-index .amblog-container-list .amblog-post-container .main-content,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .main-content {
  display: flex;
}
.amblog-index-index .amblog-container-list .amblog-post-container .main-content .img img,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .main-content .img img {
  max-width: 300px;
  padding: 20px;
}
.amblog-index-index .amblog-container-list .amblog-post-container .main-content .title,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .main-content .title {
  padding: 0 25px;
}
.amblog-index-index .amblog-container-list .amblog-post-container .main-content .title .amblog-title,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .main-content .title .amblog-title {
  padding: 25px 0;
}
.amblog-index-index .page-title,
.amblog-index-post .page-title {
  margin: 15px 0;
}
.amasty-jet-theme .header.links li {
  margin-left: 15px;
}
.amasty-jet-theme .header.links > .nav.item {
  order: -1;
}
.amasty-jet-theme .product-item .action.tocart {
  font-size: 1.6rem;
}
.amasty-jet-theme .amblog-related-wrapper .amblog-item-product {
  background: transparent;
}
.amasty-jet-theme .amblog-search-title:not(.open) > a {
  font-weight: 400;
}
.amasty-jet-theme .amblog-wrap > *,
.amasty-jet-theme .ampost-link {
  font-size: 1.4rem;
}
.amblog-comments-wrapper a.amblog-button {
  color: #4ebdc5;
}
.amblog-comments-wrapper a.amblog-button:hover,
.amblog-comments-wrapper a.amblog-button:focus,
.amblog-comments-wrapper a.amblog-button:active {
  color: #37a1a9;
}
.amblog-slick-slider.slick-slider .slick-dots {
  width: 100%;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  padding: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:before {
  content: none;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  margin: 0;
}
.amgdprcookie-text-container {
  font-size: 1.4rem;
}
.amgdprcookie-modal-container .amgdprcookie-button {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.amgdprcookie-modal-container.modal-popup .modal-inner-wrap {
  max-height: 100%;
}
.amasty-jet-theme .amgdprjs-bar-template {
  z-index: 100;
}
.amgdprcookie-bar-container .amgdprcookie-button {
  border-radius: .4rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2rem;
  margin-right: 1rem;
}
.modal-popup {
  overflow-y: inherit;
}
.modal-popup .modal-inner-wrap {
  width: 600px;
  max-width: fit-content;
}
.modal-popup.amgdprcookie-groups-modal.gdpr-cookie-container_setup-modal {
  top: 0;
  transform: none;
}
._amrec-radio-input + .amrec-label:before,
._amrec-radio-input.-plate + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:before,
.amrec-end-type .amrec-input.-radio + .amrec-label:before {
  position: static;
}
._amrec-radio-input + .amrec-label:after,
._amrec-radio-input.-plate + .amrec-label:after,
.amrec-purchase-option .amrec-input.-radio + .amrec-label:after,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:after,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:after,
.amrec-end-type .amrec-input.-radio + .amrec-label:after {
  content: none;
}
.amrec-purchase-option .amrec-label {
  padding-left: 0;
}
.amrec-subscription-start .amrec-datepicker + .ui-datepicker-trigger {
  bottom: 0;
}
.amrec-cancel-confirmation .amrec-header {
  font-size: 2.2rem;
}
.amasty-jet-theme .amrec-subscription-options {
  margin-top: 20px;
  padding: 0;
  background: none;
}
.amasty-jet-theme .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-end-type .amrec-input.-radio + .amrec-label {
  padding: 10px;
}
.amasty-jet-theme .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio + .amrec-label:before,
.amasty-jet-theme .amrec-subscription-options .amrec-end-type .amrec-input.-radio + .amrec-label:before {
  display: none;
}
.amasty-jet-theme .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-end-type .amrec-input.-radio:checked + .amrec-label {
  background: #4ebdc5;
}
.amasty-jet-theme .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio:focus + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-end-type .amrec-input.-radio:focus + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio + .amrec-label:hover,
.amasty-jet-theme .amrec-subscription-options .amrec-end-type .amrec-input.-radio + .amrec-label:hover {
  border: 2px solid #4ebdc5;
  box-shadow: none;
  color: #fff;
  background: #4ebdc5;
}
.amasty-jet-theme .amrec-purchase-option .amrec-input.-radio:checked + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amasty-jet-theme .amrec-purchase-option .amrec-input.-radio:focus + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio:focus + .amrec-label,
.amasty-jet-theme .amrec-subscription-options .amrec-end-type .amrec-input.-radio:focus + .amrec-label,
.amasty-jet-theme .amrec-purchase-option .amrec-input.-radio + .amrec-label:hover,
.amasty-jet-theme .amrec-subscription-options .amrec-cycle-container .amrec-input.-radio + .amrec-label:hover,
.amasty-jet-theme .amrec-subscription-options .amrec-end-type .amrec-input.-radio + .amrec-label:hover {
  text-shadow: none;
}
.amasty-jet-theme .amrec-subscription-info {
  display: none;
}
.amasty-jet-theme .amrec-subscriptions-grid .actions-toolbar {
  margin-top: 0;
}
.amasty-jet-theme .amrec-subscriptions-grid .amrec-cell.col {
  padding: 10px;
}
.amasty-jet-theme .amrec-subscriptions-grid .amrec-button {
  font-weight: 700;
}
.amasty-jet-theme .amrec-subscriptions-grid .amrec-button:hover {
  background: none;
}
.amasty-jet-theme .amrec-subscriptions-grid .amtheme-status.-active {
  white-space: nowrap;
}
.amasty-jet-theme .amrec-subscriptions-grid .amtheme-status.-active:before {
  background: #7aa022;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.amasty-jet-theme .amrec-subscriptions-grid .amtheme-status.-canceled {
  white-space: nowrap;
}
.amasty-jet-theme .amrec-subscriptions-grid .amtheme-status.-canceled:before {
  background: #f23b3b;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.amasty-jet-theme .amrec-cancel-confirmation .amrec-button {
  padding: 12px;
  font-size: 1.4rem;
}
.amasty-jet-theme .amrec-cancel-confirmation .amrec-button.-cancel {
  color: #333333;
}
.amasty-jet-theme .amrec-cancel-confirmation .amrec-button.-confirm {
  background: #fff;
  color: #4ebdc5;
  border: 2px solid #4ebdc5;
}
.amasty-jet-theme .amrec-cancel-confirmation .amrec-button.-confirm:hover {
  background: #4ebdc5;
  color: #fff;
}
.amasty-jet-theme .amrec-cancel-confirmation .amrec-close:hover {
  background: none;
}
.amasty-jet-theme .amrec-cancel-confirmation .amrec-close:before,
.amasty-jet-theme .amrec-cancel-confirmation .amrec-close:after {
  width: 14px;
  height: 1px;
  background: #3d3731;
}
.opc-block-summary .product-item > .product {
  flex-wrap: wrap;
}
.opc-block-summary .amrec-subscriptional-label {
  display: none;
}
.opc-block-summary .product-item .product-item-details {
  flex: 1 0;
}
.opc-block-summary .product-item .product-item-inner .product-item-name-block,
.opc-block-summary .product-item .product-item-inner .amrec-subtotal {
  flex: 1 1;
}
.opc-block-summary .product-item .product-item-inner .amrec-label {
  width: 100%;
}
.opc-block-summary .product-item .product-item-inner .amrec-subtotal {
  align-items: flex-start;
  flex-flow: wrap row;
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.amtheme-custom-footer {
  display: flex;
  width: 100%;
}
.customer-account-create .block.block-amazon-login,
.login-container > .block.block-amazon-login {
  background: #fff6ee;
  border-radius: 4px;
  box-sizing: border-box;
  float: none;
  max-width: 760px;
  padding: 20px;
}
.customer-account-create .block.block-amazon-login > .block-title,
.login-container > .block.block-amazon-login > .block-title {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.customer-account-create .block.block-amazon-login > .block-content .actions-toolbar,
.login-container > .block.block-amazon-login > .block-content .actions-toolbar {
  margin-top: 15px;
}
.customer-account-create .block.block-amazon-login .amazon-button-container,
.login-container > .block.block-amazon-login .amazon-button-container {
  margin: 0;
  width: auto;
}
.customer-account-create .block.block-amazon-login .amazon-button-container .field-tooltip,
.login-container > .block.block-amazon-login .amazon-button-container .field-tooltip {
  margin: 0;
  right: 10px;
}
.customer-account-create .block.block-amazon-login {
  margin: 0 auto 35px;
}
.login-container > .block.block-amazon-login {
  margin: 35px auto 0;
}
.amsticky-cart-block .amtheme-amazon-product {
  display: none;
}
.amtheme-amazon-product {
  padding: 10px;
  align-items: center;
  background: #fff6ee;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amtheme-amazon-product > .amazon-checkout-now {
  margin-bottom: 10px;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  margin-top: 0;
  padding: 0;
  border: 0;
  min-width: 110px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-amazon-product > .amazon-checkout-now {
    margin-left: 0;
    margin-right: 10px;
  }
}
.amtheme-amazon-product > .amazon-button-container {
  margin: 0;
  width: auto;
}
.amtheme-amazon-product > .amazon-button-container .field-tooltip {
  margin: 0;
}
.checkout-shipping-address .amazon-button-container,
.checkout-shipping-address .amazon-express-title,
.checkout-shipping-address .amazon-divider {
  max-width: 600px;
  width: 100%;
}
.checkout-shipping-address .amazon-button-container,
.checkout-shipping-address .amazon-express-title {
  background: #fff6ee;
  border-radius: 4px;
  box-sizing: border-box;
}
.checkout-shipping-address .amazon-button-container__cell {
  min-width: 35px;
}
.checkout-shipping-address .amazon-button-container {
  margin: 0 0 30px;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.checkout-shipping-address .amazon-express-title {
  padding: 20px 20px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.checkout-shipping-address .amazon-button-container .field-tooltip,
.checkout-shipping-address .amazon-express-title + .amazon-button-container {
  margin-top: -5px;
}
.checkout-shipping-address .amazon-divider {
  margin: 30px 0;
}
.payment-method-braintree .ccard.braintree .field.type {
  align-items: flex-end;
  margin-bottom: 30px;
}
.payment-method-braintree .ccard.braintree .credit-card-types img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}
.payment-method-braintree .ccard.braintree .field.card-number .hosted-control {
  padding-inline-end: 40px;
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/braintree-card.svg") no-repeat;
  background-position: calc(100% - 14px) 50%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payment-method-braintree .ccard.braintree .field.card-number .hosted-control {
    padding-right: 40px;
  }
}
.payment-method-braintree .ccard.braintree .hosted-control {
  border-color: #dfdedd;
}
.payment-method-braintree .ccard.braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #070605;
}
.payment-method-braintree .ccard.braintree .hosted-control.hosted-date:first-of-type:after {
  right: -15px;
  top: 0;
}
.payment-method-braintree .ccard.braintree .hosted-error {
  color: #fce0e0;
}
.payment-method-braintree .ccard.braintree .hosted-date.-month {
  margin-right: 20px;
  width: 45px;
}
.payment-method-braintree .ccard.braintree .hosted-date.-year {
  width: 55px;
}
.payment-method-braintree .ccard.braintree .hosted-cid {
  width: 70px;
}
.payment-method-braintree .ccard.braintree .field.cvv {
  display: inline-block;
  margin-bottom: 30px;
  width: 205px;
}
.payment-method-braintree .ccard.braintree .cvv .field-tooltip {
  left: calc(@{braintree - card-cid__width} + 10px);
}
.payment-method-braintree .ccard.braintree .field.exp-date {
  margin-bottom: 20px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  width: 130px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payment-method-braintree .ccard.braintree .field.exp-date {
    margin-left: 0;
    margin-right: 20px;
  }
}
.payment-method-braintree .field.choice.-save {
  background: #fff6ee;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
}
.payment-method-braintree .field.choice.-save .label {
  line-height: 1;
  margin: 0;
}
.payment-method-braintree .field.choice.-save .field-tooltip {
  top: auto;
  transform: none;
  vertical-align: bottom;
}
.payment-method-braintree .field.choice.-save .field-tooltip-content {
  left: -190px;
}
.block.block-static-block .footer.links {
  column-count: auto;
}
.amtheme-gift-options .title {
  color: #a8a69f;
  display: inline-block;
  margin: 10px 0;
}
.amtheme-gift-options .actions-toolbar {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
  margin-top: 0;
}
.amtheme-gift-options .actions-toolbar .action-update {
  order: 2;
}
.amtheme-action-gift {
  cursor: pointer;
}
.amtheme-action-gift:after {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin: 0 10px;
  transition: transform 0.2s ease-in-out;
  vertical-align: middle;
  width: 20px;
}
.amtheme-action-gift.-active:after {
  transform: rotateZ(180deg);
}
.amtheme-gift-content .amtheme-gift-summary .actions-toolbar {
  justify-content: flex-end;
  margin-top: 15px;
}
.amtheme-gift-content .amtheme-gift-summary .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a8a69f;
  margin: 0 0 0 20px;
}
.amtheme-gift-content .amtheme-gift-summary .action:hover {
  color: #c8c6c2;
}
.amtheme-cart-gift-item {
  border-bottom: 1px solid #dfdedd;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.amtheme-gift-content {
  display: none;
  margin: 10px 0 20px;
}
.amtheme-gift-content.-active {
  display: block;
}
.amtheme-gift-content .amtheme-gift-summary {
  margin-top: 15px;
}
.cart.item .actions-toolbar > .gift-options-cart-item {
  margin-top: 15px;
  order: 2;
  width: 100%;
}
.gift-options-cart-item .gift-summary .action {
  margin: 0;
}
.amtheme-gift-message .fieldset .label {
  display: inline-block;
  margin-bottom: 10px;
}
.lac-notification .top-container {
  display: flex;
}
.lac-notification .top-container .lac-notification-links {
  margin-inline-start: auto;
  justify-self: flex-end;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lac-notification .top-container .lac-notification-links {
    margin-left: auto;
  }
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}klarna-express-button {
    display: block !important;
    margin: auto;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .nav-sections,
  .top-toolbar,
  .amtheme-newsletter-block,
  .amtheme-backtotop-wrap,
  .amtheme-reviews-tab,
  .footer.content,
  .breadcrumbs,
  .form.contact,
  .block.related,
  .block.upsell,
  .block.crosssell,
  .actions-toolbar,
  .toolbar,
  .cart.main.actions .action,
  .cart-summary .checkout-methods-items,
  .cart-discount,
  .block.am-widget {
    display: none !important;
  }
  .products-grid .product-item {
    margin: 0 auto;
  }
  .products-grid .product-item .reviews-actions {
    margin: 0 auto;
    width: 100%;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    display: block;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #070605 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #dfdedd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #dfdedd;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.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__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.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 !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  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 {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  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-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.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: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Amasty/Bacterfield/de_AT/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-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 {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  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 !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.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;
}
.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 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.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 {
  left: -1px;
  padding: 1px;
  top: -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 {
  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 #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #070605;
  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: rgba(7, 6, 5, 0.005);
  color: #070605;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(7, 6, 5, 0.005);
  color: #070605;
}
.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 {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  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;
}
@-moz-document url-prefix() {
  .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__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.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 -240px;
  height: 80px;
  width: 80px;
}
.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 {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.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 !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.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, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.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__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  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__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Amasty/Bacterfield/de_AT/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .nav-sections,
  .top-toolbar,
  .amtheme-newsletter-block,
  .amtheme-backtotop-wrap,
  .amtheme-reviews-tab,
  .footer.content,
  .breadcrumbs,
  .form.contact,
  .block.related,
  .block.upsell,
  .block.crosssell,
  .actions-toolbar,
  .toolbar,
  .cart.main.actions .action,
  .cart-summary .checkout-methods-items,
  .cart-discount,
  .block.am-widget {
    display: none !important;
  }
  .products-grid .product-item {
    margin: 0 auto;
  }
  .products-grid .product-item .reviews-actions {
    margin: 0 auto;
    width: 100%;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    display: block;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #070605 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #dfdedd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #dfdedd;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
.amtheme-product-wrap .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.amtheme-product-wrap .fotorama--fullscreen,
.fotorama__fullscreen .fotorama--fullscreen,
.amtheme-product-wrap .fotorama__nav__frame,
.fotorama__fullscreen .fotorama__nav__frame {
  background: #fffefd;
}
.amtheme-product-wrap .fotorama__thumb-border,
.fotorama__fullscreen .fotorama__thumb-border {
  background-image: none;
  border-color: #4a4948;
  border-width: 1px !important;
}
.amtheme-product-wrap .fotorama__thumb,
.fotorama__fullscreen .fotorama__thumb {
  background-color: transparent;
}
.amtheme-product-wrap .fotorama__nav.fotorama__nav--thumbs,
.fotorama__fullscreen .fotorama__nav.fotorama__nav--thumbs {
  margin: inherit;
}
.amtheme-product-wrap .fotorama__nav-wrap--vertical .fotorama__thumb__arr,
.fotorama__fullscreen .fotorama__nav-wrap--vertical .fotorama__thumb__arr {
  display: flex;
  position: static !important;
}
.amtheme-product-wrap .fotorama__thumb__arr.fotorama__arr--disabled,
.fotorama__fullscreen .fotorama__thumb__arr.fotorama__arr--disabled {
  opacity: 0;
}
.amtheme-product-wrap .fotorama__thumb--icon,
.fotorama__fullscreen .fotorama__thumb--icon {
  padding: 0;
  background-position: center !important;
  height: 12px;
  transition: background 0.2s ease-in-out;
  width: 21px !important;
}
.amtheme-product-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__fullscreen .fotorama__thumb__arr--left .fotorama__thumb--icon {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/thumb-arrow-top.svg") center / 21px no-repeat;
}
.amtheme-product-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon:hover,
.fotorama__fullscreen .fotorama__thumb__arr--left .fotorama__thumb--icon:hover {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/thumb-arrow-top-active.svg") center / 21px no-repeat;
}
.amtheme-product-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon,
.fotorama__fullscreen .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/thumb-arrow-bottom.svg") center / 21px no-repeat;
}
.amtheme-product-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon:hover,
.fotorama__fullscreen .fotorama__thumb__arr--right .fotorama__thumb--icon:hover {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/thumb-arrow-bottom-active.svg") center / 21px no-repeat;
}
.amtheme-product-wrap .fotorama__nav-wrap--vertical .fotorama__thumb__arr.fotorama__thumb__arr--right,
.fotorama__fullscreen .fotorama__nav-wrap--vertical .fotorama__thumb__arr.fotorama__thumb__arr--right {
  margin-top: 20px;
}
.amtheme-product-wrap .fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__nav__frame,
.fotorama__fullscreen .fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__nav__frame {
  padding-inline-end: 0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-wrap .fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__nav__frame,
  .fotorama__fullscreen .fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-right: 0;
  }
}
.amtheme-product-wrap .fotorama__arr,
.fotorama__fullscreen .fotorama__arr,
.amtheme-product-wrap .fotorama__thumb__arr,
.fotorama__fullscreen .fotorama__thumb__arr,
.amtheme-product-wrap .fotorama__arr:hover,
.fotorama__fullscreen .fotorama__arr:hover,
.amtheme-product-wrap .fotorama__thumb__arr:hover,
.fotorama__fullscreen .fotorama__thumb__arr:hover {
  background-color: transparent;
}
.amtheme-product-wrap .fotorama__nav:before,
.fotorama__fullscreen .fotorama__nav:before,
.amtheme-product-wrap .fotorama__nav:after,
.fotorama__fullscreen .fotorama__nav:after {
  content: none;
}
.amtheme-product-wrap .fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen .fotorama__arr .fotorama__arr__arr {
  background-position: center !important;
  height: 50px;
  transition: background 0.2s ease-in-out;
  width: 50px;
}
.amtheme-product-wrap .fotorama__arr.fotorama__arr--next .fotorama__arr__arr,
.fotorama__fullscreen .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/gallery-arrow-right.svg") center / 17px no-repeat;
}
.amtheme-product-wrap .fotorama__arr.fotorama__arr--next:hover .fotorama__arr__arr,
.fotorama__fullscreen .fotorama__arr.fotorama__arr--next:hover .fotorama__arr__arr {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/gallery-arrow-right-active.svg") center / 17px no-repeat;
}
.amtheme-product-wrap .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr,
.fotorama__fullscreen .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/gallery-arrow-left.svg") center / 17px no-repeat;
}
.amtheme-product-wrap .fotorama__arr.fotorama__arr--prev:hover .fotorama__arr__arr,
.fotorama__fullscreen .fotorama__arr.fotorama__arr--prev:hover .fotorama__arr__arr {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/gallery-arrow-left-active.svg") center / 17px no-repeat;
}
.amtheme-product-wrap .fotorama__nav--dots .fotorama__nav__frame,
.fotorama__fullscreen .fotorama__nav--dots .fotorama__nav__frame {
  margin-inline-end: 5px;
  height: 8px;
  width: 8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-wrap .fotorama__nav--dots .fotorama__nav__frame,
  .fotorama__fullscreen .fotorama__nav--dots .fotorama__nav__frame {
    margin-right: 5px;
  }
}
.amtheme-product-wrap .fotorama__dot,
.fotorama__fullscreen .fotorama__dot {
  background: #dfdedd;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  height: 8px;
  position: static;
  width: 8px;
}
.amtheme-product-wrap .fotorama__active .fotorama__dot,
.fotorama__fullscreen .fotorama__active .fotorama__dot {
  background: #c9b59f;
}
.amtheme-product-wrap .fotorama__nav--dots,
.fotorama__fullscreen .fotorama__nav--dots {
  margin-top: 10px;
  text-align: left;
}
.fotorama__fullscreen .fotorama__fullscreen-icon {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/close.svg") center / 20px no-repeat;
  background-color: transparent !important;
  background-position: center !important;
  height: 70px;
  width: 70px;
}
.fotorama__fullscreen .fotorama__fullscreen-icon:focus:after {
  box-shadow: none;
}
.fotorama__fullscreen .fotorama__stage {
  padding: 25px;
  box-sizing: border-box;
  height: 80vh !important;
  width: 100vw !important;
}
.fotorama__fullscreen .fotorama__stage__shaft {
  width: calc(100vw - 25px * 2) !important;
}
.fotorama__fullscreen .fotorama__wrap div.fotorama__zoom-in {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/plus.svg") center / 36px no-repeat;
  background-position: center !important;
}
.fotorama__fullscreen .fotorama__wrap div.fotorama__zoom-out {
  background: url("../../frontend/Amasty/Bacterfield/de_AT/svg/color_mode/dark/minus.svg") center / 36px no-repeat;
  background-position: center !important;
}
.fotorama__fullscreen .fotorama__nav--dots {
  text-align: center;
}
.fotorama__fullscreen .fotorama__thumb > .fotorama__img {
  cursor: pointer;
}
.fotorama__fullscreen .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block !important;
}
.amtheme-product-wrap .fotorama-item {
  overflow: inherit;
}
.amtheme-product-wrap .fotorama-item .fotorama__stage__frame {
  border: 1px solid #fff6ee;
}
.amtheme-product-wrap .fotorama-item .fotorama__stage {
  overflow: inherit;
}
.amtheme-product-wrap .fotorama-item .fotorama__thumb > .fotorama__img,
.amtheme-product-wrap .fotorama-item .fotorama__stage__frame > .fotorama__img {
  cursor: pointer;
}
.amtheme-product-wrap .fotorama__nav-wrap--vertical.fotorama__nav-wrap.-right {
  left: auto;
  right: 0;
}
@media all and (min-width: 1024px) {
  .fotorama__fullscreen .fotorama__wrap {
    padding: 25px;
  }
  .fotorama__fullscreen .fotorama__stage:not(.-horizontal) {
    height: calc(100vh - 25px * 2) !important;
    max-width: 90%;
  }
  .fotorama__fullscreen .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    left: 25px;
    top: 25px;
  }
  .fotorama__fullscreen .fotorama__nav-wrap--vertical.fotorama__nav-wrap.-right {
    left: auto;
    right: 25px;
  }
  .fotorama__fullscreen .fotorama__stage__shaft {
    width: 100% !important;
  }
  .fotorama__fullscreen .fotorama__fullscreen-icon {
    right: 0 !important;
  }
  .fotorama__fullscreen .fotorama__nav-wrap--horizontal,
  .amtheme-product-wrap .fotorama__nav-wrap--horizontal {
    padding: 0 10%;
    position: relative;
  }
  .fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__thumb--icon,
  .amtheme-product-wrap .fotorama__nav-wrap--horizontal .fotorama__thumb--icon {
    transform: translate(-50%, -50%) rotate(270deg);
  }
  .fotorama__fullscreen .fotorama__nav-wrap--vertical .fotorama__thumb--icon,
  .amtheme-product-wrap .fotorama__nav-wrap--vertical .fotorama__thumb--icon {
    transform: none !important;
  }
  .amtheme-product-wrap .fotorama__nav-wrap--horizontal.fotorama__no-arrows {
    padding: 0;
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    width: 10%;
  }
  .amtheme-product-wrap .fotorama__nav-wrap--vertical.fotorama__no-arrows {
    justify-content: flex-start;
  }
  .amtheme-product-wrap .fotorama__nav-wrap--vertical.fotorama__no-arrows .fotorama__nav--thumbs {
    overflow: visible;
  }
  .amtheme-product-wrap .fotorama__nav-wrap--vertical.fotorama__no-arrows .fotorama__thumb-border {
    margin-top: 0;
  }
  .amtheme-product-wrap .fotorama__nav-wrap--vertical.fotorama__no-arrows .fotorama__thumb-border + .fotorama__nav__frame--thumb,
  .amtheme-product-wrap .fotorama__nav-wrap--vertical.fotorama__no-arrows .fotorama__nav__frame--dot + .fotorama__nav__frame--thumb {
    padding-top: 0;
  }
}
@media all and (min-width: 768px), print {
  .amstripe-saved-cards .amstripe-card {
    height: 12px;
    background-position: left;
  }
  .amstripe-saved-cards .amstripe-td {
    padding: 10px;
  }
  .amstripe-saved-cards .amstripe-td.-button {
    padding-right: 0;
    text-align: right;
  }
  .amstripe-saved-cards .amstripe-action {
    text-align: right;
  }
  .amstripe-saved-cards .amstripe-primary {
    float: initial;
  }
  .amstripe-saved-cards .amstripe-primary .amstripe-button {
    margin-right: 0;
  }
  .amstipe-add-wrapper .amstripe-button {
    padding: 7px 21px;
  }
  .checkout-payment-method .payment-method.payment-method-amasty_stripe .payment-method-title {
    padding: 0;
  }
}
.amstipe-add-wrapper {
  margin-top: 30px;
}
.amstipe-add-wrapper .amstripe-error {
  color: #e02522;
  font-weight: 600;
}
.amasty-save-card-checkbox {
  margin-top: 15px;
}
.payment-method-amasty_stripe .amstripe-image {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: auto;
  width: 71px;
  transform: translateY(-50%);
}
.payment-method-amasty_stripe .payment-method-title {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.payment-method-amasty_stripe .payment-method-title .label {
  position: relative;
  display: flex;
  align-items: center;
  flex: auto;
  margin: 0;
  padding: 20px 0 17px 4px;
}
.amstripe-saved-cards .amstripe-card {
  width: auto;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amstripe-saved-cards .amstripe-card.-visa,
.amastripe-card-saved .amstripe-logo.-visa {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-mastercard,
.amastripe-card-saved .amstripe-logo.-mastercard {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAACYVBMVEUAAAATRXsTRXsTRXsTRXsTRXsTRXsTRXv6sTDrHC3////5qDD0eS/xVC76wMXvQS74nzDwSy7//v7//PztLy36xMkWRnrzZy/uOC7+5Lf2lJz92Zr3li/+9+j+6sX5ub74q7H2i5P80ILzdYD+9vf/+/P94uT+7Mv5t7z4r7X+4rD7xWR1c1uMfVTMmz/819n+5rz92571ho/wWWVuNFqzJkH3sDHoHC7+8PH83uD+8dn+79T7zND947T4pq33nKP915T904r8znsuUnIyU3E3Vm/xX2tXZWVjamFwcV2+JD3+8/P/+e37yMz+6ML5srj3o6r93aT1jpf0g4z0fIbybHccSXccQ3fyZ3NIO2hTOWRdN2BiNl7wUF1qNFuFL1KWLEy+lUP6tz7tLT3YoTvjpzf6szXWIDT6rDDuPC7/+vn+7e796Or+9eP+897709b+7c/5vsL5u8D936r2l5/0gIkrQHIwP3E2Pm77yG09WG06PW1FXGtKX2lUY2X7wlzvSlj7vlSCMFOfh02sjUmiKkf6uULBJDzLIjnvrDT5sDD4nTDjHzDiHjD2gy/zcC/yYC7tMy3tKi3sIy396+z82t33nZYYRHkgQnYtQHI0P29BPGpOOmZlbGBpbV9/d1h0MliFelZ9MVXuRlTuQlH7vU+7lETUoDzsKTrIIzr2jC/wTy7vQy7qHC395Ob+9OH95dX82sn6x635tJT5rXz4sHkhTHZQYmfzbl9ycV15MlbyYlOchU/uQE6wjkimKUbImkD2iz3MIjjxrTPsiDLshzL3ly/0dS/xWS7wUi7vRS0T5BdeAAAAB3RSTlMAIfX066ypGEu1/gAABJRJREFUaN7t2mdTE0Ecx3F79v9DT00MmoRUCCQBpVnoVRCVjigWLKAo9t4bFlREULD33nvvvb8qNxnEyMCCF5iok88wGWbygC97m8vuznX7C3Tv01PhFT37dHf9/V4Kr+nlLOit8KLePKCHwot68ACFV/kCfAG+AF+AL+AfCziyYcq04dOnnVzjr2iF/+jNp8aGnR6znr/bFQEnZowbRU32jTi7WvGb9LDLe1iTkcOGbuzsgEnDd1MLI6Yomo2ZxVqYHTaxEwP8p8+lVuyarHDZNIy1Ys5Y/84KOD6O2jBzkkIxcTtrw7CMzgmYWktter82YzZr04eszgg4TyK1n5jIOc8DZpBIY2PDdSYy1NOA4SRywI+1J8yzgMmjxAH9uRvCipFPPAk4OpdEBvZz+cJE5jz2IGAmiVT6NZnHRLbLD9hwizrkQA0TqFkvO+ANidzs22wvE3ktN2CNeAD2/wqoYyI1o2UGbKMOCxDfDGQGXBMPgB/XsWl4RV7AMRKqHOhmPxNKlxUwlYi0ZvMEohKz2RxN7vgbL/q7uTmvTBcRkpu4hbVkSUljLEtWwAyiUgCxRMEAeIebEiCUuQtdDKcU1lIcCvgkkBWwk2gCgIW0CoCydJVtuTHvAl20L5OWrYyCynShxC5JK6+SyRRoMt4F4iIiFqWlOjSJumqmc1h0K1iKY0WVFamM7ZAVMIIoGUEYTzn8dWF5DLiY6GBwSUmAKjkInLEUiIEaWMq4S0pwd8qykQ1NPAC9a6hmyQrYRWTEIaiiVYhFTnRS4SobIAHqwKhoNdRRBxFeLGH8BGDBMgmqKsat01nSNEAKYI0IgTLSMh/ZzrWRrIBxROGQwH9i1TBRVL5RAuzAkiLnrDh8GMjR5kGZjPFP+y9BHHOqsBRoDIAOsJRZ4WBMg3hxgPgSBKEICII2GNoEIDgYqq1LABzaqsLDArgcNOIeY4sQwriyeCgXZUMfCT1LA9Yx5oCGyb0EO6kEqldBQEymCkaoMikQwURF4UAS5pfz/zyQKw5HElECrM5PRSSsVfzFEMF7Up0BFXromNxJuI2isJAWAPZAzDch5urFcKhXFmcuB2xYUKoF1MWZ5sIgPKivvw/oEyOXhmBxxRY9CuLgYKFK5G7RAJbUxOqhMm9E+Uig21BmahFbCE4JuwpcbD4ArRpONuBRXd27peCskeCUsFiRwli863flJb1eI+9GtJqSpUKySXbSSvlkCk8w5UlFxpwEtb082iYt30pRNknKM0vqcqJKpss1GHQVK+JDUjURaQYDvyDVuXEhiQYDcywOTe+KL6OvA9z4efBlJHdH0NDPzQDx7kBmwDHxknjQkGbfmMjIdJkB/IMocoN10A7Za8K17QzBT9/FA5DRVcvyxsFNxGvSl123MakPcBHPwDmjN3q8NRMbJN6abRr7bHOXbU4brgcEfJ7XzuZ0TFYHluVy1+aVfAJ06face04itR+ZyJlOOaLZR23aLTyi2ZPl3UOqtxn/yzGd9w8qO3JUe+b3o9r/8bD6D/gCfAG+AF+AL+AfC/D6Yzxef5DJ649yef1hNi/7Ae0O6PJ2ai/QAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-jcb,
.amastripe-card-saved .amstripe-logo.-jcb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAqFBMVEUAAAALR5wLR5wLR5wLR5wLR5wLR5z///85aq+zxuDS3e0aU6KFo86Vr9TD0ud1l8dIdbUpXqijutrx9Pnh6fMWT6EwY6tfhr6ovtyettdWgLtQe7gTTZ8OSZ6QrNIgV6X6+/2Hpc5Ygbvd5fHB0Oa7zORmjMFBcLI1Z631+PvV4O+twt6ZstZ9nsvP2+yNqdFtkcRqjsLi6fPM2OuAn8stYaomW6fo7vYTPHdwAAAABnRSTlMA9SHrrKn+88cPAAACM0lEQVR4Ae3ax47bMBDG8XjLNyqSRcurYhXJvay9veT93yw0o7XFi4EcJkyw/N8EHvQ7DAQBnB//QFe3AxhpcHul3n8NY10fBTcw2I0EDGCwgQTAaBZgARZgARbw/wGSrSM2juO0UPmOUKXdY7oRopjPSyZA8rSgrghA/XxPXTlk69PpjgewfaVTD0A7pFMuUOd0ruIAtD/pXIDqjc4NgYZ6+RyAmDRARBrgY8oNSKY64FEHzIgb4JAOGOsA1wIs4C8DZqYBoQXgzgK+L2D1HkUzBXhrAlkThqGLfXCqWfACMsgkYFcASF4m+dNLOkEOYBQEs6wGqntWQAFZg7sSwMcrqYYKkHX/SpixAuaQhVhBtqIvQPwFWANwWQFryGLMAPjU9YgJgLaYZymAhvgBBwR9gKcA6XsQPCdAyjIDqSgXdGwDoI6xh2ypAdYk2wNIEwaAUyAj2RCyIv49hNtxH6DOXQA+OAC7DCJfPiUAnLEEjAsAo8Ny6QalqwBpHB+efQARC4BomaVtDX8TTkkCiLxD2DVEHp2bEBOglwKc8+BSvwT8gMUlgA9+gHcJ0LID3MuAkQWwA3LTgPjbA8LLgE92QAPP7Ifo4TKgYgeUOmClA+7BDdglOqDUARE74AEaYA8N4FXcgBAaYJVoAO8THIAtdU1dgR5gOnypcQZMH6MKLICqEELM5+W2gmrkOBshnFENVeKPjrW1vS+wAAuwAAuwgD/L/BqP+UUm86tcxpfZDPcLutsGWeFCxv8AAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-diners,
.amastripe-card-saved .amstripe-logo.-diners {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAyVBMVEUAAAAHTZQHTZQHTZQHTZQHTZQHTZQHTZT///8OUpdij7w0bahDeK6TstCEp8vw9fm90ONBd602b6kuaaV1nMRVhbYpZaMLUJaXtdNGeq+kvdhci7kXWZsUVpquxdw8c6sbXJ16oMbh6vKxyN4kYqEgX5/z9/r7/P3b5fDK2ehqlL9PgbPX4u7S3+ydudXr8feJqsxZiLhKfbKhvNeQr9CApMlnkr44caqowdr3+fy4zOG0yt9ul8Hl7PTC0+WMrc3H1+fd5/HN3OrfNl/SAAAAB3RSTlMAIfX066ypGEu1/gAABHlJREFUeAHt2mmPoloegPG5y73POYDKooDKAha477ultVR//w81olR3VWfS86JEZ258EnKix+T8Yowm8v/X/0C//f0HN+mPv387nf8nN+vPTPAXN+yvI+B3btjvRwA37f8acAfcAXfAHXAHROG8dqoeetcHhONW5+3b6Emc6y7NqwLU591iLgG8WZAbdPN6gGqnkfI9Sz8LOuVrAUrtGZ+KxblAXgUQ7+r81DoXNK4B2AiFLN8HiByyprngcAVALyBLqainpVUHcIZnQDstHFAXNsBKiDNAdGYANXFuWThg8fh+Xg4QOwugdQZMZNGApzXA2weAOJFK4pxWMCAVFjAXHwEiBWY5IC4YEAoHKH8GzIBNDhgXDKh3ANzPgANg54Bt0QABMP0MUAA1BzQKBtgiAWafARYwyAHTggFOewb4lY+AEcAqB9QKBrBfAMQfAQOAnjjV8YoGzNoewOMPwBLAFOcaFA1w3l5OyyIHdGJyUFbHKhzAoBOSFaYAqsXJ8eMjWDgAt5XyU2FbnHp2rgGQ+zeLT2kVcarncw0AstFef3xY7ohTgc91AKBMRkp+WlR9/yFW4GoA/Ljb6TVKpe1InBtVfa4JAGylXMpbNRPei+bkacklAF5cmpan6wgIG/yqmjudljWv+8A5RdQvAcAXVaTSisGa/upl+ouEpOuV3wFULgOgUgWsdpVf9rglS0kKArBs+44JiZ/OI5B1FRzb0/AGKkAoQs4dAZ4PUh4B9ty/GGAgBs8tVsJd6k+OvZ+XGmk3GIlQ10pNoCrkd4DVXbKelKmMX4YT61IATTRrLZxdiBTWflVXROq+OmlfRxpA/AFAowQPR0AdOdxeCqAI6wigYoIw2816vS5LDbArQwWgJoz/BOAwuhTgUecHoDMHyACkbmcF+JOALDP6DFD0rwN2ZSDuJh8Az7qDEWWAvmQZnN+CA+Ds5REwbiB7ZXYDaNS+CojG7clytYglUWOiHNpj/9B2jaeuftBee1U52zefNbKM18f1+sG19OF81gmWz3rY+jaI44K+iqXlc85TJXmelXAuSYhOe/4/4G86zzRVE2y1rhmGUQtV1YzUjQ1mdpkSQ1r1bEdVU6yaTWI6JGqCv0Fu1OjLgEgParsSRq9Udbv9YDzq7+2R+7h1xpU607GM2v04dp/6D9Mnq7SYPb+Eky3mq0mjh9y+pl8GsCijT1a4Ds0esqqzRu+vRzQfJ6bRp7p/kDSHOM3hvAX2TgtaJVzY7kzKARcBuIPK2iUDUO0uVuj625zmYNxt9glW7SgDHK/4G9Bdu8YkdpktRy+XA6BUghygs0n1w8g9Agha/SToD6s5oFbxkJWNy6CiM+6PhxnAj74I8PTtXE+o7nGWXQu3q7xUR6VBu18qO1I/jKsEvfTlSWXVshsPg8V082qj9ELd00S/0Wtu1a8CDCPUUghxNM1G0zTDNjSpGprm4NnaBk2Ljs9haAmbpoWl2bCxNM82QkPTtPv9gjvgDrgD7oA74L908zGemw8y3XyU6+bDbLfv37mKZNpUe58OAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-unionpay,
.amastripe-card-saved .amstripe-logo.-unionpay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAALuCAMAAACJqx9AAAADAFBMVEUAAAAAfIPhFzUARHzjFjbiGDYAe4QAe4QAe4QAe4TiGDYAe4QAe4TiFzbhFzYAe4QAfIQAeoQAe4TiGDYAe4QAe4QAe4QAe4QAdoriGDYAe4TjGDYAe4TiFzYAe4TiGDbiGDbiGDUAeYQAe4QAeoTiGDYAe4TiGDXiFzbiGDbiGDXiGDbiFzbjFzbiFzXjGDZfMF3iGDbiGTbjGDbiFzYAfIMAe4TjGDYAY4DiGDZQNWR1Llc0N2uXI01pMFsAe4QARHziGDb+/v5EnqUzlZ38/f3u9va6292Ys8qZys0RhIxnsLYCfYUGf4fL5OYDR366zNshjJR3ub1Vp637/Pzc7e6pwNL2+vrL2eTu8vZutLpLoqkLgYoiXY30+fklj5ZTgad/vcEAdoOkz9M+nKIAWX+o0tU6maBEdp8YiJDy+Pjn8/MAUn4AS334+/vj8PHf7vAAYYCJwcby9fgrkZnudIYEQ3s9cZsyaZbjHzxRpasAcIL6+/zr9PW+3eCju8/T6OlfrLJaqq/I4uTD3+K02NsSUYba7O10t7wVho8AZ4GNxMiJqcJjrrT+/PyRxsociZIAa4LwhJQsZZPlLkr87e+Dv8N1mrgOT4PdGTf9+fmw1thKe6KWyMx/ob0vlJsnYZAdWosISoDkJkPP5uefzdDzoK3vfI0YVonU3+is1NZpkbJ6u796nrv0r7nWGjnq8PTc5e3Y4urB0d9YhakPg4tLNWXX6utvlbXnQFng6O9ljrA2bZidt8whPXJXM2GPrcX98/T3wclgi67qVmxiMV14LFfmOFELQXnoR1/F1eHrXXKyx9f4yM+Epb/yl6XxkJ/wipoLTILsZHgaP3TpT2bi6vDQ3Obzp7JAN2j2usP1tL775+rtan2oI0jIHT762+CswtQwOm2BKlSwIUXAHkDm7PK2ydn4z9U3OWuLKFHQGzz74OS4IENxLlmZJkygJku+z91ciKySr8cpPG/51NrtcIIUQHaSJ09qLluvxdYPQXeXssm8ztyUscgSfoyu+I4OAAAAP3RSTlMAREREBfm+KYT58ByxFw7pCmvytng1EsoE6aUy35eQT6FqVdZfyZp+Vzx1YSHAq4522SnRhkw+33TjaWlZWXBqqqufAABfnUlEQVR4AezdvU6U7RbG8SUZQAYYkOFDPl5AEQVBCKIYqlnrCDgHEjsobKbxDOws5yimo4RKwgFMQwMJH4USxYJEjc1+H4q999qZZud91HXP/H8Hcee5r2dd65bWVppceLq68mx9s1jsNPyt/vn6/MPe8U3j58+q/gPY2t15/ebd+7fb29sV/B+Ghgbmuvqmhx+ODAr+bXlhtbxp/4HT6x/HDf3nsLvz5n0OpxSm+oY3BgWTT8vj9l9web7X0Bxg9/W7PM8q9HTdHZE2VlqY5bBy6tcHDc0Ddjisfomp6RFpS6WlMlmVU/++d6TIA59Wv9Lc8Ki0mULHLKeVd3FwpMjDzhtOq1+sZ6Jb2kj/E26C3tVhQ5GHrddvK/gNukakTXSUDc7FXlWRh913Ffwufd3SBmbmDc7JsSIXO+8r+I16pgeltRWWXhmc6xtFLna4C/52Ay+llS2sGZyTGwVfVwmbGJVW1bFucC4+ai6wy3H1p0xtSEt6XjY4pweaC2y9qeCP6bkrrae0anBqh1XNBV5vV/AnTQxKi5nZNDgn+4oWydoxNiqtZLlscOoHmg9wG4xgrldax0LR4HxtKPi8aiVT3dIi+ssGPq/4vGpxU73SEjrGDc7FvuYCu/l+XoETq7Bq8PL6OYjXFUQyNiip6583OPU9zQei1ZzRJ4lbHDc4l/sKroOtaliS9qDT4FwfaS6ws11BPC8lXYUXBu+8qmjh+AoDvZKqUtng1A4UIacZQIzVv25w6seKVo/b8UiStLxmcK7ONB94X0FYA6OSoMlxg3O6r7nA1tsKApvgvOK8AudVMkY4rzivwHmVii5JzGTR4Jw2FIyLMowV0vNxg3O1r+D7qm2MSUqWNw1O/UbBedVGNiQd/a8MTv1MwTwD06MhFeYNTm1Pwbxoe+mVRBRWDN4HBX2cNnNXEvGXwTtX0HduNwP3JQlLBu+kqsjFbgXpuCMpWOw0OKffFLnY2q4gHY8lAf3jBgYa+EGYBu6EzwzegYLAnVGsmJ4YvE+KfOxUwH/CfC0avMsjRS52CbCo5+SstGlwamcKAqx2NSqxzRq8HwomsBhsiGnG4H2uKrgQ8kQhEw1JqO0ruBBSgOZCmIYvCi6EbWyOP4QpuawqGHFvYz2DElZhzeB9VLBTpq11S1hPDd53BSOjbHaPqb9ocGoNRT7eVsAT0CzBInEncW9PlHOeG7yrI0U+SNzZMJO3FQNbkfnASgNP1k8avNOqgpEGJkdjKhvYgsUWLPyPLj6w+MAiwQIHFgkWCRYJVlvgwFruNDj1IwUfWOhiBisJhwo+sGLiwCoVDQy5M+SeBv4SPjB41wpeTg2KOax1g3esUGVNA6bZg5WASwWRO/52l8id2jORO1JxT8IpjBu8fQWb3GNiH9aMwbtQ5GOrgrSN8PQEU+7cCJGKUYmmUDRwI+RGiCYGJJwOg/dZkZMKGHTP2aqBf4S8PZEIFo6uGbwzBVOjMTHV0G/w6lUFU6OI+ZNwweB91QzoEaJnkDF3hhoYakAixoiwiLCIsED1mQgr5wgLrMLCQ3o54Z0o6OXgVi9TWExhMYWFRExJOPMGdvfxHiHSWDda6DQ4tSPNgAgL9ygSUiSkSIhUdEs0TwzeuWZAhIUhCads8PYURFgI+sRX0eA1NAN2YWFYopk0eKcKms+4tcELquF9V9B8RtDm86zBO1DQfEbQbaObBu9GQfMZMd9QXTbQfCbCQlMvWd7H8j4iLKRilOV94f3QDIiwMCfhrBu8jwrGRhHzwZySgeYzzWc09Yjmc3gXCpb3IWjz+YXBO1TQfEbQR+qfGbw9zYAIC30s74vvm2ZA8xn3aD6Hd6lgbBRB33x+avA+aQZEWBi6L9GsGGg+MzaKRJrP4wZvX0HzGTGbz88N3pWCCAu37kg0SwbvWkHzGTSfE/FBMyDCwpiEs2bwzjQDIixMSzT9Bq9W1QxoPuOhRDNj8E4UNJ9xq1eiWTXQfGZsFM1MSTjzBu9YM6D5jAmaz/H9VBBhIWbzedHgfdacoJIzsLzvicE7VxBhIWjzuWzw9jQDIiz0SThFg9fQDFjeh2Gaz+GdKmg+49aGRPPA4H3XDGg+o2dQopk10Hym+YxEms+vDN6NguYzaD6noV5VEGEhZvN5weB9VRBh4VYvy/vC+6IZEGFhTsJZN3gfNQPGRvFYoikZvNqRZkDzGY8kmg6Dd6FgeR9oPtN8pvmMpAxIOM8MNJ+JsJBG87lQNHjfFDSfEbP5PGnwLhWMjeLWCM3n8D5pBoyNoue+RLNi8A40A8ZG0SXhjBu8fc2A5jPuSjTLBu9KQYSFWy8lmiUDzWciLDQ1SvM5vB8KIiwEbT6vGWg+E2GB5nOaalUFzWfEbD7PGGg+03xGIsv7Xhi8QwXNZ9B8TsSxZkDzGRMSTaHT4P3UDGg+455Es2jwPmtOUMkZaD4/NdB8JsJCM0P3JZqygeYzERZoPueK5jMRFmg+PzfQfKb5jKbusLwvvGvNgOYzegYlmlmD90EzoPmMMQnnlcE70wxoPmNaouk3ePWqZkDzGQ8lmgWDd6IgwkLQ5vOqwfuiGTA2iikJZ95A85mxUaTRfC51GpzakYIICzGbzx0Gms80n9FUt0TzxOCdawZEWBgSms/h7WkGRFjok2gKRYPX0AxoPmNYopk0eKcKms+4tUHzObzvCsZGEbT5vGJgeR/NZySyvG/T4N0oaD4j5vK+ZQPNZyIsNPVSolkyeF8VRFi4NSrR/GXwfmgGRFiYk3DWDd5HzYCxUTyWaEoGms80n9HUI4lmxuBdaD6wVckZaD6/MHiHmgHNZwxIOM8MNJ+JsJBI87nT4H1T0HxGzOV9iwbv8l/s3dtvVmUWx/GtkZmBGQ8DouBBx7PiwYCHyVytZ632raG0TEqHNCmNTUMDqSQDQ+gkZZBwgAAhInnTkgAXXAg0IQSvGMINExq0Ng1pm9qkllaJh6QCHi48aLwZW2e0r1J51tO9n/3sN7/PHwB3ze7q+j7LANZGYdzsKDTzGApdMoAR1hiYOQflsyuUz1gbBZTPc7kQnDFhQvkMKJ8XcCG4bAAjLBh3XfDlM3xmAoXyGVA+/4kLwRtmDGCEBbdHwZnPheB9MwYwwoJ7otDcyIVg/z/NGED5DPcHXz7Du2YcoHyG30eheZqvBuUzYG0U7oqC8xAXgncMoHyGMXdEoblpGheC7wyEOcIClM/XcyH4xEBMCPB4X8we4ULwgYFAR1iA8nkWAx7vy8YIC/B4XzSDC8HbBvB4H4y5NQrNnVwI3jOA8hnGPR+F5j5WamFfWlo5Dd8Y8Fw+r2uo3bJsZX1V1a7y8jqaxMnycVU/OFQ6rrHkJ42l3xv7NyoJ4jH9luyXz81t54dODB7t7cu3N//oq/4fjDT/pD3/fy3spEsOXOwY/796899rvor8/5zLcvmM8nmJFMiVlZXVyFTUlO3Yuv3I7uOLqlc2UTFB+fwXVjoqWm3spl2sjXB8vjCeoXxeIQmqOXVsX/W6CioGKJ+fYK0vResEuzkhtva8xrF5HeWz9xHWDklc2faGxgrKOpTPj7JSyx7RGmE3V8TWeY7P5wY8j7DKc+JF2fItdZRpKJ/vZqUB0XL9/GkVa3mOz6cGPI+wSsSbmhUlZAseiILzjPNgKfHPn26x1sXx+dh4hrXRneLT4eoKsgIPh1c+Ow+Wkv/86RVbwxyf/W8Zz1A+rxC/NlUT2HiwCMrnYdE6zW46xNYgx+dDExMgW2vEt431lEUon5/VD5a0rrCjs2KrH+VzlsvnJvGvZifBtdwcBedJVuoXraPs5rRiqo/yOcsjrPWShmMnKWtQPt8wjZV6RKub3XyVylIDf208Q/m8T1JxqoqKHsrnUV9LDYqN+l6Oz0fGN6yNbpR0rKkn+DWzo9DMY6WWA76WGhQb9QMcn0vGM6yNVpRJSlbXE0xu+pwoNE8lvzbax25e2yOWzrZwfP5jPMPa6DpJzZpdBJP6TRScuayUF60BdnNObHVwjM4Yz1A+vyLpeaGCYDK/i0KzgLWGRMn58yefSpdzGeWz9xHWQknRWoLJPBeF5nHWahOlIXY0JLa6UD5neYRFhyVFuUaCSdyW/cf7OkWrnR0NK17bis+3xjOMsOr+Jmk6VUlZgfJ5vn43SquT3XQqXttC+ZzlEVajpGsnZQTK5xvdd6MSz5JHxFYzx2e/9xEWyuclkq6ycsoGlM/3Jv/a6CA76hFbnSifA/RXsnVMUraEsgGP9z3tuhvl4a3184q2Oj5vGt9w83m1pGxpBWUCyueH9LtRSntaWU+3UT/IMXrHeIbyea+kroTgl+4ogvK5T5S+ZEddqdzL4e+MZyifqyV1Cwl+6Y9RaB5jrQ5R6uHEL3y1cnw+MTEBsrVWUreqgiAD5fMjrHVWlLo56QtfFxnlc6ZHWBslfaUEPzczvPJ5Fiud9va0DF/UPw+I8jmLa6MVL4mtmqbSZYsaFh7ctuMliVctQQbK5xmJH8wZ5cSfauhH+ZzpEdYhsbaGflTZtK5kc+3YD6+lf5epW05QjOXzoCj1sqPuGP4MqXfZgO/yeZFY20pXVV7fuL624dVj28rE1SaCn7suCs19rHVFlM6xo74Y/gyp95kB3+XzQrF2hH5dXe1qcVNTQYVg+i3ZL59bRelACyd94auHY/SGAc8jLNok1hroWur2bRAnVVQIbo+C82dW6vb1OrLiFZtujtH7BjyXzydzYm0ZXVvpUnGxkgrBPUVQPvf4eh2ZT6dy4Ot1lM/ey+cSsZYrJwtNW8XBMioE90ehedQh71Ma4KQvfI1yjN414HuEdTz2yfjJxaL3CkHo5fPdznlf8schjqYywvrUgO8R1sH4A5qm1VNexIK7ouA8o8/7lIY48Qtf3SifM10+0yqxtpksNeaK7xE/lM83Oed9yR+HaNmTxghr/1sGPI+wqsRePdlaWHw/sFA+X89aF0Spix0N+L9Rj/I5lcf7qhWFMlnb9eIUfyWE3xZB+TwsOm3sKp/GjXr+wIDv8nm3WDtG9l6d2tAdZkbBeTLxgzkX2NWFGDbp9f5twPcIa1syv7WtE6UtBBP9IQrNDTNYacTbgS8ejmGTXu9tA57L58oXE9rtXCw66wkmujUKzZ3JH8w5zY5aUxlhvWfAd/lcKtZqKklh35Q23eH5IiifR30d+OL+GDbp9b4x4HttdJFY20YaJaKzlyDs8vkph1UDnROc+IWvgWw/3oe10SNibS1p7BKVXCVB2I/3zU38YE4zuzqfygjrCwOey2c6ldiU6WXRWEUQ9uN9T7BWn68b9dxyVux0MMrnTI+wynNiK7eLVA6LxjaCiZ6LQvM4aw2JzhVO/MJXnmP0uQHfI6wSsXaKdF6Ywp0vuC375TO3+bpRz+2pjLC+NeB7hNWQ3I+U7e5lDjwQBWd+4gdzRtjVYAyPQeh9bMD32uj25FbRD7o/hwUPF0H53CxKrZz0ha8hRvkcon8lMRmvT/RXwiaCCR6MQnNv4gdzLnLiF77yHKMPDfgun+vF2suktFgU1hCEXT4/6/zZk/x903MxPAah96YB3+XzFrF2kJRWi8IKggluDrh8Vnz26PRz0he+zjLK5xD9I4k3FY6TTl2umGbuKJ+nsVK3txv1PJTGCIu/NuC5fKatYq2RdEpF4xBB0I/3PcZavZ5u1Cv2J9o5Rh8Z8L02WlkjtjbUkc5m9z13mB2FZp7zYdPkj0N0xvAYhN4lA75HWCv1R+qTea1hOcEEM+dEoZnlUMvodHPSF77aGOVzttdGa8XablLaKAqbKWwon2ewUpe/EdbR+N4zVThjwHf5vDy59/VObhB7ub0UNJTPC1ir3d8IazSNEdZ/2bvToCrTM2/gJ6npeSeZN+9kMlne7Hs6eyp75dN9PxccVDxwoPs0i+IRSksW3wJLsBELGhcFKWm0BITQiOCOtraCpl0kATTDuCgucWmXRJMZdSZm0Y49GdPd9arBtODzeP73fT334ZHi97nlnKaKu57nuv/Xdf1Wjop2CUs8Zy7YOYdId0HrqHeNgOF9WwnDXw5R0jQcJaw/yFHR7nyuIthzQtE4UrBEeNto5/NnLFU3CMNfDnF6WEpYP5fRNlrCmmiuKh4o0B6PPOojPs/5IWPIuukS1vJhKWH9WkbbaAlrJsHGm3wjrBQPG/Upn9e8jzFk3fhyiAvDUcL68fNylLHOZ35stMjkbJksMephn/N5zZcZQ9aN7ze9MRwlrF9Kl52cfetY+bWbaR1nO1Oq99cGRzufH5ERIlRcQChZFiLtDfij/tHnNd8yNmSdX8Kqg0tYnu18DuZUt/tpkG3lzcHR2Kj2tNFF3NQonkkd9Qmf53zR2M0dfznEqWEpYb0mXZOTUkh29mwOjnY+I6cK/6UtN48UTBCjHvYx7w3ve4pxc2e6hHWcUcLS9xfpjsZdHeSofd9oCUtvSX2MULKUFORXiVHe7nx+N+PmzngJq3c4Sli/c+m4OlZIj1O6V454wkDncyhDqEjOH1F9hKPD+55m3NzxSliAnuEoYf1GumH/Nopk82gJ64GpBEsUSqaRilgx0ox2PlsXo1bC2k2YC54b3tf2FkUWKh4tYakvzFkqVDw7whYSjg7vey9j4IvpEtasYSlh/UKyZaYToiM4OrxPeUnEs0oV97LRdTkcH/R5zcctVZdIzQlL27nhKGH9SrJt8RMmU943Orwvj2DLzK33WitGDfaDEdD5vD56JazLUShh1R2eZQ3yZ8n1OqHK5ZNkUuZ+Q53P2YZW2iwmJfPFqEHe836f13zTUnU7aiWsNTVmS1h9p46fv0hE/Y6dzxW1+3Iy9+69lVk8KShR1QRrl0+I1h3Vb6UTkfOJVVFbfO9XtSOzuE298/kZM/d4c/ykYm5AeFfCqhfZ52nuxJfjn/TO5x+ZXpjTa2k7YK6E1XfpeG+9/ZbXP8l7KnIaytPS6R2lHV372yTgFuG2MRL0bcW3Go69Xn4k6Z47KeVvtmzGz1VcsPZWd2chDdgjH7WxeUvK2UJ6R35ad2aFUufzIiPJztgwjYgKVkLsiysXpPJSrbkTs14qIKIXEp7szuevM04R4yWsEyZKWHUHNpy73kQPu2E95JXnZcWOse1+suG/tmN1xPemQsKd0Xs1u/u4sz2fbIXTuhpyGqUr2pobys8O/pyUoYfV/q7tZCc1pRkvYQXiTKy0KZpOrl8RBpKnzh8/YfGLc4oCQkcgeU7WtCKVs2r8uMR8GuBPEBqWDZxV9+XlPtmdz1/jnSKA05a2866WsEr6DmxY31sfacvrHxs6S8nZ9kh18iOkoFO9M/FY0jaKpLRzy76g1BdsbW54szOdHjUo7NrakuYnZ2lTBWgVwfLggyK2jJT4I2WwkuetTAzTA3mbnlU7s6piJoxbkEd3ZeFnVSkNUqX6GjlvyZgyxkZH73U+f5IfPueXsJgbvi5Efqia1X/+chOw5bXkjV4/RXCzTT7GPlJRLVVU7D1SSKht3bUaJ9WknM2vX9teSk5a5QONmw9RJNPiXd8/MUaApsaRmnHiMQIxSyppqBmLM8Cj5+65MV1hUeuymMXr1pbSo5Lho6ro2Zen2PyI5xKEgs/7POe7jFPEdAmrj13Cqjv9xvELt5sinalrHvznJ+qho6BYOusiFbMlbPWta6Wk5tD+1RLVlrO5+k5HPjkYWsKa1F1IgBlFArHJ/c7neWFSE1clHMUuLSBbBS9GeAOcfPcN8NUQPNM0YfLECeMWxnHeh5dNfXHmS5UhV9Z3fMl7nc+M8LnxEtYlXgnrwPUepWRr3fomwqTmSEfpSieKRNW+nk4aru6CjqwdZ8ME6Ro43cpLCVMWKwDT3e58zphCAGyMacK8BeTshWSHIvfdc2PT3FSyEU6w+cJFcxavHPNcSH/jdSA5ZvzMTWvDwPMp7As+r/k0I3xuvITVzyphHVA7U0uW9xCscLZ00EoqciSm+I6fNG1vlhE1E+rWX7u6wwSbngxUxwkW2gmVr14lCPCnvPOZCKdp3MQh/yB2ftaUxDhy9sKjp9sC9j3minzkt1f0pHc+f48RPof0lBjf8HWBe7IevPc0d5FUdJyU9nIIhcdG990kjpQKGUEDodqkDG7eRioSE0Qk493NoueO85OqPPtzNSMrjiLxL35QNprzzLiF03Xeaueyk63z8DZM3D/5POcb/PA5v4TFnBO4gTnHud6yDh4lRd3shxWijkYJaL3iJ54zxW4l8zukLD5LirLcXKG6UkSS8XIeqbOtRSVMmE6IFfePjFTtt9oMP/417SXMIEBZ/BPf+fyU6djockvbQV4J6wKBtq5ZX0Oq8lulrdkE29aKlNqP5RNbfoSOmmsEenNjuZ9UhZeJCArca55JnhlHGqYJGzGvEmixEJMZ87xyCf8ge/MJMf6J73z+iqXqcPRKWBt4KazrBOqtJw1d0lawkEDpyA1hznZyRYN8nA4CHUknHLyZNJkAyL1+1YuLQqRjRrzNi+UUgvnniBjO1PgZ3KfVRAKsDQg1H/J5zVcZM4uNl7C28lJY9WRUqkNlqJwwe4CUVLDbTy7ZIh8jlYzKy4iQQCBYmfNhNXHFwhDpCcfaPLPEkYK4yeM55/dLzLN/KiGmqnY+j4ThfUe5JSzcDVYJaw0Ztt/hnTBEiM6NQAdOGrnGf0s6aiM+zgSrdQSxv2DLSM6eM2HpmBnEME8MFT+N1CycSag5jPGF4xhDdKYJRX/v85yPKhfCe6JWwqrjlbB2k2FHGLMa8luCQNigkFyUuk86KSYO/oCFSoIVjHkg8a7K5+JChMMfW7ILSFUegfxV4Gpq/Dc52U+RhZOFon/wec13+IVwIDGg6TCvhHWKDEt1SDYEkyiSQ0jTzK4QuWr7SelgP/ExNp8uo+G1KSCGmFBK5szlVPEW4XuB+Butvz8COp83RK+EdZxXwtpApu2T9lZfiXBy7ECa+l4nt42VDlqIj7FNeT4NqwUJYrCMacSk/lZXBr8S24hHnu5mZAhVH/Z5zWcYhXDIeUtfL6+RcD2Z5lwVakglR2k7gsh5VU7uK5b2WJ/FHzS1kobT3Cq91DmjYGbjBU5u9hm8jviEdz5/2/TCnOWWvh7eLKzzZNox6WhSVz7ZOfP2bIkIXiEYf5bNIWLgD92bS8Po1VwxWNEMMiuZc2hX2oVGC/BZX0925/P7+IVwcyWs3cxZWJeJj9FYs7GhM0SD5HdumS1B5WREs7R1ldgYSawqPw2fymVDy+1xZNYM1nyd6eJRL1JkoVUCMPI6ny+Rkh5L3xsEucDo62FKkY/XmLPl9ZTO9u1ph5JSWnbUBrlLLPgOSTsVxMfoYZtDw2du7tBAU97w3JjGECYsHhGoxAtnT/jwvm/x5yeYK2Gt55Ww+si4K9KQXWRKKzhykA/vAFxCwyYxXgyWnUemjefdlCaAm2LxWV9PUOfzF/nzE8yVsG7zSliHybgjnH1Zx45kSgfF+dEtu+0nBv4wz0QaLi9lDK1fxZFxRcJOIJUw8WKotUo1RNzHvDe87yn+/ARjJaw1NbwS1nIy7o7eDpr93TfTH3febbxKxuxhbiUzcGDtDNEwWRoQg+UWkHFlATw8C5XsJyJvvglC3T/7vObdlqrThGPuNz3AHOd+jozrkmomNTd0peVHqtkHOwlXerW9I52bHbtDxq0QjibS8EgdL4ZIWEjmvYSv6sce0BbiqZInvfP5aUvV8uiVsJYzx7kfJeOq8R00mVvK08I02GbuFtbCt5sb5V211YWsqQ0dNJyxhpk0LGbEAnlxHHs+zDjCZGu0PS8SGj4wEjqfz5OSDZa+C8yNhPVkXAO02aHbaQdNq7Szz0+YUHWjfKC1g1F3C5YSA3uK1UIaDpuqohm4B/ZPvEyYGPVfX/5kgfB+5/N7TS/MOWjpu8h76awj8/ZLZxXF+49dOZtKzq5KO8F2wpwZ9HI3aZv+4tZaYmNsjsjIp+iLszlAV4Xxfz5l/NSi5Nh5U8KkKpyA9ychgfUYPAT3xHc+f5yxdgtSU2J8w9cFRgnMTKdL4+wdLeWH0nVDES2EaW+Tg2wmUIUcKpPYGL2EMRR9i2xGoAYSCTR9QgYw4w/uBRyQrdfYswD4vjuFjnf5vOazjCwn5Ib52OgGxm4fNruJVjnpBNolbbSmEmTP0M8OXtWuum8h4/IDwkkWRduM+Xg/no0p8eIh4/0uzbdfplUNnKgY/MK95/0+r/kmP8tpruZ+jlnC6icl9efPnTi+/qyfFBTaDWrI561QfYsg4Vo5VDdhdnDbgPYcGdtybGwaY6IK0PVrTjgrQ9iYHCaIf+im98UuvRsH8gky6PMDa/G5yIo+4vOcHzGynJB+49NG613Zp3/5xECx7deTygmXxtpKmM7ZEbYZ3tYDPNilES6tofZvu3x4d/kDEsIUTaF1y/BzE7vkW0QKQhncKYYzVQtfU4WWT/m85uuMLCfmDePTRi/wp0o0bT1tDXjleaX3o3LWkq8jjLEJSXZxU8K0yKEKCRQeu08zbzpTAKUb8/LHJaNT5fGeyCI/EWf/hGIQa6Xibq9pQs/nfF7zZS8vzLlEkFncS8Ke/jrrb37pfGagqYZdrH+dydkwlkqQbt2Hwm0tQ+pmwQ4XUg0vU9TELV0m8K1++E7YRe5MrRin3ju9GJ2LPCI6nz9pemEOrTHe+bybe0l4ynrI752fkdA1892syPlZgrwu7WwnyJtyiB3ad6K3XLgkXERRsnZ8hnA0gSCpk7lR/TnCUZby23V8HN5ioOoTPs/5LmMEKOSipe8y8xOWE6SmznrIa/fL5qmcS8IjBCoMaj9gpbZJO+2ac5KrwU9drf0WSnkB4SCQR9FQNi5bPEbGdIJkcctw/ir2rrMxSmMuCjIEyPudz5bphTm9jBJWDSG2cic5X7Ye8uN/U3nMoTP4qQGWoTo5D1gyTfPAStKfVnqGMAuFk9ionFYxAwcm8+GmIIN70fmqcDaVIInigeRUVofByO98Pkhq1lvaTnGr+pc1vuLv5H03OVXzMIFatJfc+1vx7c3IcbdNfzBNO3t832Iyy5+4YmpARLAzjliL3rNcmbKzTPXMm8Kfi+zsf/m85nv8hTn8TkJmiqqPe595yXrIb5yjUOCRI9s4KfkuglyTrDnH1ZpfOYdxYM0TTl4ic0KJS+dXCcAEgsxIEPae5e2fUAtiFYgBsX6KxB8rNH3A5znfML0whw5Y2q4zk/SnCTOohPUTpco3NeMbSaGKUEUqQTKlvUK9c7aZIKUn8TMSr7kHysiI1MR1i6dmCEygkjdnQUwlVDJ/nWyewovoOqHrf/u85u+eMh0bpTrTw/vO4Q+DyIn3C3nfHoL4K+Sj9jL21zQQpHC1tBXUDI62MKbB5xOkTDgpIpeFX120cvGcooBQMIcg4XjhYDIR4U9HzCCWPwDfTeblCl0fHAGdz1YPKekxvvP5FN7YA5x4v5L3BfMJ0oHPssIqQu28VT0bNVtzrhCkmvGRi9RfxnB5ZZWJYzaNm5k1YV5MUbzAgTVz4HEl3p2N/SsJslPcE5iLdPFo+4HPa75qfMPXddMprJo1+MMgkDv9s1pNp0tyUg052kNemqW9Ys1P3q7/IrqP2/ArppGCvPGxf7MqOTk5Nz4+QfAV8Sfk8PZPKLZfL0NDEM8lCMDI7Xw+TWrOmW4kPIqPnkdypz9Ta+fbC4U38YpQNUG2BaW9/Xp7cyr8+qGzHew/9QLCTS8SRqwgSEEAfsICxhszaveT0brbHIHz/vC+jzK6ZUxvzNnN/YCDOi+tf1IrQ9XazWrw6+8HPAPHqOwdI4h/NdhuDSyvaCBIaCde/HGWt0oYEZjBbqqpYuyfUM+kxYIPWGMEzvvD+75jKTtBak5ZujYw+3KsWRrJ1leeV/rDLwxKxuzOau03ukzpIEUv7rqLsTP2TYKsFU5eZA9Z5ptK6DnhKJc9s0LlQS0Ge8AKcQ747/u85mv8CVX4eWKmBegiuxPxuPWQP6pNh3pLMt6RKFP3jTC/UTo4q3c9Wc6YNniNm5ZcR7DUBMHH6DmuFII9ceIZ8XhxcDviPGSqA8OHfV7zGQvAWkPTVKIdamgixHr2Vz1sPeR/1P7wj3HmG/s36ubUb0oHwVS9u4J2/VZtuYeblpzBHS3MlxDHfiPE4vrAZKpE9NcZqGSsegZ83uc53+ZthQBcNj0d+TDe9IgExf7T8Q8fv6wrJ0yH9uC/LdLBPr0Y1slSPOc6VKOfGRtdxh4tzBdDmInC2SaClCYIZ/jPGQ+V5ycIhi/5vOZ9lrKSGlJywfAbYU8Jt+Z+w6bzWdYyYqPyrHYkogGfq2xvs16qoZgRGy3mxkbns0cL8y3Bl91w7zoXiAhmoi+WiZxVz4Av+Lzm08yrO8Bx45Ma8KI98BP+Xa0M1YG/lkH7wW4S5Kp00kWYjVoHZTfjjFzELR8ZLWFVov8TzpLZLeADxoNLtGPAB8IR1Pn8LWb6HHCJeUfIuIQ8p9Gc/a9q6YAuiV8SAitUV6cyLutUamBn9HLuO4BLQvW89avDX8KazN9cLea7dc85ETz3xgD3kRz/5POcLzLPEcBBs43PTWvw6X/IN/yJWlZ9M35JiDwn5ShVoBj1pCt66a82aaOT+TKX6x/+EtZi9shUfMN9sjun57pVfv6q55Hf+Wytj9J85IPsFWJrajSuMf9b7earFs9uIitUW7glrBy9on0b5000nbkn5lkPlLAWudC1vID9MwYk+AkwbQq682PkDO/7iqXufJQOrK3sjTyHNXod/0PtSSVdcjoJG/ASFpBWVVqGmqM1lPmOtNHGjY0uJVh+hjAiEMfvWs4oJcgmEdEMAqwNsVY9Az7k85qnuVPWAX2aJfcm9hvhCY1po/+ldvN1TTJySbRPt4R1TTo5opc7rWaEKZrxtVT21hJsoTAjFu5a5kflF/PnRoBeFCwf+L8+r/kXS11TdILu/fzQRK/GM9rP1DpVtnDqSOEgEBBAPlZ9znGnXhkqB0/J4rHReD/BVggzJuBdy+xFZdkionXEwF317OXO5/dayvooKksJ1/SgqVFn9Ron6k/Vop85nAEvN7W3GeZIB616Y52DYUL4G6WNO8xy9UQPlLA2EWQ6f+4e5QPBjCzCYYH6kd/5zF30x+x9PkGQiyV4YAwZ1fBbtU6V0pOc7OYx3YR8qJEbGy3WWnvRLu2cYf6tzyRYaYYwYzpBpglnCXn82CgekIC+LNO7fF7zWUvdLIrGdJm6Hn4q9Q2NUQ1/eNCp4idEmrQzljA5uiGqs1gJCy/ab2aEzjZyJxQs4C5450t2IYWVzd35rP6z+KueR37ns3WczM/vgyOfNX38/EW/9ZCfq73VdUs7hwh8wdItfnVJB8FCvdu+ckborJk5oSAjRLCZwoxnXSg/PePieJxc4ssSTB/xec4PzaUNeM3PB2oIchTflYG9sv5arZi0Azo1gOck1pBTfu60g5H+amEWVGIIN1GYMdOF8tMiODYKCBNXQYZg+pT3O5/5+XNg4jqg5DJh3sCbtKHYxY+fV3vkaOM05ryuXYHaJx1UE8Q/SWs8cjiIv4XisdEVBPPHCzNe4L+Rorv2CwRiLnHNF1yf83nNly0N9aTqkrERgfUl/NHz9dZDfonX3J2D33sJs0P7vDnJHN6XpvdWdwiouavHRhcSbK7g4B82S/lJLiQ2Cu2VNR9Y+0ef13xSJ25Ayi6oz8ECnbAeYzlBztt1Pp8MEeIIa15Cm25AoEM62OjXi3G1MCp2G5nTRhNSCbbSWM2dH8RczI+N4uF/9qpnwCd8nvNdfocfoqnOUnK6yZUffEHj0HtNrebeIu20E2SP9r+8gocasCERSYyKXTPzb32qB8a5x/DHucPPRNlgLzbPOsH2MZ/X/B9LwyVSd0ItmVpPoPX4YFQwefoXtelQzXjOHVqEGoY3V9i7qVntTyfIJEaj9yo3MpLLhBnjCa/DMZsRSxP415boqueR1vn8bosfw4L0rFE5ry4SqKkPT+Rj45F/p7h5ZiN+U4dkBNrgf2lvY4ggu/Ti8duknSRChANwPtzZc2J4LwlfdaGElcjvbcRHj42w4X1P8+es449CqN0XXfqppzTGI/9GrXt5Dz4vAcoIFDN3Pu8iSH4FsHoVrtgV8mrACXns9xy+TfxpoxOIWcvjB7H4q5493vn8Df4rIajmNBzA6nGrNNavMR75J2qF5Cu8sLluOYhqeXeEd4BkPlyxq2XGu7P5wwf45vJr/ptY4x74QSz+qmfvD+97r6XhMOm4CNbdlzcRrB/Ni+GNQ79Qmw61hTMv4ab+kvmN0tZs3V2I7YyO673McvkzhCsShuSx1wkGyhh1e8bUaHNjpD/o85qPWzpOk5bbyIm15jzh6tc8/mfVqM+S+JViHipH2pgEdz5rz2polJIxWn1PUKKxUWA/UBdzVMMiguUFhBkJhHmWMYUd2KEBl/b4q54BP/B5zVctHbtJz+XIJ9alelIwy5WhEjUl1jv+LAfcZAxbuUWYZv3qV1DaqSjUHHOaSZAORoYjDrxcM//gwCkYxfD7chI5e6jxMhnfe97v85pvWgCw4QVQfzhCwKuXVFx3p0f7tl3nc7CQ8Rf8uv4+wxaCpErJ6OkrfOSDu7VjGPDT2RjhYBWxO5/5itgRqmS/29HXLNIVlyv4vNj5/FFLy0XSVLO1znJ0+jwpadqN79OHR0n8Sa0YVM4Z1dAhXT6wGtN1OxjTCNLAiI2uwC/X8DeyqM9HXoVvYWXfG8wjAFBpGzmdz1+39BwlbU3r7Y+Zug233c6iljSpryR85Xk8MO64amt1vv6EmBbOKyH4j/2tj5x0IYIUMz51DnC5xhhzwJTNXfGVEUf4mYeZSpoqEwSfFzufv2bp6SeO68sPlgwujh84cb2GVN0ucelu4KBd53MX4y+4mDEhpoH0Z0S0puo+FuYQo2KXxIyoTydYmRjuA6uIfdUZhk+TZH6kYbTzGQhiAZqub+3fMOvSpVkbTqw/f7mGcPgLobWc1FcS/l5tOlToJCc2WstoBczR78rJn6TbW9PBWElYAFSPGLFNrmzmjPT4OPcnpiaEGJEGvs/7POfblp4+Gn6zrEh6NUr3/4nHRp0HnF8jSDpnYXSL/jk5VntvczkjNroJbuIzvzCHUfmfx77RWypgBYxIA9+XvN/5DLtBpvGHLpf0qHf3/Pjf1K75uzjTRpPw10lkknxOKUFS2ySwChGv2O1ltrZNMf+uA0jmXVPG+Ak1T8AWMiINfF/wec2nLV3ryTy8gGXvoMbE0n+XA7oZLcj7iNHm0kaaE0drCwlTrX9KFjNiozFuPEbkClOqWCGqyWVGsvpTGJGGkdj5/D1L1wEyj9vms4Ewu+06n9MYc4obOIsFg/mktQZ19jbCXG2EXibxmns7b7JxMuEKhDlhgvgn251XlWay+isYkQa2f/J5v/MZd5GGUw+ySfoC+LPsOp8bSwmRv5pRwvI3orFx4Ekps5BAmfrfuJ0RG610I2z0kjBnrv4LV0yZobnF4xmRhpHY+fyUpe04DaOmwxagXmPpzn+rXfOn2aawwpyCvewi1Jur5YCN+D+6wyi6lTNio1OwjezmRzxxG2tC2WKwnSv9RGZGPE9kRBpGYOfzVyx9dU1eP692awx8+A/FLOSb+PA+eLHgXoLt2dx274AsfrOQUIVt2IgHvObewlw/WhndJfX83dPTV4mHZLxcRkrGM64uo9ps+SEPdj4znPP4eWXN0tjn8194osl5N2A1b7FgLalI79iTSgo2g0P/8Jp7Eq8HbxlFecMXfyBx3rwHZahA9rg8UpQtcFWMSAPXe7w3vO9fLIa+Jm+fV9ZWUl9J+LMH70hhxlLR7cwRfNvJnDvSzhXST8kGC3mj0OcTrlIYtIxwr66YmB07cfG0MlLmzxAKUhmRBqa/93nOey2OfhoW9actzEWNlYQ/VQsm5AcZ71eFQdVFqHx7KsBxg3jRbTZzm+BKwk0RJs2gaKg0+p3iqoRb/sHnNd+xWEou0zC43OdyGL/Xesdvn1cLJpzlnDc3pYN9ZEp4NusltJzxOjnNjfXGi4VJS4gPDPzzk6Pmf0Pf93nNZy2e0zUUdUfr3F6Ucdx6xx8V35HKOW901ZK3ulmdP5O3yXAX43Uyy6lK4yfcVGFSNkVDllAxjRFpYPqwz2s+YzEdpyirOV7i+qXAKesd/yMHXNWfDjWbkYcC2gk5dkl75Zya+1XeZfscwoUyhEmBAmIwkzpYwvjhI67z+YcW11aKqvoDFu4yYepsOp9bCdPMqUBtlE6Ce8gA/y7pYA+j5t7KHCO1hHBzhVkvE4OZgV6LGZGGkdb5/D6LraSXouh8nYWrI8zFhzufn1fcXNNmc9icIcw26Wx/VM+rScSoue9l9qMkml+9DovPI+PihJL5jEjDSOt8/rLFt+YoRUv9JUvFKfQUtOt8Hqt/5uQQ6C35GDfJbak7pJNbnJp7OW8G1M4QP3IZ/exo9LZvTWVEGkba8L5vWS4o2UrRsbWOEboAa+7/qja8j24y6kHULZ3Bo0Nh6TnS0VjCNDCuGMa50XsSKwyrKiPTlgolkxmRhpHW+fxFyxXHa8i866ctRbc1au6v4e28TmfOyUIC7ZePs4tc1d4qnXUQJocxDGcC8EzDXufHN58YTCyuzmBMaWD5mPeG9z1luePwRTLs8in1d9UajZz7X9SG99F+zgXfbPlYY8lF5Sels41+wlQwLjRjXMgZLRDmLSLDsoWaOEI95+p5/s8+r3m35ZY1F8ik+g0l5pbp99h1PleT9jCsFAL5V8vHCr5FbincK53hx/MZaeNtwlQJWxn5jDEHJuTOIKP8OxlDb4AFaCO48/lpyz2HL5Mpt2eVmIyIHbXrfD6kfc2/upBA22UEjZ3kjs5J8rG6CXOEkXGdLuzFkIJ5IgqK4sikGULRGMaYLYYPeLrzma9kQz0ZUHP+gOHFif02nc/ogPMOaDYU8Odvb3UKuWDbZhlBGmGO6Q/vozFurDYuEtEQU0oMjK0/vGlh/ljB5+XO578DO5/xI+sGuexGf5/2t2nSmOf+U8UB5ymcylO1jKzaT0yhNytkBI0hRjK/mTBLhL0XiDFa2JCYODJnplC0gt8XPjI6nz9uue7U0RpyzcX+05a+A6Q+z/23qtuytthnxtGCPSBnD3H4U1plRM0EsvtZ1by7sYQwY7SwMUUzSM2i6eZea8cTJLxMuOpdI6DzGdB34ga54cb6AxbLCVLfofoHOeCI9iNHK8H2SUTj237SFUqZLQHHCFMobRziJaiyScESES25Y0iBPyvZYJRsjkZLNd973u/zmm9aZhy0XzqPq78wq8/i6iX1Hao/V5wORZM46akKiZl9xU860rsnSUgnYQ7Zldny8aF17Oa9+SJ65pURanqMwhqNUIJQFEuIggzhqo/4POdHljF1l9ZfJi03ti4/6EpBrUdjG+uvFadDFdovn8FclbDa8hAp8nfeWi0R+JlDbzOWvla6kXpKFlGUuy5EkJeqgMI4Y2RqrsYrN9+nfF7zdcususMnLtwgXNPlrcsPrHHtMY8wNQ9NW37lecXpUN3Auhyg5g5o29JBuFDnrjYJKyZMaY7+/gn/y8JWII5wZSK6kpeGgSebOWqbYDcJVQHk4EwMCHd9zuc1X7OiYM3BSyfOHb1RQ85q6m9f6J91oK/E3Q+upwd66m/cuH39aG/v1vvW37P1nvO9vb2zrHf88tHwtj99z/b2tLSkpCsp94y9pzzlrmtJSUl75Ttsql/p6dvv/du3kpJSBoxNuS/pnl1S0ewtnaXI0dDRtaNCqthYSA+Et23fnpbWmXQt5Z7yd/53k+7KfHwDUej+r+rQX39V06aMu2fKtLvG3DURf93BkxHmVWVFOInysjIU+/1WCGUF+GDDkdz5/Ekritb0HTx8acOJ/vXrzw2cGv3Hjy+fder07jrLjAOzTh0+cLCvbo0F+70cENy7PzNnX+2kitVSVdveW3/9pyel+04WN6S055Oj7SkNOY1SWfPezOac2a1tFTpfabPdr+r/CVBuduyAyckD4h8Q98XflZucvGrqnHnZIvoCE6eFyUnczCrVBu4xVULZgmFYL/sJn+d81xps1GvySRBszbm1pTuls2P71fRUCqVfvftck9T1/9m7s9g4i2wP4B+IOzPMAgzDMuz7viAWGM3TKZ12t+N2tz3thU66HTueNnZsX2zjWCTytR3HdmJ7HMtGSFnkOAuyJciiSUgyRglLJARCaMRDhIJ4AbELEDsSMMvcG5YE3yKdqur6vnJ1+fzex2Qe/Fd3+fzP2Xxw08MbmC0eAIdUlU+34U+FB4qr4JiiqZLC1fWZopH2nWXFxcV95eXp0InUxUDdAIq01ADHweYzBRRn4wuM+ON/wDE1fSOFbRV4THhmurgRDAnJznu43Xy+jBKK8xHzBykFJ8XHt4S+1ZCIgznxXhTpjoLffu7Z5i5KKM5bzB/kv4H4ZgiFUuC3sz3r3EIJxfkbI/SEZZvhCIrMxMFvv7av+cwv7yMvM+KPh4D4ZRqF0uC7czzb3EABxXmdEZ/8GYhPCsJGLnvx7vFscyMlFOdrRvxxPxCfxPrl12C53Xzml/eR5xjxx31AfDIqfY3I8eV93gWUUJwvGfHHX4D4Y38rijQ1AsfJ5X13UEAdwzWfiTVPWGQEhXZCAO62vvlMPmXErics0tGFIm1xCMB5nm0up4TifMOIXU9YZPUc3RG6yrPO7ZRQnPcZseoJi3QaW4PFudazzW8ooKj5TM1nu8UHUSgEQbiams/We5sRaj5bJSV949D95vNtlFCc5xmh5rNNot0oUtEBQTjTs841lFDUfKbms9VGpGdG3W8+n0HNZ95XjFDz2SKJpPTpVPeX951KAcV5hxEaG7XJdoOnUznnera5jhKK8wEjFj1hkToUaq6CQJz9e2o+W+8ZRmhs1CIlKFQMHHebz7+khOI8zQiNjdpjFQrNxIDjbPP5IgoozoeM2POEReJtBveM8k7xbHMFJRTnE0ao+WyPWhTqAZ67zedbKaHsXd5HT1hkvMngnlHe+Z51/kgJxXmTEWuesEgGhTIQlEs929xMAcXZ+CAj1Hy2RUMYRZIJCMqVnm2up4TivMZIHj1h0eEJbIfA/MqzzSWUUNR8prHRfD48EYlCUC72rHMnJRTnVUao+WyJqmYUSkFgLrSv+UwBxfsnI5Y8YZF21F/kTs1np33EiE+AaEokNRa5O7m87y5KKM5bjFjyhEUmUKg3BjyXm8+3UEJZuryPnrBICDVKOU4u7zuNX95HXmbEiuV9JF6JQv0QoHM829xAAcV5nRFqPtthHYrVQYDu8WxzIyUU52tGaGzUCjVJw5dyeKefRc1naj5T85nI6UH91rNrzecLKKE4XzJCzWcbrEKxCeC53Xy+gwKK81dqPlvxhEUau1GsAHhuN59vooSi5rOVT1hkO+q/YDnXfL6cEorzMSMWPGGRNM75B6yrPOvcTgnFeZ8RGhude9FWFMtAoK71bPMbCijOxheYa3YtkPGfR5iipUtOrrMDxGKJmoIf1YWOS5f/aLT4uFTZdzpAyqoyoRDoqIpGE9/+P2hIl8uIgrQiFBuIQ6Cu9mxzGSUU523mmuUoZQFT9MgyFCiHk4nVdO7MTLVgTmpARlU1CvWBWFVjTUGovO9oWta2TxbVby/sKemtbI00oaoGkFUQ1v9xDjafb6OEcr75vBBlJLcxRZtQoGs/ZBFvSE2XVGPuZnx7BqqIwgnExxvSo2XrxqYnekoquyvQL3UgazWKbYdgnelZ5xpKKNebz/tQylqm6j85XZ6KbRmdLOlCTe0gpUj9PFais7Z+qhkDEgJJ5Yg+LHKn5rP7vmJueeQAyli2hqkS/uAh4MQKylY3mfyk0oqo8o+M1Y0MYqDSICfajGLrQICaz+57hzlmPUrZzFStQJEOmC3WMNaMPumOgYwCpcewxrJKDFq5jy/urVUQsHM921xHCcX5gLllzSKUsXsDU7UZBdpglujOZvRPxreDyYPwg45MFwavD6TUhfV/lr7T7Vve9ztKKM4zzC2HUMr6AN7yJ+G4/eua5uKDSgkKjcF3CibCaMIoyIjPoNgABO1nnnV+SQnFeZo5ZXELyjhymKl6NCz9XhNb1Yy+6oqCjMaw5Cv4eFEYzSiW/2RofksD7xeebS6igOJ86Fjz+Q2UcpApO4gCySr43pYS9Fmhbwf9muIAVe0taEoKJHQkUWwSAne3Z5srKKE4nzKnPBlGGY+XMmV/l6zlxsv8j4OUb/cb6gHSbWhOmU9bsDAyDIE7j5rP1vuGOeVFlLKPKXukWi5VGnrRfzUgI96EQqsSq9GkWhAb1c9sV5vPf6CEcrr5vASlvMLUbUKRBADERyrQf72+jbmHa5vQJ2GUsQ6EGiNo4LIXNZ+dsPFB5pDSPZKBda+UpWyWBTLlmY5eDEI7SJlEk3r8+qfX60/Mu9p8vp4Syunm8xPoq8VsliMoMAJQnESO0UJeG5qUQhljIJJGjRKh48v7LqGE4jzPHLJmN/rpMbUx91B0O/KMjrlvQZNat6CMIhBIdOuXCJ1tPt9JCcV5lTlkLfpqrdKY+7KGNgxIBqTsRJMma1BG87DgAatX7iXMgAs925xBAcX7J3PH4iT6arnSmHt3cq77eP1oUjqBUtpGhyGrhFx/qa0KDPitZ5tTKaBcbj7fi77aXcp+tC2MZom3bPGGw2hQU3wcZUUG+wu/VwffWVX4rYGpZqVCIjWfXULN5+Vh9NVKNssONE5jzN2AehhGZeHGnD4LDoAJZ9vXfL6FEsrd5nPpK+ivfeIxdzNSIGU7mtQHVaisn6s8yqnYAmIuNp9Po+azw83nzeivrjXsR4eTKMnqMXdf29hxVLZT6bMgVyKk5jP5kDljRQv66zPxBL0ZvSAlZPxrahhVdQgqj0ZLhLxTPNvcSAnF+YS54tEDqEG4MOspnDvtIGXM+NfUJCpqy+mzYAqMOP0szza3UkJxnmOOWLMQ/baVzfIuzp06kFKJJiUAIIKKxgSj7UZLhLzzPetcQAnFeZO5Yfke9NvjbJYnUagpkpMWv8bcO1BsZ0F2GRTpKfjRFjiqGRWFcqk8hsCMSz3b3EwBxflr3jef16xZvHzf2oXov0Nslpekn2dUlfg15l4mO1SQRa/67tBWVBOJ51B5rAdDrvRscxMlFOc1lrc+x4AtZbM8Jvs8o2o8bHDMfQCyS6BIeFw3sDI5VB4j4/ADaj6Tj2mqPZtF/2/MXfp5RlWxyTH3MsguhSIlwBtENX05VB5TYMjFnnVudyZoqPlcugiDda/imHsIcrLarzH3Vaj3rbUQRWql/zeCE/n9KK8nBoZcSMv7rLfxBZavlmLAPmez/En6eUZRVdLgmPsgZLe/BUUKgNeOSnrUx9zbhkHA4ebzZZRQnI9cPT6or2IN+9GGZFBPw50olPBtzH0EsitHkVbtUdUh5TH36i1gzM8929xFCcV5i+WtPRisvYpj7qsgJ0XGtrkL5rkyuSzii7WhihrVMffqNBhztmedayihOH9j+ephDBQ35r4SRSqGIRexZlPb3AXfWmPdKJIW/slAYEZ1zL0pBOb82r7m839RQnFeZvlqFwbsYfaj0t1B7T9pMLnNPQPZ1aFIdRx+Ktav3jBKo6TmAjDoHM82N1BAcV539fqgvgNsluXyAwOK1pnc5t4H2bWjyAScSKJZuWE0iXJWN4JJ91jffCZfs3y1pgKD9YXipvgOyEmvX2PutZprS2dQZDRLUjarHtJoRRnVxSDgfPP5d84EDTWfn0VpaxfnYoPamPsByEnC5Db3QsiuJvdWT2IK5UwrjLknRxrBrJ951uGX95EvWb56AyV1HWTaFssPDChK+TXm3hjWGxkfQpF+yCa+s0nlkEYtCkXGxkHE/eV9dziTM9R8fmQZylm21Mxx1lCWHEmXjdQXDpTMVFZWRo5q4tY7JE1uc09Adj0oshOyi9a2oVDLfrmydySTjoN5d3u2uYISivOp82PuRx5mPvi3OBfjALyO4vpWY9vcJ1BoCrKLVqDIFjiZWN26/qRU9O4v6T2a3s2RSKQCed0l00MNcZgT53m2uZwSivMNy1dfoJRXtjEfbGhBkTf439+GkTaUpz/mXq13ibTPj10UsZr0aG17e9HIurITaYATiB6VSCRqCgoKasbjMHeu8qzzB0oozvssXx1AGfceZn7Yp/oyXjfWinJMjrk3aI25j4HbrqXmMzWf53bM/bFnmSb5Mff/heOqUjPmt7kXoVBzDLKKR1AkBG672rPN9ZRQnLcdHnM/sGsr0yU/5r4XjqkZi8zFNvdWFCrSOrcTiYPb7Gs+30YJxXne2TH3hftKmW+Wo9CuY3GVCaM+9TH3AhRLQ3YjKFIPbjuTms/UfA7Mo2E8iYr3ljI/rUWhJ+Fb40VdqMbgmHt1FWQ3iCKrwG32NZ/P4JvP5CuWpw5ido+v38b89TiK7HkIAOK11ei7cr/uWOAEZFGVaBjV3UVhnvvL+06lgOK8w/LVP/DEln22awXz21YUOgQAoUH0X9d+jTsWoiZgTefQZOFgNcoY4N67TOoBA871bHMdJRTnA5anSvcu5O1976nNnz9cygKwHoU2wf5pDEIhSClWve9V1dleGEEFQ9x5aZOGIHhn/9765jN5hkkge1Fk0QN1bRiIlPodC3ETsKpvexIV1XDnpU2qmZfN59P45jN5mhGxNV0ocm+qAoOR0L9jwTUBY+nt1ahskDsvbdLM/Gw+X0QBxfmQEX/OtR7BgPSClE7p+17j4pKyaBdFGRrWDgacYn3zmXzCiIFzrQZ+V6dRqBIAYunVYf3x1QE0rG5+Np9vpYTiPMfy2so/BWqfkXOtAg1+3bHAMdifGsRcRWIqax2Mj87qO9+zzh8poThvsny2FYO1QrzHxpbf1QYUKx5r8md8tQ8Ny4ABl3q2uZkCirPxQZbP1mOgjhg51yowrX3Hwv/x1QwaVg4GXOnZ5iZKKM5rDg8b6PtCfK7Vmt/VXgxYVxSOiUXQrK4oGPArzzaXUEJxnnd42EDfUvEeG1t+VxMYtELueqFJhWDAxZ517qSE4rzK8tmzGKhFpeI9Nrb8rqYwaCnueqFJKTDgQvuazxRQvH+yfPYGBmqleI+NNb+rhSZHzWfQsJr52Xy+jAKK8xHjOHQ0R98SjXOthsfc97dgwHq5r58m9c7T5X13UUJx3mL5bCkGKrlB/pvnv3YU56AMhUpASjkGbR339dOkdTA/m8+3UEJx/sby2X8wUH+X/+YZfvQByMEqFCoDKRmT46uFaFjD/Fzedxq/vI+8zPLZAQzUQflvnnvZQ5CDCb9eb2LdGLDmmLhlHeB/24BzPNvcQAHFeZ3lsxUYqPCj7HubUGg9+zOoq6r26xthncnx1U7zo7Mm3OPZ5kZKKM7XLJ9txkC9qPDNc+v9kINy374RtmPQOrmWtUmdYMDpZ9HyPmo+B2ohBmq9/DfPPew+yEFG82+EBucMklWClrWB//a8az5fQAnF+ZLlsW1hDNRW+TH3tewvoC4eQZF+kFKDQVvNHRMzaTXMz+bzHRRQnL/mdfN5BwbqcYVvnstzesJKo1AxSBnCoBVzx8RMKgZqPpP8bz6/h4FaK//Nc3fp/ZCDIhSJVIGUHgxYeJw7JmZSAuZn8/lySijOxyyPHU5ioJZnP9fKW6n+hCX3FjQGYpLr9GpD2Y0p/bEyJCmDIq0hGXVgwlWedW6nhOK8z/LYEgzUu+wHB2UqPA+AujoUCdeAlD7UO4E6gSK1oK5EI4/Nu9azzW8ooDgbX2B57CkM1ALRudZZVi6YLFIwPTEwU1lSOOPbUpUMCg1AdvFqFCkAMfWzriGwx9XUfLbe2yyPle7GQG0yUbAW6PTtr41YpvX43wrqilEkEgd97jafb6OEcqn5vBwDtewRfszdvKkYSAmhWIfW4/8kqCtEkQzY40zPOtdQQrnUfN686ERQrHqRjJXsB//COZMGOSMoVAnZxVo1/iU6+27KQZ+7zecz+OYz+Yq55mEUW86UHMG5UgKSBlFoROvcTnUVKCs3P8DuVvP5VAoozjvMObtQYmbKkoK1b0/SHZo/ax2KbA+kdjQBFjnXs811lFCcD5hzXkShlQYK1mYLKWWo97zdiyKjgdSORsEep/+ems/We4a5RmaV8RJbCtYCTQmQNKB3hjSBIuFGUBbS+anm/cyzzWm/pITiPM1c86z82mMxbszd2jsxwxUo1Kd1bqcf1I2hyABY5BeebS6igOJ8+CBzzb0o9J4tBWuBgZiPa5YrolrjBztBXRuKDIFF7vZscwUlFOdT5prSRSi0gyn5O86NSAJkbUehHr3xgw5QVoBCCbDIeZ5tbqWE4nzDXLMUhcLbmIrD1TgnKtIgK96EQkNaPcQ2UFeLIlOgz+Xm8x8poTjvM9ccQqGFdhSsBcKjIC2teYY0E0hFeUqvTk3N55spoDgbH2Su2YNCm60oWAtUpHx93cYZvfGDEChLhPXq1NR8vp4SivM2c81WFHuYKXkX50BTp7+v29gO2YUCqSin/PueOU+X911CCcV5nrlmPQodYEqexDkw1QEKtqBYnVYPsR7UFWp+z6Tm852UUJxXmWv2otAhpuQlNK66Nu7z6zZ2xyC7SvUZLrFol06Imnehfc1nCijeP5lj1nSh0FKm5BU0rCKTADX9emPuHSozXKkSSTMoNFUioScGRvyWms/GUfN5HwotKmUqtqFZ4foaUNQYRq0tLjtVZrim0LD6edt8vosSyvnm80oUWmnzmHtrewKUjaJQV1TrA9oQt/PYpD4w4mz7ms+3UEK53nyWWZm8z5o7Yryp9roY5GACdRbDR+vCCjNcxWhYRXTeNp9peZ/zzeflKNSyganYkMTAhCORSHPlYMlA4fbMZCrUCLmJV+fWoo5vKa/N9Hej2CActxoN65m3zecbKKA4HzLXrEWhP/k+5v74mjVr/jeqKgZ+SaufIR1O79w+WIE88arSqmo0bAjMOMWzzY2UUJxPWP56dsGJHEGhhQukPCk/5r6WsfthDk2iUC/MUjDWhmrquHA0qQaMOP0saj5b7zm3GzhaFsuPuS9n7D6YQ60otA6OaUyVIEdlhqsIDesFM873rHMBJRTnTbcPTeh4hXsUE+yH/wvMnQIUa4DvFUxXoLoMF44mrQMzLvVscwcFFOevDzrdwNHykmDMnRuT+DPoaKzPpsGfMffmGBwV6xzAnJRz4WhSA5hxpWebmyihOK+53cDR8iT73mMotI97wkoUnFwCeKNaDzglKDQNAPFUJeamaz8XjgY1x+Zt8/lySijOx24fmtDxLvveYrkxiftUln9mgLcas+gGAclJzk6oSrVirgq5cDSpCMy42LPO7ZRQ7jSfn8VgLWDfewKF/s0Ye4CPH6XfwaqkzpGvYhRKNqaaMXcprgNkUnreNp9/QwHF2fiC04cmtGxi3/s3Cj3BGPsflcAaA0651ovzahRqiqCOBPfd1aDqKpivzefLKKE4H7G89cgyDFT1YfadDS1y8w8wW4/qJr2MzueLqqTBwYIJNGwCDPm5Z5vbKKE4bzl9aELLP+R3PzzGGPtvpZOmtfL7iRtBqNPgYEG8Gg0bBTPO9qxzDSUU528sb32BwToov/vhJf4JC/oVD/yFtDYITxscLEijYcbuQv+ams/2e5nlrQMYqPCjgt0P3PzDQ0pjBinpZk09CMWaDQ4WTKJhA2DIOdR8tt7rNOaezYtqY+7c2GgvnlyxdLNmCIQaTA4WtKJhZWDIPZ5trqOE4nzN8tYuDNYu+d0PTzG++QwzeHKrpCOnDoTWYdA6uVMXJnXAvG0+/44Syp3m84sYEO4M2OMotITxzWcYFBVdZE8KVlSB0BQGLFkFxxRXijWhWFOlpAEw5GeedX5JCcX5kuWrR8MYqD3yJw6ThxnffIY2pVnI8SadO+4JDNpqUDHejUJNW0CX+8v7LqKAcqf5fBCDdUi+YP0e+2nzuVnlhnK0X6uWksKgFYOCWCEKhdNgnbs921xBCcX5lOWtf2BAuDNgn6HQjp8+YUG35JhAbLimrrZVLysKMWDhcVAwhGJDYJ/zqPlsvW9ozF1wBkzmxOG2nz5hQZO5XZv7WzBgJaBgSwsKTYN9rvKs8wdKKM77LF9twoBwZ8A+R6GF7KdPWJA0t2uzHINWC/LiUyg0EAf7XEvNZ2o+B2cBBmuffMF6M+Obz0dVoD/W2TDmXuDvbvnKYbDQ1Z5trqeE4rzN8tYRDFTXGvad0kVyY+6l/MMz+mQLiMS6MWCtIC8dRpFIDRjgQPP5EkoozvMsX63AYH0mX7B+l/HN56Pi6I9+EKrDoE2CtOFmFKlIg43O9KxzJyWUM83nzZijPQulPMu+d0hyzd8D/L4Xc4sK2iUP3mQRj/i5P281CvWXceKgz8Xm8xkUULyvWL5avOIE9qHYw77fEdt0oiesKPqiNQ5CvSiUgexCKNIUB1mpAL71ztvlfadSQHHeYW5Zj0IH/CpYc2v+gDOMvugDoRrNHzPi4/68jiTmoBxscC41n633AXPLZyj0he8R+PcTPWHBOPphuz8farqikN0giozqTjQI1IIFzv69Z5tbKKE4zzBHyM94LmVK9kqu+bsvkHrfVBWI9aBQIWRX4+P+vBHMSQb0Odh8Po1vPpOnmVM+R6Flj/h9Ryy8jR31kHoOiPU2gli0C4VSWj2afpAUCgc4R0/NZ/Ihc8u9KPQGU/Ks7Jq/PwOnA7VNREFCn2a7pwdFdoKc4VbMTXUM5t4pnm1upITifMIcIT/j+SxT8obkmr/7gbcFNVXUxkBGRq/dE63wbX9evdYFMR41n2+lhOI8x5yyVH5Nu6TSZSi04oRPWFCAegbrQEo8gkLtWh/Q2kBOMeYsBHPufM86F1BCcd5kTjmEQi/6FYHcmMRffN6y3r0zDnLqUKxB6wPaGEipacKcpWDOXerZ5mYKKM7GB5lT9qDQLt/viP2H8WOj+n2ZqdR+kDUiefAmi1jEp48/8RI/qz/mXenZ5iZKKM5rzCkP+z/mfkByzP1++flxga7B+uIaUDCot3uqDkUicZDRjhp6YM79iprP1Hy27ojOHr8ikBuTuA+Al0ahZKRtsGSgsD5T1L6uLFVc3hlqSMRATQeKdWrlTD3IqAujhmaYaxd71rmdEorzKnPKi76Pue+SHZN4QPl2fHVjFPxQJnvwJosZFFkFEqJtqCUKc+xCWt5nv38yAeeO6Cz1PQKf5Z+wJLeANoE/BvQO3iRQpGJYf7ZCrIGaz7zLKKA4HzGnHEShZaU+RSA3JlGqPi4QAV9EK/QO3qT8eV5ahZpW0fI+3l2UUJy3mFP+gUL3+h6BexnXfJb9He4GX6zSnMos9OW6TSLi+x5oaj5fQwkls7zP6SM6n/segeuzPWHBqJHAqkehKb1zOzUgFBvwfSsFLe877b8ooTgvM5dsQqGKNb5H4FbGNZ9l576bwQ/xJr3dLeUoMghitahtBubWOZ5tbqCA4rzOnPIvFNrrewTuYcebz7yUicAKab5nT6NIOwg1VKBINQp0xWFO3UPNZ+t9zZxyBIXW+xWB3DX7+3PY2tIKfhjTHHPvRpE6EKkaRJFwucY3TxNOP8uzze8ooZxuPq9Asa2+R+BSdnxslLfTRGC1oVARZNcgdbxC/yjiOmhWHG6l5jMt7+N9yVyy2fcx9xXS1+z/ksPDThv4YAuKpbXG3DN+XJ3uj4vHxcqo+fz/3EEBxfmrW83nV1DokO8RuDL7ExasMxBYO1Goukrr3E45CIx3o0gkAVCk1nek5vMVlFBON5+3+T/mvlB2TOL+XD69VIIP+oMec+/aDycX65GrMg6prWGm5vPllFCcj5lLdszdmDu7L5e1L4Ogbzgc9Jh7oQ+f8SalquARmENXedb5AyUU533mkvdMjrlz2wAfgBMZC37waBSFwuNaY+5jBcfE4UQKulCkNy53kqMR5s611Hy23sYXmEMOJ30fc/87Cm1mfPN5lsngA2s7CoUjJxFGAdHt56oZFKnugG/FkvLzE+Zd7dnmekooztvMJUt8H3M/XC37KFYKJ1SkfhdC1nD595owUOLqTJH8V9Jele+u1Hy+jRLK6ebzU3Mx5l6xgW8+zzYdXGANoXGr4AQ6Uahe+tPgCMyZMz2TqPlMzefS3b6PuS9AoXdP9oQFmeC+Eg6gaRVR+KlEN4q0RWWmPPg/E1Lz+Qy++Uy+Yg5Z7v+Y+7vSg6gPCR6YfJ/DGq5A03pyuzpR0SC/B6eig5rPx51KAcV5h7lkLQodYUqeRLGubbPHRnkTeFKRmMYOLOOGAHjx1Si0U+VMY9vOuv0wJ871bHMdJRTnA+aSx1Bo2Rp2EqWLly4Wj7nzFq7hn7Di4wXp0dqx7QNT8dWBlee2o3E1wKvpR6HCGBy3HyWEW0sm6ou+0wjGnP57aj5b7xnmkMUo4bElpeynHtm66Ykv3nu8BXEx3/SRcOTgYXYfQLQj1DfUninsbcZjJoRDTsliOLF4NCragWVaL3AaR6pRqLkRZmlFFc0xMOZnnm1O45vP5GnmkCdQypGVO5Y/yn6wYcW+XU99diCMP3icb/rIaXm8v7UFf2oUelCkfhwA4sM1BaHOVamy9snMRE9JZXMSsQ9OJo3GcQuMO4qSKBZOw2w9qGIazPmFZ5uLKKCcbj7/G+W1HHll4Wd/enE3ctbyTR8t4UYYQKHkYHNS/Cc53iQa1wDHVNWEavtRyojOP7sTzLmbms/W+5Q5ZEML6lvOZrsX9ZQAlKA6qQJfK5rWPIPqSuKC4qJgx4Q553m2uZUSivMNc8g+1Le7lM22G/XUAkxhrlJwMgVoXA+qa6rR+SY7Mb+bz3+khHK5+bwS9a3kd/fpKRB0UTS2Ba/Lj8BaBZwEKiie183nmymgOBsfZO4oXYT6lrDZ1qOe5hjAoE9/kuNNoWnV/aisHnixJEoLj8/r5vNNlFAuN5+Xor6WDfyyGi1FgnXrGndqEmhcTwWqGtyvlbT983t53yWUUJznmUMOob4/sdlKl6GeTp238QY4mRQaV6ie/wWCm68CtfO7+XwnJRTnVSfH3DU8wVcTtbRUAUAzSlC/U1OIpoV7UFVK8/FtC5hzoX3NZwool5vPa8KojRtz34VC4rmECOZmGkBwW96wkgiKSeyR70NZbWDQbz3bXEYB5XLzeQXqe0x52aj4A0YT5qZcfFTL8m+EbcOa8xhj87v5fBcllMvN5+Wo7yXm6xRWAo5KYk5a9sPJZOwPrGSBbgcyBOacbV/z+RZKKJebz1t9H3Pf5ktVuCmIMfdYBE0bbEM1o5DFBMqJxGFeN59peZ/TzefS3X6PuS9FMfFcQncQY+519n/AatdubdfDvG4+30ABxfmQOeUQ6nqKv2ihp06n8peAkxlB41arjqBlFetHKX1g0CmebW6khOJ8wpzy6DLUtMTXL5mRmMbi9Sk4qUE0rbsEVWRikF1BUn5/vCGnn2X98j7yHHPLDtST3CC4yqomwx1S1dg8xWss9EU1ikQKj5kMo4LJGJzMaBjFesCg8z3rXEAJxXmTOebfqOU9xlm8GzX06Tw3NUDwohXi4OGuS8upSIFAcQUKDYFBl3q2uYMCyrnlfbxtu1HHDsZbvsyHi1g9ubWmg7cKhdLcn/akNKdBKFSJIjVg0JXWN5/Ja8w5S8KoYRvzM7EG4AfjbaisCAyoR5HqOPwgXo2yMlGQEK+tFg2FzO/m8+WUUJyPmXt2aCTWK+wEntyNOSqDY8b7UVUnBE9igHNCfe3eTCdIGp8Oi8ciDLnYs87tlFAuNp95S45ojrnztu7B3HTAcbFUN6J1m4HTKrOfRShlqjwG8gp69F/xXG0+/4YCirPxBeaiDbsew9w8meUHHlqGYoLibjw9OdWl0ho2YFLmhMYPYq0o1l0UAkUFmWqpVzxqPpOPmKsePrhgYRJVvcuyObx01xt7HztSjSomgRffkk61F9WvHiipbK62YDNwK4r0yxeWIz0joRjkIF5XXFbbPlI0Xb+6cLadYNLPPdvcRgnFeYu5rHTFkideWrtAwQ4m8siji1cs37Tk4BPr169/ae1RXyz4zlNFJ1AAQlXRbGIQvKpioQY4JlSUVXttalU6Af/X3r3stJkmYRwvMoDBDtgQsDk4ISEQIIHOkBAy04dx1RXkHlrKDhbZeNN3MDuWvgp2vYTVIC6ATTZBopMFRBwWkSDKZuZDI2UKMdJo8tFdr/3/XUTJ3+N66k3asIQzax5+VeTjTSNtuC3RDPYYvD1FPjYaSNuIRHPLPOwrcvJzI21YlWjmDN6FIh9rjUSA5jPNZ7xuBIP0j/cVDd4nRT7+3kgb+iSaScO1zWcQYeGFRPPA4J0p8rHeSByqEs13Bu+zgggLmYcSzl8N3qGCCAuZRxLNouGGms/4pYG0zUg08+bhveYDrxqJQ0GiuWsedjQD1kZRlnCeG2g+03xGIs1nuwLnmgERFobCN5/xQXOCRuIwKtGsmIcjzYAIC8NjEs2SedhWBI2wQPO5xzxsKWIe7wPN5wXz8FEvgeYzuiSax+bhVEHzGTSfkzreB5rPqEk44+bhQDOg+Yx7Es0z89BqKlgbRWZaonli8N4piLBwqSTR3Ddc13wGa6OoSzjLBu+tgrVRZCYkmgG7Al80JiIs0HyeMnjHGhTH+8DxvqcG7zcNiggLNJ9n7Toc7wMRFm7Hbz5jT0HzGZmR8M1n7CtoPuPSqkQzZ/AuFKyNItNfkWjuGGg+03xGIs3nosH7pDHRfAbN50mDt9nUmIiwQPP5gYHmMxEWEm0+40RBhIXMQwnnpcE7VBBhIfMofPMZrV0FzWdkZiSaeYP3XoOi+Qyaz3cN1zWfQfMZZQnnuYHmM81npNF8HrQrcK4x0XwGzedbBu+DgrVRXBoN33zGkYIIC5n+MYlmyeBtK1gbRaZXoukuGrwtzYC1UfSl0nym+QwiLLyQaB4bvDO9BJrPqEo03xm8zxoUERZoPo9bGmg+E2GB5vOiwWs1NSaaz6D5/MSuRfMZNJ9Rovkc3o4GxdooaD4vG7y3mgHNZ0xwvC+V5jOIsDAk0UzZDaH5jAZoPudsxa5D8xlEWBgek2hmLRE0n4mwQPO5x9JA85njfaD5vGDwPuol0HxGF83n8E41A5rP6K9INHcM3j80A5rPqEk4RYN3oBnQfMY9ieaZXYvjfSDCwrRE88DgvdOgiLBA8/m+wTvRDIiwUJdwXlqaaD6zNgqaz2jtakw0n0Hzed7gHeslcLwPBYnmqcH7TTOg+Yxhofkc3q+aAREWbks0gz0Gb08zoPmMEYnmlsHb10tgbRSrEs2cwbtQEGGB5vO3ofnM2ig43lc0eJ80A5rP6Eul+UzzGURY6OLNZ5rPrI2CCIs3n3nzmcwd+eplbZS1UdZGwRYW10bJ3MnckbMCpxriI3O/xKkG1IU9dx6p55F6sNTAeeS8nGkGnEfGqISzYvCOFPxJ6PBFyD137rlTzAH/EdIk/Gbb+i9gYKEk8Ty3uFjDYg0LbI06ywbvUKHKwMK0BDRu8A4Uyt4oymMSUI/B21Io95HRJykMLOwpGFgYriYxsLCnYGDhnoRkuGJPwcBCQfiFxcBKAwMLExJT0UDozr+E8PoLEtNL88BaAwMLjySo5+bhrYLF0Q7XX5KglswB1RwGFvrEi3qtATyjSvkZ5apEtWIedhSdfQ8LMxLWA/Nwoejoi6OoSVy3zMOxgpvuXEYOasA8tJoKXs2hlBN+cxRsjrLqjnpFnLB7DWCvgb0GvJDQVszDjoK/CfkgDGrKPLzTfOBVA3wQ3nDqjs2mojNTd/SPSnSz5uFQQYjFU4SRQywQYhFi4bbEt2A3hNVR/NxAQupVyQcnsdjE4iQWCLAyT83DiYJvQl5ODWrSPBwr+CbkCBZXRzmTzDcheHYi5xMzOFJ01okZ1CqSisGiOWh9UbA72kkeViUJxO7E7sTuqJckIQM95uDjrqJjfmKhXJCk3DXwFAVPUTCvEjFQNHTmTyx+YmF4VFIzZ6BQSIrF76tEDI6bg809BZeSmVdBzZuHM21/7GKhXpAk3TF02m13zmLhYUnStFg0B/tfFO2du6O3IqmaNw+nmg+sx+xA49GYpOu+edhWsIzFQeSgumfNQetA2xVXG1DukrQtjpuD/XNFe8ZYqJUkdQs95uBdU9GOMRbuVSR9U0ysK86a2naYWBielri45Rfglh/Wwkws9JZE2nNi4aip7YSJhf4RaR/zPebgoqntg4mF3oJ47ZVj4bSpaJMcC+UZaTOT4+bg/bnmAut/8HYDJqrSdhZnzcH+geYCr/7IDVLUVqUdda+Yg9ZnReItHdSHpF1NjZuD03NFwp+FKI9UpH0N3jUHm9uKVO9jodxXkfY2tWwOzrY0F1jfaPyeUB+pSNvrfuxv+qG1s6u5wOvfb8EBtZkx6QiDjKwrNhlZjKy09E90SecYmPPpOz6enGsu8PrG03fUhqrSWbqf+K0stC4ONBdYu8ksCw/7CtKJnq28tP+EDyd7mges39DPLNRGCtK5Juf87ywc7xw0NRfMrI1GrlB/NF2VTjc49XSpaF9h8+zz4a7mAGtvNnLJ4FHu7XtRkn/D4vzju0vLX+cWPpzubL/d+qLfCutrr99s/PL/zS0M12sTfUNdVcE1ugcWJycXbn2Fn3764Ye//fm/+v77H3/80/8C0zNDf7lqaGhmugvXWh0dLZQq0hn+Ca7AwgcqkR9lAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-american,
.amastripe-card-saved .amstripe-logo.-american,
.amstripe-saved-cards .amstripe-card.-amex,
.amastripe-card-saved .amstripe-logo.-amex {
  background-image: url(data:image/png;base64,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);
}
.amstripe-saved-cards .amstripe-card.-discover,
.amastripe-card-saved .amstripe-logo.-discover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAABrVBMVEUAAADw8fHw8fHw8fHw8fHw8fHztoH0nVP0nlTw8fH1gh8AFiEdMTpodXwsPkelrLDo6erT1ti0ur3w8PDw7uv1giBFVV31jzcJHikFGiXEycv5sXXs7u7i5OXg4uLKztCHkZaDjZL2lEH1hCTo6urw6+bw6eLc3+C7wcOvtrn8z6nyxJt5hYr0sHX4pV86S1T2l0UWKjQPJC71hibq7OzZ3d7Bxsi+w8arsrXyzazzvpHzpWL0o170oVknOUIjNj/1ii7x5Nf+5M792r37xZf7wpL6uoNxfYNebHNaaW9WZGz4rGtQX2b4p2L3o1v3n1T2nE/0m08gMz31kTrx5dvR1dbx4tTHy83x3szx28fx1Lv91rXy0bTyyqjzyaWWn6Pyx6GRmp/yxZ7ywZbzt4NseX9mc3nzqmtLW2JCUlo3SFAzRE3l5+f/69vO0tP938W3vb+2vL6psbT8zKSYoKT7y6J9iY76v436voz6vYjztYD5tHr5s3lAUFg8TVX0mEr1iS3W2drIycn91bW0tLShqayao6eXn6SNl5uYl5fyuonzuYd2dXX0rW/1qWgOsa4KAAAACXRSTlMA9SHrrKk+5OIO8QHYAAADj0lEQVR4AezOMQHAQAzDwPqTDOZPuGlJ+AeJgO65oDNyJM35/+VY9QnawXoBcjAtwNEAAAAAAAAAAAAAAAAAAMBLTZ39NLEFcBx//uU3tDOdS5mZLu1ASZfbS2nTpfdyaSMLlB1rAA0RhARkkQVFlCi4Lybq3+w5ByRjjIm28cHvA6HtQz+ZnvP7wwCRIi67Z+i/H5DVNK0WfC+/KahlYbp52ucBAOFVH8ndFGDevt7Z0/Ns3YSrNZNKVtOyaU2VTsm/uXgi+iHWEqCDKq0C+NiBE9K2mNehB6mK46+Bzq7++fn+rsHeBdKFaI2M+anyB6jafvnxdYuAWuwwa7GwrwAFBvXwyREwSTZixdhkHHd7umenQqGp2f4BBFk3IalnEADHMAxdABaMBpmKmi0CfADKFqclIExuQFYhxyFLXuvs7nv6eGTk0ZO+7ltVMqA+9EtABCIBMFAi3wFtALBBWxcAgWAwbcq3CzpU/z6fC41mXi1nRkNz6+GmgGKCWlgC3vr9fl0B0mS1PcB9MiYBjkayFkCQ27jo766+sYfDQ0PDD8Zm/oNLOxmx6EICZIYAbE5YbCbaBuxLAIrHO6S95AHcmDnNHOztHWROBSBq0Y3TiirATi6XK6lDaE8baA+wyUJRAmRVctzzE3iewIp8/M0aG4D3DGzSrqA9QMViAxJwFAWQ50bq6hAuqjOwrM7ATaBMkfMtYOGcWrR1QL1cHbeYT0pA1d4pR11yVV7DiXJkSVzDgatb8A9Eu2QOF4BDx3Ei8hAaBW6ZLQNU9SVIgGNdvPIOUe/g5Q586oXomHwDkWeIDLlM8Tam2Le19nWKnTPS3iqpKd4lmZNTfOd/sYSfV0zIEvl8GCLPFL8AprX6j5d4UQJ+uoSRuPq3VMT3lZL4pb4Ua8eoDQNBFIZTOeFvPYt6C20jBIatJEuwOoKwCLaQg4kEvoOb9MmlU4W0Tlh4/wm+qaZ5tubSd1xnIAScOhAC+ptDCCjWADqALRF0ACsz0AG21yPoAL/XSwC2ZKAD+K8IOsBrFUAHmA4OZAC77gEZoF8jyADbuXMgA4yfGaACWN06kAHOVQRUgLHZAyqALwcHKkBxaXNABPBvbQBEAF92OSACnJrBARqAzdURQAPo39sAaAC+/jldALDp/uFI0T9mPH6+DzmJCn8cMo2XaudI2PPjU65iag4ZiYubh8Zsdl5uO9IXXjZP+r4BfO3JLU/cG3IAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-td {
  padding: 6px 3px;
  vertical-align: middle;
  text-align: left;
}
.amstripe-saved-cards .amstripe-td.-name {
  word-wrap: break-word;
  word-break: break-word;
}
.amastripe-card-saved {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.amastripe-card-saved .amstripe-card {
  display: flex;
  align-items: center;
}
.amastripe-card-saved .amstripe-card:before {
  margin-top: 0;
  margin-bottom: 0;
}
.amastripe-card-saved .amstripe-card > * {
  margin-right: 5px;
}
.amastripe-card-saved .amstripe-radiobutton {
  margin-right: 0;
}
.amastripe-card-saved .amstripe-logo {
  width: 60px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amastripe-card-saved .amstripe-name {
  font-weight: bold;
}
.amstripe-newcard {
  margin-bottom: 5px;
}
#customer-co-stripe-form label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
#customer-co-stripe-form label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.fieldset.payment.items.ccard.amasty_stripe {
  border: none;
}
#payment_form_amasty_stripe .data-grid tr td {
  border: none;
}
.amstripe-newcard {
  margin-top: 10px;
}
#payment_form_amasty_stripe {
  margin-top: 10px;
}
#customer-co-stripe-form {
  margin-top: unset;
}
#customer-co-stripe-form fieldset {
  padding-left: 0;
}
.amstripe-td {
  padding: 0;
  width: 40px;
}
@media only screen and (max-width: 639px) {
  .amrec-subscriptions-grid .amrec-cell {
    display: block;
    padding: 3px 5px;
  }
  .amrec-subscriptions-grid .amrec-cell:before {
    display: inline-block;
    padding-right: 10px;
    color: #111;
    content: attr(data-th) ': ';
    font-weight: 700;
  }
}
@media all and (min-width: 1024px), print {
  .amrec-product-view .amrec-cycle-container .amrec-label:nth-of-type(odd),
  .amrec-product-view .amrec-end-type > .amrec-label {
    margin-right: 10px;
  }
  .amrec-product-view .amrec-cycle-container .amrec-input.-radio + .amrec-label,
  .amrec-product-view .amrec-subscription-start > .amrec-datepicker,
  .amrec-product-view .amrec-end-type > .amrec-input.-radio + .amrec-label,
  .amrec-product-view .amrec-end-type > .amrec-content {
    width: 48%;
  }
  .amrec-product-view .amrec-end-type > .amrec-input.-radio + .amrec-label {
    margin-bottom: 0;
  }
  .amrec-subscription-start .amrec-datepicker + .ui-datepicker-trigger {
    top: auto;
    left: 48%;
    transform: translateX(calc(-100% - 10px));
  }
}
._am-calendar-component.ui-datepicker,
.amrec-calendar-component.ui-datepicker {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
._am-calendar-component.ui-datepicker table,
.amrec-calendar-component.ui-datepicker table {
  font-size: 14px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev,
._am-calendar-component.ui-datepicker .ui-datepicker-next,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next {
  top: 7px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 13px;
  height: 13px;
  border-width: 0 0 2px 2px;
  border-color: #575855;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span {
  transform: translate(-50%, -50%) rotate(45deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  transform: translate(-50%, -50%) rotate(225deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-month,
._am-calendar-component.ui-datepicker .ui-datepicker-year,
.amrec-calendar-component.ui-datepicker .ui-datepicker-month,
.amrec-calendar-component.ui-datepicker .ui-datepicker-year {
  border-color: #a1a1a1;
  border-radius: 2px;
}
._am-calendar-component.ui-datepicker button,
.amrec-calendar-component.ui-datepicker button {
  border-color: #1979c3;
  border-radius: 2px;
  background: none;
  box-shadow: none;
  color: #1979c3;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker button:hover,
.amrec-calendar-component.ui-datepicker button:hover {
  background: #c9e4f8;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar {
  border: none;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th {
  border: none;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td {
  border: none;
  background: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th span {
  padding: 5px;
  text-align: center;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #1979c3;
  color: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-buttonpane,
.amrec-calendar-component.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
}
._amrec-title,
.amrec-cycle-container .amrec-title,
.amrec-subscription-start .amrec-title,
.amrec-subscription-end .amrec-title {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
._amrec-panel,
.amrec-subscription-options,
.amrec-subscription-info {
  padding: 25px;
  background: #f7f7f7;
}
._amrec-input,
._amrec-datepicker,
.amrec-end-type.-cycles > .amrec-content > .amrec-input,
.amrec-subscription-start .amrec-datepicker,
.amrec-end-type.-date > .amrec-content .amrec-datepicker {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
._amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  bottom: 9px;
}
._amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 25px;
}
._amrec-radio-input,
._amrec-radio-input.-plate,
.amrec-purchase-option .amrec-input.-radio,
.amrec-purchase-option .amrec-input.-radio.-plate,
.amrec-cycle-container .amrec-input.-radio,
.amrec-end-type .amrec-input.-radio {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
._amrec-radio-input + .amrec-label,
._amrec-radio-input.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label {
  display: flex;
  align-items: center;
}
._amrec-radio-input + .amrec-label:before,
._amrec-radio-input.-plate + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:before,
.amrec-end-type .amrec-input.-radio + .amrec-label:before {
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin-right: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  content: '';
  transition: all .2s ease;
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 2px solid #4ebdc5;
}
._amrec-radio-input.-plate + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 15px;
  min-width: 175px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label {
  border: 1px solid #1979c3;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate + .amrec-label:hover,
._amrec-radio-input.-plate:focus + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label:hover,
._amrec-radio-input.-plate.-plate:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio.-plate:focus + .amrec-label {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.amrec-subscriptional-label {
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 600;
}
.amrec-subscriptional-label:before {
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  content: '';
}
.am-checkout.-modern .amrec-subscriptional-label {
  background: #efefef;
}
.amrec-tooltip {
  vertical-align: middle;
}
.amrec-tooltip {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8fbee3 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  cursor: pointer;
}
.amrec-tooltip:hover {
  background: #459be0 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}
.amrec-tooltip-content.ui-tooltip {
  padding: 10px;
  max-width: 160px;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.35);
}
.amrec-product-view {
  margin-bottom: 25px;
  color: #000;
}
.amrec-product-view .amrec-panel:not(:last-of-type) {
  margin-bottom: 20px;
}
.amrec-product-view .amrec-label {
  font-size: 16px;
  cursor: pointer;
}
.amrec-product-view .amrec-comment {
  font-size: 11px;
}
.amrec-purchase-option {
  margin-bottom: 20px;
}
.amrec-purchase-option > .amrec-label {
  font-weight: 600;
  font-size: 18px;
}
.amrec-subscription-options {
  margin-top: 15px;
}
.amrec-subscription-options > .amrec-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-subscription-options > .amrec-block:first-of-type {
  margin-top: 0;
}
.amrec-cycle-container .amrec-error {
  width: 100%;
}
.amrec-subscription-start {
  position: relative;
  margin-top: 30px;
}
.amrec-subscription-end {
  margin-top: 40px;
}
.amrec-end-type {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-end-type:not(:last-child) {
  margin-bottom: 10px;
}
.amrec-end-type .amrec-input.-radio:checked ~ .amrec-content {
  opacity: 1;
  pointer-events: auto;
}
.amrec-end-type .amrec-content {
  position: relative;
  width: 100%;
  opacity: .5;
  pointer-events: none;
}
.amrec-end-type .amrec-error {
  width: 100%;
  text-align: right;
}
.amrec-end-type.-cycles > .amrec-content {
  display: flex;
  align-items: center;
}
.amrec-end-type.-cycles > .amrec-content > .amrec-input {
  margin-right: 12px;
  width: 80px;
  text-align: center;
}
.amrec-subscription-info {
  margin-top: 20px;
}
.amrec-subscription-info .amrec-status {
  display: block;
  width: 20px;
  height: 20px;
}
.amrec-subscription-info .amrec-status.-yes {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-subscription-info .amrec-status.-no {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzc0YTEgMSAwIDAgMC0xLjQxMy0xLjQxNEwxMCA4LjU4NiA3LjM3NCA1Ljk2QTEgMSAwIDAgMCA1Ljk2IDcuMzc0TDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNUwxMCAxMS40MTNsMi42MjcgMi42MjdhMSAxIDAgMCAwIDEuNDE0LTEuNDE1TDExLjQxNCAxMGwyLjYyNy0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-info-table .amrec-cell.-value {
  font-weight: 600;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell {
  background: #fff;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hidden {
  display: none;
}
.-nobackground {
  background: none !important;
}
.-nobold {
  font-weight: 400 !important;
}
.amrec-product-label {
  display: none;
  /*        &:before {
            display: inline-block;
            width: 15px;
            height: 15px;
            .lib-css(background, @amrec-pin-icon__background);
            background-size: contain;
            content: '';
            vertical-align: middle;
        }

        .amrec-text {
            vertical-align: middle;
        }*/
}
.amrec-subscriptions-notice {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid {
  overflow-x: auto;
}
.amrec-subscriptions-grid .amrec-item:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}
.amrec-subscriptions-grid .amrec-cell {
  padding: 11px 10px;
}
.amrec-subscriptions-grid .amrec-cell,
.amrec-subscriptions-grid .amrec-th {
  vertical-align: top;
}
.amrec-subscriptions-grid .amrec-name {
  cursor: pointer;
}
.amrec-subscriptions-grid .amrec-name:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid;
  margin: 0px 0 -3px 5px;
  transform-origin: 50% 26%;
}
.amrec-subscriptions-grid .amrec-name.-up:after {
  transform: rotate(180deg);
}
.amrec-subscriptions-grid .amrec-label {
  font-weight: bold;
}
.amrec-subscriptions-grid .amrec-info {
  min-width: 200px;
}
.amrec-subscriptions-grid .amrec-shipping {
  margin-top: 10px;
}
.amrec-subscriptions-grid .amrec-details {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid .amrec-value {
  margin-left: 5px;
}
.amrec-subscriptions-grid .amrec-button {
  padding: 10px 15px;
  color: #fff;
  background: #848484;
  border-radius: 5px;
  box-shadow: none;
}
.amrec-subscriptions-grid .amrec-button:hover {
  background: #919191;
}
.amrec-cancel-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.amrec-cancel-confirmation .amrec-overlay {
  position: absolute;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #efefef;
  opacity: .4;
}
.amrec-cancel-confirmation .amrec-popup {
  z-index: 9999;
}
.amrec-subscription-cancel {
  position: relative;
  box-sizing: border-box;
  padding: 35px;
  max-width: 90vw;
  width: 540px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(157, 157, 157, 0.25);
}
.amrec-subscription-cancel .amrec-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.amrec-subscription-cancel .amrec-close:hover {
  background: #f1f1f1;
}
.amrec-subscription-cancel .amrec-close:before,
.amrec-subscription-cancel .amrec-close:after {
  position: absolute;
  width: 11px;
  height: 2px;
  background: #c4c4c4;
  content: '';
}
.amrec-subscription-cancel .amrec-close:before {
  transform: rotate(45deg);
}
.amrec-subscription-cancel .amrec-close:after {
  transform: rotate(135deg);
}
.amrec-subscription-cancel .amrec-close:hover:before,
.amrec-subscription-cancel .amrec-close:hover:after {
  background: #363636;
}
.amrec-subscription-cancel .amrec-header {
  margin: 5px 0 0;
  font-size: 16px;
}
.amrec-subscription-cancel .amrec-text {
  margin-top: 15px;
}
.amrec-subscription-cancel .amrec-wrapper {
  margin-top: 30px;
  text-align: right;
}
.amrec-subscription-cancel .amrec-button {
  padding: 15px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.amrec-subscription-cancel .amrec-button.-confirm {
  background: #1787e0;
  color: #fff;
}
.amrec-subscription-cancel .amrec-button.-confirm:hover {
  background: #3f9feb;
}
#amasty_recurring_payments_general_supported_payments {
  font-family: "Admin Icons", "Open Sans", "Helvetica Neue", Helvetica, Arial;
  /* Do not add a generic font! */
}
.amrecurring-gateway-messages .amrecurring-list {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .mobile {
    display: block;
  }

  .mobile .mobile-block {
    display: block;
  }

  .desktop {
    display: none;
  }

  .desktop .desktop-block {
    display: none;
  }
}

@media all and (min-width: 768px),
print {

  .amblog-index-index .page-title,
  .amblog-index-post .page-title {
    margin-bottom: 40px;
  }

  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop.three-columns section.content {
    width: 52%;
    padding: 0 30px;
  }

  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }

  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop.two-columns-right section.content {
    width: 76%;
    padding-right: 40px;
  }

  .desktop.two-columns-left section.content {
    width: 76%;
    padding-left: 40px;
  }

  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }

  .amblog-container-list {
    padding-top: 0;
  }

  .amblog-element-block,
  .amblog-post-container .amblog-widget-container,
  .amblog-grid-list>.amblog-item .amblog-widget-container,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  }

  .amblog-element-block .amblog-title,
  .amblog-main-content .amblog-search .amblog-title,
  .amblog-main-content .amblog-search .amblog-title,
  .amblog-post-container .amblog-widget-container .amblog-title,
  .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
    padding: 15px 15px;
  }

  .amblog-element-block .amblog-title:before,
  .amblog-element-block .amblog-title:after,
  .amblog-post-container .amblog-widget-container .amblog-title:before,
  .amblog-post-container .amblog-widget-container .amblog-title:after,
  .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:before,
  .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:after,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after {
    display: none;
  }

  .amblog-element-block .amblog-item,
  .amblog-element-block .amblog-categories.-level1>.amblog-category,
  .amblog-post-container .amblog-widget-container .amblog-item,
  .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,
  .amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category,
  .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category {
    padding: 15px 20px;
  }

  .amblog-element-block .amblog-item.-search,
  .amblog-element-block .amblog-categories.-level1>.amblog-category.-search,
  .amblog-post-container .amblog-widget-container .amblog-item.-search,
  .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item.-search,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-search,
  .amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category.-search,
  .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-search,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-search {
    padding: 20px 15px;
  }

  .amblog-post-container,
  .amblog-main-content .amblog-search,
  .amblog-grid-list>.amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }

  .amblog-post-container .amblog-tags,
  .amblog-grid-list>.amblog-item .amblog-tags,
  .amblog-grid-list .slick-slide .amblog-item .amblog-tags {
    margin: 25px 0;
    padding: 0 25px;
  }

  .amblog-post-container .amblog-content,
  .amblog-grid-list>.amblog-item .amblog-content,
  .amblog-grid-list .slick-slide .amblog-item .amblog-content {
    margin-top: 20px;
    padding: 0 25px 15px;
  }

  .amblog-post-container .amblog-widget-container,
  .amblog-grid-list>.amblog-item .amblog-widget-container,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
    margin: 30px -25px;
  }

  .amblog-post-container .amblog-title,
  .amblog-grid-list>.amblog-item .amblog-title,
  .amblog-grid-list .slick-slide .amblog-item .amblog-title {
    margin-bottom: 20px;
  }

  .amblog-post-container .amblog-footer,
  .amblog-grid-list>.amblog-item .amblog-footer,
  .amblog-grid-list .slick-slide .amblog-item .amblog-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
  }

  .amblog-post-container .amblog-features.-post,
  .amblog-grid-list>.amblog-item .amblog-features.-post,
  .amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
    padding: 15px 25px;
  }

  .amblog-post-container .amblog-more,
  .amblog-grid-list>.amblog-item .amblog-more,
  .amblog-grid-list .slick-slide .amblog-item .amblog-more {
    min-width: 41%;
    text-align: right;
  }

  .amblog-post-container .amblog-read,
  .amblog-grid-list>.amblog-item .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #0e6bd7;
    background: none;
  }

  .amblog-post-container .amblog-arrow,
  .amblog-grid-list>.amblog-item .amblog-arrow,
  .amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }

  .amblog-main-content .amblog-search .amblog-item {
    padding: 30px 25px;
  }

  .amblog-main-content .amblog-search .amblog-title {
    padding: 20px 20px;
    border-bottom: 1px solid #e9e9e9;
  }

  .amblog-main-content .amblog-search .amblog-form-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .amblog-main-content .amblog-search .amblog-field {
    width: 100%;
    margin-bottom: 0;
  }

  .amblog-main-content .amblog-search .amblog-btn {
    max-width: 250px;
    max-height: 40px;
    margin-left: 15px;
  }

  .amblog-main-content {
    padding-top: 0;
  }

  .amblog-main-content>.amblog-item {
    margin-bottom: 50px;
  }

  .amblog-main-content>.amblog-item:last-child {
    margin-bottom: 0;
  }

  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .amblog-grid-list>.amblog-item {
    width: 47%;
  }

  .amblog-grid-list .amblog-read:hover {
    text-decoration: none;
    background: #185eaf;
  }

  .amblog-grid-list .amblog-features>.amblog-item {
    margin-right: 10px;
  }

  .amblog-grid-list .amblog-features>.amblog-item.-comments .amblog-ref {
    white-space: nowrap;
  }

  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }

  .amblog-social-container {
    padding: 15px 25px 0;
  }

  .amblog-pager-container {
    width: 290px;
    margin: 40px auto 50px;
  }

  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }

  .amblog-comments-wrapper>.amblog-title,
  .amblog-related-wrapper>.amblog-title {
    padding: 20px 30px;
  }

  .amblog-comments-container {
    margin: 30px 30px 0;
  }

  .amblog-comments-action {
    padding: 10px 30px 50px;
  }

  .amblog-form-comment {
    padding-left: 45px;
  }

  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }

  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }

  .amblog-form-comment .amblog-wrapper:first-child {
    margin: 0 20px 15px 0;
  }

  .amblog-form-comment .amblog-input {
    padding-left: 15px;
  }

  .amblog-form-comment .amblog-input.-email+.mage-error,
  .amblog-form-comment .amblog-input.-name+.mage-error {
    margin-bottom: 0;
  }

  .amblog-form-comment .amblog-btn {
    width: 230px;
    padding: 14px 0;
  }

  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }

  .amblog-post-container .amblog-widget-container .amblog-title,
  .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
    padding: 25px 30px 0;
  }

  .amblog-post-container .amblog-widget-container .amblog-list,
  .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-list,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list,
  .amblog-post-container .amblog-widget-container.-post .amblog-item,
  .amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item {
    margin: 0 30px 0;
  }

  .amblog-post-container .amblog-widget-container.-post .amblog-list,
  .amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-list,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .amblog-post-container .amblog-widget-container.-post .amblog-item,
  .amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item {
    width: 47%;
    box-sizing: border-box;
  }

  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list,
  .desktop.one-column .amblog-grid-list>.amblog-item .amblog-content .amblog-widget-container.-post .amblog-list,
  .desktop.one-column .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-widget-container.-post .amblog-list {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item,
  .desktop.one-column .amblog-grid-list>.amblog-item .amblog-content .amblog-widget-container.-post .amblog-item,
  .desktop.one-column .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-widget-container.-post .amblog-item {
    width: 31%;
    margin: 0 20px 20px 0;
  }

  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n),
  .desktop.one-column .amblog-grid-list>.amblog-item .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n),
  .desktop.one-column .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }

  .amblog-post-container .amblog-widget-container.-tags,
  .amblog-grid-list>.amblog-item .amblog-widget-container.-tags,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags {
    padding: 0 30px 15px;
  }
}

@media all and (min-width: 1024px),
print {

  .amblog-index-index .page-title,
  .amblog-index-post .page-title {
    margin-bottom: 60px;
  }

  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }

  .desktop.three-columns section.content {
    width: 52%;
  }

  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }

  .amblog-post-container .amblog-more,
  .amblog-grid-list>.amblog-item .amblog-more,
  .amblog-grid-list .slick-slide .amblog-item .amblog-more {
    min-width: 30%;
  }

  .amblog-form-comment .amblog-wrapper {
    width: 230px;
  }

  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .amblog-grid-list>.amblog-item {
    width: 31%;
    min-width: 190px;
    margin-right: 3%;
  }

  .amblog-grid-list .slick-slide .amblog-item {
    width: 31%;
    min-width: 150px;
    margin-right: 3%;
  }

  .amblog-grid-list>.amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }

  .amblog-post-container .amblog-widget-container.-post .amblog-item,
  .amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }

  .amblog-helpful-wrap {
    top: 0;
    right: 0;
    margin: 0;
  }
}

.amblog-disabled {
  color: red;
}

.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}

.amblog-hidden {
  color: grey;
}

.amblog-published {
  color: green;
}

.amblog-scheduled {
  color: grey;
}

.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}

#amblog_canvas_container {
  max-width: 400px;
  max-height: 400px;
}

.amblog-post-list .block-title strong {
  font-weight: 600;
}

.amblog-loader {
  background: url('../../frontend/Amasty/Bacterfield/de_AT/Amasty_Blog/css/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  height: 11px;
  width: 16px;
  margin: 0 auto;
}

.word-wrap {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-index-index .page-title,
.amblog-index-post .page-title {
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 40px;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.mobile {
  display: none;
}

.mobile .mobile-block {
  display: none;
}

.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}

.amblog-main-content {
  padding-top: 40px;
}

.amblog-main-content>.amblog-item {
  margin-bottom: 30px;
}

.amblog-main-content>.amblog-item:last-child {
  margin-bottom: 0;
}

.amblog-main-content .amblog-btn {
  height: auto;
}

.amblog-aside-right,
.amblog-aside-left {
  position: fixed;
  z-index: 1000;
  top: 0;
  display: none;
  width: 300px;
  height: 100vh;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  overflow-y: scroll;
}

.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}

.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 0 25px 15px;
}

.amblog-aside-right .amblog-close:before,
.amblog-aside-left .amblog-close:before,
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 13px;
  background: #333;
}

.amblog-aside-right .amblog-close:before,
.amblog-aside-left .amblog-close:before {
  transform: rotate(45deg);
}

.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  transform: rotate(-45deg);
}

.amblog-aside-right {
  right: 0;
}

.amblog-aside-left {
  left: 0;
}

.amblog-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, 0.3);
}

.amblog-index-index .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  font-size: 14px;
  font-weight: 600;
  color: #0e6bd7;
}

.amblog-index-index .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #0e6bd7;
}

.amblog-cloud-tags {
  width: auto;
}

.amblog-cloud-tags .amblog-cloud {
  width: 100%;
}

.amblog-author-container,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-item.-print,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-grid-list>.amblog-item .amblog-item.-author,
.amblog-grid-list>.amblog-item .amblog-item.-comments,
.amblog-grid-list>.amblog-item .amblog-item.-print,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-print,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  line-height: 25px;
  font-size: 14px;
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.amblog-svg {
  position: relative;
  top: 7px;
  min-width: 25px;
  margin-right: 10px;
}

.amblog-svg.user {
  width: 25px;
  height: 25px;
}

.amblog-svg.comment {
  top: 6px;
  width: 25px;
  height: 24px;
}

.amblog-svg.print {
  width: 21px;
  min-width: auto;
  height: 24px;
}

.amblog-svg.-classic {
  fill: #499bf8;
}

.amblog-svg.-red {
  fill: #ef5350;
}

.amblog-svg.-green {
  fill: #43a047;
}

.amblog-svg.-blue {
  fill: #3f51b5;
}

.amblog-svg.-grey {
  fill: #bdbdbd;
}

.amblog-svg.-purple {
  fill: #9c27b0;
}

.amblog-swipe.-left,
.amblog-swipe.-right {
  position: absolute;
  top: -45px;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s 0.3s ease-in-out;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0OTlCRjgiLz48cGF0aCBkPSJNMjIuOTEgMTVoLTYuODAyYy0uNjEyIDAtMS4xMDguNTE5LTEuMTA4IDEuMTU5djYuN2MwIC42NC40OTYgMS4xNTkgMS4xMDggMS4xNTloNi44MDFjLjYxMiAwIDEuMTA5LS41MiAxLjEwOS0xLjE1OXYtNi43YzAtLjY0LS40OTctMS4xNTktMS4xMDktMS4xNTl6TTM0LjA0MyAxNWgtNi44Yy0uNjEzIDAtMS4xMS41MTktMS4xMSAxLjE1OXY2LjdjMCAuNjQuNDk3IDEuMTU5IDEuMTEgMS4xNTloNi44Yy42MTIgMCAxLjEwOC0uNTIgMS4xMDgtMS4xNTl2LTYuN2MwLS42NC0uNDk2LTEuMTU5LTEuMTA4LTEuMTU5ek0yMi45MSAyNS45ODJoLTYuODAyYy0uNjEyIDAtMS4xMDguNTItMS4xMDggMS4xNTl2Ni43YzAgLjY0LjQ5NiAxLjE1OSAxLjEwOCAxLjE1OWg2LjgwMWMuNjEyIDAgMS4xMDktLjUxOSAxLjEwOS0xLjE1OXYtNi43YzAtLjY0LS40OTctMS4xNTktMS4xMDktMS4xNTl6TTM0LjA0MyAyNS45ODJoLTYuOGMtLjYxMyAwLTEuMTEuNTItMS4xMSAxLjE1OXY2LjdjMCAuNjQuNDk3IDEuMTU5IDEuMTEgMS4xNTloNi44Yy42MTIgMCAxLjEwOC0uNTE5IDEuMTA4LTEuMTU5di02LjdjMC0uNjQtLjQ5Ni0xLjE1OS0xLjEwOC0xLjE1OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
}

.amblog-post-container,
.amblog-main-content .amblog-search,
.amblog-grid-list>.amblog-item,
.amblog-grid-list .slick-slide .amblog-item {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.amblog-post-container:last-child,
.amblog-grid-list>.amblog-item:last-child,
.amblog-grid-list .slick-slide .amblog-item:last-child {
  margin-bottom: 0;
}

.amblog-post-container .amblog-tags,
.amblog-grid-list>.amblog-item .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  margin: 20px 0;
  padding: 0 15px;
}

.amblog-post-container .amblog-tag,
.amblog-element-block .amblog-tag,
.amblog-grid-list>.amblog-item .amblog-tag,
.amblog-grid-list .slick-slide .amblog-item .amblog-tag,
.amblog-post-container .amblog-widget-container .amblog-tag,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-tag,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #de3078;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-post-container .amblog-tag:last-child,
.amblog-element-block .amblog-tag:last-child,
.amblog-grid-list>.amblog-item .amblog-tag:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-tag:last-child,
.amblog-post-container .amblog-widget-container .amblog-tag:last-child,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-tag:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag:last-child {
  margin-right: 0;
}

.amblog-post-container .amblog-tag:hover,
.amblog-element-block .amblog-tag:hover,
.amblog-grid-list>.amblog-item .amblog-tag:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-tag:hover,
.amblog-post-container .amblog-widget-container .amblog-tag:hover,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-tag:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag:hover {
  text-decoration: none;
}

.amblog-post-container .amblog-title,
.amblog-grid-list>.amblog-item .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-title {
  margin: 0 0 20px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-post-container .amblog-image,
.amblog-grid-list>.amblog-item .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}

.amblog-post-container .amblog-content,
.amblog-grid-list>.amblog-item .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  margin-top: 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #e9e9e9;
}

.amblog-post-container .amblog-widget-container,
.amblog-grid-list>.amblog-item .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}

.amblog-post-container .amblog-headline,
.amblog-grid-list>.amblog-item .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #4ebdc5;
}

.amblog-post-container .amblog-headline:hover,
.amblog-grid-list>.amblog-item .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #333;
}

.amblog-post-container .amblog-shot,
.amblog-grid-list>.amblog-item .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  margin: 15px 0;
  font-size: 16px;
  color: #333;
}

.amblog-post-container .amblog-shot>p,
.amblog-post-container .amblog-content>p,
.amblog-grid-list>.amblog-item .amblog-shot>p,
.amblog-grid-list>.amblog-item .amblog-content>p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot>p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content>p {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-post-container .amblog-bottom,
.amblog-grid-list>.amblog-item .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  margin-top: 20px;
}

.amblog-post-container .amblog-date,
.amblog-grid-list>.amblog-item .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-date {
  margin-right: 15px;
  font-size: 14px;
  color: #999;
}

.amblog-post-container .amblog-views,
.amblog-grid-list>.amblog-item .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-views {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

.amblog-post-container .amblog-footer,
.amblog-grid-list>.amblog-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item .amblog-footer {
  padding: 15px 15px 20px;
}

.amblog-post-container .amblog-features,
.amblog-grid-list>.amblog-item .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amblog-post-container .amblog-features.-post,
.amblog-grid-list>.amblog-item .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}

.amblog-post-container .amblog-item,
.amblog-grid-list>.amblog-item .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 5px 31px 5px 0;
}

.amblog-post-container .amblog-item.-print,
.amblog-grid-list>.amblog-item .amblog-item.-print,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-print {
  margin: 0 0 0 auto;
  white-space: nowrap;
}

.amblog-post-container .amblog-category,
.amblog-grid-list>.amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-category {
  margin: 5px 30px 5px 0;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list>.amblog-item .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  margin: 5px 30px 5px 0;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-post-container .amblog-read,
.amblog-grid-list>.amblog-item .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 9px 0;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #0e6bd7;
}

.amblog-post-container .amblog-arrow,
.amblog-grid-list>.amblog-item .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}

.amblog-recent-post {
  display: flex;
}

.amblog-recent-post .amblog-recent-post-image-wrapper {
  margin-right: 5%;
  vertical-align: top;
  min-width: 20%;
}

.amblog-element-block,
.amblog-post-container .amblog-widget-container,
.amblog-grid-list>.amblog-item .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  display: block;
  border-bottom: 1px solid #e9e9e9;
}

.amblog-element-block .amblog-btn,
.amblog-post-container .amblog-widget-container .amblog-btn,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-btn,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-btn {
  height: auto;
}

.amblog-element-block .amblog-list,
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}

.amblog-element-block .amblog-title,
.amblog-main-content .amblog-search .amblog-title,
.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
  position: relative;
  padding: 20px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0e6bd7;
}

.amblog-element-block .amblog-title:before,
.amblog-element-block .amblog-title:after,
.amblog-post-container .amblog-widget-container .amblog-title:before,
.amblog-post-container .amblog-widget-container .amblog-title:after,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after {
  content: '';
  position: absolute;
  top: 30px;
  height: 2px;
  width: 10px;
  background: #0e6bd7;
}

.amblog-element-block .amblog-title:before,
.amblog-post-container .amblog-widget-container .amblog-title:before,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before {
  right: 26px;
  transform: rotate(45deg);
}

.amblog-element-block .amblog-title:after,
.amblog-post-container .amblog-widget-container .amblog-title:after,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after {
  right: 20px;
  transform: rotate(-45deg);
}

.amblog-element-block .amblog-title.active,
.amblog-post-container .amblog-widget-container .amblog-title.active,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title.active,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title.active {
  border-bottom: 1px solid #e9e9e9;
}

.amblog-element-block .amblog-title.active:before,
.amblog-post-container .amblog-widget-container .amblog-title.active:before,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title.active:before,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title.active:before {
  transform: rotate(-45deg);
}

.amblog-element-block .amblog-title.active:after,
.amblog-post-container .amblog-widget-container .amblog-title.active:after,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title.active:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title.active:after {
  transform: rotate(45deg);
}

.amblog-element-block .amblog-item,
.amblog-element-block .amblog-categories.-level1>.amblog-category,
.amblog-post-container .amblog-widget-container .amblog-item,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category {
  margin-bottom: 0;
  padding: 15px 25px;
  border-bottom: 1px solid #e9e9e9;
}

.amblog-element-block .amblog-item:last-child,
.amblog-element-block .amblog-categories.-level1>.amblog-category:last-child,
.amblog-post-container .amblog-widget-container .amblog-item:last-child,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item:last-child,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category:last-child,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category:last-child {
  border-bottom: none;
}

.amblog-element-block .amblog-item.-search,
.amblog-element-block .amblog-categories.-level1>.amblog-category.-search,
.amblog-post-container .amblog-widget-container .amblog-item.-search,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item.-search,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-search,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category.-search,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-search,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-search {
  padding: 20px 20px;
}

.amblog-element-block .amblog-item.-comment:hover,
.amblog-element-block .amblog-categories.-level1>.amblog-category.-comment:hover,
.amblog-post-container .amblog-widget-container .amblog-item.-comment:hover,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item.-comment:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment:hover,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category.-comment:hover,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-comment:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-comment:hover {
  background: #f1f8ff;
}

.amblog-element-block .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-element-block .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #333;
}

.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin: 0;
  font-size: 14px;
  color: #999;
}

.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-date.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}

.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-date.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}

.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  margin: 5px 0;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}

.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  margin: 10px 0;
  font-style: italic;
  font-size: 16px;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  margin-top: 5px;
}

.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}

.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-weight: normal;
}

.amblog-element-block .amblog-categories.-level1>.amblog-category>.amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category>.amblog-link,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category>.amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category>.amblog-link {
  font-weight: 600;
}

.amblog-element-block .amblog-categories.-level3 .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-link,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-link {
  font-size: 14px;
}

.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}

.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}

.amblog-form-search .amblog-field {
  position: relative;
  margin-bottom: 10px;
}

.amblog-form-search .amblog-field:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1Ljc1NyAxNC41NzNsLTMuOTQ0LTMuOTZhNi4zMDcgNi4zMDcgMCAwIDAgMS41Ny00LjE1M0MxMy4zODIgMi44OTggMTAuMzggMCA2LjY5IDAgMy4wMDEgMCAwIDIuODk4IDAgNi40NnMzLjAwMiA2LjQ2IDYuNjkxIDYuNDZhNi43ODQgNi43ODQgMCAwIDAgMy44MzQtMS4xNjlsMy45NzQgMy45OWMuMTY2LjE2Ny4zOS4yNTkuNjI5LjI1OWEuODg1Ljg4NSAwIDAgMCAuNjA1LS4yMzUuODIzLjgyMyAwIDAgMCAuMDI0LTEuMTkyek02LjY5IDEuNjg1YzIuNzI3IDAgNC45NDYgMi4xNDIgNC45NDYgNC43NzUgMCAyLjYzMy0yLjIxOSA0Ljc3NS00Ljk0NiA0Ljc3NVMxLjc0NiA5LjA5MyAxLjc0NiA2LjQ2YzAtMi42MzMgMi4yMTgtNC43NzUgNC45NDUtNC43NzV6IiBmaWxsPSIjQTRBM0EzIi8+PC9zdmc+);
}

.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}

.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  width: 100%;
  height: 100%;
  padding: 9px 10px 9px 36px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  background: #f9f9f9;
  color: #525252;
}

.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder {
  color: #525252;
}

.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #525252;
}

.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder {
  color: #525252;
}

.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  background: #f1f8ff;
  box-shadow: none;
}

.amblog-form-search .amblog-input:focus:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus:focus::-webkit-input-placeholder {
  color: transparent;
}

.amblog-form-search .amblog-input:focus:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:focus::-moz-placeholder {
  color: transparent;
}

.amblog-form-search .amblog-input:focus:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus:focus:-ms-input-placeholder {
  color: transparent;
}

.amblog-form-search .amblog-btn,
.amblog-form-comment .amblog-btn {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-shadow: none;
  background: #0e6bd7;
}

.amblog-form-search .amblog-btn:hover {
  background: #185eaf;
}

.amblog-main-content .amblog-search {
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
}

.amblog-main-content .amblog-search .amblog-item {
  padding: 20px 15px;
}

.amblog-main-content .amblog-search .amblog-title {
  padding: 15px 15px;
  border-bottom: 1px solid #e9e9e9;
}

.amblog-grid-list {
  padding: 0;
  list-style: none;
}

.amblog-grid-list>.amblog-item,
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}

.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}

.amblog-grid-list .image {
  border-radius: 4px;
}

.amblog-social-container {
  padding: 15px 15px 0;
}

.amblog-social-container .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.amblog-social-container .amblog-social {
  display: block;
  width: 25px;
  height: 25px;
}

.amblog-social-container .amblog-icon {
  width: 25px;
  height: 25px;
  margin: 0 15px 5px 0;
  border-radius: 50%;
  background-color: #888;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.amblog-social-container .amblog-icon:hover {
  background-color: #585858;
}

.amblog-social-container .amblog-icon.-twitter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODMyIDEyLjMwMmguMTk2Yy4xMzQgMCAuMjgxLS4wMzMuMzM0LS4wMzZhOC4zNjMgOC4zNjMgMCAwIDAgMS42My0uMjY5YzEuNzI2LS40NDcgMy4xNjUtMS4yODkgNC4zMTYtMi41NiAxLjQyLTEuNTU3IDIuMTg2LTMuNDAxIDIuMjYzLTUuNDZ2LS41MDFjMC0uMTA4LjAzOS0uMjg3LjIxMS0uNDEyLjI1LS4xNjEuNDgtLjM1OC42OS0uNTU1LS4yNDkuMDUzLS40NzkuMDktLjcxLjEwN2EuNDAzLjQwMyAwIDAgMS0uNDAyLS4yMzMuMzMuMzMgMCAwIDEgLjE1NC0uNDExYy4yODctLjE4LjUzNy0uMzc2Ljc0OC0uNjA5LS4zNDYuMTI1LS42OS4yMTUtMS4wNTUuMjg2YS41NTcuNTU3IDAgMCAxLS40OTktLjE0M0MxMi4wMzcuODggMTEuMjMxLjYzIDEwLjI3Mi43MDFhMi44ODIgMi44ODIgMCAwIDAtMS41OTIuNjQ0Yy0uNjMzLjUyLS45NTkgMS4xNDYtMS4wMTYgMS45MTYtLjAyLjI1IDAgLjUwMS4wNTcuNzE2YS4zNTYuMzU2IDAgMCAxLS4wOTYuMzc2LjQyNi40MjYgMCAwIDEtLjM2NC4xMDdoLS4wMzljLS41MTctLjAzNi0uOTk3LS4wOS0xLjQxOS0uMTc5QTkuNTAyIDkuNTAyIDAgMCAxIC41ODYgMS41NiAyLjU3OSAyLjU3OSAwIDAgMCAuNDkgMy4wODJjLjE3My42OC41NTYgMS4yMzUgMS4yMDggMS42ODMuMTM1LjA5LjE5Mi4yNS4xMzUuNDExYS40MS40MSAwIDAgMS0uMzY1LjI1MWMtLjM0NSAwLS42OS0uMDcyLTEuMDM1LS4xOC4wOTUuNDQ5LjI4Ny44NDIuNTk0IDEuMi40NDEuNTAyLjk3OC44MjQgMS42ODguOTg1YS4zNS4zNSAwIDAgMSAuMjg4LjM0YzAgLjE2MS0uMTE1LjMwNS0uMjg4LjM1OGE0LjA5IDQuMDkgMCAwIDEtLjk0LjEyNmMuNTE4Ljg1OSAxLjM0MyAxLjMwNyAyLjQ5NCAxLjM5NmEuNDE0LjQxNCAwIDAgMSAuMzQ1LjI1Yy4wNTcuMTQ0IDAgLjI4Ny0uMTM0LjM5NWE3LjE1MiA3LjE1MiAwIDAgMS0yLjQzNiAxLjE0NSA4LjY2NCA4LjY2NCAwIDAgMS0xLjE1MS4yMTUgOC4zMDIgOC4zMDIgMCAwIDAgMS42MTEuNDg0Yy40Ni4wOS44NjMuMTYgMS4yNjYuMTZoMS4wNjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.amblog-social-container .amblog-icon.-facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDggMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNjk4NzQgMC4wMDMxMjFMNS43Nzk5MSAwQzMuNjI0MTYgMCAyLjIzMTAyIDEuNDQ4OTIgMi4yMzEwMiAzLjY5MTUyVjUuMzkzNTZIMC4zMDE3MTlDMC4xMzUwMDQgNS4zOTM1NiAwIDUuNTMwNTcgMCA1LjY5OTU3VjguMTY1NjNDMCA4LjMzNDYzIDAuMTM1MTU4IDguNDcxNDkgMC4zMDE3MTkgOC40NzE0OUgyLjIzMTAyVjE0LjY5NDFDMi4yMzEwMiAxNC44NjMxIDIuMzY2MDMgMTUgMi41MzI3NCAxNUg1LjA0OTkzQzUuMjE2NjUgMTUgNS4zNTE2NSAxNC44NjMgNS4zNTE2NSAxNC42OTQxVjguNDcxNDlINy42MDc0NkM3Ljc3NDE3IDguNDcxNDkgNy45MDkxOCA4LjMzNDYzIDcuOTA5MTggOC4xNjU2M0w3LjkxMDEgNS42OTk1N0M3LjkxMDEgNS42MTg0MyA3Ljg3ODI0IDUuNTQwNzEgNy44MjE3NCA1LjQ4MzI5QzcuNzY1MjUgNS40MjU4NiA3LjY4ODI4IDUuMzkzNTYgNy42MDgyMyA1LjM5MzU2SDUuMzUxNjVWMy45NTA3MkM1LjM1MTY1IDMuMjU3MjMgNS41MTQ2NyAyLjkwNTE4IDYuNDA1ODIgMi45MDUxOEw3LjY5ODQ0IDIuOTA0NzJDNy44NjUgMi45MDQ3MiA4IDIuNzY3NyA4IDIuNTk4ODZWMC4zMDg5NzlDOCAwLjE0MDI4OSA3Ljg2NTE1IDAuMDAzNDMzMSA3LjY5ODc0IDAuMDAzMTIxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}

.amblog-social-container .amblog-icon.-vkontakte {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuOTIgOC4xMjhhMS4wNjkgMS4wNjkgMCAwIDAtLjA1LS4xMDNjLS4yNi0uNDkzLS43NTgtMS4wOTgtMS40OTItMS44MTVsLS4wMTYtLjAxNi0uMDA3LS4wMDgtLjAwOC0uMDA5aC0uMDA4YTkuMzA0IDkuMzA0IDAgMCAxLS42MzMtLjY3M2MtLjE2MS0uMjItLjE5Ny0uNDQtLjExLS42NjYuMDYzLS4xNy4yOTgtLjUyOC43MDQtMS4wNzUuMjEzLS4yOS4zODItLjUyMy41MDctLjY5OEMxNC43MDggMS44MDUgMTUuMSAxIDE0Ljk4LjY1bC0uMDQ3LS4wODJjLS4wMy0uMDUtLjExMi0uMDk0LS4yNDItLjEzNmExLjE3MSAxLjE3MSAwIDAgMC0uNS0uMDJsLTIuMjQ5LjAxNmEuMjc4LjI3OCAwIDAgMC0uMTU2LjAwNGwtLjEwMi4wMjUtLjAzOS4wMi0uMDMuMDI1YS4zNTQuMzU0IDAgMCAwLS4wODcuMDg3LjU3Mi41NzIgMCAwIDAtLjA3OC4xNDMgMTMuNzE2IDEzLjcxNiAwIDAgMS0uODM1IDEuODQ4Yy0uMTkzLjM0LS4zNy42MzQtLjUzMi44ODMtLjE2LjI1LS4yOTYuNDMzLS40MDYuNTUtLjEwOS4xMTgtLjIwOC4yMTItLjI5Ni4yODQtLjA4OS4wNzEtLjE1Ny4xMDEtLjIwMy4wOWE1LjUwMiA1LjUwMiAwIDAgMS0uMTMzLS4wMzMuNTM3LjUzNyAwIDAgMS0uMTc2LS4yMDEuOTM2LjkzNiAwIDAgMS0uMDktLjMyIDMuNzA2IDMuNzA2IDAgMCAxLS4wMjMtLjcyN2MuMDA1LS4xNy4wMDgtLjI4NS4wMDgtLjM0NSAwLS4yMDguMDA0LS40MzQuMDExLS42NzhsLjAyLS41NzljLjAwNS0uMTQyLjAwOC0uMjkzLjAwOC0uNDUyIDAtLjE1OC0uMDEtLjI4My0uMDI4LS4zNzNhMS4zMjUgMS4zMjUgMCAwIDAtLjA4MS0uMjYzLjQzNy40MzcgMCAwIDAtLjE2LS4xOTcuODc4Ljg3OCAwIDAgMC0uMjYyLS4xMTFBNC45NSA0Ljk1IDAgMCAwIDcuMjE2IDBjLS45NjgtLjAxLTEuNTkuMDU1LTEuODY2LjE5Ny0uMTEuMDYtLjIwOC4xNDMtLjI5Ny4yNDctLjA5NC4xMi0uMTA3LjE4Ni0uMDQuMTk3LjMxMy4wNDkuNTM1LjE2Ny42NjUuMzUzbC4wNDcuMDk4Yy4wMzYuMDcyLjA3My4xOTguMTEuMzc4YTQgNCAwIDAgMSAuMDcuNmMuMDI1LjQuMDI1Ljc0MiAwIDEuMDI2LS4wMjcuMjg1LS4wNTEuNTA3LS4wNzUuNjY2YTEuMzg0IDEuMzg0IDAgMCAxLS4yLjU2Ni4xMzguMTM4IDAgMCAxLS4wMzguMDQxLjU2LjU2IDAgMCAxLS4yMTEuMDQyYy0uMDczIDAtLjE2MS0uMDM5LS4yNjYtLjExNmExLjkxMyAxLjkxMyAwIDAgMS0uMzI0LS4zMTYgNC4yMzEgNC4yMzEgMCAwIDEtLjM3OC0uNTYyIDkuOTkgOS45OSAwIDAgMS0uNDM4LS44NTRsLS4xMjUtLjIzOWEyMC45NSAyMC45NSAwIDAgMS0uMzItLjY2OSAxMy4yNSAxMy4yNSAwIDAgMS0uMzYtLjg1LjU0LjU0IDAgMCAwLS4xODctLjI2M0wyLjk0NC41MThBLjc5OC43OTggMCAwIDAgMi42NC4zOTVMLjUuNDEyQy4yODIuNDEyLjEzNC40NjQuMDU2LjU2OEwuMDIzLjYxN0EuMjc3LjI3NyAwIDAgMCAwIC43NDhjMCAuMDYuMDE2LjEzNS4wNDcuMjIyYTI3Ljc0IDI3Ljc0IDAgMCAwIDEuMDE5IDIuMjM0Yy4zNjcuNzE3LjY4NiAxLjI5NS45NTcgMS43MzMuMjcuNDM4LjU0Ni44NTEuODI4IDEuMjQuMjguMzg5LjQ2Ny42MzguNTU4Ljc0Ny4wOTEuMTEuMTYzLjE5Mi4yMTUuMjQ3bC4xOTUuMTk3Yy4xMjUuMTMxLjMwOC4yODkuNTUuNDcyLjI0My4xODQuNTEuMzY0LjgwNS41NDIuMjk0LjE3OC42MzcuMzIzIDEuMDI3LjQzNS4zOS4xMTMuNzcuMTU4IDEuMTQuMTM2aC44OThjLjE4My0uMDE2LjMyLS4wNzcuNDE0LS4xOGwuMDMxLS4wNDJhLjU2LjU2IDAgMCAwIC4wNTktLjE1Mi44NzUuODc1IDAgMCAwIC4wMjctLjIyNSAyLjg0MSAyLjg0MSAwIDAgMSAuMDUxLS42MzdjLjAzOS0uMTg5LjA4My0uMzMxLjEzMy0uNDI3YTEuMDQ5IDEuMDQ5IDAgMCAxIC4zLS4zNjEuNDk5LjQ5OSAwIDAgMSAuMDYzLS4wMjljLjEyNS0uMDQ0LjI3Mi0uMDAxLjQ0MS4xMjcuMTcuMTMuMzI4LjI4OC40NzcuNDc3LjE0OC4xODkuMzI3LjQuNTM1LjYzNi4yMDguMjM2LjM5LjQxLjU0Ni41MjZsLjE1Ny4wOTljLjEwNC4wNjUuMjQuMTI2LjQwNi4xOGEuODM1LjgzNSAwIDAgMCAuNDM3LjA0MWwyLS4wMzJjLjE5NyAwIC4zNTEtLjAzNS40Ni0uMTAzLjExLS4wNjkuMTc1LS4xNDQuMTk1LS4yMjZhLjY2OS42NjkgMCAwIDAgLjAwNC0uMjggMS4wNjggMS4wNjggMCAwIDAtLjA1NS0uMjE3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}

.amblog-social-container .amblog-icon.-digg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMDIyIDB2M0gwdjZINC43MjJWMGgtMS43ek0xLjcgNy41di0zaDEuMzIydjNIMS43ek01LjEgM2gxLjd2Nkg1LjFWM3ptMC0zaDEuN3YxLjY4OEg1LjFWMHptNi45ODkgM0g3LjU1NnY2aDIuODMzdjEuMzEzSDcuNTU2VjEyaDQuNTMzVjN6TTkuMjU2IDcuNXYtM2gxLjEzM3YzSDkuMjU2ek0xNyAzaC00LjUzM3Y2aDMuMDIydjEuMzEzaC0zLjAyMlYxMkgxN1Yzem0tMS41MTEgNC41aC0xLjMyMnYtM2gxLjMyMnYzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}

.amblog-social-container .amblog-icon.-pinterest {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41NzM0MSAxLjQzNDY0QzguNjEwMDMgMC41MDk1MiA3LjI3NjgzIDAgNS44MTk0MSAwQzMuNTkzMTIgMCAyLjIyMzg1IDAuOTEyODgyIDEuNDY3MjIgMS42Nzg2NUMwLjUzNDcyNSAyLjYyMjM3IDAgMy44NzU0NSAwIDUuMTE2NjRDMCA2LjY3NTA1IDAuNjUxNjM3IDcuODcxMTggMS43NDI4OSA4LjMxNjE4QzEuODE2MTUgOC4zNDYyMSAxLjg4OTg2IDguMzYxMzMgMS45NjIxMyA4LjM2MTMzQzIuMTkyMzQgOC4zNjEzMyAyLjM3NDc1IDguMjEwNjUgMi40Mzc5NSA3Ljk2ODk0QzIuNDc0NzggNy44MzAyNyAyLjU2MDE0IDcuNDg4MTkgMi41OTcyNSA3LjMzOTY3QzIuNjc2NjkgNy4wNDY0IDIuNjEyNSA2LjkwNTM0IDIuNDM5MjYgNi43MDExQzIuMTIzNjQgNi4zMjc1NCAxLjk3NjY3IDUuODg1OCAxLjk3NjY3IDUuMzEwOUMxLjk3NjY3IDMuNjAzMjYgMy4yNDc4IDEuNzg4MzggNS42MDM3MyAxLjc4ODM4QzcuNDczMDYgMS43ODgzOCA4LjYzNDI3IDIuODUxMTcgOC42MzQyNyA0LjU2MTk3QzguNjM0MjcgNS42NDE1NiA4LjQwMTggNi42NDEzNyA3Ljk3OTU3IDcuMzc3MzNDNy42ODYxNiA3Ljg4ODcgNy4xNzAyMSA4LjQ5ODI4IDYuMzc4MTUgOC40OTgyOEM2LjAzNTYzIDguNDk4MjggNS43Mjc5NiA4LjM1NzU0IDUuNTMzODEgOC4xMTIxN0M1LjM1MDQxIDcuODgwMjEgNS4yODk5NyA3LjU4MDU3IDUuMzYzNzIgNy4yNjgyOUM1LjQ0NzA1IDYuOTE1NDUgNS41NjA2NyA2LjU0NzQgNS42NzA2MyA2LjE5MTU4QzUuODcxMTggNS41NDE3MyA2LjA2MDc3IDQuOTI3OTUgNi4wNjA3NyA0LjQzODI1QzYuMDYwNzcgMy42MDA2NCA1LjU0NiAzLjAzNzg0IDQuNzc5OTMgMy4wMzc4NEMzLjgwNjM2IDMuMDM3ODQgMy4wNDM2MyA0LjAyNjk4IDMuMDQzNjMgNS4yODk3MkMzLjA0MzYzIDUuOTA5MDEgMy4yMDgxNyA2LjM3MjIgMy4yODI2NSA2LjU1MDA2QzMuMTYgNy4wNjk4OCAyLjQzMTA5IDEwLjE2MDMgMi4yOTI4MyAxMC43NDNDMi4yMTI4OCAxMS4wODMyIDEuNzMxMjkgMTMuNzcwMSAyLjUyODQxIDEzLjk4NDRDMy40MjQwMyAxNC4yMjUxIDQuMjI0NTggMTEuNjA4MiA0LjMwNjA2IDExLjMxMjVDNC4zNzIwOSAxMS4wNzIgNC42MDMxNyAxMC4xNjI3IDQuNzQ0NzcgOS42MDM2NkM1LjE3NzEyIDEwLjAyMDMgNS44NzMyNiAxMC4zMDE5IDYuNTUwNjMgMTAuMzAxOUM3LjgyNzU4IDEwLjMwMTkgOC45NzU5OCA5LjcyNzA3IDkuNzg0MyA4LjY4MzQyQzEwLjU2ODIgNy42NzExNSAxMSA2LjI2MDI2IDExIDQuNzEwODRDMTEgMy40OTk1NCAxMC40OCAyLjMwNTM5IDkuNTczNDEgMS40MzQ2NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
}

.amblog-social-container .amblog-icon.-blogger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjY1NiA0LjU4SDkuMjgxYy0uMTkyIDAtLjM0NC0uMTY5LS4zNDQtLjM4MnYtLjc2NEM4LjkzOCAxLjU0MiA3LjU1IDAgNS44NDUgMGgtMi43NUMxLjM4OSAwIDAgMS41NDIgMCAzLjQzNHY2LjEzMkMwIDExLjQ1OCAxLjM4OSAxMyAzLjA5NCAxM2g0LjgxMkM5LjYxMSAxMyAxMSAxMS40NTggMTEgOS41NjZWNC45NmMwLS4yMTQtLjE1MS0uMzgyLS4zNDQtLjM4MnptLTQuNDY5LS4zODJjMCAuMjEzLS4xNS4zODEtLjM0My4zODFoLTIuNzVjLS4xOTMgMC0uMzQ0LS4xNjgtLjM0NC0uMzgxdi0uNzY0YzAtLjIxMy4xNTEtLjM4MS4zNDQtLjM4MWgyLjc1Yy4xOTIgMCAuMzQzLjE2OC4zNDMuMzgxdi43NjR6TTIuNzUgOC44MDJjMC0uMjEzLjE1MS0uMzgxLjM0NC0uMzgxaDQuODEyYy4xOTMgMCAuMzQ0LjE2OC4zNDQuMzgxdi43NjRjMCAuMjEzLS4xNTEuMzgxLS4zNDQuMzgxSDMuMDk0Yy0uMTkzIDAtLjM0NC0uMTY4LS4zNDQtLjM4MXYtLjc2NHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}

.amblog-social-container .amblog-icon.-linkedin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDcuOTdWMTNoLTIuNzg2VjguMzA3YzAtMS4xNzktLjQwMy0xLjk4My0xLjQxMi0xLjk4My0uNzcgMC0xLjIyOC41NDItMS40MyAxLjA2Ni0uMDczLjE4OC0uMDkyLjQ0OS0uMDkyLjcxMVYxM0g0LjQ5M3MuMDM3LTcuOTQ4IDAtOC43NzJINy4yOHYxLjI0NEw3LjI2IDUuNWguMDE5di0uMDI4Yy4zNy0uNTk3IDEuMDMxLTEuNDUgMi41MTEtMS40NUMxMS42MjUgNC4wMjIgMTMgNS4yNzYgMTMgNy45N3pNMS41NzcgMEMuNjI0IDAgMCAuNjU1IDAgMS41MTVjMCAuODQyLjYwNiAxLjUxNyAxLjU0IDEuNTE3aC4wMTljLjk3MiAwIDEuNTc2LS42NzUgMS41NzYtMS41MTdDMy4xMTcuNjU1IDIuNTMxIDAgMS41NzcgMHpNLjE2NiAxM2gyLjc4NlY0LjIyOEguMTY2VjEzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}

.amblog-social-container .amblog-icon.-tumblr {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi43OTMgMTIuNTU5Yy0uNDI1IDAtLjc5Ni0uMTAxLTEuMTEzLS4zMDNhMS4wOTQgMS4wOTQgMCAwIDEtLjQ5NS0uNTg2Yy0uMDg5LS4yMzUtLjEzMy0uNzk0LS4xMzMtMS42OFY2LjE0MmgzLjQ2M1YzLjc5SDUuMDUyVjBIMi45NjhjLS4wOTUuNzY4LS4yNjYgMS40MDYtLjUxMyAxLjkxNGE0LjE0NSA0LjE0NSAwIDAgMS0uOTggMS4yOUE0LjM1MiA0LjM1MiAwIDAgMSAwIDQuMDIzdjIuMTE5aDEuNjE3djUuMjYzYzAgLjY5Ny4wNyAxLjIyMS4yMSAxLjU3Mi4xMzMuMzUyLjM4My42OTQuNzUxIDEuMDI2LjM4LjMyNS44MTguNTcgMS4zMTMuNzMyLjUxNC4xNzYgMS4xMDQuMjY0IDEuNzcuMjY0LjYwOSAwIDEuMTU3LS4wNjIgMS42NDUtLjE4Ni40ODMtLjExIDEuMDQ3LS4zMjIgMS42OTQtLjYzNXYtMi4zNjNjLS43My40OTUtMS40NjUuNzQyLTIuMjA3Ljc0MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}

.amblog-social-container .amblog-icon.-reddit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDYuNjQ0YzAtMS4wMjEtLjg0Mi0xLjg1Mi0xLjg3Ny0xLjg1Mi0uNTc3IDAtMS4xMDguMjU1LTEuNDYyLjY5Mi0uOTk0LS40NDYtMi4xMjctLjcyMS0zLjMyNi0uODA4bDEuMDMtMy4yMSAyLjMuNDlhMS41ODcgMS41ODcgMCAwIDAgMS41MzkgMS4xNzggMS41OCAxLjU4IDAgMCAwIDEuNTg4LTEuNTY3QTEuNTggMS41OCAwIDAgMCAxMy4yMDQgMGMtLjYzMyAwLTEuMTguMzY3LTEuNDM1Ljg5N0w5LjExNS4zMjlhLjUzNy41MzcgMCAwIDAtLjYyNS4zNThMNy4yMiA0LjY0OWMtMS40MDQuMDM0LTIuNzM1LjMyLTMuODguODM0YTEuODcyIDEuODcyIDAgMCAwLTEuNDYzLS42OUMuODQyIDQuNzkyIDAgNS42MjIgMCA2LjY0MmMwIC40OTcuMTk3Ljk2Mi41NDggMS4zMDhhMy4xOSAzLjE5IDAgMCAwLS4zMTUgMS4zNzJjMCAxLjI3Mi43NzIgMi40NiAyLjE3NCAzLjM0M0MzLjc3IDEzLjUyNiA1LjU4IDE0IDcuNSAxNHMzLjcyOS0uNDc0IDUuMDkzLTEuMzM0YzEuNDAyLS44ODQgMi4xNzQtMi4wNzEgMi4xNzQtMy4zNDMgMC0uNDY5LS4xMDYtLjkzLS4zMTUtMS4zNzIuMzUtLjM0Ni41NDgtLjgxMS41NDgtMS4zMDd6TS44MjQgNy4yNzhhMS4xOSAxLjE5IDAgMCAxLS4xOC0uNjM0YzAtLjY3MS41NTMtMS4yMTcgMS4yMzMtMS4yMTcuMjkyIDAgLjU2Ni4wOTguNzg1LjI3OC0uNzg0LjQ0LTEuNDAxLjk2OC0xLjgzOCAxLjU3M3pNMy42NDggOC4zNWMwLS43MjkuNjAyLTEuMzIyIDEuMzQtMS4zMjIuNzQgMCAxLjM0MS41OTMgMS4zNDEgMS4zMjIgMCAuNzMtLjYwMSAxLjMyMy0xLjM0IDEuMzIzLS43NCAwLTEuMzQtLjU5My0xLjM0LTEuMzIzem02LjYwMiAzLjAxOGMtLjUyMy41NjMtMS41NzYuOTEzLTIuNzUuOTEzcy0yLjIyNy0uMzUtMi43NS0uOTEzYS41MjIuNTIyIDAgMCAxIC4wMzMtLjc0Ny41MzkuNTM5IDAgMCAxIC43NTguMDMzYy4zMTEuMzM1IDEuMTE3LjU2OSAxLjk1OS41NjkuODQyIDAgMS42NDgtLjIzNCAxLjk2LS41N2EuNTQxLjU0MSAwIDAgMSAuNzU3LS4wMzIuNTIyLjUyMiAwIDAgMSAuMDMzLjc0N3ptLS4yMzktMS42OTVjLS43MzkgMC0xLjM0LS41OTMtMS4zNC0xLjMyMyAwLS43MjkuNjAxLTEuMzIyIDEuMzQtMS4zMjIuNzQgMCAxLjM0LjU5MyAxLjM0IDEuMzIyIDAgLjczLS42IDEuMzIzLTEuMzQgMS4zMjN6bTQuMTY1LTIuMzk1Yy0uNDM3LS42MDUtMS4wNTQtMS4xMzMtMS44MzgtMS41NzMuMjItLjE4LjQ5My0uMjc4Ljc4NS0uMjc4LjY4IDAgMS4yMzQuNTQ2IDEuMjM0IDEuMjE3IDAgLjIyOC0uMDYzLjQ0NS0uMTgxLjYzNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}

.amblog-social-container .amblog-icon.-slashdot {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMTMuODg5TDUuOTkgMGgyLjU5NEwyLjU5NSAxMy44ODlIMHptMTEtMi4xYzAtMS4yMjItLjk2My0yLjIxMi0yLjE1LTIuMjEyLTEuMTkgMC0yLjE1MS45OTItMi4xNTEgMi4yMTIgMCAxLjIyMi45NjEgMi4yMTEgMi4xNSAyLjIxMUMxMC4wMzcgMTQgMTEgMTMuMDEgMTEgMTEuNzg5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}

.amblog-social-container .amblog-icon.-stumbleupon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDYuOTU5djQuNTU2YzAgLjcwMy41ODIgMS4yNzMgMS4zIDEuMjczLjcxOCAwIDEuMy0uNTcgMS4zLTEuMjczVjQuNTVDMi41MjUgNS44OTMgMS4zOSA2Ljk2IDAgNi45NnpNMTIuOTE0IDBjLTIuODM2IDAtNS4xMzYgMi4yNDUtNS4xMzYgNS4wMTR2MS41NjJjMC0uNzA0LjU4NC0xLjI3MyAxLjMwNC0xLjI3My43MiAwIDEuMzAzLjU3IDEuMzAzIDEuMjczdi42NDdjMCAuNzAzLjU4NCAxLjI3MyAxLjMwNCAxLjI3My43MiAwIDEuMzAzLS41NyAxLjMwMy0xLjI3M1YuMDAxQTIuNSAyLjUgMCAwIDAgMTIuOTE0IDB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDYuOTk4YzEuMzg4IDAgMi41MjItMS4wNjggMi41OTYtMi40MTJWMy4zOWExLjI4OSAxLjI4OSAwIDAgMSAxLjI5OC0xLjI3NWMuNzE4IDAgMS4zLjU3MSAxLjMgMS4yNzV2NC45ODdjMCAuNzA0LjU4IDEuMjc0IDEuMjk4IDEuMjc0LjcxNiAwIDEuMjk4LS41NyAxLjI5OC0xLjI3NFY1LjAyMkM3Ljc5IDIuMjQ4IDEwLjA4IDAgMTIuOTA1IDBIMHY2Ljk5OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}

.amblog-social-container .amblog-icon.-odnoklassniki {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNTE4LjhDNy45NS44MDkgOS45MDUgMi43OTkgOS44OTUgNS4yNmMtLjAxMyAyLjQwNi0xLjk5NyA0LjM1NS00LjQyOCA0LjM0Ny0yLjQwNi0uMDA4LTQuMzgtMi4wMDMtNC4zNjUtNC40MTNBNC40MDggNC40MDggMCAwIDEgNS41MTguOHptNC45MyAxMC41MzdjLS41MzcuNTUzLTEuMTg1Ljk1MS0xLjkwNSAxLjIzMi0uNjgxLjI2Mi0xLjQyNi4zOTUtMi4xNjMuNDg0LjExMi4xMjMuMTYzLjE4MS4yMzUuMjUgMS4wMDIgMS4wMDggMi4wMDcgMi4wMDggMy4wMDUgMy4wMTguMzM5LjM0NS40MS43Ny4yMjQgMS4xNzEtLjIwNC40MzYtLjY2My43MjUtMS4xMTIuNjk0LS4yODYtLjAyLS41MDgtLjE2LS43MDQtLjM2LS43NTUtLjc2LTEuNTI2LTEuNTA3LTIuMjY1LTIuMjgzLS4yMTctLjIyNC0uMzItLjE4My0uNTEuMDEzLS43Ni43ODMtMS41MzQgMS41NTQtMi4zMTIgMi4zMjEtLjM1LjM0NS0uNzY1LjQwNi0xLjE2OC4yMS0uNDMxLS4yMS0uNzA0LS42NDgtLjY4NC0xLjA5LjAxNS0uMjk4LjE2LS41MjguMzY3LS43MzIuOTkzLS45OSAxLjk4LTEuOTgyIDIuOTctMi45NzQuMDY2LS4wNjcuMTI3LS4xMzYuMjIyLS4yMzgtMS4zNS0uMTQtMi41NjQtLjQ3Mi0zLjYwNy0xLjI4NS0uMTMtLjEwMi0uMjYzLS4yLS4zOC0uMzE0Qy4yMDMgMTEuMDE1LjE1NyAxMC41MTUuNTIgMTBjLjMwOC0uNDQyLjgyNi0uNTYxIDEuMzY0LS4zMDYuMTA1LjA0OC4yMDQuMTEuMjk4LjE3NiAxLjk0MiAxLjMzNCA0LjYwNSAxLjM3IDYuNTU0LjA1OC4xOTQtLjE0OC4zOTgtLjI2OC42MzgtLjMyOWExIDEgMCAwIDEgMS4xNDguNDZjLjI4LjQ2NC4yNzguOTE4LS4wNzQgMS4yNzd6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTUuNTE4LjhDNy45NS44MDkgOS45MDUgMi43OTkgOS44OTUgNS4yNmMtLjAxMyAyLjQwNi0xLjk5NyA0LjM1NS00LjQyOCA0LjM0Ny0yLjQwNi0uMDA4LTQuMzgtMi4wMDMtNC4zNjUtNC40MTNBNC40MDggNC40MDggMCAwIDEgNS41MTguOHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTAuNDQ5IDExLjMzNmMtLjUzOC41NTQtMS4xODYuOTUyLTEuOTA2IDEuMjMzLS42ODEuMjYyLTEuNDI2LjM5NS0yLjE2My40ODQuMTEyLjEyMy4xNjMuMTgxLjIzNS4yNSAxLjAwMiAxLjAwOCAyLjAwNyAyLjAwOCAzLjAwNSAzLjAxOC4zMzkuMzQ1LjQxLjc3LjIyNCAxLjE3MS0uMjA0LjQzNi0uNjYzLjcyNS0xLjExMi42OTQtLjI4Ni0uMDItLjUwOC0uMTYtLjcwNC0uMzYtLjc1NS0uNzYtMS41MjYtMS41MDctMi4yNjUtMi4yODMtLjIxNy0uMjI0LS4zMi0uMTgzLS41MS4wMTMtLjc2Ljc4My0xLjUzNCAxLjU1NC0yLjMxMiAyLjMyMS0uMzUuMzQ1LS43NjUuNDA2LTEuMTY4LjIxLS40MzEtLjIxLS43MDQtLjY0OC0uNjg0LTEuMDkuMDE1LS4yOTguMTYtLjUyOC4zNjctLjczMi45OTMtLjk5IDEuOTgtMS45ODIgMi45Ny0yLjk3NC4wNjYtLjA2Ny4xMjctLjEzNi4yMjItLjIzOC0xLjM1LS4xNC0yLjU2NC0uNDcyLTMuNjA3LTEuMjg1LS4xMy0uMTAyLS4yNjMtLjItLjM4LS4zMTRDLjIwMyAxMS4wMTUuMTU3IDEwLjUxNS41MiAxMGMuMzA4LS40NDIuODI2LS41NjEgMS4zNjQtLjMwNi4xMDUuMDQ4LjIwNC4xMS4yOTguMTc2IDEuOTQyIDEuMzM0IDQuNjA1IDEuMzcgNi41NTQuMDU4LjE5NC0uMTQ4LjM5OC0uMjY4LjYzOC0uMzI5YTEgMSAwIDAgMSAxLjE0OC40NmMuMjguNDY0LjI3OC45MTgtLjA3NCAxLjI3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}

.amblog-social-container .amblog-icon.-google {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNTUgMEMuMjQ0IDAgMCAuMjIzIDAgLjQ5OHYxMy45ODVjMCAuNTUxLjM0OC42ODIuNzc2LjI5M0w1LjUgMTAuNDg3bDQuNzI0IDQuMjg5Yy40MjguMzg5Ljc3Ni4yNTguNzc2LS4yOTNWLjQ5OEMxMSAuMjI1IDEwLjc1NCAwIDEwLjQ1IDBILjU1ek0yLjM4IDMuOTY4YTMuNTc2IDMuNTc2IDAgMCAxIDIuMDIzLTEuNzcyIDMuNjE2IDMuNjE2IDAgMCAxIDIuNDA2LjAyIDMuNDcgMy40NyAwIDAgMSAxLjE1LjcxM3YuMDAyYTYuNjYgNi42NiAwIDAgMS0uMjIyLjIyN2wtLjEyNS4xMjQtLjY1Ni42NTdhMS45MjMgMS45MjMgMCAwIDAtLjc3LS40NTMgMi4xMyAyLjEzIDAgMCAwLTEuMDQ5LS4wNDJjLS40MDUuMDg2LS43OC4yOTctMS4wNjcuNTkzYTIuMjMgMi4yMyAwIDAgMC0uNTE2LjgzNiAyLjE1NSAyLjE1NSAwIDAgMCAwIDEuMzlsLS4wMDQuMDA0LjAwMS4wMDNhMi4yMTYgMi4yMTYgMCAwIDAgLjgxNiAxLjA5MmMuMjM4LjE2Ny41MS4yODYuNzk1LjM0NC4yOC4wNTcuNTcuMDUuODUyLjAwMi4yOC0uMDUuNTUxLS4xNTIuNzg4LS4zMTJsLjAwMS4wMDJjLjM3My0uMjUxLjYzOC0uNjU3LjcxMy0xLjEwMUg1LjU3MnYtLjAwMkg1LjU3Yy4wMDItLjQ2NS4wMDItLjkzLjAwMi0xLjM5NGgzLjM2Yy4wMjYuMTQ0LjA0NC4yOS4wNTUuNDM2QTQuMTEgNC4xMSAwIDAgMSA4Ljg0MiA2LjhhMy4yNDUgMy4yNDUgMCAwIDEtLjkwNCAxLjQ4MiAzLjI0MSAzLjI0MSAwIDAgMS0xLjQ2My43NiAzLjgyMiAzLjgyMiAwIDAgMS0xLjgyOC0uMDE5IDMuNTU4IDMuNTU4IDAgMCAxLTEuMjk4LS42NTQgMy42MDQgMy42MDQgMCAwIDEtLjk3LTEuMTkzIDMuNTg0IDMuNTg0IDAgMCAxIC4wMDItMy4yMDh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.amblog-pager-container {
  margin: 20px auto 50px;
}

.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.amblog-pager-container .amblog-link {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0e6bd7;
}

.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
}

.amblog-pager-container .amblog-link:before {
  top: 13px;
  left: 13px;
  transform: rotate(45deg);
}

.amblog-pager-container .amblog-link:after {
  top: 20px;
  left: 13px;
  transform: rotate(-45deg);
}

.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}

.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}

.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}

.amblog-pager-container .amblog-link.-disabled {
  cursor: auto;
  pointer-events: none;
  background: #c4c4c4;
}

.amblog-pager-container .amblog-pagination {
  font-size: 16px;
  color: #333;
}

.main .amblog-related-wrapper {
  margin-bottom: 40px;
  padding: 0 10px;
}

.main .amblog-related-wrapper>.amblog-title {
  border-bottom: 0;
}

.main .amblog-related-wrapper .amblog-related-grid {
  padding: 0 5px 0 7px;
}

.main .amblog-related-wrapper .slick-list {
  margin: 0 10px;
  width: 100%;
}

.main .amblog-related-wrapper .slick-list>.slick-track {
  margin-left: 0;
}

.main .amblog-related-wrapper .slick-slide {
  vertical-align: top;
  margin: 0 7px;
}

.amblog-comments-wrapper,
.amblog-related-wrapper {
  margin-bottom: 31px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.amblog-comments-wrapper>.amblog-title,
.amblog-related-wrapper>.amblog-title {
  position: relative;
  padding: 20px 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0e6bd7;
}

.amblog-comments-container {
  margin: 30px 20px 0;
}

.amblog-comments-container .amblog-comment {
  margin-bottom: 40px;
}

.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies {
  margin: 30px 0 0 35px;
  padding-left: 20px;
  border-left: 1px solid #e9e9e9;
}

.amblog-comment-content {
  padding-left: 35px;
}

.amblog-comment-content .amblog-author {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
}

.amblog-comment-content .amblog-author .amblog-svg.user {
  position: absolute;
  top: 0;
  left: -35px;
}

.amblog-comment-content .amblog-header {
  margin-bottom: 15px;
}

.amblog-comment-content .amblog-date {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #999;
}

.amblog-comment-content .amblog-willapprove {
  margin-top: 15px;
  padding: 0 10px;
  border-radius: 4px;
  color: #f57c00;
  background: #fff3e0;
}

.amblog-comment-content .amblog-thesis {
  font-style: italic;
  font-size: 16px;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.amblog-comment-content .amblog-reply {
  margin-top: 10px;
  text-align: right;
}

.amblog-comments-action {
  padding: 20px 20px 40px;
}

.amblog-comments-action>.amblog-comment {
  margin-bottom: 60px;
}

.amblog-comment-reply {
  margin-bottom: 30px;
}

.amblog-form-comment {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.amblog-form-comment .amblog-svg.comment {
  position: absolute;
  top: -40px;
  left: 0;
}

.amblog-form-comment .amblog-fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-inline-size: initial;
}

.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}

.amblog-form-comment .amblog-wrapper {
  margin-bottom: 15px;
}

.amblog-form-comment .amblog-input {
  padding-left: 15px;
}

.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}

.amblog-form-comment .amblog-input.-textarea {
  margin-bottom: 0;
  height: 100px;
}

.amblog-form-comment .amblog-gdprtext {
  position: relative;
  margin-top: 15px;
}

.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-wrap: anywhere;
}

.amblog-form-comment .amblog-input.-gdpr {
  position: relative;
  top: 2px;
  width: auto;
  height: 13px;
}

.amblog-form-comment .mage-error {
  margin-bottom: 0;
}

.amblog-form-comment .amblog-btn {
  margin-top: 15px;
}

.amblog-widget-container .amblog-list {
  padding-left: 40px;
}

.amblog-element-block .amblog-widget-container.-post .amblog-list,
.amblog-element-block .amblog-widget-container.-comments .amblog-list,
.amblog-element-block .amblog-widget-container.-categories .amblog-list,
.amblog-post-container .amblog-widget-container .amblog-widget-container.-post .amblog-list,
.amblog-post-container .amblog-widget-container .amblog-widget-container.-comments .amblog-list,
.amblog-post-container .amblog-widget-container .amblog-widget-container.-categories .amblog-list,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-widget-container.-comments .amblog-list,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-widget-container.-categories .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container.-comments .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container.-categories .amblog-list {
  padding-left: 0;
}

.amblog-post-container .amblog-widget-container,
.amblog-grid-list>.amblog-item .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  padding-bottom: 25px;
  border: none;
  background: #f7fbff;
}

.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
  padding: 25px 20px 0;
  border-bottom: none;
}

.amblog-post-container .amblog-widget-container .amblog-title:before,
.amblog-post-container .amblog-widget-container .amblog-title:after,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after {
  content: none;
}

.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list,
.amblog-post-container .amblog-widget-container.-post .amblog-item,
.amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item {
  margin: 0 20px 0;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background: #fff;
}

.amblog-post-container .amblog-widget-container .amblog-item,
.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item {
  margin: 0;
}

.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list>.amblog-item .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}

.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  border: none;
  background: inherit;
}

.amblog-post-container .amblog-widget-container.-post .amblog-item,
.amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item {
  margin: 0 0 15px;
}

.amblog-post-container .amblog-widget-container.-tags,
.amblog-grid-list>.amblog-item .amblog-widget-container.-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags {
  padding: 0 20px 15px;
}

.amblog-post-container .amblog-widget-container.-tags .amblog-title,
.amblog-grid-list>.amblog-item .amblog-widget-container.-tags .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-title {
  margin-bottom: 15px;
  padding: 25px 0 0;
}

.amblog-post-container .amblog-widget-container.-tags .amblog-tag,
.amblog-grid-list>.amblog-item .amblog-widget-container.-tags .amblog-tag,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-tag {
  margin-bottom: 10px;
}

.amblog-post-container .amblog-widget-container.-tags .amblog-item,
.amblog-grid-list>.amblog-item .amblog-widget-container.-tags .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-item {
  padding: 0;
}

.amblog-post-container .amblog-widget-container.-tags .amblog-cloud-tags,
.amblog-grid-list>.amblog-item .amblog-widget-container.-tags .amblog-cloud-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-cloud-tags {
  width: 200px;
  margin: 0 auto;
}

.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list>.amblog-item .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}

.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}

.amblog-helpful-wrap>.amblog-helpful {
  font-size: 14px;
  color: #5b5b5b;
  vertical-align: top;
}

.amblog-helpful-wrap>.amblog-options {
  margin-left: 5px;
}

.amblog-helpful-wrap>.amblog-options,
.amblog-helpful-wrap .amblog-plus,
.amblog-helpful-wrap .amblog-minus,
.amblog-helpful-wrap .amblog-icon {
  display: inline-block;
  cursor: pointer;
}

.amblog-helpful-wrap .amblog-icon {
  margin: 0 5px 0 10px;
  width: 20px;
  height: 18px;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.amblog-helpful-wrap .amblog-plus>.amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+);
}

.amblog-helpful-wrap .amblog-plus:hover>.amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzJFQUJDIi8+PC9zdmc+);
}

.amblog-helpful-wrap .amblog-plus.-voted>.amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+);
}

.amblog-helpful-wrap .amblog-minus>.amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0M0QzRDNCIvPjwvc3ZnPg==);
}

.amblog-helpful-wrap .amblog-minus:hover>.amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0ZGQkNCQyIvPjwvc3ZnPg==);
}

.amblog-helpful-wrap .amblog-minus.-voted>.amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==);
}

.amblog-post-list {
  margin-top: 30px;
}

.amblog-post-list .slick-track {
  display: flex;
}

.amblog-post-list .slick-slide {
  margin: 0 10px;
  text-align: center;
}

.amblog-post-list .post-item-details {
  margin-top: 10px;
}@media all and (min-width: 640px) {
  .amtab-grid-wrapper.-small .amtab-arrow {
    display: block;
  }
}
@media all and (min-width: 768px), print {
  .am-tabs-view .product.data.items > .item.content {
    padding: 35px;
    margin-top: 41px;
  }
  .amtabs-accordion-view.product.data.items {
    border-bottom: 1px solid #ccc;
  }
  .amtabs-accordion-view.product.data.items > .item.content {
    margin: 0;
    padding: 20px;
    border-bottom: 0;
    float: none;
  }
  .amtabs-accordion-view.product.data.items > .item.title {
    width: 100%;
    float: none;
  }
  .amtabs-accordion-view.product.data.items > .item.title.active .switch:after {
    transform: rotate(180deg);
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch {
    padding: 5px 20px;
    font-weight: 600;
    background-color: #fff;
    color: #333;
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch:after {
    transition: 0.1s all ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    content: '\e622';
  }
  .amtab-grid-wrapper .amtab-table-container .amtab-title,
  .amtab-grid-wrapper .amtab-table-container .amtab-cell {
    padding: 0 0 0 20px;
  }
  .amtab-grid-wrapper.-large .amtab-measure {
    padding: 45px 0 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
    max-width: 260px;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step:not(:last-child) {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
    padding: 0 0 0 35px;
  }
}
@media all and (min-width: 1024px), print {
  .amtabs-accordion-view .product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-measure {
    max-width: 610px;
    min-height: 379px;
    margin: 0 auto;
    flex-basis: 52%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-sizes {
    flex-basis: 48%;
  }
  .amtab-grid-wrapper.-small .amtab-table-container {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-small .amtab-step {
    max-width: 190px;
  }
  .amtab-grid-wrapper.-small .amtab-img {
    position: absolute;
  }
  .amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
    margin: 0 0 32px;
  }
  .amtab-grid-wrapper.-small .amtab-steps-container {
    height: 100%;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-img {
    left: 16%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
    left: 58%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    max-width: 51px;
    width: 5vw;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
    top: 16%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 100px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
    top: 19.3%;
    right: 20px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
    top: 47.5%;
    left: -10px;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
    right: 0;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-img {
    left: 18%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
    right: 24px;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
    top: 20%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
    right: -20px;
    bottom: 85px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
    top: 25.5%;
    right: 24px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
    top: 46.4%;
    left: 0;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
    width: 50px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
}
.am-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.am-tabs-view .product-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.am-tabs-view .product-item {
  padding: 15px;
}
.am-tabs-view .block.crosssell {
  padding: 0;
  width: 100%;
}
.am-tabs-view .product.data.items > .item.title > .switch {
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-tabs-view .product.data.items > .item.title.active > .switch,
.am-tabs-view .product.data.items > .item.title.active > .switch:focus,
.am-tabs-view .product.data.items > .item.title.active > .switch:hover {
  padding-bottom: 1px;
}
.am-tabs-view .product.data.items > .content {
  display: none;
}
.am-tabs-view .product.data.items > .active + .content {
  display: block;
}
.am-tabs-view .product.data.items > .item.content {
  margin-top: 10px;
  padding: 10px 10px 30px;
}
.amtab-grid-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.amtab-cell-select {
  position: relative;
  margin: 0 0 0 -10px;
  cursor: pointer;
}
.amtab-cell-select:focus:after,
.amtab-cell-select:active:after {
  border-color: #3b68bb transparent transparent transparent;
  transform: rotate(180deg);
}
.amtab-cell-select:focus .amtab-select,
.amtab-cell-select:active .amtab-select {
  color: #3b68bb;
}
.amtab-cell-select:after {
  transition: 0.1s all ease-in;
  display: none;
  position: absolute;
  top: 45%;
  right: 0;
  border-width: 4px 3px 0 3px;
  border-style: solid;
  border-color: #6597f3 transparent transparent transparent;
  pointer-events: none;
  content: '';
}
.amtab-cell-select .amtab-select {
  transition: 0.1s all ease-in;
  pointer-events: none;
  padding: 0 10px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  color: #6597f3;
  font-weight: 600;
  cursor: pointer;
}
.amtab-cell-select .amtab-select:focus,
.amtab-cell-select .amtab-select:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.amtab-cell-select .amtab-select ::-ms-expand {
  display: none;
}
.amtab-cell-select .amtab-select .amtab-option {
  color: #41362f;
}
.amtab-grid-container > .amtab-title {
  width: 100%;
  margin: 0 0 25px;
  font-weight: 600;
  font-size: 16px;
}
.amtab-grid-container > .amtab-note {
  margin: 10px 0 0 0;
  color: #6f716e;
  font-size: 12px;
}
.amtab-grid-container > .amtab-desc {
  margin: 0 0 10px 0;
  color: #41362f;
  font-size: 14px;
}
.amtab-table-container {
  flex-basis: 100%;
  border: 1px solid #eff3f9;
  color: #41362f;
}
.amtab-table-container .amtab-cell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.amtab-table-container .amtab-cell:not(:last-child) {
  border-right: 1px solid #eff3f9;
}
.amtab-table-container .amtab-cell .amtab-desc {
  transition: 0.1s all ease-in;
  flex-basis: 100%;
  color: #6597f3;
  font-weight: bold;
  font-style: normal;
}
.amtab-table-container .amtab-title {
  display: flex;
  align-items: center;
  border-right: 1px solid #eff3f9;
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
  color: #fff;
}
.amtab-table-container .amtab-title,
.amtab-table-container .amtab-cell {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.1s all ease-in;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  width: 100%;
  font-size: 14px;
}
.amtab-table-container .amtab-table-line .amtab-cell:hover,
.amtab-table-container .amtab-table-line .amtab-cell.-active {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .-amtab-hoverline {
  background: rgba(101, 151, 243, 0.2);
}
.amtab-table-container .amtab-table-line,
.amtab-table-container .amtab-head-line {
  display: flex;
  margin: 0;
}
.amtab-table-container .amtab-table-line:not(:last-child) .amtab-cell,
.amtab-table-container .amtab-head-line .amtab-cell {
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select {
  color: #fff;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select:after {
  border-color: #fff transparent transparent transparent;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-desc {
  color: #fff;
}
.amtab-steps-container {
  position: relative;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-steps-container .amtab-steps {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-grid-wrapper.-large .amtab-grid-container {
  max-width: 100%;
}
.amtab-grid-wrapper.-large .amtab-grid-container .amtab-sizes > .amtab-title {
  margin: 0 0 25px;
}
.amtab-grid-wrapper.-large .amtab-measure {
  padding: 30px 0 0 0;
}
.amtab-grid-wrapper.-large .amtab-measure > .amtab-title {
  margin: 0 0 10px;
}
.amtab-grid-wrapper.-large .amtab-table-container {
  border-radius: 4px;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-color: #aab0ba #fff;
  scrollbar-width: thin;
  position: relative;
  border: 1px solid #eff3f9;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  background: transparent;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #aab0ba;
  cursor: pointer;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #aaa;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-cell {
  min-width: 65px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title {
  min-width: 130px;
  background: #f9fafc;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-desc {
  flex-basis: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-head-line,
.amtab-grid-wrapper.-large .amtab-table-line {
  height: 65px;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell {
  color: #6597f3;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell.-amtab-hoverline {
  color: #fff;
}
.amtab-grid-wrapper.-large .amtab-steps-container {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 25px;
  counter-reset: step;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
  margin: 0 0 40px 0;
  width: 100%;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
  position: relative;
  padding: 0 0 0 100px;
  max-height: 110px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after,
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  content: '';
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  border: 1px solid transparent;
  border-radius: 50%;
  background: #cfe0ff;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 10px;
  counter-increment: step;
  color: #4983f1;
  content: counter(step);
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-tip {
  display: block;
  margin: 5px 0 0 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-desc {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-grid-container {
  flex-basis: 100%;
}
.amtab-grid-wrapper.-small .amtab-head-line {
  height: 64px;
  background: #f9fafc;
  font-weight: normal;
}
.amtab-grid-wrapper.-small .amtab-table-line {
  height: 45px;
}
.amtab-grid-wrapper.-small .amtab-table-line:nth-child(odd) {
  background: #f9fafc;
}
.amtab-grid-wrapper.-small .amtab-table-line .amtab-title {
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  align-self: flex-start;
  width: 100%;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-img {
  display: flex;
  justify-content: center;
  top: 0;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-head {
  display: flex;
  align-items: center;
  position: relative;
  display: inline-flex;
  margin: 0 0 5px;
  color: #4983f1;
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-desc {
  margin: 0;
  color: #000;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-arrow {
  transition: 0.1s all ease-in;
  position: absolute;
  display: none;
  border-bottom: 1px solid #4983f1;
  border-radius: 5px 0 0 5px;
}
.amtab-grid-wrapper.-small .amtab-arrow:after,
.amtab-grid-wrapper.-small .amtab-arrow:before {
  transition: 0.1s all ease-in;
  position: absolute;
  display: block;
  width: 5px;
  border-bottom: 1px solid #4983f1;
  content: '';
}
.amtab-grid-wrapper.-small .amtab-step {
  position: absolute;
  margin: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-small .amtab-measure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
  align-self: flex-start;
  margin: 40px 0 35px 0;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-img {
  margin: 0 auto 42px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
  top: -8px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
  top: 16%;
  left: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 124px;
  width: 30vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
  top: 50.9%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 123px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 75px;
  width: 15vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-img {
  margin: 0 auto 30px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
  top: -7px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow {
  right: 100%;
  margin: 0 10px 0 0;
  min-width: 50px;
  max-width: 90px;
  width: 5vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
  top: 17%;
  left: 0;
  width: 33vw;
  max-width: 300px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 345px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 75px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
  top: 50%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 150px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
