/**
 * 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 {
    background: #ffffff;
    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*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #e5e5e5;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3,
.product-info-sticky .name {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  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 {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.modal-content h1 {
  margin-top: 0;
}
.h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  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 {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
div.block .block-title strong {
  font-weight: 300;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
div.hero .block-title {
  padding: 8px;
}
div.hero .block-title strong {
  font-weight: 300;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2.6rem;
}
div.hero .block-title .subtitle,
div.hero .block-title .subtitle a {
  font-size: 18px;
  color: inherit;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff7a0e;
  text-decoration: underline;
}
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: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  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 #e5e5e5;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
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.42857143;
  font-size: 1rem;
  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: 11px 10px;
}
button {
  background-image: none;
  background: #a3a3a3;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px 7px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 16px;
}
button:focus,
button:active {
  background: #9e9e9e;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
button:hover {
  background: #9e9e9e;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button:focus,
button:active {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
button:hover {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
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="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 41px;
  line-height: 1.42857143;
  padding: 6px 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="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
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: #ffffff url('../../frontend/Uapp/argento-essence-custom/de_DE/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 41px;
  line-height: 1.42857143;
  padding: 6px 34px 6px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 3px 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[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
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: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #0763ab;
  background-color: false;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, false 0%, false 100%);
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='false', endColorstr='false', GradientType=0);
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.action-primary:hover {
  background: #0763ab;
  background-color: false;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, false 0%, false 100%);
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='false', endColorstr='false', GradientType=0);
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action-primary:focus,
.action-primary:active {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
}
.action-primary:hover {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 6px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: none;
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: none;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #a3a3a3;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px 7px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 16px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #9e9e9e;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #9e9e9e;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.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:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button: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-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.bundle-options-container .action.back,
.block.related .action.select,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.paypal-button-widget .paypal-button:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check: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,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check: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,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check: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,
.form.send.friend .action.remove:active {
  color: #ff7a0e;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check: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,
.form.send.friend .action.remove:hover {
  color: #006bb4;
}
.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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check: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,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .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,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.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,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle: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),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check: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),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  background: #a3a3a3;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #9e9e9e;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #9e9e9e;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 8px 15px 7px;
}
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.order-review-form .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.box-tocart .action.instant-purchase {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.multicheckout .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.multicheckout .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.multicheckout .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f106';
  font-family: 'FontAwesome';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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: 0;
  margin-top: 4px;
  min-width: 200px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 17px 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 #ffffff 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;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.multicheckout .table-wrapper .col .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty,
.cms-page-view .column.main table.table-grid.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .box-tocart .qty,
.modal-content table.table-grid.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .box-tocart .qty,
.cms-page-view .column.main table.data-table.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .box-tocart .qty,
.modal-content table.data-table.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.modal-content table.data-table.wishlist .box-tocart .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\f00d';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff7a0e;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.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,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.opc-wrapper .form-discount .field .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.block-balance .balance-price-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.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:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content: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 .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after,
.opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content:before,
.opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content:after,
.opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content:before,
.opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content:after,
.opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content:before,
.opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content:after,
.opc-wrapper .data.modal-content table.data-table .gift-wrapping .content:before,
.opc-wrapper .data.modal-content table.data-table .gift-wrapping .content:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.payment-method-braintree .hosted-date-wrap:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content: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 .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.page-product-downloadable .product-add-form:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after,
.opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content:after,
.opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content:after,
.opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content:after,
.opc-wrapper .data.modal-content table.data-table .gift-wrapping .content:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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 {
  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: inherit;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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: inherit;
  color: inherit;
  content: '\f106';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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: 0;
  margin-top: 4px;
  min-width: 160px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 17px 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 #ffffff 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;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'FontAwesome';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\f106';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.multicheckout .block-title,
.multicheckout .block-content .title,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .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) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .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: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\f106';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after,
.account .data.cms-page-view .column.main table.table-grid .col.actions .action:after,
[class^='sales-guest-'] .data.cms-page-view .column.main table.table-grid .col.actions .action:after,
.sales-guest-view .data.cms-page-view .column.main table.table-grid .col.actions .action:after,
.account .data.modal-content table.table-grid .col.actions .action:after,
[class^='sales-guest-'] .data.modal-content table.table-grid .col.actions .action:after,
.sales-guest-view .data.modal-content table.table-grid .col.actions .action:after,
.account .data.cms-page-view .column.main table.data-table .col.actions .action:after,
[class^='sales-guest-'] .data.cms-page-view .column.main table.data-table .col.actions .action:after,
.sales-guest-view .data.cms-page-view .column.main table.data-table .col.actions .action:after,
.account .data.modal-content table.data-table .col.actions .action:after,
[class^='sales-guest-'] .data.modal-content table.data-table .col.actions .action:after,
.sales-guest-view .data.modal-content table.data-table .col.actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after,
.account .data.cms-page-view .column.main table.table-grid .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.cms-page-view .column.main table.table-grid .col.actions .action:last-child:after,
.sales-guest-view .data.cms-page-view .column.main table.table-grid .col.actions .action:last-child:after,
.account .data.modal-content table.table-grid .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.modal-content table.table-grid .col.actions .action:last-child:after,
.sales-guest-view .data.modal-content table.table-grid .col.actions .action:last-child:after,
.account .data.cms-page-view .column.main table.data-table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.cms-page-view .column.main table.data-table .col.actions .action:last-child:after,
.sales-guest-view .data.cms-page-view .column.main table.data-table .col.actions .action:last-child:after,
.account .data.modal-content table.data-table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.modal-content table.data-table .col.actions .action:last-child:after,
.sales-guest-view .data.modal-content table.data-table .col.actions .action:last-child:after {
  display: none;
}
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-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: '\f196';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.order-details-items .order-items .order-gift-message .action.close,
.no-display,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.argento-tabs:not(.argento-tabs-initialized) > * > .block-content,
.catalog-product_compare-index ul.compare.wrapper,
.catalog-product-compare-index ul.compare.wrapper,
.checkout-index-index ul.compare.wrapper,
ul.compare.wrapper .action.compare.no-display,
.product-info-sticky,
.sidebar .block-wishlist .product-items .product-item-actions,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid,
.block-giftregistry-results .data.modal-content table.table-grid,
.block-wishlist-search-results .data.modal-content table.table-grid,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table,
.block-giftregistry-results .data.modal-content table.data-table,
.block-wishlist-search-results .data.modal-content table.data-table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.modal-content table.data-table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.modal-content table.data-table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.modal-content table.data-table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.modal-content table.data-table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > td,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tbody > tr > th,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tfoot > tr > th,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tbody > tr > td,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > tfoot > tr > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tbody > tr > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tfoot > tr > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tbody > tr > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > td,
.block-giftregistry-results .data.modal-content table.table-grid > thead > tr > th,
.block-giftregistry-results .data.modal-content table.table-grid > tbody > tr > th,
.block-giftregistry-results .data.modal-content table.table-grid > tfoot > tr > th,
.block-giftregistry-results .data.modal-content table.table-grid > thead > tr > td,
.block-giftregistry-results .data.modal-content table.table-grid > tbody > tr > td,
.block-giftregistry-results .data.modal-content table.table-grid > tfoot > tr > td,
.block-wishlist-search-results .data.modal-content table.table-grid > thead > tr > th,
.block-wishlist-search-results .data.modal-content table.table-grid > tbody > tr > th,
.block-wishlist-search-results .data.modal-content table.table-grid > tfoot > tr > th,
.block-wishlist-search-results .data.modal-content table.table-grid > thead > tr > td,
.block-wishlist-search-results .data.modal-content table.table-grid > tbody > tr > td,
.block-wishlist-search-results .data.modal-content table.table-grid > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > td,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > thead > tr > th,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > tbody > tr > th,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > tfoot > tr > th,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > thead > tr > td,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > tbody > tr > td,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > tfoot > tr > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > thead > tr > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tbody > tr > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tfoot > tr > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > thead > tr > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tbody > tr > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > td,
.block-giftregistry-results .data.modal-content table.data-table > thead > tr > th,
.block-giftregistry-results .data.modal-content table.data-table > tbody > tr > th,
.block-giftregistry-results .data.modal-content table.data-table > tfoot > tr > th,
.block-giftregistry-results .data.modal-content table.data-table > thead > tr > td,
.block-giftregistry-results .data.modal-content table.data-table > tbody > tr > td,
.block-giftregistry-results .data.modal-content table.data-table > tfoot > tr > td,
.block-wishlist-search-results .data.modal-content table.data-table > thead > tr > th,
.block-wishlist-search-results .data.modal-content table.data-table > tbody > tr > th,
.block-wishlist-search-results .data.modal-content table.data-table > tfoot > tr > th,
.block-wishlist-search-results .data.modal-content table.data-table > thead > tr > td,
.block-wishlist-search-results .data.modal-content table.data-table > tbody > tr > td,
.block-wishlist-search-results .data.modal-content table.data-table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.block-giftregistry-results .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td,
.block-giftregistry-results .data.modal-content table.table-grid > thead > tr > th,
.block-giftregistry-results .data.modal-content table.table-grid > thead > tr > td,
.block-wishlist-search-results .data.modal-content table.table-grid > thead > tr > th,
.block-wishlist-search-results .data.modal-content table.table-grid > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > thead > tr > th,
.block-giftregistry-results .data.cms-page-view .column.main table.data-table > thead > tr > td,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > thead > tr > th,
.block-wishlist-search-results .data.cms-page-view .column.main table.data-table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td,
.block-giftregistry-results .data.modal-content table.data-table > thead > tr > th,
.block-giftregistry-results .data.modal-content table.data-table > thead > tr > td,
.block-wishlist-search-results .data.modal-content table.data-table > thead > tr > th,
.block-wishlist-search-results .data.modal-content table.data-table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > td {
  border-bottom: 1px solid #e5e5e5;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.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: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #f2f5f7;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #ffffff;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #e5e5e5;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #e5e5e5;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\f106';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot,
.cms-page-view .column.main table.table-grid tfoot,
.modal-content table.table-grid tfoot,
.cms-page-view .column.main table.data-table tfoot,
.modal-content table.data-table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td,
.cms-page-view .column.main table.table-grid tfoot > tr:first-child th,
.cms-page-view .column.main table.table-grid tfoot > tr:first-child td,
.modal-content table.table-grid tfoot > tr:first-child th,
.modal-content table.table-grid tfoot > tr:first-child td,
.cms-page-view .column.main table.data-table tfoot > tr:first-child th,
.cms-page-view .column.main table.data-table tfoot > tr:first-child td,
.modal-content table.data-table tfoot > tr:first-child th,
.modal-content table.data-table tfoot > tr:first-child td {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td,
.cms-page-view .column.main table.table-grid tfoot th,
.cms-page-view .column.main table.table-grid tfoot td,
.modal-content table.table-grid tfoot th,
.modal-content table.table-grid tfoot td,
.cms-page-view .column.main table.data-table tfoot th,
.cms-page-view .column.main table.data-table tfoot td,
.modal-content table.data-table tfoot th,
.modal-content table.data-table tfoot td {
  border: 0;
}
.table tfoot .mark,
.cms-page-view .column.main table.table-grid tfoot .mark,
.modal-content table.table-grid tfoot .mark,
.cms-page-view .column.main table.data-table tfoot .mark,
.modal-content table.data-table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f071';
  font-family: 'FontAwesome';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  overflow: visible;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f071';
  font-family: 'FontAwesome';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  overflow: visible;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f071';
  font-family: 'FontAwesome';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  overflow: visible;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f071';
  font-family: 'FontAwesome';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  overflow: visible;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f058';
  font-family: 'FontAwesome';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  overflow: visible;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #fafafa;
}
.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;
  color: #757575;
  content: '\f0c9';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Uapp/argento-essence-custom/de_DE/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;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 41px;
  line-height: 1.42857143;
  padding: 6px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .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-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._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-shadow: none;
  font-weight: 400;
  text-transform: none;
  color: #333333;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._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:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  color: #333333;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  color: #333333;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\f073';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
button,
a.action.primary {
  border-radius: 6px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: none;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
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: #0763ab;
  background-color: #0763ab;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #0763ab 0%, #0763ab 100%);
  background-image: linear-gradient(to bottom, #0763ab 0%, #0763ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0763ab', endColorstr='#0763ab', GradientType=0);
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 8px 15px 7px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  line-height: 16px;
}
.action.primary:focus,
.action.primary:active {
  background: #0763ab;
  background-color: false;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, false 0%, false 100%);
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='false', endColorstr='false', GradientType=0);
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.action.primary:hover {
  background: #0763ab;
  background-color: false;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, false 0%, false 100%);
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='false', endColorstr='false', GradientType=0);
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary:focus,
.action.primary:active {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
}
.action.primary:hover {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cfe2f1;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.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 5px;
}
.product.data.items > .item.title > .switch {
  background: #cfe2f1;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #666666;
  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:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items > .item.title {
  cursor: pointer;
}
.product.data.items > .item.title > .switch {
  text-shadow: 1px 1px 0 #ffffff;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\f106';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.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.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 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: #006bb4;
  display: inline-block;
  padding: 0 12px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff7a0e;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 12px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #e5e5e5;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\f105';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\f104';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(229, 229, 229, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 18px;
  content: '\f105';
  font-family: 'FontAwesome';
  margin: -1px 8px 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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;
  text-transform: none;
  color: #333333;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  color: #333333;
}
.ui-dialog.popup .action.close:hover {
  color: #333333;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
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 0 12px 2px rgba(0, 0, 0, 0.35);
  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: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  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: 3rem;
  padding-right: 3rem;
}
.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: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.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;
  text-transform: none;
  color: #333333;
  display: inline-block;
  text-decoration: none;
  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: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 {
  color: #333333;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  color: #333333;
}
.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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.fotorama-video-container:after {
  background: url(../../frontend/Uapp/argento-essence-custom/de_DE/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/Uapp/argento-essence-custom/de_DE/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%;
  }
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin-top: 10px;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: none;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #ff7a0e;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #d05d00;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after,
.argento-grid:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #cccccc;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #757575;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\f106';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
.askit-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 80px;
  margin: 0 0 40px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.no-avatar .askit-item {
  padding-left: 15px;
}
.askit-item-avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 50px;
  width: 50px;
}
.no-avatar .askit-item-avatar {
  display: none;
}
.askit-item-timestamp::before {
  content: '(';
}
.askit-item-timestamp::after {
  content: '):';
}
.askit-item-vote {
  color: #aaaaaa;
}
.askit-item-actions {
  width: calc(100% + 80px + 15px);
  margin-left: -80px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.no-avatar .askit-item-actions {
  width: calc(100% + 15px + 15px);
  margin-left: -15px;
}
.askit-item-actions .askit-item-trigger {
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  cursor: pointer;
}
.askit-item-answer {
  border: 0;
  box-shadow: none;
  padding-bottom: 15px;
  margin: 0;
}
.askit-item-answers {
  display: none;
  padding: 15px;
}
.askit-item-answer-avatar {
  height: 50px;
  width: 50px;
}
.no-avatar .askit-item-answer-avatar {
  display: none;
}
.askit-item-answer-same {
  color: #aaaaaa;
  font-size: .9em;
}
.askit-item-answer .askit-item-vote {
  margin: 0;
}
.askit-item-trigger + [type=checkbox] {
  display: none;
}
.askit-item-trigger + [type=checkbox]:checked ~ .askit-item-answers {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.askit-answer-form {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 80px;
  position: relative;
}
.no-avatar .askit-answer-form {
  padding-left: 15px;
}
.askit-answer-form textarea {
  height: 150px;
}
[role=tabpanel] .askit-questions .block-title {
  display: none;
}
.askit-questions .toolbar-amount {
  float: left;
}
.askit-questions .toolbar .limiter {
  float: right;
}
.askit-questions .toolbar .pages {
  display: none;
}
.askit-questions .toolbar ~ .toolbar .toolbar-amount,
.askit-questions .toolbar ~ .toolbar .limiter {
  display: none;
}
.askit-questions .toolbar ~ .toolbar .pages {
  display: block;
  margin-bottom: 0;
}
[role=tabpanel] .askit-questions .toolbar ~ .toolbar {
  margin-bottom: 0;
}
.askit-question-form .block-title,
.askit-question-form .block-content {
  display: none !important;
}
.askit-question-form.show .block-title,
.askit-question-form:target .block-title,
.askit-question-form.show .block-content,
.askit-question-form:target .block-content {
  display: block !important;
}
.askit-question-form.show button.askit-show-form,
.askit-question-form:target button.askit-show-form {
  display: none !important;
}
.block-swissup-ajaxsearch-results,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown {
  background: #ffffff;
  border: 0;
  border-radius: 2px;
  margin: 10px 0 0;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
  padding: 6px;
  box-sizing: border-box;
}
.block-swissup-ajaxsearch-results::before,
.block-swissup-ajaxsearch-results::after,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after {
  content: '';
  position: absolute;
  display: block;
  border-bottom-style: solid;
  height: 0;
  width: 0;
}
.block-swissup-ajaxsearch-results::before,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before {
  right: 9px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  z-index: 99;
}
.block-swissup-ajaxsearch-results::after,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after {
  right: 8px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom-color: #ffffff;
  z-index: 98;
}
.block-swissup-ajaxsearch-results.stick-to-start::before,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown.stick-to-start::before {
  left: 15px;
}
.block-swissup-ajaxsearch-results.stick-to-start::after,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown.stick-to-start::after {
  left: 14px;
}
.block-swissup-ajaxsearch-results {
  min-width: 200px;
  font-size: 1.3rem;
}
.block-swissup-ajaxsearch-results .tt-suggestion {
  padding: 4px 10px;
  box-sizing: border-box;
}
.block-swissup-ajaxsearch-results .tt-suggestion.tt-cursor,
.block-swissup-ajaxsearch-results .tt-suggestion:hover {
  background-color: #fafafa;
}
.block-swissup-ajaxsearch-results .no-matches {
  padding: 4px 10px;
}
.block-swissup-ajaxsearch-results .tt-dataset {
  max-height: 550px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-track {
  background-color: #ededed;
  border-radius: 4px;
}
.block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 4px;
}
.block-swissup-ajaxsearch-results .ajaxsearch-title {
  margin: 1rem 0 .7rem;
  text-transform: uppercase;
}
.block-swissup-ajaxsearch-results .product-item-info-wrapper .product-item-info {
  width: auto;
}
.block-swissup-ajaxsearch-results .product-item-info {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.block-swissup-ajaxsearch-results .product-item-info:first-child {
  border-top: none;
}
.block-swissup-ajaxsearch-results .product-item-info:last-child {
  border-bottom: none;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-photo {
  padding: 0;
  max-width: 100px;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-photo,
.block-swissup-ajaxsearch-results .product-item-info .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-name {
  margin-bottom: 2px;
}
.block-swissup-ajaxsearch-results .product-item-info .price-box,
.block-swissup-ajaxsearch-results .product-item-info .product-info-stock-sku {
  font-size: 0.85em;
  color: #727272;
}
.block-swissup-ajaxsearch-results .product-item-info-wrapper .ajaxsearch-title {
  width: 100%;
  display: none;
}
.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
  padding: 0 5px 15px 10px;
}
.block-swissup-ajaxsearch-results .list .product-item-photo {
  padding: 0 10px 0 0;
}
.block-swissup-ajaxsearch-results .prolabels-wrapper {
  height: auto;
}
@keyframes ajaxsearch-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.block-swissup-ajaxsearch-results .product-item-info,
.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
  opacity: 0;
  animation: 150ms ajaxsearch-appear forwards;
}
.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
  animation-delay: 50ms;
  animation-duration: 500ms;
}
.block-swissup-ajaxsearch-results .product-item-info {
  animation-delay: 650ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(12) {
  animation-delay: 600ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(11) {
  animation-delay: 550ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(10) {
  animation-delay: 500ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(9) {
  animation-delay: 450ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(8) {
  animation-delay: 400ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(7) {
  animation-delay: 350ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(6) {
  animation-delay: 300ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(5) {
  animation-delay: 250ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(4) {
  animation-delay: 200ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(3) {
  animation-delay: 150ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(2) {
  animation-delay: 100ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(1) {
  animation-delay: 50ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(0) {
  animation-delay: 0ms;
}
.swissup-ajaxsearch-loading #swissup-ajaxsearch-filter-category {
  display: none;
  opacity: 0;
}
.swissup-ajaxsearch-filter-category-wrapper {
  display: none;
}
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown {
  padding: 3px;
}
.block-swissup-ajaxsearch .input-text {
  left: auto;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.block-swissup-ajaxsearch .input-text:focus {
  border: 1px solid #cccccc;
}
.block-swissup-ajaxsearch .action.search {
  display: block;
  position: absolute;
  top: -1000px;
}
.block-swissup-ajaxsearch .action.close {
  text-align: center;
  cursor: pointer;
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.block-swissup-ajaxsearch .twitter-typeahead {
  width: 100%;
}
.block-swissup-ajaxsearch .tt-hint {
  color: #999999;
}
.block-swissup-ajaxsearch .loading-mask {
  right: calc(100% + 10px);
  left: auto;
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.product.data.items .fieldset .review-legend.legend strong {
  display: inline;
  margin-left: .5em;
}
.product.data.items.expanded {
  border-bottom: 1px solid #cfe2f1;
}
.product.data.items.expanded > .item.title,
.product.data.items.expanded > .item.content {
  border: none;
  float: none;
  margin: 0;
}
.product.data.items.expanded > .item.title {
  border-top: 1px solid #cfe2f1;
}
.data.expanded .title .counter::before {
  content: '(';
}
.data.expanded .title .counter::after {
  content: ')';
}
.products-grid .hover-image,
.products-list .hover-image {
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transition: opacity 0.2s ease-in-out;
  transform: translateX(-50%);
}
.products-list .hover-image {
  left: 0;
  transform: none;
}
.fbl-custom {
  display: inline-block;
  margin: 0 6px 0 0;
}
.fbl-custom .like {
  cursor: pointer;
  height: 20px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.fbl-custom .like::before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjAuNzM0cHgiIGhlaWdodD0iNjAuNzMzcHgiIHZpZXdCb3g9IjAgMCA2MC43MzQgNjAuNzMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MC43MzQgNjAuNzMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggc3R5bGU9ImZpbGw6IzNiNTk5ODsiIGQ9Ik01Ny4zNzgsMC4wMDFIMy4zNTJDMS41MDIsMC4wMDEsMCwxLjUsMCwzLjM1M3Y1NC4wMjZjMCwxLjg1MywxLjUwMiwzLjM1NCwzLjM1MiwzLjM1NGgyOS4wODZWMzcuMjE0aC03LjkxNHYtOS4xNjdoNy45MTR2LTYuNzZjMC03Ljg0Myw0Ljc4OS0xMi4xMTYsMTEuNzg3LTEyLjExNmMzLjM1NSwwLDYuMjMyLDAuMjUxLDcuMDcxLDAuMzZ2OC4xOThsLTQuODU0LDAuMDAyYy0zLjgwNSwwLTQuNTM5LDEuODA5LTQuNTM5LDQuNDYydjUuODUxaDkuMDc4bC0xLjE4Nyw5LjE2NmgtNy44OTJ2MjMuNTJoMTUuNDc1YzEuODUyLDAsMy4zNTUtMS41MDMsMy4zNTUtMy4zNTFWMy4zNTFDNjAuNzMxLDEuNSw1OS4yMywwLjAwMSw1Ny4zNzgsMC4wMDF6Ii8+PC9nPjwvc3ZnPg==) no-repeat 50% 50% / contain;
  content: ' ';
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prolabels-wrapper,
.prolabels-content-wrapper {
  position: relative;
}
.prolabels-wrapper .prolabel,
.prolabels-content-wrapper .prolabel {
  display: inline-block;
  background: transparent center no-repeat;
  line-height: normal;
  transition: all 0.2s;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
.prolabels-wrapper .prolabel__inner,
.prolabels-content-wrapper .prolabel__inner {
  height: 100%;
  width: 100%;
}
.prolabels-wrapper .prolabel__wrapper,
.prolabels-content-wrapper .prolabel__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.prolabels-wrapper .prolabel__content,
.prolabels-content-wrapper .prolabel__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* Image Label */
.prolabels-wrapper .absolute {
  position: absolute;
}
.prolabels-wrapper .top-left {
  top: 0;
  left: 0;
}
.prolabels-wrapper .top-right {
  top: 0;
  right: 0;
}
.prolabels-wrapper .top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.prolabels-wrapper .middle-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.prolabels-wrapper .middle-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prolabels-wrapper .middle-center {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.prolabels-wrapper .bottom-left {
  bottom: 0;
  left: 0;
}
.prolabels-wrapper .bottom-right {
  bottom: 0;
  right: 0;
}
.prolabels-wrapper .bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
/* Content Label */
.prolabels-content-wrapper .prolabel {
  margin-right: 10px;
}
.prolabels-wrapper {
  height: 100%;
  text-align: center;
}
.prolabels-wrapper .product-item-photo {
  font-size: 0;
}
.prolabels-product-image-labels,
.prolabels-content-labels {
  display: none;
}
/* Fotorama fullscreen hide labels */
.fotorama--fullscreen .prolabels-wrapper .prolabel {
  display: none;
}
.swissup-navigationpro.navpro .bold {
  font-weight: bold;
}
.swissup-navigationpro.navpro .regular {
  font-weight: normal;
}
.swissup-navigationpro.navpro .italic {
  font-style: italic;
}
.swissup-navigationpro.navpro .caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.swissup-navigationpro.navpro .text-left {
  text-align: left;
}
.swissup-navigationpro.navpro .text-center {
  text-align: center;
}
.swissup-navigationpro.navpro .text-right {
  text-align: right;
}
.swissup-navigationpro.navpro .text-justify {
  text-align: justify;
}
.swissup-navigationpro.navpro .nowrap {
  white-space: nowrap;
}
.swissup-navigationpro.navpro .break-word {
  word-wrap: break-word;
}
.swissup-navigationpro.navpro .underline {
  text-decoration: underline;
}
.swissup-navigationpro.navpro .va-middle {
  vertical-align: middle;
}
.swissup-navigationpro.navpro .va-top {
  vertical-align: top;
}
.swissup-navigationpro.navpro .va-bottom {
  vertical-align: bottom;
}
.swissup-navigationpro.navpro .va-baseline {
  vertical-align: baseline;
}
.swissup-navigationpro.navpro .inline {
  display: inline;
}
.swissup-navigationpro.navpro .block {
  display: block;
}
.swissup-navigationpro.navpro .inline-block {
  display: inline-block;
}
.swissup-navigationpro.navpro .table,
.swissup-navigationpro.navpro .cms-page-view .column.main table.table-grid,
.swissup-navigationpro.navpro .modal-content table.table-grid,
.swissup-navigationpro.navpro .cms-page-view .column.main table.data-table,
.swissup-navigationpro.navpro .modal-content table.data-table {
  display: table;
}
.swissup-navigationpro.navpro .table-cell {
  display: table-cell;
}
.swissup-navigationpro.navpro .overflow-hidden {
  overflow: hidden;
}
.swissup-navigationpro.navpro .overflow-scroll {
  overflow: scroll;
}
.swissup-navigationpro.navpro .overflow-auto {
  overflow: auto;
}
.swissup-navigationpro.navpro .clearfix:before,
.swissup-navigationpro.navpro .clearfix:after,
.swissup-navigationpro.navpro .argento-grid:before,
.swissup-navigationpro.navpro .argento-grid:after {
  content: " ";
  display: table;
}
.swissup-navigationpro.navpro .clearfix:after,
.swissup-navigationpro.navpro .argento-grid:after {
  clear: both;
}
.swissup-navigationpro.navpro .float-left {
  float: left;
}
.swissup-navigationpro.navpro .float-right {
  float: right;
}
.swissup-navigationpro.navpro .m0 {
  margin: 0;
}
.swissup-navigationpro.navpro .mt0 {
  margin-top: 0;
}
.swissup-navigationpro.navpro .mr0 {
  margin-right: 0;
}
.swissup-navigationpro.navpro .mb0 {
  margin-bottom: 0;
}
.swissup-navigationpro.navpro .ml0 {
  margin-left: 0;
}
.swissup-navigationpro.navpro .mx0 {
  margin-left: 0;
  margin-right: 0;
}
.swissup-navigationpro.navpro .my0 {
  margin-top: 0;
  margin-bottom: 0;
}
.swissup-navigationpro.navpro .m1 {
  margin: 0.5rem;
}
.swissup-navigationpro.navpro .mt1 {
  margin-top: 0.5rem;
}
.swissup-navigationpro.navpro .mr1 {
  margin-right: 0.5rem;
}
.swissup-navigationpro.navpro .mb1 {
  margin-bottom: 0.5rem;
}
.swissup-navigationpro.navpro .ml1 {
  margin-left: 0.5rem;
}
.swissup-navigationpro.navpro .mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.swissup-navigationpro.navpro .my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.swissup-navigationpro.navpro .m2 {
  margin: 1rem;
}
.swissup-navigationpro.navpro .mt2 {
  margin-top: 1rem;
}
.swissup-navigationpro.navpro .mr2 {
  margin-right: 1rem;
}
.swissup-navigationpro.navpro .mb2 {
  margin-bottom: 1rem;
}
.swissup-navigationpro.navpro .ml2 {
  margin-left: 1rem;
}
.swissup-navigationpro.navpro .mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.swissup-navigationpro.navpro .my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.swissup-navigationpro.navpro .m3 {
  margin: 2rem;
}
.swissup-navigationpro.navpro .mt3 {
  margin-top: 2rem;
}
.swissup-navigationpro.navpro .mr3 {
  margin-right: 2rem;
}
.swissup-navigationpro.navpro .mb3 {
  margin-bottom: 2rem;
}
.swissup-navigationpro.navpro .ml3 {
  margin-left: 2rem;
}
.swissup-navigationpro.navpro .mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.swissup-navigationpro.navpro .my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.swissup-navigationpro.navpro .m4 {
  margin: 4rem;
}
.swissup-navigationpro.navpro .mt4 {
  margin-top: 4rem;
}
.swissup-navigationpro.navpro .mr4 {
  margin-right: 4rem;
}
.swissup-navigationpro.navpro .mb4 {
  margin-bottom: 4rem;
}
.swissup-navigationpro.navpro .ml4 {
  margin-left: 4rem;
}
.swissup-navigationpro.navpro .mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.swissup-navigationpro.navpro .my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.swissup-navigationpro.navpro .mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.swissup-navigationpro.navpro .mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.swissup-navigationpro.navpro .mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.swissup-navigationpro.navpro .mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.swissup-navigationpro.navpro .ml-auto {
  margin-left: auto;
}
.swissup-navigationpro.navpro .mr-auto {
  margin-right: auto;
}
.swissup-navigationpro.navpro .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .swissup-navigationpro.navpro .xs-m0 {
    margin: 0;
  }
  .swissup-navigationpro.navpro .xs-mt0 {
    margin-top: 0;
  }
  .swissup-navigationpro.navpro .xs-mr0 {
    margin-right: 0;
  }
  .swissup-navigationpro.navpro .xs-mb0 {
    margin-bottom: 0;
  }
  .swissup-navigationpro.navpro .xs-ml0 {
    margin-left: 0;
  }
  .swissup-navigationpro.navpro .xs-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .swissup-navigationpro.navpro .xs-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .swissup-navigationpro.navpro .xs-m1 {
    margin: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-mt1 {
    margin-top: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-mr1 {
    margin-right: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-mb1 {
    margin-bottom: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-ml1 {
    margin-left: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-m2 {
    margin: 1rem;
  }
  .swissup-navigationpro.navpro .xs-mt2 {
    margin-top: 1rem;
  }
  .swissup-navigationpro.navpro .xs-mr2 {
    margin-right: 1rem;
  }
  .swissup-navigationpro.navpro .xs-mb2 {
    margin-bottom: 1rem;
  }
  .swissup-navigationpro.navpro .xs-ml2 {
    margin-left: 1rem;
  }
  .swissup-navigationpro.navpro .xs-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .swissup-navigationpro.navpro .xs-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .swissup-navigationpro.navpro .xs-m3 {
    margin: 2rem;
  }
  .swissup-navigationpro.navpro .xs-mt3 {
    margin-top: 2rem;
  }
  .swissup-navigationpro.navpro .xs-mr3 {
    margin-right: 2rem;
  }
  .swissup-navigationpro.navpro .xs-mb3 {
    margin-bottom: 2rem;
  }
  .swissup-navigationpro.navpro .xs-ml3 {
    margin-left: 2rem;
  }
  .swissup-navigationpro.navpro .xs-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .swissup-navigationpro.navpro .xs-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .swissup-navigationpro.navpro .xs-m4 {
    margin: 4rem;
  }
  .swissup-navigationpro.navpro .xs-mt4 {
    margin-top: 4rem;
  }
  .swissup-navigationpro.navpro .xs-mr4 {
    margin-right: 4rem;
  }
  .swissup-navigationpro.navpro .xs-mb4 {
    margin-bottom: 4rem;
  }
  .swissup-navigationpro.navpro .xs-ml4 {
    margin-left: 4rem;
  }
  .swissup-navigationpro.navpro .xs-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .swissup-navigationpro.navpro .xs-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .swissup-navigationpro.navpro .xs-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .swissup-navigationpro.navpro .xs-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .swissup-navigationpro.navpro .xs-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .swissup-navigationpro.navpro .xs-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .swissup-navigationpro.navpro .xs-ml-auto {
    margin-left: auto;
  }
  .swissup-navigationpro.navpro .xs-mr-auto {
    margin-right: auto;
  }
  .swissup-navigationpro.navpro .xs-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.swissup-navigationpro.navpro .p0 {
  padding: 0;
}
.swissup-navigationpro.navpro .pt0 {
  padding-top: 0;
}
.swissup-navigationpro.navpro .pr0 {
  padding-right: 0;
}
.swissup-navigationpro.navpro .pb0 {
  padding-bottom: 0;
}
.swissup-navigationpro.navpro .pl0 {
  padding-left: 0;
}
.swissup-navigationpro.navpro .px0 {
  padding-left: 0;
  padding-right: 0;
}
.swissup-navigationpro.navpro .py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.swissup-navigationpro.navpro .p1 {
  padding: 0.5rem;
}
.swissup-navigationpro.navpro .pt1 {
  padding-top: 0.5rem;
}
.swissup-navigationpro.navpro .pr1 {
  padding-right: 0.5rem;
}
.swissup-navigationpro.navpro .pb1 {
  padding-bottom: 0.5rem;
}
.swissup-navigationpro.navpro .pl1 {
  padding-left: 0.5rem;
}
.swissup-navigationpro.navpro .py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.swissup-navigationpro.navpro .px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.swissup-navigationpro.navpro .p2 {
  padding: 1rem;
}
.swissup-navigationpro.navpro .pt2 {
  padding-top: 1rem;
}
.swissup-navigationpro.navpro .pr2 {
  padding-right: 1rem;
}
.swissup-navigationpro.navpro .pb2 {
  padding-bottom: 1rem;
}
.swissup-navigationpro.navpro .pl2 {
  padding-left: 1rem;
}
.swissup-navigationpro.navpro .py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.swissup-navigationpro.navpro .px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.swissup-navigationpro.navpro .p3 {
  padding: 4rem;
}
.swissup-navigationpro.navpro .pt3 {
  padding-top: 4rem;
}
.swissup-navigationpro.navpro .pr3 {
  padding-right: 4rem;
}
.swissup-navigationpro.navpro .pb3 {
  padding-bottom: 4rem;
}
.swissup-navigationpro.navpro .pl3 {
  padding-left: 4rem;
}
.swissup-navigationpro.navpro .py3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.swissup-navigationpro.navpro .px3 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.swissup-navigationpro.navpro .p4 {
  padding: 4rem;
}
.swissup-navigationpro.navpro .pt4 {
  padding-top: 4rem;
}
.swissup-navigationpro.navpro .pr4 {
  padding-right: 4rem;
}
.swissup-navigationpro.navpro .pb4 {
  padding-bottom: 4rem;
}
.swissup-navigationpro.navpro .pl4 {
  padding-left: 4rem;
}
.swissup-navigationpro.navpro .py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.swissup-navigationpro.navpro .px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 480px) {
  .swissup-navigationpro.navpro .xs-p0 {
    padding: 0;
  }
  .swissup-navigationpro.navpro .xs-pt0 {
    padding-top: 0;
  }
  .swissup-navigationpro.navpro .xs-pr0 {
    padding-right: 0;
  }
  .swissup-navigationpro.navpro .xs-pb0 {
    padding-bottom: 0;
  }
  .swissup-navigationpro.navpro .xs-pl0 {
    padding-left: 0;
  }
  .swissup-navigationpro.navpro .xs-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .swissup-navigationpro.navpro .xs-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .swissup-navigationpro.navpro .xs-p1 {
    padding: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-pt1 {
    padding-top: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-pr1 {
    padding-right: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-pb1 {
    padding-bottom: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-pl1 {
    padding-left: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .swissup-navigationpro.navpro .xs-p2 {
    padding: 1rem;
  }
  .swissup-navigationpro.navpro .xs-pt2 {
    padding-top: 1rem;
  }
  .swissup-navigationpro.navpro .xs-pr2 {
    padding-right: 1rem;
  }
  .swissup-navigationpro.navpro .xs-pb2 {
    padding-bottom: 1rem;
  }
  .swissup-navigationpro.navpro .xs-pl2 {
    padding-left: 1rem;
  }
  .swissup-navigationpro.navpro .xs-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .swissup-navigationpro.navpro .xs-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .swissup-navigationpro.navpro .xs-p3 {
    padding: 2rem;
  }
  .swissup-navigationpro.navpro .xs-pt3 {
    padding-top: 2rem;
  }
  .swissup-navigationpro.navpro .xs-pr3 {
    padding-right: 2rem;
  }
  .swissup-navigationpro.navpro .xs-pb3 {
    padding-bottom: 2rem;
  }
  .swissup-navigationpro.navpro .xs-pl3 {
    padding-left: 2rem;
  }
  .swissup-navigationpro.navpro .xs-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .swissup-navigationpro.navpro .xs-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .swissup-navigationpro.navpro .xs-p4 {
    padding: 4rem;
  }
  .swissup-navigationpro.navpro .xs-pt4 {
    padding-top: 4rem;
  }
  .swissup-navigationpro.navpro .xs-pr4 {
    padding-right: 4rem;
  }
  .swissup-navigationpro.navpro .xs-pb4 {
    padding-bottom: 4rem;
  }
  .swissup-navigationpro.navpro .xs-pl4 {
    padding-left: 4rem;
  }
  .swissup-navigationpro.navpro .xs-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .swissup-navigationpro.navpro .xs-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.swissup-navigationpro.navpro .flex {
  display: flex !important;
}
.swissup-navigationpro.navpro .flex-column {
  flex-direction: column;
}
.swissup-navigationpro.navpro .flex-wrap {
  flex-wrap: wrap;
}
.swissup-navigationpro.navpro .flex-nowrap {
  flex-wrap: nowrap;
}
.swissup-navigationpro.navpro .items-start {
  align-items: flex-start;
}
.swissup-navigationpro.navpro .items-end {
  align-items: flex-end;
}
.swissup-navigationpro.navpro .items-center {
  align-items: center;
}
.swissup-navigationpro.navpro .items-baseline {
  align-items: baseline;
}
.swissup-navigationpro.navpro .items-stretch {
  align-items: stretch;
}
.swissup-navigationpro.navpro .self-start {
  align-self: flex-start;
}
.swissup-navigationpro.navpro .self-end {
  align-self: flex-end;
}
.swissup-navigationpro.navpro .self-center {
  align-self: center;
}
.swissup-navigationpro.navpro .self-baseline {
  align-self: baseline;
}
.swissup-navigationpro.navpro .self-stretch {
  align-self: stretch;
}
.swissup-navigationpro.navpro .justify-start {
  justify-content: flex-start;
}
.swissup-navigationpro.navpro .justify-end {
  justify-content: flex-end;
}
.swissup-navigationpro.navpro .justify-center {
  justify-content: center;
}
.swissup-navigationpro.navpro .justify-between {
  justify-content: space-between;
}
.swissup-navigationpro.navpro .justify-around {
  justify-content: space-around;
}
.swissup-navigationpro.navpro .justify-evenly {
  justify-content: space-evenly;
}
.swissup-navigationpro.navpro .content-start {
  align-content: flex-start;
}
.swissup-navigationpro.navpro .content-end {
  align-content: flex-end;
}
.swissup-navigationpro.navpro .content-center {
  align-content: center;
}
.swissup-navigationpro.navpro .content-between {
  align-content: space-between;
}
.swissup-navigationpro.navpro .content-around {
  align-content: space-around;
}
.swissup-navigationpro.navpro .content-stretch {
  align-content: stretch;
}
.swissup-navigationpro.navpro .flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.swissup-navigationpro.navpro .flex-none {
  flex: none;
}
.swissup-navigationpro.navpro .order-0 {
  order: 0;
}
.swissup-navigationpro.navpro .order-1 {
  order: 1;
}
.swissup-navigationpro.navpro .order-2 {
  order: 2;
}
.swissup-navigationpro.navpro .order-3 {
  order: 3;
}
.swissup-navigationpro.navpro .order-last {
  order: 99999;
}
.swissup-navigationpro.navpro .border {
  border-style: solid;
  border-width: 1px;
}
.swissup-navigationpro.navpro .border-none {
  border: 0;
}
.swissup-navigationpro.navpro .rounded {
  border-radius: 3px;
}
.swissup-navigationpro.navpro .circle {
  border-radius: 50%;
}
.swissup-navigationpro.navpro .hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.swissup-navigationpro.navpro .display-none {
  display: none !important;
}
@media (max-width: 480px) {
  .swissup-navigationpro.navpro .xs-hide {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .swissup-navigationpro.navpro .sm-hide {
    display: none !important;
  }
}
.column.main .navpro ul {
  padding: 0 !important;
}
.column.main .navpro li {
  margin: 0 !important;
}
.column.main .navpro li::before {
  display: none;
}
.column.main .navpro .li-item {
  padding: 0 !important;
  text-indent: 0 !important;
}
.navpro ul {
  margin: 0;
  padding: 0;
}
.navpro ul ul {
  padding: 0;
}
.navpro li {
  margin: 0;
}
.navpro li.level0::after,
.navpro li.level0:hover::after {
  display: none;
  position: static;
  height: auto;
  width: auto;
}
.navpro.navpro {
  position: static;
}
.navpro.navpro ul {
  position: static;
}
.navpro.navpro ul ul {
  padding: 0;
}
.navpro.navpro li.li-item {
  position: static;
}
.navpro.navpro .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navpro.navpro .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin: 0;
}
.navpro.navpro .li-item > a {
  position: relative;
}
.navpro.navpro .parent > a {
  position: relative;
}
.navpro.navpro .parent > a::after {
  content: '' !important;
}
.navpro.navpro .level0 > .level-top {
  padding: 11px 12px 11px 12px;
  border: none;
  display: inline-block;
  line-height: normal;
}
.navpro.navpro .level0.parent > .level-top {
  padding-right: 20px;
}
.rtl .navpro.navpro .level0.parent > .level-top,
.navpro-rtl .navpro.navpro .level0.parent > .level-top {
  padding: 11px 12px 11px 12px;
  padding-left: 20px;
}
.navpro.orientation-horizontal .level0.active > .level-top,
.navpro.orientation-horizontal .level0.has-active > .level-top {
  border: none;
  display: inline-block;
}
.navpro > .navpro-menu .panel {
  padding: 10px 5px;
  background-color: #fafafa;
}
.navpro > .navpro-menu .links li {
  padding: 0 5px;
}
.navpro > .navpro-menu .links li a {
  padding: 0;
}
.navpro > .navpro-menu .transparent {
  background-color: transparent;
}
.navpro > .navpro-menu li.text-small > a {
  font-size: .8em;
}
.navpro > .navpro-menu li.text-big > a {
  font-size: 1.1em;
}
.navpro > .navpro-menu a .text-small,
.navpro > .navpro-menu span .text-small,
.navpro > .navpro-menu p .text-small,
.navpro > .navpro-menu div .text-small {
  font-size: .8em;
}
.navpro > .navpro-menu a .text-big,
.navpro > .navpro-menu span .text-big,
.navpro > .navpro-menu p .text-big,
.navpro > .navpro-menu div .text-big {
  font-size: 1.1em;
}
.navpro > .navpro-menu img.row {
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .navpro > .navpro-menu .xs-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .xs-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .xs-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .xs-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .navpro > .navpro-menu .sm-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .sm-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .sm-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .sm-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
.navpro-menu .tip {
  top: -3px;
  position: relative;
  padding: 2px 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.7em;
  line-height: normal;
  color: #ffffff;
  background: #1979c3;
}
.navpro-menu .tip.text-small {
  font-size: .65em;
}
.navpro-menu .tip.text-big {
  font-size: .8em;
}
.navpro-menu .tip.text-big.top {
  top: -8px;
}
.navpro-menu .tip.top {
  position: absolute;
  top: -6px;
  right: 21px;
}
.rtl .navpro-menu .tip.top,
.navpro-rtl .navpro-menu .tip.top {
  right: auto;
  left: 21px;
}
.navpro-menu .tip.top::before {
  content: '';
  position: absolute;
  right: 6px;
  top: 100%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #1979c3;
}
.rtl .navpro-menu .tip.top::before,
.navpro-rtl .navpro-menu .tip.top::before {
  right: auto;
  left: 6px;
}
.navpro-menu .tip.inverted {
  color: #1979c3;
  background: #ffffff;
}
.navpro-menu .tip.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.accent {
  background: #ff7103;
}
.navpro-menu .tip.accent::before {
  border-top-color: #ff7103;
}
.navpro-menu .tip.accent.inverted {
  color: #ff7103;
  background: #ffffff;
}
.navpro-menu .tip.accent.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.muted {
  background: #555555;
}
.navpro-menu .tip.muted::before {
  border-top-color: #555555;
}
.navpro-menu .tip.muted.inverted {
  color: #555555;
  background: #ffffff;
}
.navpro-menu .tip.muted.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.black {
  color: #ffffff;
  background: #000000;
}
.navpro-menu .tip.black::before {
  border-top-color: #000000;
}
.navpro-menu .tip.black.inverted {
  color: #000000;
  background: #ffffff;
}
.navpro-menu .tip.black.inverted::before {
  border-top-color: #ffffff;
}
.navpro .block:first-child {
  margin-top: 0;
}
.navpro .block:last-child {
  margin-bottom: 0;
}
.navpro .block .subtitle {
  display: none;
}
.navpro .block .product-items .product-item {
  position: relative;
}
.navpro .block .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.navpro .navpro-search .block-search {
  float: none;
  align-self: center;
  margin: 0;
  padding: 0;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
  position: static;
  width: auto;
}
.navpro .navpro-search .block-search .block-title {
  margin: 0 0 15px;
}
.navpro .navpro-search .block-search .form.minisearch {
  position: relative;
}
.navpro .li-item > .navpro-search .block-search .block-title {
  display: none;
}
.navpro .li-item > .navpro-search .block-search .field label {
  display: none;
}
.navpro.orientation-vertical .children > li > a,
.navpro.orientation-vertical .level0 > .level-top {
  display: block;
}
.navpro.orientation-vertical .parent-expanded > a {
  font-weight: bold;
}
.navpro.orientation-vertical .parent-expanded .parent-expanded > a {
  font-weight: normal;
}
.navpro.orientation-vertical > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
}
.navpro.orientation-vertical .navpro-dropdown .children > li > a,
.navpro.orientation-vertical .navpro-dropdown .children .parent > a {
  padding: 8px 12px;
}
.navpro.orientation-vertical .level0 > .level-top {
  padding: 8px 12px;
}
.navpro-pills li.level0 {
  background: #f4f4f4;
  border-radius: 10px;
  margin: 0 5px 5px 0;
}
.navpro-dropdown {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
  min-width: 230px;
  font-weight: normal;
  position: absolute;
  z-index: 500;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rtl .navpro-dropdown,
.navpro-rtl .navpro-dropdown {
  left: auto;
  right: -9999px;
}
.navpro-dropdown.shown {
  right: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 501;
}
.navpro-dropdown-inner {
  box-sizing: border-box;
  padding: 12px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-top: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li > .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner {
  padding: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner .children > li > a,
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner .children .parent a {
  padding: 6px 8px;
}
.navpro.orientation-horizontal li.size-boxed,
.navpro.orientation-horizontal li.size-fullwidth,
.navpro.orientation-horizontal li.size-fullscreen {
  position: static;
}
.dropdown-left .ui-menu-item {
  text-align: right;
}
.rtl .dropdown-left .ui-menu-item,
.navpro-rtl .dropdown-left .ui-menu-item {
  text-align: left;
}
.navpro-mobile {
  width: 767px;
  height: 0;
  overflow: hidden;
  display: none;
}
.navpro .li-item.opened {
  z-index: 499;
}
.navpro .li-item.navpro-shop-all {
  font-weight: bold;
}
.navpro .level0 .children > li > a,
.navpro .level0 .children .parent > a,
.navpro .level0 .level-top {
  text-decoration: none;
}
.navpro .level0 .children > li > a:hover,
.navpro .level0 .children .parent > a:hover,
.navpro .level0 .level-top:hover {
  text-decoration: underline;
}
.navpro-dropdown .children > li > a,
.navpro-dropdown .children .parent > a {
  display: block;
  line-height: inherit;
  color: #666666;
  padding: 11px 12px 11px 12px;
  text-decoration: none;
}
.navpro-dropdown .children > li > a:hover,
.navpro-dropdown .children .parent > a:hover {
  text-decoration: underline;
}
.navpro-dropdown .children .parent > a {
  padding-right: 20px;
}
.rtl .navpro-dropdown .children .parent > a,
.navpro-rtl .navpro-dropdown .children .parent > a {
  padding: 11px 12px 11px 12px;
  padding-left: 20px;
}
.navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a {
  font-weight: bold;
  padding-bottom: 5px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a span {
  line-height: normal;
}
.navpro-dropdown .multicolumn {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.navpro-dropdown .multicolumn > li {
  width: 100%;
}
.navpro-dropdown .vertical.multicolumn {
  flex-direction: column;
}
.navpro-icon-caret,
.navpro.navigation .level0.parent > .level-top > .ui-menu-icon {
  position: static;
  display: block;
}
.navpro-icon-caret::after {
  display: none !important;
}
.navpro .caret-hidden > a.level-top {
  padding: 11px 12px 11px 12px !important;
}
.navpro .caret-hidden > a.level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro-icon-caret::before {
  content: '';
  position: absolute;
  right: 1px;
  top: calc(50% - 10px);
  transform: rotate(-90deg);
  opacity: .8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
}
.rtl .navpro-icon-caret::before,
.navpro-rtl .navpro-icon-caret::before {
  left: 1px;
  right: auto;
  transform: rotate(90deg);
}
.orientation-horizontal a.level-top > .navpro-icon-caret::before {
  transform: rotate(0);
}
a.level-top > .navpro-icon-caret::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=');
}
.caret-bottom a.level-top > .navpro-icon-caret::before {
  top: auto;
  right: auto;
  left: calc(50% - 10px);
  bottom: 5px;
}
.caret-light > a > .navpro-icon-caret::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=') !important;
}
.caret-dark > a > .navpro-icon-caret::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=') !important;
}
.navpro.orientation-horizontal .caret-bottom .level0 > .level-top,
.rtl .navpro.orientation-horizontal .caret-bottom .level0 > .level-top {
  padding: 11px 12px 11px 12px;
  padding-bottom: 20px;
}
.navpro.orientation-horizontal .caret-hidden .level0 > .level-top {
  padding: 11px 12px 11px 12px;
}
.navpro.orientation-horizontal .caret-hidden .level0 > .level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro.orientation-horizontal .caret-light .level0 > .level-top > .navpro-icon-caret::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=') !important;
}
.navpro.orientation-horizontal .caret-dark .level0 > .level-top > .navpro-icon-caret::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=') !important;
}
.navpro.dropdown-left .children .navpro-icon-caret::before {
  right: auto;
  left: 1px;
  transform: rotate(90deg);
}
.rtl .navpro.dropdown-left .children .navpro-icon-caret::before,
.navpro-rtl .navpro.dropdown-left .children .navpro-icon-caret::before {
  right: 1px;
  left: auto;
  transform: rotate(-90deg);
}
.navpro.dropdown-left .navpro-dropdown .children .parent > a {
  padding-right: 12px;
  padding-left: 20px;
}
.rtl .navpro.dropdown-left .navpro-dropdown .children .parent > a,
.navpro-rtl .navpro.dropdown-left .navpro-dropdown .children .parent > a {
  padding-right: 20px;
  padding-left: 12px;
}
.navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before {
  right: auto;
  left: 1px;
  transform: rotate(90deg);
}
.rtl .navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before,
.navpro-rtl .navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before {
  right: 1px;
  left: auto;
  transform: rotate(-90deg);
}
.navpro.dropdown-left.orientation-vertical .level0.parent > .level-top {
  padding: 11px 12px 11px 12px;
  padding-left: 20px;
}
.rtl .navpro.dropdown-left.orientation-vertical .level0.parent > .level-top,
.navpro-rtl .navpro.dropdown-left.orientation-vertical .level0.parent > .level-top {
  padding: 11px 12px 11px 12px;
  padding-right: 20px;
}
.navpro-overlay-element {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0ms linear 200ms,
            opacity 200ms linear;
  background-color: rgba(0, 0, 0, 0.4);
}
.navpro-nowrap {
  flex-wrap: nowrap !important;
}
.navpro-nowrap:not(.navpro-nowrap-ready) {
  overflow: hidden !important;
}
.navpro-nowrap-justify-start {
  justify-content: start !important;
}
.navpro-nowrap > li {
  flex-shrink: 0;
}
.navpro-nowrap .navpro-item-more {
  align-self: center;
}
.navpro-nowrap .navpro-item-more > .nav-a-icon-more {
  display: flex !important;
}
.navpro-nowrap .navpro-item-more > .nav-a-icon-more svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media (max-width: 767px) {
  .navpro-transformable.navpro .level0 > .level-top {
    display: block;
  }
  .navpro-transformable.navpro .level0.active > .level-top,
  .navpro-transformable.navpro .level0.has-active > .level-top {
    display: block;
  }
  .navpro-transformable .navpro-icon-caret::before {
    transition: transform 200ms ease-in-out;
  }
  .navpro-transformable .navpro-icon-caret::before {
    transform: rotate(-90deg);
  }
  .navpro-transformable li.opened > a > .navpro-icon-caret::before {
    transform: rotate(0deg);
  }
  .navpro-transformable .navpro-dropdown {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-width: 0;
    position: static;
    width: auto !important;
    max-height: 0;
    max-width: 100%;
    overflow: hidden;
    will-change: transform;
    transform-style: preserve-3D;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
    transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  }
  .navpro-transformable .navpro-dropdown .multicolumn.vertical {
    height: auto !important;
  }
  .navpro-transformable .navpro-dropdown.shown {
    max-height: 1000em;
    transform: scale(1);
  }
  .navpro-transformable .navpro-dropdown-inner {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .navpro-transformable .navpro-dropdown-expanded .children > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .navpro-transformable .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner {
    padding-left: 10px;
  }
  .navpro-transformable .navpro-dropdown .children {
    display: block;
    /* reset ribbon style */
  }
}
.navpro.navpro-accordion.navpro .level0 > .level-top {
  display: block;
}
.navpro.navpro-accordion.navpro .level0.active > .level-top,
.navpro.navpro-accordion.navpro .level0.has-active > .level-top {
  display: block;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transition: transform 200ms ease-in-out;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transform: rotate(-90deg);
}
.navpro.navpro-accordion li.opened > a > .navpro-icon-caret::before {
  transform: rotate(0deg);
}
.navpro.navpro-accordion .navpro-dropdown {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 0;
  position: static;
  width: auto !important;
  max-height: 0;
  max-width: 100%;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3D;
  transform: scale(0.9) rotateX(-60deg);
  transform-origin: 50% 0;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.navpro.navpro-accordion .navpro-dropdown .multicolumn.vertical {
  height: auto !important;
}
.navpro.navpro-accordion .navpro-dropdown.shown {
  max-height: 1000em;
  transform: scale(1);
}
.navpro.navpro-accordion .navpro-dropdown-inner {
  padding-top: 0;
  padding-bottom: 5px;
}
.navpro.navpro-accordion .navpro-dropdown-expanded .children > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
}
.navpro.navpro-accordion .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner {
  padding-left: 10px;
}
.navpro.navpro-accordion .navpro-dropdown .children {
  display: block;
  /* reset ribbon style */
}
.navpro-amazon li.level1 {
  position: static;
}
.navpro-amazon .navpro-departments .navpro-dropdown-level2 {
  top: -1px !important;
  left: 100% !important;
}
.rtl .navpro-amazon .navpro-departments .navpro-dropdown-level2,
.navpro-rtl .navpro-amazon .navpro-departments .navpro-dropdown-level2 {
  left: auto !important;
  right: 100% !important;
}
@media (min-width: 1025px) {
  .navpro-amazon .navpro-dropdown {
    transition-delay: .3s;
  }
}
.navpro-amazon .navpro-dropdown.shown {
  transition-delay: 0s;
}
.navpro-ribbon .navpro-dropdown {
  max-width: none;
  border-width: 1px 0 !important;
  left: 0 !important;
  width: 100% !important;
}
.navpro-ribbon .navpro-dropdown:not(.size-fullscreen) > .navpro-dropdown-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.navpro-ribbon .navpro-dropdown .navpro-dropdown {
  top: 100% !important;
}
.navpro-ribbon .navpro-dropdown .navpro-icon-caret::before {
  transform: rotate(0);
}
.navpro-ribbon .children {
  display: flex;
  flex-wrap: wrap;
}
.navpro-stacked ul li.ui-menu-item {
  position: static;
}
.navpro-stacked ul li.ui-menu-item > .navpro-dropdown {
  top: -1px !important;
  left: 100% !important;
}
.rtl .navpro-stacked ul li.ui-menu-item > .navpro-dropdown,
.navpro-rtl .navpro-stacked ul li.ui-menu-item > .navpro-dropdown {
  left: auto !important;
  right: 100% !important;
}
.navpro-stacked ul .navpro-dropdown {
  transition-delay: .3s;
}
.navpro-stacked ul .navpro-dropdown.shown {
  transition-delay: 0s;
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic .level0 > .level-top {
  display: flex;
  align-items: center;
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a img,
.navpro.navpro .navpro-iconic .level0 > .level-top img {
  margin: 3px;
}
.navpro.navpro .navpro-iconic.iconic-vertical .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic.iconic-vertical .level0 > .level-top {
  flex-direction: column;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 20px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top,
.navpro-rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.navpro-rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 0;
  padding-right: 20px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 30px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back),
.navpro-rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.navpro-rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 0;
  padding-right: 30px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a {
  position: relative;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  content: '';
  position: absolute;
  left: 6px;
  top: calc(50% - 6px);
  transform: rotate(90deg);
  opacity: .8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=');
  background-size: 12px 12px;
  background-position: 50% 50%;
  width: 12px;
  height: 12px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before,
.navpro-rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  left: auto;
  right: 6px;
  transform: rotate(-90deg);
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current a {
  font-weight: bold;
}
.navpro-linkbar {
  display: flex;
  flex-wrap: wrap;
}
.navpro-theme-dark,
.navpro-theme-dark-bar {
  background: #4a4a4a;
}
.navpro-theme-dark .level0 > a,
.navpro-theme-dark-bar .level0 > a {
  color: #eaeaea;
}
.navpro-theme-dark a.level-top > .navpro-icon-caret::before,
.navpro-theme-dark-bar a.level-top > .navpro-icon-caret::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=');
}
@media (max-width: 767px) {
  .navpro-theme-dark-bar .navpro-dropdown {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #eaeaea;
  }
  .navpro-theme-dark-bar .navpro-dropdown h3,
  .navpro-theme-dark-bar .navpro-dropdown .children a,
  .navpro-theme-dark-bar .navpro-dropdown .children .parent > a {
    color: #eaeaea;
  }
  .navpro-theme-dark-bar .navpro-dropdown .navpro-icon-caret::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=');
  }
}
.navpro-theme-dark .navpro-dropdown,
.navpro-theme-dark-dropdown .navpro-dropdown {
  background: #4a4a4a;
  border-color: #4a4a4a;
  color: #eaeaea;
}
.navpro-theme-dark .navpro-dropdown h3,
.navpro-theme-dark-dropdown .navpro-dropdown h3,
.navpro-theme-dark .navpro-dropdown .children a,
.navpro-theme-dark-dropdown .navpro-dropdown .children a,
.navpro-theme-dark .navpro-dropdown .children .parent > a,
.navpro-theme-dark-dropdown .navpro-dropdown .children .parent > a {
  color: #eaeaea;
}
.navpro-theme-dark .navpro-dropdown .navpro-icon-caret::before,
.navpro-theme-dark-dropdown .navpro-dropdown .navpro-icon-caret::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=');
}
@media (min-width: 768px) {
  .navpro-theme-dark .navpro-dropdown,
  .navpro-theme-dark-dropdown .navpro-dropdown {
    box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.5);
  }
}
.navpro-theme-dark.navpro li.level-top.parent a.level-top::before,
.navpro-theme-dark-dropdown.navpro li.level-top.parent a.level-top::before,
.navpro-theme-dark.navpro li.level-top.parent a.level-top::after,
.navpro-theme-dark-dropdown.navpro li.level-top.parent a.level-top::after {
  border-bottom-color: #4a4a4a;
}
.navpro-theme-dark.navpro.dropdown-top li.level-top.parent a.level-top::before,
.navpro-theme-dark-dropdown.navpro.dropdown-top li.level-top.parent a.level-top::before,
.navpro-theme-dark.navpro.dropdown-top li.level-top.parent a.level-top::after,
.navpro-theme-dark-dropdown.navpro.dropdown-top li.level-top.parent a.level-top::after {
  border-top-color: #4a4a4a;
  border-bottom-color: transparent;
}
.navpro-theme-dark.navpro.dropdown-top li.level-top.parent a.level-top::after,
.navpro-theme-dark-dropdown.navpro.dropdown-top li.level-top.parent a.level-top::after {
  border-top-color: #4a4a4a;
}
.navpro-theme-flat {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fafafa;
}
.navpro-theme-flat.navpro .children > li > a,
.navpro-theme-flat.navpro .level0 > .level-top {
  color: #666;
}
.navpro-theme-flat.navpro .level0 > .level-top {
  border-top: 1px solid #e0e0e0;
}
.navpro-theme-flat.navpro .level0:first-child > .level-top {
  border: none;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 > .level-top {
  border: none;
}
.navpro.navpro-theme-compact {
  font-size: .9em;
}
.navpro.navpro-theme-compact.navpro {
  color: #333333;
}
.navpro.navpro-theme-compact.navpro .caret-hidden > a.level-top {
  padding: 4px 5px !important;
}
.navpro.navpro-theme-compact.navpro .level0 > .level-top {
  padding: 4px 5px;
  color: #333333;
}
.navpro.navpro-theme-compact .navpro-dropdown h3,
.navpro.navpro-theme-compact .navpro-dropdown .children > li > a,
.navpro.navpro-theme-compact .navpro-dropdown .children .parent > a {
  color: #333333;
}
.navpro.navpro-theme-compact .navpro-dropdown .children > li > a,
.navpro.navpro-theme-compact .navpro-dropdown .children .parent > a {
  padding: 4px 5px;
}
.navpro.navpro-theme-compact .navpro-dropdown-inner {
  padding: 5px;
}
.navpro.navpro-theme-compact .navpro-item-more > .nav-a-icon-more svg {
  width: 15px;
  height: 15px;
}
.qty-switcher-dec,
.qty-switcher-inc {
  display: inline-block;
  position: relative;
  padding: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.qty-switcher-dec:before,
.qty-switcher-inc:after {
  content: '';
  display: block;
  position: absolute;
  border-left: 1px solid;
  border-bottom: 1px solid;
  width: 10px;
  height: 10px;
  top: 3px;
  right: 0;
  transform: rotate(45deg);
}
.qty-switcher-inc:after {
  left: 0;
  transform: rotate(225deg);
}
.qty-wrapper {
  display: inline-block;
  position: relative;
}
.qty-wrapper:before,
.qty-wrapper:after {
  content: '';
  display: table;
}
.qty-wrapper:after {
  clear: both;
}
.qty-wrapper .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.qty-wrapper .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.qty-wrapper .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.qty-wrapper .action.toggle:hover:after {
  color: inherit;
}
.qty-wrapper .action.toggle:active:after {
  color: inherit;
}
.qty-wrapper .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.qty-wrapper .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.qty-wrapper .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f106';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.qty-wrapper .action.toggle.active:hover:after {
  color: inherit;
}
.qty-wrapper .action.toggle.active:active:after {
  color: inherit;
}
.qty-wrapper ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
}
.qty-wrapper ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.qty-wrapper ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.qty-wrapper ul.dropdown:before,
.qty-wrapper ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.qty-wrapper ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.qty-wrapper ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.qty-wrapper ul.dropdown:before {
  right: 2px;
  top: -12px;
}
.qty-wrapper ul.dropdown:after {
  right: 1px;
  top: -14px;
}
.qty-wrapper.active {
  overflow: visible;
}
.qty-wrapper.active ul.dropdown {
  display: block;
}
.qty-dropdown .qty {
  min-width: 62px;
  padding: 0 18px 0 12px;
}
.qty-dropdown .trigger {
  margin: 0 0 0 -16px;
}
.col.qty .control,
.field.qty .control {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table.grouped .control.qty,
.cms-page-view .column.main table.table-grid.grouped .control.qty,
.modal-content table.table-grid.grouped .control.qty,
.cms-page-view .column.main table.data-table.grouped .control.qty,
.modal-content table.data-table.grouped .control.qty {
  min-width: 100px;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 41px;
  line-height: 1.42857143;
  padding: 6px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Uapp/argento-essence-custom/de_DE/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  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;
  text-transform: none;
  color: #333333;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  color: #333333;
}
.action-braintree-paypal-logo:hover {
  color: #333333;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img,
.account .cms-page-view .column.main table.table-grid .col.paypal-account img,
.account .modal-content table.table-grid .col.paypal-account img,
.account .cms-page-view .column.main table.data-table .col.paypal-account img,
.account .modal-content table.data-table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions,
.account .cms-page-view .column.main table.table-grid .col.paypal-account + .actions,
.account .modal-content table.table-grid .col.paypal-account + .actions,
.account .cms-page-view .column.main table.data-table .col.paypal-account + .actions,
.account .modal-content table.data-table .col.paypal-account + .actions {
  vertical-align: middle;
}
.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;
}
.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: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.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 15px 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 .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .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;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\f196';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\f0ec';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #e5e5e5;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.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;
  text-transform: none;
  color: #333333;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  color: #333333;
}
.product-item-actions .actions-secondary > button.action:hover {
  color: #333333;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\f0ec';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: none;
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 16px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\f176';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\f175';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\f0ec';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff7a0e;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #e5e5e5;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e5e5e5;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #e5e5e5;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\f002';
  font-family: 'FontAwesome';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #e5e5e5;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\f040';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f1f8';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #e5e5e5;
}
.cart-discount {
  border-bottom: 1px solid #e5e5e5;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.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:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\f291';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\f291';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 160px;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
}
.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 #ffffff transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  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;
  text-transform: none;
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  color: #333333;
}
.minicart-wrapper .action.close:hover {
  color: #333333;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff7a0e;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #e7e7e7;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\f106';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\f040';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\f1f8';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.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-estimated-wrapper {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
  text-transform: none;
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.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;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\f059';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #ffffff;
  border: 1px solid #f2f5f7;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #ffffff;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #f2f5f7;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #ffffff;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #f2f5f7;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #ffffff;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff7a0e;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff7a0e;
  color: #ffffff;
  content: '\f00c';
  font-family: 'FontAwesome';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  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-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\f040';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\f106';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #e5e5e5;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.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 #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  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: '\f106';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 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 {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.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 .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.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.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete,
.account .data.cms-page-view .column.main table.table-grid .col.actions .action.delete,
[class^='sales-guest-'] .data.cms-page-view .column.main table.table-grid .col.actions .action.delete,
.sales-guest-view .data.cms-page-view .column.main table.table-grid .col.actions .action.delete,
.account .data.modal-content table.table-grid .col.actions .action.delete,
[class^='sales-guest-'] .data.modal-content table.table-grid .col.actions .action.delete,
.sales-guest-view .data.modal-content table.table-grid .col.actions .action.delete,
.account .data.cms-page-view .column.main table.data-table .col.actions .action.delete,
[class^='sales-guest-'] .data.cms-page-view .column.main table.data-table .col.actions .action.delete,
.sales-guest-view .data.cms-page-view .column.main table.data-table .col.actions .action.delete,
.account .data.modal-content table.data-table .col.actions .action.delete,
[class^='sales-guest-'] .data.modal-content table.data-table .col.actions .action.delete,
.sales-guest-view .data.modal-content table.data-table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.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;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 41px;
  line-height: 41px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.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 {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\f040';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\f1f8';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\f106';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\f106';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.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-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.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%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #e5e5e5;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 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: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\f06b';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\f1f8';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping,
.opc-wrapper .data.modal-content table.table-grid .gift-wrapping,
.opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping,
.opc-wrapper .data.modal-content table.data-table .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .title,
.opc-wrapper .data.modal-content table.table-grid .gift-wrapping .title,
.opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .title,
.opc-wrapper .data.modal-content table.data-table .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content,
.opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content,
.opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content,
.opc-wrapper .data.modal-content table.data-table .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.opc-wrapper .data.cms-page-view .column.main table.table-grid .gift-wrapping .content > img,
.opc-wrapper .data.modal-content table.table-grid .gift-wrapping .content > img,
.opc-wrapper .data.cms-page-view .column.main table.data-table .gift-wrapping .content > img,
.opc-wrapper .data.modal-content table.data-table .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;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td,
.cms-page-view .column.main table.table-grid.grouped .row-tier-price > td,
.modal-content table.table-grid.grouped .row-tier-price > td,
.cms-page-view .column.main table.data-table.grouped .row-tier-price > td,
.modal-content table.data-table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item,
.cms-page-view .column.main table.table-grid.grouped .col.item,
.modal-content table.table-grid.grouped .col.item,
.cms-page-view .column.main table.data-table.grouped .col.item,
.modal-content table.data-table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty,
.cms-page-view .column.main table.table-grid.grouped .col.qty,
.modal-content table.table-grid.grouped .col.qty,
.cms-page-view .column.main table.data-table.grouped .col.qty,
.modal-content table.data-table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name,
.cms-page-view .column.main table.table-grid.grouped .product-item-name,
.modal-content table.table-grid.grouped .product-item-name,
.cms-page-view .column.main table.data-table.grouped .product-item-name,
.modal-content table.data-table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p,
.cms-page-view .column.main table.table-grid.grouped .price-box p,
.modal-content table.table-grid.grouped .price-box p,
.cms-page-view .column.main table.data-table.grouped .price-box p,
.modal-content table.data-table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price,
.cms-page-view .column.main table.table-grid.grouped .price-box .price,
.modal-content table.table-grid.grouped .price-box .price,
.cms-page-view .column.main table.data-table.grouped .price-box .price,
.modal-content table.data-table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price,
.cms-page-view .column.main table.table-grid.grouped .price-box .old-price .price,
.modal-content table.table-grid.grouped .price-box .old-price .price,
.cms-page-view .column.main table.data-table.grouped .price-box .old-price .price,
.modal-content table.data-table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable,
.cms-page-view .column.main table.table-grid.grouped .stock.unavailable,
.modal-content table.table-grid.grouped .stock.unavailable,
.cms-page-view .column.main table.data-table.grouped .stock.unavailable,
.modal-content table.data-table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\f196';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(229, 229, 229, 0.3);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\f106';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  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 .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: 12px;
  line-height: inherit;
  color: #666666;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.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: 12px;
  line-height: inherit;
  color: #666666;
  content: '\f106';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.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: 0;
  margin-top: 4px;
  min-width: 200px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 17px 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 #ffffff 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 {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\f004';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  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;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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;
  text-transform: none;
  color: #333333;
  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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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 .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  color: #333333;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  color: #333333;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.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-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #a3a3a3;
  content: '\f023';
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.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 .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.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;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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;
  text-transform: none;
  color: #333333;
  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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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 .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  color: #333333;
}
.map-popup .popup-actions .action.close:hover {
  color: #333333;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.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;
  text-transform: none;
  color: #333333;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  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:focus,
button.map-show-info:active {
  color: #333333;
}
button.map-show-info:hover {
  color: #333333;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff7a0e;
  text-decoration: underline;
}
button.map-show-info:hover {
  color: #006bb4;
}
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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\f0e0';
  font-family: 'FontAwesome';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff7a0e;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff7a0e;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.review-control-vote:before {
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #a3a3a3;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 8px 15px 7px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #9e9e9e;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #9e9e9e;
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary,
.data.cms-page-view .column.main table.table-grid.reviews .rating-summary,
.data.modal-content table.table-grid.reviews .rating-summary,
.data.cms-page-view .column.main table.data-table.reviews .rating-summary,
.data.modal-content table.data-table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.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;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.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-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff7a0e;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #666666;
  border: 1px solid #e5e5e5;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #e5e5e5;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #e5e5e5;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.order-details-items .action.show.expanded:after {
  content: '\f106';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #e5e5e5;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(80%);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\f0e0';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff7a0e;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff7a0e;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  word-break: break-all;
}
.page-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #f2f2f2;
  color: #7e807e;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #7e807e;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #7e807e;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #7e807e;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #7e807e;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff7a0e;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff7a0e;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\f106';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 160px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .switcher .options ul.dropdown {
  right: 0;
}
.page-header .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.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;
  text-transform: none;
  color: #333333;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  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:focus,
.my-credit-cards .action.delete:active {
  color: #333333;
}
.my-credit-cards .action.delete:hover {
  color: #333333;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff7a0e;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
}
.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: #006bb4;
  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;
  text-transform: none;
  color: #333333;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  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:focus,
.my-credit-cards-popup .action.secondary:active {
  color: #333333;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #333333;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff7a0e;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
}
.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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\f0ab';
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff7a0e;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\f004';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > thead > tr > th,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tbody > tr > th,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tfoot > tr > th,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > thead > tr > td,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tbody > tr > td,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tfoot > tr > td,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > thead > tr > th,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > tbody > tr > th,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > tfoot > tr > th,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > thead > tr > td,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > tbody > tr > td,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > tfoot > tr > td,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > thead > tr > th,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tbody > tr > th,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > thead > tr > td,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tbody > tr > td,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tfoot > tr > td,
.account .table-wrapper .data.modal-content table.data-table.wishlist > thead > tr > th,
.account .table-wrapper .data.modal-content table.data-table.wishlist > tbody > tr > th,
.account .table-wrapper .data.modal-content table.data-table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.modal-content table.data-table.wishlist > thead > tr > td,
.account .table-wrapper .data.modal-content table.data-table.wishlist > tbody > tr > td,
.account .table-wrapper .data.modal-content table.data-table.wishlist > tfoot > tr > td {
  border-top: 1px solid #e5e5e5;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > thead:first-child > tr:first-child > td,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > thead:first-child > tr:first-child > td,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > thead:first-child > tr:first-child > td,
.account .table-wrapper .data.modal-content table.data-table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.modal-content table.data-table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.modal-content table.data-table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.modal-content table.data-table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.modal-content table.data-table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.modal-content table.data-table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist > tbody + tbody,
.account .table-wrapper .data.modal-content table.table-grid.wishlist > tbody + tbody,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist > tbody + tbody,
.account .table-wrapper .data.modal-content table.data-table.wishlist > tbody + tbody {
  border-top: 1px solid #e5e5e5;
}
.account .table-wrapper .data.table.wishlist thead > tr > th,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist thead > tr > th,
.account .table-wrapper .data.modal-content table.table-grid.wishlist thead > tr > th,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist thead > tr > th,
.account .table-wrapper .data.modal-content table.data-table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist tbody > tr:last-child > td,
.account .table-wrapper .data.modal-content table.table-grid.wishlist tbody > tr:last-child > td,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist tbody > tr:last-child > td,
.account .table-wrapper .data.modal-content table.data-table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #e5e5e5;
}
.account .table-wrapper .data.table.wishlist .product.name,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .product.name,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .product.name,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .product.name,
.account .table-wrapper .data.modal-content table.data-table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .box-tocart,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .box-tocart,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .box-tocart,
.account .table-wrapper .data.modal-content table.data-table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .box-tocart .qty,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .box-tocart .qty,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .box-tocart .qty,
.account .table-wrapper .data.modal-content table.data-table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .col.item,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .col.item,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .col.item,
.account .table-wrapper .data.modal-content table.data-table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .col.photo,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .col.photo,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .col.photo,
.account .table-wrapper .data.modal-content table.data-table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .col.selector,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .col.selector,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .col.selector,
.account .table-wrapper .data.modal-content table.data-table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist textarea,
.account .table-wrapper .data.modal-content table.table-grid.wishlist textarea,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist textarea,
.account .table-wrapper .data.modal-content table.data-table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .input-text.qty,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .input-text.qty,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .input-text.qty,
.account .table-wrapper .data.modal-content table.data-table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .action.primary,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .action.primary,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .action.primary,
.account .table-wrapper .data.modal-content table.data-table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .price,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .price,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .price,
.account .table-wrapper .data.modal-content table.data-table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\f040';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\f1f8';
}
.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: '\f104';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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: '\f105';
}
.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: #0763ab;
  background-color: #0763ab;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #0763ab 0%, #0763ab 100%);
  background-image: linear-gradient(to bottom, #0763ab 0%, #0763ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0763ab', endColorstr='#0763ab', GradientType=0);
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 8px 15px 7px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  line-height: 16px;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #0763ab;
  background-color: false;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, false 0%, false 100%);
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='false', endColorstr='false', GradientType=0);
  border: 0px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #0763ab;
  background-color: false;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, false 0%, false 100%);
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='false', endColorstr='false', GradientType=0);
  border: 0px solid rgba(0, 0, 0, 0.2);
  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:focus,
.block-event .slider-panel .slider .item .action.event:active {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
}
.block-event .slider-panel .slider .item .action.event:hover {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
}
.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;
}
.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: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\f196';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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;
  text-transform: none;
  color: #333333;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.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;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  color: #333333;
}
.sidebar .block-addbysku .action.remove:hover {
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\f107';
    font-family: 'FontAwesome';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\f106';
  }
  .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: '\f196';
    font-family: 'FontAwesome';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #f2f5f7;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #ffffff;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .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: '\f107';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\f106';
  }
  .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: '\f107';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\f106';
  }
  .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 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -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.7);
    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 {
    background: #ededed;
    border: solid #e1e1e1;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    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: #fafafa;
    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: #ff7a0e;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    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: #ff7a0e;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .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: #ff7a0e;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .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: none;
  }
  .custom-slide {
    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;
    left: 44px;
    z-index: 900;
  }
  .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 0 12px 2px rgba(0, 0, 0, 0.35);
    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 {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-swissup-ajaxsearch-results {
    width: 100%;
    margin: -6px 0 0;
  }
  .block-swissup-ajaxsearch-results .product-item-info {
    width: 100%;
  }
  .block-swissup-ajaxsearch-results .product-item-info .product-item-photo {
    padding: 0 10px 0 0;
  }
  .block-swissup-ajaxsearch .minisearch .inactive {
    display: none;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #e5e5e5;
  }
  .cart.table-wrapper {
    border-top: 1px solid #e5e5e5;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .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;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\f06b';
    font-family: 'FontAwesome';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\f274';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td,
  .product-add-form .table-wrapper.grouped .cms-page-view .column.main table.table-grid.data.grouped tr td,
  .product-add-form .table-wrapper.grouped .modal-content table.table-grid.data.grouped tr td,
  .product-add-form .table-wrapper.grouped .cms-page-view .column.main table.data-table.data.grouped tr td,
  .product-add-form .table-wrapper.grouped .modal-content table.data-table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #e5e5e5;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\f00d';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #e5e5e5;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\f107';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\f106';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #e5e5e5;
    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 {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 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;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #e5e5e5;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 10px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\f004';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .argento-tabs {
    margin: 0;
    padding: 0;
  }
  .argento-tabs > .item.title,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .argento-tabs > .item.title > .switch,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title strong {
    display: block;
  }
  .argento-tabs > .item.content,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .argento-tabs > .item.content:before,
  .argento-tabs > .item.content:after {
    content: '';
    display: table;
  }
  .argento-tabs > .item.content:after {
    clear: both;
  }
  .argento-tabs > .item.content.active {
    display: block;
  }
  .argento-tabs > .item.title,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title {
    margin: 0 0 5px;
  }
  .argento-tabs > .item.title > .switch,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title strong {
    background: #cfe2f1;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #333333;
    text-decoration: none;
  }
  .argento-tabs > .item.title > .switch:visited {
    color: #666666;
    text-decoration: none;
  }
  .argento-tabs > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .argento-tabs > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .argento-tabs > .item.title:not(.disabled) > .switch:active,
  .argento-tabs > .item.title.active > .switch,
  .argento-tabs > .item.title.active > .switch:focus,
  .argento-tabs > .item.title.active > .switch:hover,
  .argento-tabs:not(.argento-tabs-initialized) > *:first-child > .block-title strong {
    color: #333333;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .argento-tabs > .item.content,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-content {
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 30px;
  }
  .argento-tabs > .item.title,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title {
    cursor: pointer;
  }
  .argento-tabs > .item.title > .switch,
  .argento-tabs:not(.argento-tabs-initialized) > * > .block-title strong {
    text-shadow: 1px 1px 0 #ffffff;
  }
  .argento-tabs .data.item {
    display: block;
  }
  .argento-tabs .item.title > a,
  .argento-tabs .item.title > strong,
  .argento-tabs .item.title > span {
    position: relative;
    text-decoration: none;
  }
  .argento-tabs .item.title > a:after,
  .argento-tabs .item.title > strong:after,
  .argento-tabs .item.title > span:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    content: '\f107';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .argento-tabs .item.title > a:hover:after,
  .argento-tabs .item.title > strong:hover:after,
  .argento-tabs .item.title > span:hover:after {
    color: #333333;
  }
  .argento-tabs .item.title > a:active:after,
  .argento-tabs .item.title > strong:active:after,
  .argento-tabs .item.title > span:active:after {
    color: #333333;
  }
  .argento-tabs .item.title > a:after,
  .argento-tabs .item.title > strong:after,
  .argento-tabs .item.title > span:after {
    position: absolute;
    right: 10px;
    top: 1px;
  }
  .argento-tabs .item.title.active > a:after,
  .argento-tabs .item.title.active > strong:after,
  .argento-tabs .item.title.active > span:after {
    content: '\f106';
  }
  .nav-sections .header.links + .header.links {
    margin-top: -1px;
  }
  .header .header-cms-content {
    display: none;
  }
  .block-search,
  .minicart-wrapper {
    margin-top: 10px;
  }
  .page-header .header.content .logo {
    min-height: 40px;
    line-height: 40px;
  }
  .page-header .header.content .logo img {
    display: inline-block;
    vertical-align: middle;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher {
    display: block;
    position: static;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher .label {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher .action.toggle:after {
    content: '';
    content: none;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher .action.toggle.active:after {
    content: '';
    content: none;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher .action.toggle {
    padding: 0;
    display: none;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher .action.toggle.active {
    display: none;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher .ui-dialog {
    display: inherit !important;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown {
    padding: 10px 0;
    background: none;
    border: none;
    height: auto;
    width: auto;
    margin: 0;
    display: inherit;
    box-shadow: none;
    position: static;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown:before,
  .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown:after {
    display: none;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown li {
    margin: 0 0 7px;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown li:hover {
    background-color: transparent;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown li:last-child {
    margin: 0;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher ul.dropdown li a {
    padding: 0;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher.active {
    overflow: inherit;
  }
  .page-wrapper .nav-sections .nav-sections-items .switcher.active ul.dropdown {
    position: static;
  }
  .page-footer .footer.content .switcher-store {
    margin: 0 -10px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border: 0;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 2.1rem;
    top: -3px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.1rem;
    top: 5px;
  }
  .nav-sections {
    /* Theme editor overrides */
    background-color: #fafafa !important;
  }
  .nav-sections-item-title:first-child {
    border-left-width: 0;
  }
  .nav-sections .header.links {
    border: none;
  }
  .nav-sections .header.links li.greet.welcome {
    border: none;
    font-weight: normal;
  }
  .nav-sections .header.links li > a {
    border: none;
  }
  .nav-sections .nav-sections-items .switcher {
    border: none;
  }
  .nav-sections .navigation a.level-top {
    color: #575757 !important;
  }
  .filter.active .filter-title strong:after {
    vertical-align: top;
  }
  .block-collapsible-nav {
    background: #fff;
  }
  .checkout-cart-index .cart.main.actions {
    padding: 0 15px;
  }
  .page-layout-checkout:not(.firecheckout) .page-header {
    margin-bottom: 20px;
  }
  .page-layout-checkout:not(.firecheckout) .page-main {
    padding-top: 0;
  }
  .account {
    font-size: "Montserrat-Regular";
  }
  .account.customer-account-index .page-main,
  .account.customer-account-edit .page-main {
    padding-left: 29px;
    padding-right: 29px;
  }
  .account.customer-account-index .page-main .column.main .block.block-dashboard-orders .order-info .information,
  .account.customer-account-edit .page-main .column.main .block.block-dashboard-orders .order-info .information {
    flex-direction: column;
  }
  .account.customer-account-index .page-main .column.main .block.block-dashboard-orders .order-info .information .actions,
  .account.customer-account-edit .page-main .column.main .block.block-dashboard-orders .order-info .information .actions {
    margin: 1rem 0 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .account.customer-account-index .page-main .column.main .block.block-dashboard-orders .order-info .information .actions .view,
  .account.customer-account-edit .page-main .column.main .block.block-dashboard-orders .order-info .information .actions .view {
    margin: 0 0 0 35px;
  }
  .account.customer-account-index .page-main .column.main .block.block-dashboard-info .block-content .box .action,
  .account.customer-account-edit .page-main .column.main .block.block-dashboard-info .block-content .box .action {
    font-size: 16px;
  }
  .account.customer-account-index .page-main .column.main .block.block-dashboard-addresses .block-title .edit,
  .account.customer-account-edit .page-main .column.main .block.block-dashboard-addresses .block-title .edit {
    font-size: 16px;
  }
  .account button,
  .account .actions-toolbar button.primary {
    background: #000;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
  }
  .footer-toolbar .social-icons {
    float: none !important;
    margin-bottom: 5px;
  }
  .footer.content .footer-contacts {
    text-align: center;
  }
  .placeholder-argento_essence_home_top {
    margin-top: 15px;
  }
  .product.data.items.expanded {
    border-top: 1px solid #cfe2f1 !important;
  }
  .product.data.items.expanded > .item.title {
    border-top: 0 !important;
  }
  .product.data.items.expanded > .item.content {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 10px 15px 15px;
  }
  .product.info.detailed .data.item.content {
    position: inherit;
    left: 0;
    top: 0;
  }
  .catalog-category-view .page-main {
    position: relative;
  }
  .catalog-category-view .page-main .products-grid .product-item {
    width: calc(40%);
  }
  .catalog-category-view .page-main .page-title-wrapper {
    left: 10px;
  }
  .catalog-category-view .page-main .page-title-wrapper .base {
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 1.74px;
  }
  .catalog-category-view .page-main .sidebar-main {
    display: none;
  }
  .catalog-category-view .breadcrumbs {
    display: block;
  }
  .catalog-category-view .toolbar-products {
    padding: 5px;
  }
  .catalog-category-view .toolbar-products .toolbar-sorter {
    text-align: left;
    left: 0;
    right: 0;
    padding: 5px;
    width: 50%;
  }
  .catalog-category-view .toolbar-products .sorter-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 1.17px;
  }
  .catalog-category-view .toolbar-products select {
    background: #ffffff;
    border: 1px solid #eaebec;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 1.17px;
    width: 60%;
  }
  .catalog-category-view .toolbar-products .pages .item {
    padding: 5px;
  }
  .catalog-category-view .toolbar-products .pages .item .page span {
    color: #3d3a3a;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 1.17px;
  }
  .catalog-category-view .toolbar-products .pages .item.current {
    background: #f5f6f8;
  }
  .catalog-category-view .toolbar-products .pages .item.current .page {
    background: #f5f6f8;
  }
  .catalog-category-view .toolbar-products .pages .item.current .page span {
    color: #3963a6;
  }
  .catalog-category-view .toolbar-products .pages .action {
    background: none;
    border: none;
  }
  .catalog-category-view .toolbar-products .pages .action.next:before {
    color: #000000;
    font-size: 24px;
  }
  .catalog-category-view .toolbar-products .pages .action.previous:before {
    color: #000000;
    font-size: 24px;
  }
  .catalog-category-view .toolbar-products .limiter {
    display: inline-block;
    float: right;
  }
  .catalog-category-view .toolbar-products .limiter select {
    width: auto;
  }
  .catalog-category-view .column.main .products-grid {
    margin-top: 70px;
  }
  .catalog-category-view .column.main .products-grid .product-item {
    margin: 0 20px 20px 0;
  }
  .catalog-category-view .column.main .products-grid .product-item .swatch-opt {
    display: none;
  }
  .catalog-category-view .column.main .products-grid .product-item .product-item-name {
    height: 70px;
  }
  .catalog-category-view .column.main .products-grid .product-item .product-item-name a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.98px;
  }
  .column.main {
    position: relative;
  }
  .page-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-info-main .product-info-price {
    position: relative;
    padding-top: 180px;
    padding-bottom: 45px;
    border-bottom: 0 !important;
  }
  .product-info-main .product-info-price .price-box.price-final_price {
    padding: 20px 30px 20px 10px;
    width: auto;
  }
  .product-info-main .product-info-price .price-box .price-container .price-wrapper .price {
    color: #3d3a3a;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2.21px;
  }
  .product-info-main .product-info-stock-sku {
    left: 10px;
  }
  .product-info-main .product-info-stock-sku .product.attribute.sku {
    font-size: 20px;
    font-weight: 500;
    line-height: 39px;
  }
  .product-info-main .product-addto-links {
    text-align: left;
  }
  .product-info-main .mobile-price {
    border-bottom: 0 !important;
  }
  .product-info-main .product-add-form {
    border-bottom: 0 !important;
  }
  .product-info-main .product-options-wrapper .label {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 39px;
  }
  .toolbar-top {
    margin-top: 10px;
  }
  .toolbar-top .toolbar-products {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
    font-size: 12px;
    text-align: center;
  }
  .toolbar-top .toolbar-products .toolbar-sorter {
    display: flex;
    flex-direction: row;
    padding: 5px;
    order: 1;
  }
  .toolbar-top .toolbar-products .toolbar-sorter .sorter-label {
    display: flex;
    align-items: center;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 22px !important;
    letter-spacing: 1.17px;
  }
  .toolbar-top .toolbar-products .toolbar-sorter .sorter-options {
    display: flex;
    margin: 0;
  }
  .toolbar-top .toolbar-products .toolbar-sorter .sorter-options option {
    font-size: 12px;
  }
  .toolbar-top .toolbar-products .toolbar-sorter .sorter-action {
    display: flex;
    align-items: center;
    margin-left: 4px;
  }
  .toolbar-top .toolbar-products .limiter {
    display: flex;
    align-items: center;
    order: 2;
  }
  .toolbar-top .toolbar-products .limiter .limiter-option {
    font-size: 12px;
  }
  .toolbar-top .toolbar-products .limiter select {
    width: auto;
  }
  .toolbar-top .toolbar-products .pages .item {
    padding: 5px;
  }
  .toolbar-top .toolbar-products .pages .item .page span {
    color: #3d3a3a;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1.17px;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
  }
  .toolbar-top .toolbar-products .pages .item.current {
    background: #f5f6f8;
  }
  .toolbar-top .toolbar-products .pages .item.current .page {
    background: #f5f6f8;
  }
  .toolbar-top .toolbar-products .pages .item.current .page span {
    color: #3963a6;
  }
  .toolbar-top .toolbar-products .pages .action {
    background: none;
    border: none;
  }
  .toolbar-top .toolbar-products .pages .action.next:before {
    color: #000000;
    font-size: 24px;
  }
  .toolbar-top .toolbar-products .pages .action.previous:before {
    color: #000000;
    font-size: 24px;
  }
  .toolbar-top .toolbar-products select {
    padding: 6px 10px 6px 10px;
    background: #ffffff;
    border: 1px solid #eaebec;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 1.17px;
    width: 105px;
  }
  .page-layout-checkout .opc-estimated-wrapper .estimated-block {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 56.25px;
    letter-spacing: 1.74px;
  }
  .page-layout-checkout .opc-wrapper .opc .step-title {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 56.25px;
    letter-spacing: 1.8px;
  }
  .page-layout-checkout .opc-wrapper .checkout-payment-method .step-title {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 56.25px;
    letter-spacing: 1.8px;
  }
  .main-page .title-logo {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
  }
  .gender {
    display: flex;
  }
  .table-additional-addresses-items > tbody > tr > td {
    border-top: 0 !important;
  }
  .box-billing-address {
    clear: left;
  }
  .account .table-wrapper {
    border-bottom: none;
    border-top: none;
  }
  .payment-request-button.cart {
    display: none;
  }
  .shopping-cart {
    display: flex;
    flex-flow: column wrap;
  }
  .checkout-cart-index .cart-summary {
    padding: 20px 22px 10px !important;
    margin-bottom: 0 !important;
    order: 2;
  }
  .cart.table-wrapper {
    border-top: 0;
    width: 95%;
    max-width: 95%;
    margin-left: 8px;
  }
  .cart.table-wrapper .actions-toolbar {
    min-height: 30px;
  }
  .cart.table-wrapper .cart > .item {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 10px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    border-radius: 30px !important;
  }
  .account form [type="checkbox"]:checked + label:before,
  .account form [type="checkbox"]:not(:checked) + label:before {
    border-radius: 10px !important;
  }
  .account form [type="checkbox"]:checked + label:after,
  .account form [type="checkbox"]:not(:checked) + label:after {
    border-radius: 10px !important;
  }
  .account .legend > span {
    font-family: "Open Sans", serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .account form .fieldset .field .label {
    font-family: "Open Sans", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .info-newsletter-form {
    width: 85%;
    padding-left: 50px;
    padding-bottom: 10px;
    letter-spacing: 0.11rem;
  }
  .form-newsletter-manage .fieldset .choice {
    border-radius: 10px !important;
    border: 2px solid #e5e5e5;
  }
  .table-wrapper.comparison {
    border-top: 0;
  }
  .table-comparison .cell.product.info,
  .table-comparison .cell.product.label {
    border-left: 0;
  }
  #product-comparison > tbody:nth-child(-n+1) > tr:nth-child(-n+1) > th {
    border-bottom: 0;
  }
  .table-wrapper.comparison .table-comparison > tbody + tbody {
    border-top: 0 !important;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    border: 2px solid #e5e5e5 ;
    border-radius: 5px;
    padding: 15px;
  }
  .table > tbody > tr > th,
  .cms-page-view .column.main table.table-grid > tbody > tr > th,
  .modal-content table.table-grid > tbody > tr > th,
  .cms-page-view .column.main table.data-table > tbody > tr > th,
  .modal-content table.data-table > tbody > tr > th {
    border: 1px solid #e5e5e5;
  }
  .table > thead > tr > th,
  .cms-page-view .column.main table.table-grid > thead > tr > th,
  .modal-content table.table-grid > thead > tr > th,
  .cms-page-view .column.main table.data-table > thead > tr > th,
  .modal-content table.data-table > thead > tr > th {
    border-bottom: 0;
  }
  .action.print.hidden-print {
    text-decoration: underline;
    font-size: 12px;
  }
  .table-wrapper.comparison {
    margin-top: 10px;
  }
  .table-wrapper.comparison .table-comparison .cell.label {
    border-right: 0;
  }
  .table-wrapper.comparison .table-comparison .cell.remove {
    border-right: 0;
  }
  .table-wrapper.comparison .table-comparison {
    display: block;
  }
  .table-wrapper.comparison .table-comparison .cell.remove {
    border-bottom: 0;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    border: 1px solid #ddd;
  }
  .table-wrapper.comparison .action.primary {
    border-radius: 15px;
  }
  .checkout-agreement {
    display: flex;
    margin-right: 20px !important;
  }
  .price-excluding-tax {
    font-size: 12px !important;
  }
  .product-item-name {
    font-size: 12px !important;
  }
  .box.box-order-billing-address {
    padding-right: 0%;
    width: 100%;
  }
  .column.main .order-links {
    display: none;
  }
  .indent-id {
    margin-left: 28%;
  }
  .indent-date {
    margin-left: 32%;
  }
  .indent-ship {
    margin-left: 29%;
  }
  .indent-total {
    margin-left: 24%;
  }
  .indent-status {
    margin-left: 30%;
  }
  .indent-action {
    margin-left: 39%;
  }
  .account .table-order-items > tbody > tr td {
    border-bottom: none !important;
  }
  .account .table-order-items tbody tr {
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 10px;
  }
  .account .table-order-items tbody td {
    border-top: none !important;
  }
  .account .table-order-items tbody td .actions {
    margin-left: 40%;
  }
  .account .table-order-items .col.actions:before {
    position: inherit;
    width: 40%;
  }
  .checkout-agreements-block .label:after {
    position: absolute;
    margin-right: 2% !important;
  }
  .checkout-payment-method .sub-title-required {
    padding-left: 15px;
  }
  .modal-popup.modal-slide {
    left: 1px;
    z-index: 900;
  }
  .block-viewed-products-grid {
    margin-top: 30px;
  }
  .breadcrumbs {
    display: block;
  }
  .page-main .columns iframe {
    width: 100%;
  }
  .page-title-wrapper {
    position: inherit;
  }
  .login-container .fieldset:after {
    content: '';
  }
  .actions-toolbar > .primary .action:last-child {
    border-radius: 25px !important;
  }
  .actions-toolbar > .secondary .remind {
    text-decoration: underline;
  }
  .form-login .note:after {
    margin: 10px 0 0;
    content: '* Required Fields';
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem;
  }
  .contact .legend {
    display: none;
  }
  .contact .note:after {
    margin: 10px 0 0;
    content: '* Required Fields';
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem;
  }
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: flex;
    align-items: center;
  }
  .checkout-index-index .logo img {
    display: flex;
    align-items: center;
  }
  .block.wishlist .wishlist-count {
    margin-top: 10px;
    height: 17px !important;
    width: 20px !important;
  }
  .block.wishlist .wishlist-count:before {
    height: 17px !important;
    width: 20px !important;
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-wishlist-account.png') no-repeat center / 19px !important;
  }
  .block.wishlist .wishlist-count .counter {
    width: 12px !important;
    height: 12px !important;
    font-size: 8px !important;
  }
  .block-search .label {
    width: 18px !important;
    height: 18px !important;
  }
  .block-search .label:before {
    width: 18px;
    height: 18px;
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-search.png') no-repeat center / 18px;
  }
  .block-swissup-ajaxsearch {
    width: 85% !important;
  }
  .easycatalogimg-grid {
    display: block !important;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-post {
    display: none;
  }
  .block.newsletter.agreed .form.subscribe {
    width: 85% !important;
  }
  .block.newsletter.info .newsletter-inner {
    display: block !important;
  }
  .swiper-container.easyslide-swiper-argento_default .swiper-slide {
    height: 220px !important;
  }
  .nav-sections .navigation .level0.link-callback {
    display: none !important;
  }
  .easycatalogimg.ul.li.item {
    padding: 10px 0 5px 0;
    width: 100% !important;
  }
  .header-block-desktop {
    display: none;
  }
  .nav-toggle:before {
    color: #000000;
  }
  .minicart-wrapper {
    margin-left: 10px !important;
  }
  .minicart-wrapper a.cart-amount {
    display: none;
  }
  .minicart-wrapper .block.wishlist {
    display: none;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    height: 12px !important;
    line-height: 12px !important;
    min-width: 12px !important;
    font-size: 8px !important;
  }
  .minicart-wrapper .action.showcart:after {
    width: 21px !important;
    height: 20px !important;
    content: '' !important;
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-cart.png') no-repeat center / 19px !important;
  }
  .nav-sections .nav-sections-item-content {
    padding-top: 0;
  }
  .nav-sections .nav-sections-item-title {
    position: relative;
    border: none;
  }
  .nav-sections .nav-sections-item-title.links a {
    position: relative;
    padding-left: 30px;
  }
  .nav-sections .nav-sections-item-title.links a:before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    top: 0;
    height: 22px;
    width: 20px;
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-menu-account.png') no-repeat center / 20px;
  }
  .nav-sections .nav-sections-item-title .language-title span {
    display: block;
  }
  .nav-sections .nav-sections-item-title .language-title:before {
    position: absolute;
    content: '';
    display: block;
    left: 30px;
    top: 50%;
    height: 31px;
    width: 47px;
    transform: translateY(-50%);
  }
  .nav-sections .nav-sections-item-title .view-ch-en:before,
  .nav-sections .nav-sections-item-title .view-eu-en:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-flag-en.png') no-repeat;
    background-size: 40px;
  }
  .nav-sections .nav-sections-item-title .view-ch-de:before,
  .nav-sections .nav-sections-item-title .view-eu-de:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-flag-de.png') no-repeat;
    background-size: 40px;
  }
  .nav-sections .nav-sections-item-title .view-ch-fr:before,
  .nav-sections .nav-sections-item-title .view-eu-fr:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-flag-fr.png') no-repeat;
    background-size: 40px;
  }
  .nav-sections .navigation li.level0.mob-menu-link {
    display: block;
  }
  .nav-sections .nav-sections-item-title a,
  .nav-sections .navigation .level0 .level-top,
  .nav-sections .customer-menu .header.links li a {
    color: #000000;
    font-weight: 500;
    letter-spacing: 1.69px;
    font-size: 22px;
    line-height: 22px;
  }
  .nav-sections .navigation a.level-top {
    color: #000000 !important;
  }
  .nav-sections .navigation .level0 {
    border-top: 2px solid #f5f6f8;
  }
  .nav-sections .navigation .level0.first {
    border-top: none;
  }
  .nav-sections .navigation .level0:last-child {
    border-bottom: none;
  }
  .nav-sections .navigation .level0.mob-menu-link {
    display: block;
  }
  .nav-sections .navigation .level0 .level-top {
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 40px 20px 30px;
  }
  .nav-sections .navigation .level0.active .level-top {
    border: none;
    color: #0272b3 !important;
    font-weight: 700;
  }
  .nav-sections .navigation .level0.has-active .level-top {
    border: none;
    color: #0272b3 !important;
    font-weight: 700;
  }
  .nav-sections .navigation .level0 .submenu li a {
    color: #000000;
  }
  .nav-sections .navigation .parent .level-top:after {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    content: '\f105';
    font-family: 'FontAwesome';
    color: #000000;
    font-size: 3rem;
  }
  .nav-sections .navigation .level0.link-callback a.level-top {
    position: relative;
    padding-left: 80px;
  }
  .nav-sections .navigation .level0.link-callback a.level-top:before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 28px;
    top: 50%;
    height: 41px;
    width: 40px;
    transform: translateY(-50%);
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-menu-callback.png') no-repeat center / 40px;
  }
  .nav-sections .navigation .link-time {
    padding-left: 30px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-size: 16px;
  }
  .nav-sections .customer-menu .header.links li {
    border-top: 2px solid #f5f6f8;
    padding: 20px 40px 20px 30px;
  }
  .nav-sections .customer-menu .header.links li.wishlist a {
    position: relative;
  }
  .nav-sections .customer-menu .header.links li.wishlist a .wishlist-text {
    padding-left: 20px;
  }
  .nav-sections .customer-menu .header.links li.wishlist a .wishlist-count {
    display: inline-block;
    height: 36px;
    width: 36px;
    position: relative;
    float: left;
  }
  .nav-sections .customer-menu .header.links li.wishlist a .wishlist-count:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 50%;
    height: 36px;
    width: 36px;
    transform: translateY(-50%);
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-wishlist-account.png') no-repeat center / 36px;
  }
  .nav-sections .customer-menu .header.links li.wishlist a .counter:before,
  .nav-sections .customer-menu .header.links li.wishlist a .counter:after {
    display: none;
  }
  .nav-sections .customer-menu .header.links li.wishlist a .counter {
    background: #000000;
    color: #ffffff;
    width: 21px;
    height: 21px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: -20%;
    top: 0;
  }
  .nav-sections .header.links .block-collapsible-nav {
    display: block;
    position: unset;
    width: auto;
    padding: 20px 40px 20px 30px;
    margin: 0;
  }
  .nav-sections .header.links .block-collapsible-nav .block-collapsible-nav-title .active ~ .block-collapsible-nav-title-content {
    display: block;
  }
  .nav-sections .header.links .block-collapsible-nav .block-collapsible-nav-title strong {
    color: #000000;
    font-weight: 500;
    letter-spacing: 1.69px;
    font-size: 22px;
    line-height: 22px;
  }
  .nav-sections .header.links .block-collapsible-nav .title {
    border: none;
  }
  .nav-sections .header.links .block-collapsible-nav .title:after {
    font-size: 26px;
    line-height: 26px;
    margin: 0;
  }
  .nav-sections .header.links .block-collapsible-nav .title.active ~ .content {
    display: block;
  }
  .nav-sections .header.links .block-collapsible-nav .content {
    border: none;
    background: #ffffff;
    padding: 0;
  }
  .nav-sections .header.links .account-sublinks {
    list-style: none;
  }
  .nav-sections .header.links .account-sublinks li.current strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.43px;
    color: #0272b3;
    padding-left: 20px;
    padding-bottom: 20px;
    border: none;
  }
  .nav-sections .header.links .account-sublinks a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.43px;
    color: #000000;
    padding-bottom: 20px;
  }
  .nav-sections .greet.welcome {
    display: none;
  }
  .nav-sections .switcher.switcher-language {
    padding: 0;
  }
  .nav-sections .switcher.switcher-language .switcher-label span,
  .nav-sections .switcher.switcher-language .switcher-option a {
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    letter-spacing: 1.69px;
    font-size: 22px;
    line-height: 22px;
  }
  .nav-sections .switcher.switcher-language .switcher-label,
  .nav-sections .switcher.switcher-language .switcher-option {
    padding: 20px 40px 20px 90px;
  }
  .nav-sections .switcher.switcher-language .switcher-option {
    border-top: 2px solid #f5f6f8;
  }
  .nav-sections .switcher.switcher-language .language-item {
    position: relative;
  }
  .nav-sections .switcher.switcher-language .label.language-item {
    position: relative;
  }
  .nav-sections .switcher.switcher-language .switcher-trigger .language-item:before {
    position: absolute;
    content: '';
    display: block;
    left: 30px;
    top: 50%;
    height: 30px;
    width: 31px;
    transform: translateY(-50%);
  }
  .nav-sections .switcher.switcher-language .switcher-trigger .view-ch-en:before,
  .nav-sections .switcher.switcher-language .switcher-trigger .view-eu-en:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-flag-en.png') no-repeat;
    background-size: 30px;
  }
  .nav-sections .switcher.switcher-language .switcher-trigger .view-ch-de:before,
  .nav-sections .switcher.switcher-language .switcher-trigger .view-eu-de:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-flag-de.png') no-repeat;
    background-size: 30px;
  }
  .nav-sections .switcher.switcher-language .switcher-trigger .view-ch-fr:before,
  .nav-sections .switcher.switcher-language .switcher-trigger .view-eu-fr:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-flag-fr.png') no-repeat;
    background-size: 30px;
  }
  .page-footer .footer-toolbar-bottom {
    background: #1f1f1f;
  }
  .page-footer .footer-toolbar-bottom .content {
    padding-bottom: 30px;
    text-align: center;
  }
  .page-footer .footer-toolbar-bottom .copyright {
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 0.14px;
  }
  .page-footer .footer {
    padding: 45px 30px;
  }
  .page-footer .footer.links {
    float: none;
    position: relative;
  }
  .page-footer .footer.links .block-collapsible-nav {
    display: none;
  }
  .page-footer .footer .footer-links-block {
    padding-bottom: 68px;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .page-footer .footer .links-block-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.3px;
    padding-bottom: 34px;
  }
  .page-footer .footer .links-list li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.16px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before,
  .table-downloadable-products .col.title: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-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:after,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr:after,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr:before,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr:after,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr:after,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr:before,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:after,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr:after,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr:after,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr:after,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child),
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr:not(:last-child),
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr:not(:last-child),
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr:not(:last-child),
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.qty,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.price,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.qty,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.price,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.price,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.price,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.modal-content table.table-grid tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.modal-content table.data-table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid .product-item-name,
  .multicheckout.order-review .data.modal-content table.table-grid .product-item-name,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table .product-item-name,
  .multicheckout.order-review .data.modal-content table.data-table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before,
  .cart .cms-page-view .column.main table.table-grid.items .col.item:before,
  .cart .cms-page-view .column.main table.table-grid.items .item-actions td:before,
  .cms-page-view .column.main table.table-grid.grouped > tbody > tr > td:before,
  .cart .modal-content table.table-grid.items .col.item:before,
  .cart .modal-content table.table-grid.items .item-actions td:before,
  .modal-content table.table-grid.grouped > tbody > tr > td:before,
  .cart .cms-page-view .column.main table.data-table.items .col.item:before,
  .cart .cms-page-view .column.main table.data-table.items .item-actions td:before,
  .cms-page-view .column.main table.data-table.grouped > tbody > tr > td:before,
  .cart .modal-content table.data-table.items .col.item:before,
  .cart .modal-content table.data-table.items .item-actions td:before,
  .modal-content table.data-table.grouped > tbody > tr > td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child,
  .account .data.cms-page-view .column.main table.table-grid > tbody > tr > td:last-child,
  .account .data.modal-content table.table-grid > tbody > tr > td:last-child,
  .account .data.cms-page-view .column.main table.data-table > tbody > tr > td:last-child,
  .account .data.modal-content table.data-table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #e5e5e5;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison),
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison),
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison),
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison),
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot tr:first-child td,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot tr:first-child td,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot tr:first-child td,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot .mark,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot .mark,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot .mark,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot .amount,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot .amount,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot .amount,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot .grand.totals,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot .grand.totals,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot .grand.totals,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount,
  .table-wrapper .cms-page-view .column.main table.table-grid:not(.totals):not(.table-comparison) tfoot .grand.totals .amount,
  .table-wrapper .modal-content table.table-grid:not(.totals):not(.table-comparison) tfoot .grand.totals .amount,
  .table-wrapper .cms-page-view .column.main table.data-table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount,
  .table-wrapper .modal-content table.data-table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .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;
    text-transform: none;
    color: #333333;
  }
  .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: 18px;
    line-height: inherit;
    color: #757575;
    content: '\f1f8';
    font-family: 'FontAwesome';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .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;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    color: #333333;
  }
  .column .block-addbysku .action.remove:hover {
    color: #333333;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .cart .table.items .col.qty,
  .cart .cms-page-view .column.main table.table-grid.items .col.qty,
  .cart .modal-content table.table-grid.items .col.qty,
  .cart .cms-page-view .column.main table.data-table.items .col.qty,
  .cart .modal-content table.data-table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #ffffff;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\f040';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .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;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .multicheckout .data.table .address:before,
  .multicheckout .data.cms-page-view .column.main table.table-grid .address:before,
  .multicheckout .data.modal-content table.table-grid .address:before,
  .multicheckout .data.cms-page-view .column.main table.data-table .address:before,
  .multicheckout .data.modal-content table.data-table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead,
  .multicheckout.order-review .box-items .data.cms-page-view .column.main table.table-grid thead,
  .multicheckout.order-review .box-items .data.modal-content table.table-grid thead,
  .multicheckout.order-review .box-items .data.cms-page-view .column.main table.data-table thead,
  .multicheckout.order-review .box-items .data.modal-content table.data-table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr,
  .multicheckout.order-review .box-items .data.cms-page-view .column.main table.table-grid thead tr,
  .multicheckout.order-review .box-items .data.modal-content table.table-grid thead tr,
  .multicheckout.order-review .box-items .data.cms-page-view .column.main table.data-table thead tr,
  .multicheckout.order-review .box-items .data.modal-content table.data-table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item,
  .multicheckout.order-review .box-items .data.cms-page-view .column.main table.table-grid thead .col.item,
  .multicheckout.order-review .box-items .data.modal-content table.table-grid thead .col.item,
  .multicheckout.order-review .box-items .data.cms-page-view .column.main table.data-table thead .col.item,
  .multicheckout.order-review .box-items .data.modal-content table.data-table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid.table-order-review > tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.modal-content table.table-grid.table-order-review > tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table.table-order-review > tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.modal-content table.data-table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty,
  .multicheckout.order-review .data.cms-page-view .column.main table.table-grid.table-order-review > tbody > tr > td.col.qty,
  .multicheckout.order-review .data.modal-content table.table-grid.table-order-review > tbody > tr > td.col.qty,
  .multicheckout.order-review .data.cms-page-view .column.main table.data-table.table-order-review > tbody > tr > td.col.qty,
  .multicheckout.order-review .data.modal-content table.data-table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th,
  .cms-page-view .column.main table.table-grid.grouped > thead > tr > th,
  .modal-content table.table-grid.grouped > thead > tr > th,
  .cms-page-view .column.main table.data-table.grouped > thead > tr > th,
  .modal-content table.data-table.grouped > thead > tr > th {
    border-bottom: 1px solid #e5e5e5;
    display: table-cell;
  }
  .table.grouped > tbody,
  .cms-page-view .column.main table.table-grid.grouped > tbody,
  .modal-content table.table-grid.grouped > tbody,
  .cms-page-view .column.main table.data-table.grouped > tbody,
  .modal-content table.data-table.grouped > tbody {
    border-bottom: 1px solid #e5e5e5;
  }
  .table.grouped > tbody > tr > td,
  .cms-page-view .column.main table.table-grid.grouped > tbody > tr > td,
  .modal-content table.table-grid.grouped > tbody > tr > td,
  .cms-page-view .column.main table.data-table.grouped > tbody > tr > td,
  .modal-content table.data-table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child,
  .table-wrapper .cms-page-view .column.main table.table-grid.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child,
  .table-wrapper .modal-content table.table-grid.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child,
  .table-wrapper .cms-page-view .column.main table.data-table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child,
  .table-wrapper .modal-content table.data-table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > 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.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\f1f8';
    font-family: 'FontAwesome';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col,
  .table-wrapper.orders-recent .table-order-items.cms-page-view .column.main table.table-grid tbody > tr > td.col,
  .table-wrapper.orders-recent .table-order-items.modal-content table.table-grid tbody > tr > td.col,
  .table-wrapper.orders-recent .table-order-items.cms-page-view .column.main table.data-table tbody > tr > td.col,
  .table-wrapper.orders-recent .table-order-items.modal-content table.data-table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options,
  .order-details-items .data.cms-page-view .column.main table.table-grid .col.options,
  .order-details-items .data.modal-content table.table-grid .col.options,
  .order-details-items .data.cms-page-view .column.main table.data-table .col.options,
  .order-details-items .data.modal-content table.data-table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before,
  .order-details-items .data.cms-page-view .column.main table.table-grid .col.options:before,
  .order-details-items .data.modal-content table.table-grid .col.options:before,
  .order-details-items .data.cms-page-view .column.main table.data-table .col.options:before,
  .order-details-items .data.modal-content table.data-table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status,
  .my-credit-cards .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status,
  .my-credit-cards .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status,
  .my-credit-cards .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) .status,
  .my-credit-cards .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before,
  .my-credit-cards .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status:before,
  .my-credit-cards .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status:before,
  .my-credit-cards .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) .status:before,
  .my-credit-cards .modal-content table.data-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,
  .my-credit-cards .cms-page-view .column.main table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status._default,
  .my-credit-cards .modal-content table.table-grid:not(.totals):not(.cart):not(.table-comparison) .status._default,
  .my-credit-cards .cms-page-view .column.main table.data-table:not(.totals):not(.cart):not(.table-comparison) .status._default,
  .my-credit-cards .modal-content table.data-table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .footer-toolbar-bottom,
  .footer-toolbar-top {
    text-align: center;
  }
  .products-grid .product-item-info {
    padding: 5px;
  }
  .filter .filter-current-subtitle {
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\f107';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .products-list div.prolabels-wrapper {
    width: 30%;
    border-width: 0 10px 10px 0;
  }
  .page-main > .page-title-wrapper .page-title {
    padding-bottom: 20px;
    font-size: 25px;
  }
  .regsubmit {
    padding-top: 15px;
  }
  .cms-index-index .column.main .easycatalogimg-grid li.item {
    padding: 10px 0 5px 0;
    width: 100% !important;
    border-width: 1px 0 0 1px !important;
  }
  .cms-index-index .column.main .easycatalogimg-grid li.item:nth-child(2n+1) {
    border-left-width: 0 !important;
  }
  .cms-index-index .column.main .easycatalogimg-grid li.item:nth-child(1),
  .cms-index-index .column.main .easycatalogimg-grid li.item:nth-child(2) {
    border-top-width: 0 !important;
  }
  .page-layout-checkout .opc-estimated-wrapper .estimated-block {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 32.25px;
    letter-spacing: 1.74px;
  }
  .page-layout-checkout .opc-wrapper .opc .step-title {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 32.25px;
    letter-spacing: 1.8px;
  }
  .page-layout-checkout .opc-wrapper .checkout-payment-method .step-title {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 32.25px;
    letter-spacing: 1.8px;
  }
  .gender {
    display: flex;
  }
  .block-search .label:before {
    content: '' !important;
  }
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: flex;
    align-items: center;
  }
  .checkout-index-index .logo img {
    display: flex !important;
    align-items: center;
  }
  .nav-toggle {
    display: flex !important;
    align-items: center !important;
    top: 19px !important;
  }
  .nav-toggle:before {
    font-size: 18px !important;
  }
  .checkout-container .opc-wrapper .checkout-shipping-method .continue {
    width: 100% !important;
  }
  .minicart-wrapper {
    margin-left: 10px !important;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    height: 12px !important;
    line-height: 12px !important;
    min-width: 12px !important;
    font-size: 8px !important;
  }
  .minicart-wrapper .action.showcart:after {
    width: 21px !important;
    height: 20px !important;
    content: '' !important;
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-cart.png') no-repeat center / 19px !important;
  }
  .block.wishlist .wishlist-count {
    margin-top: 10px;
    height: 17px !important;
    width: 20px !important;
  }
  .block.wishlist .wishlist-count:before {
    height: 17px !important;
    width: 20px !important;
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-wishlist-account.png') no-repeat center / 19px !important;
  }
  .block.wishlist .wishlist-count .counter {
    width: 12px !important;
    height: 12px !important;
    font-size: 8px !important;
  }
  .account .page-main {
    padding: 40px 16px 0 16px !important;
  }
  .account .page-main .block-dashboard-orders .table-order-items .col.information .actions {
    display: block !important;
    margin: 10px 0 0 200px !important;
  }
  .account .page-main .block-title strong {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .account .page-main .block-title .edit {
    color: #4071ae !important;
    font-family: "Open Sans", serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .account .page-main strong.box-title {
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .account .page-main .box .action {
    color: #4071ae !important;
    font-family: "Open Sans", serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .account .page-main .blocks-wrap {
    padding: 16px 16px 16px 16px !important;
    border: 2px solid #DFDFDF;
    border-radius: 8px;
  }
  .account .block-collapsible-nav .content .items .item {
    margin: 34px 0 0 15px !important;
  }
  .block-swissup-ajaxsearch {
    width: 85% !important;
  }
  .easycatalogimg-grid {
    display: block !important;
  }
  .block.newsletter.agreed {
    width: 100%;
    padding: 30px 0;
  }
  .block.newsletter.agreed .form.subscribe {
    display: inline-block;
    width: 100% !important;
  }
  .block.newsletter.agreed .form.subscribe .subscribe-description {
    text-align: left;
  }
  .block.newsletter.agreed .form.subscribe .subscribe-description .subscribe-description-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .block.newsletter.agreed .form.subscribe .subscribe-description .subscribe-description-text {
    font-size: 16px;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-email .field.newsletter .action.subscribe {
    width: 100%;
    border-radius: 15px !important;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-email .actions {
    position: static !important;
    margin-top: 10px;
    width: 100% !important;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-email .control {
    width: 350px;
    float: left;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-email .control input {
    padding: 0 9px 0 15px !important;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-email .control:before {
    content: '' !important;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-post {
    float: right;
  }
  .block.newsletter.agreed .subscribe-agreement {
    text-align: left;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-post {
    display: none;
  }
  .block.newsletter.info .newsletter-inner {
    display: block !important;
  }
  .swiper-container.easyslide-swiper-argento_default .swiper-slide {
    height: 220px !important;
  }
  .nav-sections .navigation .level0.link-callback {
    display: none !important;
  }
  .easycatalogimg.ul.li.item {
    padding: 10px 0 5px 0;
    width: 100% !important;
  }
  .nav-sections .nav-sections-item-title a,
  .nav-sections .navigation .level0 .level-top,
  .nav-sections .customer-menu .header.links li a {
    font-size: 18px;
    line-height: 18px;
  }
  .nav-sections .customer-menu .header.links li {
    padding: 10px 20px;
  }
  .nav-sections .nav-sections-item-title .language-title span {
    display: none;
  }
  .nav-sections .nav-sections-item-title .language-title:before {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .nav-sections .header.links .block-collapsible-nav .block-collapsible-nav-title strong {
    font-size: 18px;
    line-height: 18px;
  }
  .nav-sections .header.links .account-sublinks a {
    font-size: 16px;
  }
  .page-footer .footer {
    padding: 0;
  }
  .page-footer .footer.links {
    display: flex;
    flex-wrap: wrap;
  }
  .page-footer .footer.links .footer-links-block:nth-child(1) {
    padding-left: 40px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(2) {
    padding-left: 100px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(3) {
    padding-left: 40px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(5) {
    padding-left: 80px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(4) {
    order: 6 !important;
    width: auto;
    padding-left: 40%;
  }
  .page-footer .footer.links .footer-links-block:nth-child(4) .links-block-title {
    text-align: center;
    padding-bottom: 10px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(4) .facebook {
    padding-right: 10px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(4) .twitter {
    padding-right: 10px;
  }
  .page-footer .footer .links-list li a {
    font-size: 12px !important;
    line-height: 36px;
  }
  .page-footer .footer .links-block-title {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .page-footer .footer .footer-social-links li {
    display: inline-block;
  }
  .page-footer .footer .footer-social-links a {
    color: transparent;
    display: inline-block;
    padding-right: 5px;
  }
  .page-footer .footer .footer-social-links a span {
    display: none;
  }
  .page-footer .footer .footer-social-links a:before {
    display: inline-block;
    height: 30px;
    width: 30px;
  }
  .page-footer .footer .footer-social-links .fa-facebook:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-social-fb.png') no-repeat center / 30px;
  }
  .page-footer .footer .footer-social-links .fa-twitter:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-social-twt.png') no-repeat center / 30px;
  }
  .page-footer .footer .footer-social-links .fa-instagram:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-social-inst.png') no-repeat center / 30px;
  }
  .page-footer .footer .footer-cards {
    top: 411px;
    display: inline-block;
    right: 0;
  }
  .page-footer .footer .footer-cards .card-type {
    margin-left: 10px;
    width: 115px !important;
    height: 57px !important;
    display: inline-block;
  }
  .page-footer .footer .footer-cards .card-sofort {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-sofort.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-dnl {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-dhl.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-rechnung {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-rech.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-visa {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-visa.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-mastercard {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-ms.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .block.newsletter.info .info-item .info-item-text .text-product {
    text-align: left !important;
  }
  .page-footer .footer .block.newsletter.info .info-item .info-item-text:before {
    left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .field-tooltip .field-tooltip-content {
    width: 140px;
  }
  .account .page-main .column.main .page-title-wrapper .page-title {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 90px;
  }
  .account .page-main .column.main .block .block-reviews-dashboard {
    display: none !important;
  }
  .account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .table-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .table-header .col {
    font-size: 16px;
  }
  .account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info {
    flex-direction: column;
    padding: 15px;
  }
  .account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .information .col-title {
    margin-right: 5px;
  }
  .account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .information .actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .information .actions .action.view {
    margin-left: 0;
    margin-top: 10px;
  }
  .account .page-main .column.main .blocks-wrap {
    padding: 15px;
  }
  .account .page-main .column.main .block-title {
    margin-bottom: 25px;
  }
  .account .page-main .column.main .block-title strong {
    font-size: 2rem;
  }
  .footer.content {
    text-align: center;
  }
  .catalog-category-view .page-main .products-grid .product-item {
    width: 100%;
  }
  .catalog-category-view .page-main .sidebar-main {
    display: none;
  }
  .catalog-category-view .toolbar-top {
    margin-top: 10px;
  }
  .catalog-category-view .toolbar-top .toolbar-products {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
    font-size: 12px;
    text-align: center;
  }
  .catalog-category-view .toolbar-top .toolbar-products .toolbar-sorter {
    display: flex;
    flex-direction: row;
    padding: 5px;
    order: 1;
  }
  .catalog-category-view .toolbar-top .toolbar-products .toolbar-sorter .sorter-label {
    display: flex;
    align-items: center;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 22px !important;
    letter-spacing: 1.17px;
  }
  .catalog-category-view .toolbar-top .toolbar-products .toolbar-sorter .sorter-options {
    display: flex;
    margin: 0;
  }
  .catalog-category-view .toolbar-top .toolbar-products .toolbar-sorter .sorter-options option {
    font-size: 12px;
  }
  .catalog-category-view .toolbar-top .toolbar-products .toolbar-sorter .sorter-action {
    display: flex;
    align-items: center;
    margin-left: 4px;
  }
  .catalog-category-view .toolbar-top .toolbar-products .limiter {
    display: flex;
    align-items: center;
    order: 2;
  }
  .catalog-category-view .toolbar-top .toolbar-products .limiter .limiter-option {
    font-size: 12px;
  }
  .catalog-category-view .toolbar-top .toolbar-products .limiter select {
    width: auto;
  }
  .catalog-category-view .toolbar-top .toolbar-products .pages .item {
    padding: 5px;
  }
  .catalog-category-view .toolbar-top .toolbar-products .pages .item .page span {
    color: #3d3a3a;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1.17px;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
  }
  .catalog-category-view .toolbar-top .toolbar-products .pages .item.current {
    background: #f5f6f8;
  }
  .catalog-category-view .toolbar-top .toolbar-products .pages .item.current .page {
    background: #f5f6f8;
  }
  .catalog-category-view .toolbar-top .toolbar-products .pages .item.current .page span {
    color: #3963a6;
  }
  .catalog-category-view .toolbar-top .toolbar-products .pages .action {
    background: none;
    border: none;
  }
  .catalog-category-view .toolbar-top .toolbar-products .pages .action.next:before {
    color: #000000;
    font-size: 24px;
  }
  .catalog-category-view .toolbar-top .toolbar-products .pages .action.previous:before {
    color: #000000;
    font-size: 24px;
  }
  .catalog-category-view .toolbar-top .toolbar-products select {
    padding: 6px 10px 6px 10px;
    background: #ffffff;
    border: 1px solid #eaebec;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 1.17px;
    width: 105px;
  }
  .pages .pages-items {
    margin: 0;
  }
  .pages span {
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
  }
  .product-info-main .product-addto-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-info-main .product-add-form {
    border-bottom: 0 !important;
  }
  .product-info-main .product-info-price {
    position: relative;
    padding-top: 180px;
    border-bottom: 0 !important;
  }
  .product.data.items.expanded > .item.title {
    border-top: 0 !important;
  }
  .product.data.items.expanded > .item.content {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 10px 15px 15px;
  }
  .page-layout-checkout .opc-estimated-wrapper .estimated-block {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.25px;
    letter-spacing: 1.74px;
  }
  .page-layout-checkout .opc-wrapper .opc .step-title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.25px;
    letter-spacing: 1.8px;
  }
  .page-layout-checkout .checkout-payment-method .step-title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.25px;
    letter-spacing: 1.8px;
  }
  .page-layout-checkout .checkout-payment-method .checkout-payment-method .step-title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.25px;
    letter-spacing: 1.8px;
  }
  .indent-id {
    margin-left: 27%;
  }
  .indent-date {
    margin-left: 32%;
  }
  .indent-ship {
    margin-left: 29%;
  }
  .indent-total {
    margin-left: 22%;
  }
  .indent-status {
    margin-left: 30%;
  }
  .indent-action {
    margin-left: 43%;
  }
  .gender {
    display: flex;
  }
  .product-info-main .product-options-bottom {
    top: 45px !important;
  }
  .page-header .logo img {
    display: flex;
    align-items: center;
    width: 120px !important;
  }
  .checkout-index-index .nav-toggle {
    display: flex !important;
    align-items: center;
  }
  .checkout-container .opc-wrapper .checkout-shipping-method .continue {
    width: 100% !important;
  }
  .block-collapsible-nav {
    margin: 7px 0 0 16px;
    border: 2px solid #DFDFDF;
    border-radius: 8px;
    width: 288px;
  }
  .block-reviews-dashboard {
    display: none;
  }
  .account .block-reorder form [type="checkbox"]:checked,
  .account .block-reorder form [type="checkbox"]:not(:checked) {
    left: 1px !important;
  }
  .account .actions-toolbar button.primary {
    background: #0763ab !important;
  }
  .account .page-main {
    padding: 40px 16px 0 16px !important;
  }
  .account .page-main .block-dashboard-orders .table-order-items .col.information .actions {
    display: block !important;
    margin: 25px 0 0 0 !important;
  }
  .account .page-main .block-title strong {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .account .page-main .block-title .edit {
    color: #4071ae !important;
    font-family: "Open Sans", serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .account .page-main strong.box-title {
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .account .page-main .box .action {
    color: #4071ae !important;
    font-family: "Open Sans", serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .account .page-main .blocks-wrap {
    padding: 16px 16px 16px 16px !important;
    border: 2px solid #DFDFDF;
    border-radius: 8px;
  }
  .account .page-main .column.main .page-title {
    display: none;
  }
  .account .block-collapsible-nav .content .items .item {
    margin: 34px 0 0 15px !important;
  }
  .easycatalogimg-grid li.item .list-subcategories li {
    margin: 4px 0 !important;
  }
  .easycatalogimg-grid li.item .list-subcategories li a {
    text-decoration: underline !important;
  }
  .easycatalogimg-grid li.item .list-subcategories li a.link-more:after {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/highlight-arrow.png') no-repeat center / 15px !important;
    left: 70px !important;
  }
  .block.newsletter.agreed {
    width: 100%;
    padding: 30px 0;
  }
  .block.newsletter.agreed .form.subscribe {
    display: inline-block;
  }
  .block.newsletter.agreed .form.subscribe .subscribe-description .subscribe-description-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .block.newsletter.agreed .form.subscribe .subscribe-description .subscribe-description-text {
    font-size: 16px;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-email .actions {
    display: inline-block;
    position: static !important;
    margin-top: 10px;
    width: 100%;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-email .control input {
    padding: 0 9px 0 15px !important;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-email .control:before {
    content: '' !important;
  }
  .block.newsletter.agreed .form.subscribe.subscribe-post {
    float: right;
  }
  .swiper-container.easyslide-swiper-argento_default .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5.74px !important;
    height: 5.74px !important;
  }
  .minicart-wrapper {
    margin-left: 10px !important;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    height: 12px !important;
    line-height: 12px !important;
    min-width: 12px !important;
    font-size: 8px !important;
  }
  .minicart-wrapper .action.showcart:after {
    width: 21px !important;
    height: 20px !important;
    content: '' !important;
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-cart.png') no-repeat center / 19px !important;
  }
  .block.wishlist .wishlist-count {
    margin-top: 10px;
    height: 17px !important;
    width: 20px !important;
  }
  .block.wishlist .wishlist-count:before {
    height: 17px !important;
    width: 20px !important;
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-wishlist-account.png') no-repeat center / 19px !important;
  }
  .block.wishlist .wishlist-count .counter {
    width: 12px !important;
    height: 12px !important;
    font-size: 8px !important;
  }
  .block-search .label {
    width: 18px !important;
    height: 18px !important;
  }
  .block-search .label:before {
    content: '' !important;
    width: 18px;
    height: 18px;
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-search.png') no-repeat center / 18px;
  }
  .block-swissup-ajaxsearch {
    width: 85% !important;
  }
  .easycatalogimg-grid {
    display: block !important;
  }
  .easycatalogimg-grid li.item:nth-child(2n+1) {
    padding: 0 0 80px 0 !important;
  }
  .easycatalogimg-grid li.item .category-name {
    margin: 0;
  }
  .easycatalogimg-grid li.item .list-subcategories li a {
    font-size: 12px !important;
  }
  .block.newsletter.info .newsletter-inner {
    display: block !important;
  }
  .swiper-container.easyslide-swiper-argento_default .swiper-slide {
    height: 220px !important;
  }
  .nav-sections .navigation .level0.link-callback {
    display: none !important;
  }
  .page-footer .footer {
    padding: 0;
  }
  .page-footer .footer.links {
    display: flex;
    flex-wrap: wrap;
  }
  .page-footer .footer.links .footer-links-block:nth-child(-n+3) {
    padding-left: 30px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(4) {
    order: 6 !important;
    width: auto;
    padding-left: 30%;
  }
  .page-footer .footer.links .footer-links-block:nth-child(4) .links-block-title {
    text-align: center;
    padding-bottom: 10px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(4) .facebook {
    padding-right: 10px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(4) .twitter {
    padding-right: 10px;
  }
  .page-footer .footer .links-list li a {
    font-size: 12px !important;
    line-height: 36px;
  }
  .page-footer .footer .links-block-title {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .page-footer .footer .footer-social-links li {
    display: inline-block;
  }
  .page-footer .footer .footer-social-links a {
    color: transparent;
    display: inline-block;
    padding-right: 5px;
  }
  .page-footer .footer .footer-social-links a span {
    display: none;
  }
  .page-footer .footer .footer-social-links a:before {
    display: inline-block;
    height: 30px;
    width: 30px;
  }
  .page-footer .footer .footer-social-links .fa-facebook:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-social-fb.png') no-repeat center / 30px;
  }
  .page-footer .footer .footer-social-links .fa-twitter:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-social-twt.png') no-repeat center / 30px;
  }
  .page-footer .footer .footer-social-links .fa-instagram:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-social-inst.png') no-repeat center / 30px;
  }
  .page-footer .footer .footer-cards {
    top: 355px;
    padding-left: 0 !important;
    display: inline-block;
    width: 50% !important;
    position: absolute;
    right: 0;
  }
  .page-footer .footer .footer-cards .card-type {
    margin-left: 10px;
    width: 115px !important;
    height: 57px !important;
    display: inline-block;
  }
  .page-footer .footer .footer-cards .card-sofort {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-sofort.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-dnl {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-dhl.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-rechnung {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-rech.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-visa {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-visa.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-mastercard {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-ms.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .block.newsletter.agreed {
    width: 100%;
  }
  .page-footer .block.newsletter.agreed .subscribe-post {
    display: none !important;
  }
  .page-footer .block.newsletter.agreed .form.subscribe {
    display: inline-block;
    width: 100% !important;
  }
  .page-footer .block.newsletter.agreed .form.subscribe .subscribe-description .subscribe-description-title {
    font-size: 18px !important;
    font-weight: 700;
  }
  .page-footer .block.newsletter.agreed .form.subscribe .subscribe-description .subscribe-description-text {
    font-size: 12px !important;
  }
  .page-footer .block.newsletter.agreed .form.subscribe .field.newsletter {
    margin: 20px 0;
  }
  .page-footer .block.newsletter.agreed .subscribe-agreement {
    font-size: 12px !important;
  }
  .page-footer .footer.content {
    padding: 50px 30px;
  }
  .page-footer .footer.content .footer-col {
    width: 100%;
    text-align: left;
  }
  .page-footer .footer.content .footer-col:last-child {
    padding-top: 20px;
  }
  .page-footer .footer.content .block.newsletter.info .info-item {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
  }
  .page-footer .footer.content .block.newsletter.info .info-item .info-item-text {
    position: relative;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 1.2px;
  }
  .page-footer .footer.content .block.newsletter.info .info-item .info-item-text .text-product {
    text-align: left !important;
  }
  .page-footer .footer.content .block.newsletter.info .info-item .info-item-text:before {
    position: absolute;
    left: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 36px;
    height: 36px;
  }
  .page-footer .footer.content .block.newsletter.info .info-item .info-item-text.text-product:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-footer-lift.png') no-repeat center / 36px;
  }
  .page-footer .footer.content .block.newsletter.info .info-item .info-item-text.text-attractive:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-footer-percent.png') no-repeat center / 36px;
  }
  .page-footer .footer.content .block.newsletter.info .info-item .info-item-text.text-qualitat:before {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-footer-like.png') no-repeat center / 36px;
  }
  .page-footer .footer-bottom-links ul {
    margin-right: 25px !important;
    font-size: 10px;
  }
}
@media only screen and (max-width: 319px) {
  .indent-id {
    margin-left: 26%;
  }
  .indent-date {
    margin-left: 34%;
  }
  .indent-ship {
    margin-left: 28%;
  }
  .indent-total {
    margin-left: 17%;
  }
  .indent-status {
    margin-left: 30%;
  }
  .indent-action {
    margin-left: 37%;
  }
  .gender {
    display: flex;
  }
  .page-main > .page-title-wrapper .page-title {
    font-size: 18px;
  }
  .page-footer .footer.links .footer-links-block:nth-child(4) {
    order: 6 !important;
    width: auto;
    padding-left: 30%;
  }
  .page-footer .footer .footer-cards {
    top: 435px;
    padding-left: 0 !important;
    display: inline-block;
    width: 50% !important;
    position: absolute;
    right: 0;
  }
  .page-footer .footer .footer-cards .card-type {
    margin-left: 10px;
    width: 115px !important;
    height: 57px !important;
    display: inline-block;
  }
  .page-footer .footer .footer-cards .card-sofort {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-sofort.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-dnl {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-dhl.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-rechnung {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-rech.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-visa {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-visa.png') no-repeat center;
    background-size: contain !important;
  }
  .page-footer .footer .footer-cards .card-mastercard {
    background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-ms.png') no-repeat center;
    background-size: contain !important;
  }
  .block.newsletter.info .info-item .info-item-text {
    padding-left: 60px !important;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    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,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\f02f';
    font-family: 'FontAwesome';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    overflow: visible;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .cms-page-view .column.main table.table-grid > tbody > tr > th,
  .cms-page-view .column.main table.table-grid > tbody > tr > td,
  .modal-content table.table-grid > tbody > tr > th,
  .modal-content table.table-grid > tbody > tr > td,
  .cms-page-view .column.main table.data-table > tbody > tr > th,
  .cms-page-view .column.main table.data-table > tbody > tr > td,
  .modal-content table.data-table > tbody > tr > th,
  .modal-content table.data-table > tbody > tr > td {
    border-top: 1px solid #e5e5e5;
  }
  .table > tbody + tbody,
  .cms-page-view .column.main table.table-grid > tbody + tbody,
  .modal-content table.table-grid > tbody + tbody,
  .cms-page-view .column.main table.data-table > tbody + tbody,
  .modal-content table.data-table > tbody + tbody {
    border-top: 1px solid #e5e5e5;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  #askit-new-question-form {
    max-width: 500px;
  }
  .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;
    text-transform: none;
    color: #333333;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .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:focus,
  .column .block-addbysku .action.remove:active {
    color: #333333;
  }
  .column .block-addbysku .action.remove:hover {
    color: #333333;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff7a0e;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
  }
  .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: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 2;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
  }
  .page-products .product-item-actions {
    position: relative;
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 130px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 170px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .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;
  }
  .page-products.page-layout-1column .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    width: calc(100%/3 - -1px - 0.1px);
  }
  .page-products .products-grid .product-item,
  .products-grid .product-item,
  .block.widget .products-grid .product-item {
    width: calc(100%/3 - -1px - 0.1px);
  }
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: calc(100%/3 - -1px - 0.1px);
  }
  .products-grid .product-item-info {
    margin: 0;
    padding: 5px;
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    position: static;
    margin: 0;
    padding: 5px;
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .products-grid .product-item-inner {
    position: static;
    border: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .products-grid .product-item-info .product-item-inner {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
    display: none;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    vertical-align: top;
    padding-left: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
    width: auto;
    line-height: 33px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .page-products .products-grid .product-item-inner:before {
    content: none;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: none;
    margin: 0;
  }
  .products-list .prolabels-wrapper {
    width: 1%;
  }
  .products-list .prolabels-wrapper img.photo.image,
  .products-list .prolabels-wrapper img.product-image-photo {
    max-width: none;
  }
  .products.list .product.featured-attributes {
    display: block;
  }
}
/* This variable is used for body and navigation dropdowns */
/* To cover swiper-wrapper */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.is_stuck {
  z-index: 500;
}
.a-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.a-center {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.argento-scrollbar,
.minicart-wrapper .block-minicart .minicart-items-wrapper,
.page-layout-checkout .minicart-items-wrapper,
.page-layout-checkout .modal-content {
  -webkit-overflow-scrolling: touch;
}
.argento-scrollbar::-webkit-scrollbar,
.minicart-wrapper .block-minicart .minicart-items-wrapper::-webkit-scrollbar,
.page-layout-checkout .minicart-items-wrapper::-webkit-scrollbar,
.page-layout-checkout .modal-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.argento-scrollbar::-webkit-scrollbar-track,
.minicart-wrapper .block-minicart .minicart-items-wrapper::-webkit-scrollbar-track,
.page-layout-checkout .minicart-items-wrapper::-webkit-scrollbar-track,
.page-layout-checkout .modal-content::-webkit-scrollbar-track {
  background-color: #ededed;
  border-radius: 4px;
}
.argento-scrollbar::-webkit-scrollbar-thumb,
.minicart-wrapper .block-minicart .minicart-items-wrapper::-webkit-scrollbar-thumb,
.page-layout-checkout .minicart-items-wrapper::-webkit-scrollbar-thumb,
.page-layout-checkout .modal-content::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 4px;
}
.lib-button {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 16px;
}
.lib-button:focus,
.lib-button:active {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.lib-button:hover {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.lib-button-primary {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  line-height: 16px;
}
.lib-button-primary:focus,
.lib-button-primary:active {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
}
.lib-button-primary:hover {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 16px;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  border-width: 0 0 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.bundle-options-container .action.back,
.block.related .action.select,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  text-transform: none;
  text-shadow: none;
  font-size: inherit;
  font-family: inherit;
}
.abs-action-button-as-link:focus,
.abs-action-button-as-link:active,
.abs-action-remove:focus,
.abs-action-remove:active,
.abs-discount-block .action.check:focus,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:focus,
.popup .actions-toolbar .action.cancel:active,
.bundle-options-container .action.back:focus,
.bundle-options-container .action.back:active,
.block.related .action.select:focus,
.block.related .action.select:active,
.paypal-button-widget .paypal-button:focus,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:focus,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:focus,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:focus,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:focus,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:focus,
.gift-summary .action-edit:active,
.gift-summary .action-delete:focus,
.gift-summary .action-delete:active,
.action-gift:focus,
.action-gift:active,
.gift-wrapping-title .action-remove:focus,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:focus,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:focus,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:focus,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:focus,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:focus,
.form.send.friend .action.remove:active {
  text-shadow: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check: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,
.form.send.friend .action.remove:hover {
  text-shadow: none;
}
.lib-main-navigation-desktop .navigation li {
  position: relative;
}
.lib-main-navigation-desktop .navigation .level0 > .level-top {
  text-transform: none;
  font-family: inherit;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.multicheckout .table-wrapper .col .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty,
.cms-page-view .column.main table.table-grid.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.cms-page-view .column.main table.table-grid.wishlist .box-tocart .qty,
.modal-content table.table-grid.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.modal-content table.table-grid.wishlist .box-tocart .qty,
.cms-page-view .column.main table.data-table.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.cms-page-view .column.main table.data-table.wishlist .box-tocart .qty,
.modal-content table.data-table.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.modal-content table.data-table.wishlist .box-tocart .qty {
  height: auto;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  font-size: 16px;
  line-height: 16px;
}
.argento-grid {
  margin-left: -6px;
  margin-right: -6px;
}
.argento-grid:after {
  clear: both;
  content: '';
  display: table;
}
.argento-grid-container {
  padding-left: 6px;
  padding-right: 6px;
}
.argento-grid-container:after {
  clear: both;
  content: '';
  display: table;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
.block-compare .counter,
.block-wishlist .counter {
  font-size: inherit;
}
body {
  direction: ltr;
  background: #ffffff;
}
.page-wrapper {
  background-color: #ffffff;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  content: '\f106';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 160px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-container > .content {
  padding: 5px 10px;
  margin: 0 auto;
  width: auto;
  max-width: 1140px;
  box-sizing: border-box;
}
.page-container > .content:after {
  clear: both;
  content: '';
  display: table;
}
.pages .action {
  box-shadow: none;
  padding: 0 12px;
}
/*IE 11 Height fix*/
.ie10 .page-wrapper,
.ie11 .page-wrapper {
  height: auto;
}
@-webkit-keyframes argento-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes argento-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
ul,
ol {
  padding-left: 30px;
  margin: 1.5rem 0 2.75rem;
}
.cms-page-view .column.main section,
.modal-content section {
  margin-bottom: 30px;
}
.cms-page-view .column.main section.gaps,
.modal-content section.gaps {
  margin-top: 45px;
  margin-bottom: 45px;
}
.cms-page-view .column.main table,
.modal-content table {
  margin-bottom: 10px;
  background: #ffffff;
}
.cms-page-view .column.main table.table-striped thead tr,
.modal-content table.table-striped thead tr {
  background: #f7f7f7;
}
.cms-page-view .column.main table.table-striped tbody tr:nth-child(even),
.modal-content table.table-striped tbody tr:nth-child(even) {
  background: #fcfcfc;
}
.cms-page-view .column.main table.table-grid,
.modal-content table.table-grid,
.cms-page-view .column.main table.data-table,
.modal-content table.data-table {
  border: 1px solid #e5e5e5;
}
.cms-page-view .column.main table.table-grid td,
.modal-content table.table-grid td,
.cms-page-view .column.main table.data-table td,
.modal-content table.data-table td,
.cms-page-view .column.main table.table-grid th,
.modal-content table.table-grid th,
.cms-page-view .column.main table.data-table th,
.modal-content table.data-table th {
  border-left: 1px solid #e5e5e5;
}
.cms-page-view .column.main table.table-grid td:first-child,
.modal-content table.table-grid td:first-child,
.cms-page-view .column.main table.data-table td:first-child,
.modal-content table.data-table td:first-child,
.cms-page-view .column.main table.table-grid th:first-child,
.modal-content table.table-grid th:first-child,
.cms-page-view .column.main table.data-table th:first-child,
.modal-content table.data-table th:first-child {
  border-left: 0;
}
.logo {
  margin-top: 4px;
  margin-bottom: 13px;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle,
.page-footer .footer.content .switcher .options .action.toggle,
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active,
.page-footer .footer.content .switcher .options .action.toggle.active {
  display: flex;
  align-items: center;
}
.page-header .switcher .options .action.toggle::after,
.page-footer .switcher .options .action.toggle::after,
.page-footer .footer.content .switcher .options .action.toggle::after,
.page-header .switcher .options .action.toggle.active::after,
.page-footer .switcher .options .action.toggle.active::after,
.page-footer .footer.content .switcher .options .action.toggle.active::after {
  margin-left: 4px;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  padding: 6px;
  border-radius: 2px;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  transition: 200ms background-color linear;
}
.page-header .switcher .options ul.dropdown {
  left: auto;
  right: 0;
}
.page-header .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.block-search .input-text {
  height: 32px;
  padding: 0 35px 0 9px;
}
.minicart-wrapper .block-minicart {
  right: -5px;
  border-radius: 2px;
}
.header.panel > .header.links.header-cms-links {
  float: left;
}
.header.panel > .header.links.header-cms-links > li {
  margin: 0 15px 0 0;
}
.header .header-cms-content {
  float: left;
  margin: -10px 20px 0;
}
.header.wrapper.is_stuck {
  background: #ffffff;
}
@media (min-width: 768px) and (max-width: 900px) {
  .header.panel > .header.links > li.welcome {
    display: none;
  }
}
.page-before-footer > .content,
.page-footer > .content {
  padding: 5px 10px;
  margin: 0 auto;
  width: auto;
  max-width: 1140px;
  box-sizing: border-box;
}
.page-before-footer > .content:after,
.page-footer > .content:after {
  clear: both;
  content: '';
  display: table;
}
.page-before-footer .content > :last-child {
  margin-bottom: 20px;
}
.page-before-footer .content > :last-child > :last-child {
  margin-bottom: 0;
}
.footer.content .links {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.footer.content .links > li {
  background: none;
  border: none;
  font-size: 1.4rem;
  margin: 0 0 8px;
  padding: 0;
}
.footer-toolbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-toolbar .footer.links > li {
  margin: 0 0 3px 15px;
  display: inline-block;
}
.footer-toolbar .footer.links > li:first-child {
  margin-left: 0;
}
.footer-toolbar-top {
  background: #f4f4f4;
  color: #333333;
}
.footer-toolbar-top a,
.footer-toolbar-top .alink {
  color: #333333;
}
.footer-toolbar-bottom {
  background: #7e807e;
  color: #ffffff;
}
.footer-toolbar-bottom a,
.footer-toolbar-bottom .alink {
  color: #ffffff;
}
.footer-toolbar-bottom .footer.links {
  float: right;
}
.footer-toolbar-bottom > .content {
  padding: 10px 10px;
}
.copyright {
  background-color: transparent;
  color: inherit;
  display: inline;
  padding: 0;
  text-align: inherit;
}
.minicart-wrapper .action.close {
  right: 4px;
  left: auto;
}
.minicart-wrapper .action.close::before,
.minicart-wrapper .action.close::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  height: 20px;
  width: 2px;
  background-color: #333333;
}
.minicart-wrapper .action.close::before {
  transform: rotate(45deg);
}
.minicart-wrapper .action.close::after {
  transform: rotate(-45deg);
}
.minicart-wrapper .block-minicart {
  padding: 15px 20px;
}
.minicart-wrapper .block-minicart .block-content {
  display: flex;
  flex-direction: column;
}
.minicart-wrapper .block-minicart .block-content > .subtitle {
  display: block;
  font-size: .9em;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  order: 50;
  border: 0;
  margin: 10px 0 0;
  padding: 0 2px 0 0;
}
.minicart-wrapper .block-minicart .subtotal,
.minicart-wrapper .block-minicart .items-total {
  order: 100;
  background: #f7f7f7;
  padding: 8px 15px;
  border-radius: 6px;
}
.minicart-wrapper .block-minicart .items-total {
  margin: 10px 0 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.minicart-wrapper .block-minicart .items-total::after {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background: #e0e0e0;
}
.minicart-wrapper .block-minicart .subtotal {
  order: 100;
  margin: 0 0 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.minicart-wrapper .block-minicart .subtotal .label::after {
  display: none;
}
.minicart-wrapper .block-minicart .block-content > .actions {
  order: 150;
  margin-top: 10px;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions .secondary .action {
  margin: 5px 0;
  display: block;
}
.minicart-wrapper .minicart-items .product-item {
  padding: 10px 0;
}
.minicart-wrapper .minicart-items .product-item:last-child {
  padding-bottom: 0;
}
.minicart-wrapper .minicart-items .product-item-name {
  margin: 0 0 5px;
}
.minicart-wrapper .minicart-items .product-item-details {
  position: relative;
}
.minicart-wrapper .minicart-items .product-item-details .price-excluding-tax,
.minicart-wrapper .minicart-items .product-item-details .price-including-tax {
  margin: 0;
}
.minicart-wrapper .minicart-items .product-item-details .item-qty {
  padding: 2px;
  width: 40px;
  height: 32px;
  border-color: #efefef;
  font-size: 1em;
}
.minicart-wrapper .minicart-items .product-item-details .item-qty:hover,
.minicart-wrapper .minicart-items .product-item-details .item-qty:focus {
  border-color: #efefef;
}
.minicart-wrapper .minicart-items .product-item-details .product .toggle {
  padding: 0 0 5px;
}
.minicart-wrapper .minicart-items .product-item-details .product .options.list {
  margin: 5px 0;
}
.minicart-wrapper .minicart-items .product-item-details .product .options.list dt,
.minicart-wrapper .minicart-items .product-item-details .product .options.list dd {
  margin-bottom: 3px;
  float: left;
}
.minicart-wrapper .minicart-items .product-item-details .product .options.list dt {
  margin-right: 10px;
  margin-left: 0;
  clear: left;
}
.minicart-wrapper .minicart-items .actions {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 0 5px 2px #fff;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: -2px;
}
.minicart-wrapper .minicart-items .actions > .primary:not(:last-child) {
  margin-right: 7px;
}
.minicart-wrapper .product:hover .actions {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.category-image .image {
  margin-left: auto;
  margin-right: auto;
}
.toolbar select {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.products-grid .product-item {
  width: calc(100%/2 - -1px);
  box-sizing: border-box;
}
.products-grid .product-item-actions {
  display: none;
}
.product-item .tocart {
  border-radius: 6px;
  line-height: normal;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  text-decoration: none;
}
.product-item .tocart:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 16px;
  color: inherit;
  content: '›';
  font-family: Tahoma;
  margin: 0 0 0 2px;
  vertical-align: baseline;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.product-item .tocart:hover:after {
  color: inherit;
}
.product-item .tocart:active:after {
  color: inherit;
}
.product-item .price-box {
  margin: 10px 0;
}
.product-item-photo img,
.product-image-container {
  vertical-align: top;
}
.page-products .product-item-info {
  width: auto;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 0 15px;
}
.block.crosssell .product-item-info,
.block.upsell .product-item-info,
.block.related .product-item-info {
  width: auto;
}
.column.main .products-grid .product-items {
  margin-left: 1px;
}
.column.main .products-grid .product-item:nth-child(n) {
  margin: 0 0 -1px -1px;
  padding: 0;
}
.rating-summary .rating-result {
  text-align: left;
}
.sidebar .product-items .product-item {
  margin-bottom: 7px;
}
.sidebar .product-items .product-item-info:after {
  clear: both;
  content: '';
  display: table;
}
.sidebar .product-items .product-item-info .product-item-photo {
  margin: 0 10px 0 0;
}
.sidebar .product-items .product-item .product-reviews-summary .reviews-actions {
  display: inline;
}
.filter-title strong {
  box-shadow: none;
}
.filter .block-subtitle {
  font-weight: 300;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  border: none;
  line-height: inherit;
  margin: 0;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: normal;
}
.review-add .block-title {
  display: block;
}
.review-add .review-legend.legend,
.review-add .review-field-ratings > legend.label {
  display: none;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  letter-spacing: 5px;
}
#product-review-container .review-toolbar {
  border: 0;
}
#product-review-container .review-toolbar .pages {
  border: 0;
}
@media (max-width: 1024px) {
  .review-ratings {
    float: none;
    margin-bottom: 10px;
    max-width: none;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin: 0;
    clear: left;
  }
}
.product.data.items {
  border-bottom: none;
  margin-left: 0;
  margin-right: 0;
}
.product.data.items > .item.title a:after {
  font-size: 18px;
}
.product.data.items > .item.title .data.switch .counter {
  color: inherit;
}
.product.data.items > .item.content .products {
  margin: 0;
}
.argento-tabs:not(.argento-tabs-initialized) > *:first-child > .block-content {
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product.data.items:not(.expanded) {
    padding: 0 !important;
    position: relative;
  }
  .product.data.items:not(.expanded) > .item.title {
    width: 200px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    transition: width 100ms ease-out, left 100ms ease-out;
  }
  .product.data.items:not(.expanded) > .item.title.active {
    width: 201px;
    left: 0;
  }
  .product.data.items:not(.expanded) > .item.title:nth-child(1) {
    top: 0px;
  }
  .product.data.items:not(.expanded) > .item.title:nth-child(3) {
    top: 47px;
  }
  .product.data.items:not(.expanded) > .item.title:nth-child(5) {
    top: 94px;
  }
  .product.data.items:not(.expanded) > .item.title:nth-child(7) {
    top: 141px;
  }
  .product.data.items:not(.expanded) > .item.title:nth-child(9) {
    top: 188px;
  }
  .product.data.items:not(.expanded) > .item.title:nth-child(11) {
    top: 235px;
  }
  .product.data.items:not(.expanded) > .item.title:nth-child(13) {
    top: 282px;
  }
  .product.data.items:not(.expanded) > .item.title:nth-child(15) {
    top: 329px;
  }
  .product.data.items:not(.expanded) > .item.title:nth-child(17) {
    top: 376px;
  }
  .product.data.items:not(.expanded) > .item.title > .switch {
    transition: color 100ms ease-out, background-color 100ms ease-out;
    box-shadow: none;
    margin: 0;
    padding: 0 15px;
    line-height: 40px;
    border-style: solid;
    border-color: #cfe2f1;
    border-width: 1px 0 1px 1px;
  }
  .product.data.items:not(.expanded) > .item.title:not(.disabled) > .switch:active,
  .product.data.items:not(.expanded) > .item.title.active > .switch,
  .product.data.items:not(.expanded) > .item.title.active > .switch:focus,
  .product.data.items:not(.expanded) > .item.title.active > .switch:hover {
    box-shadow: none;
    margin: 0;
    padding: 0 15px;
  }
  .product.data.items:not(.expanded) > .item.content {
    width: auto;
    float: none;
    border: 1px solid #cfe2f1;
    border-width: 1px 0 0 1px;
    padding: 20px 10px 30px 20px;
    margin-top: 0px;
    margin-left: 200px;
    min-height: 315px;
  }
}
ul.compare.wrapper {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.compare.wrapper li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
ul.compare.wrapper .action.compare {
  z-index: 20;
  position: fixed;
  right: 0;
  bottom: 300px;
  /* Slow scrolling performance: https://stackoverflow.com/a/15147497; */
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  transition: background 200ms linear;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px 5px 0 0;
  display: block;
  padding: 0 15px;
  box-sizing: border-box;
  color: #ffffff;
  background: #f57405;
}
ul.compare.wrapper .action.compare:visited {
  color: #ffffff;
}
ul.compare.wrapper .action.compare:hover {
  text-decoration: none;
  color: #ffffff;
  background: #f07205;
}
ul.compare.wrapper .counter.qty {
  display: none;
  color: inherit;
  font-weight: bold;
  margin-left: 3px;
}
ul.compare.wrapper .counter.qty::before {
  content: '(';
}
ul.compare.wrapper .counter.qty::after {
  content: ')';
}
@media (min-height: 490px) {
  ul.compare.wrapper .action.compare {
    bottom: 400px;
  }
}
@media (min-height: 720px) {
  ul.compare.wrapper .action.compare {
    bottom: 500px;
  }
  ul.compare.wrapper .action.compare .counter.qty {
    display: inline-block;
  }
}
.page-main > .messages {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.page-main > .messages .message {
  margin: 15px 0;
}
.block-product-sidebar .list-attributepages {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}
.block-product-sidebar .block-services-sidebar .block-title {
  display: none;
}
.block-services-sidebar .icon-section {
  margin-bottom: 15px;
}
.block-services-sidebar .icon-section:after {
  clear: both;
  content: '';
  display: table;
}
.block-services-sidebar .icon-section .icon {
  float: left;
  color: #219291;
  margin: 0 5px 0 0;
}
.block-services-sidebar .icon-section .section-info {
  margin-left: 61px;
}
.block-services-sidebar .icon-section .section-info .section-title {
  margin: 0 0 0.5rem;
}
.block-promo {
  border: 0 solid #e3e3e3;
  border-width: 3px;
  margin: 15px 0;
}
.block-promo .block-title {
  margin: 0;
  padding: 10px;
  border: 0 solid #e3e3e3;
  border-width: 0 0 3px;
}
.blocks-secondary .block {
  border: 3px solid #cfe2f1;
  padding: 5px 10px 0;
  margin: 0 0 12px !important;
}
.blocks-secondary .block .block-title strong {
  font-weight: 300;
}
.blocks-secondary .block .product-item-info:after {
  clear: both;
  content: '';
  display: table;
}
.blocks-secondary .block .product-item-actions {
  display: none;
}
.blocks-secondary .block .actions-toolbar {
  border-top: 1px dashed #cfe2f1;
  padding: 13px 10px 12px;
  margin: 7px -10px 0;
}
.blocks-secondary .block .actions-toolbar .secondary a.action {
  margin: 0;
}
.blocks-secondary .product-items {
  margin: 0;
}
.column.main .blocks-secondary .product-items {
  margin: 0;
}
.blocks-secondary .product-items .product-item {
  padding: 10px 0 0;
  margin-bottom: 10px;
  border-top: 1px solid #cfe2f1;
}
.blocks-secondary .product-items .product-item:first-child {
  padding: 0;
  border-top: none;
}
.block.newsletter input {
  padding: 0;
}
.block.newsletter input[type="email"] {
  height: 32px;
  border: 1px solid #cccccc;
  font-size: 14px;
  padding: 0 9px 0 30px;
}
.block.newsletter .field .control:before {
  line-height: 30px;
}
.block.newsletter .action.subscribe {
  margin: 0;
  position: static;
  width: auto;
  height: auto;
}
.argento-init-slick .block.widget .products-grid .product-item {
  margin: 0 !important;
}
.jumbotron {
  background: #ffffff;
  padding: 25px 0 20px;
  position: relative;
}
.jumbotron > .container {
  padding: 5px 10px;
  margin: 0 auto;
  width: auto;
  max-width: 1140px;
  box-sizing: border-box;
}
.jumbotron > .container:after {
  clear: both;
  content: '';
  display: table;
}
.jumbotron.jumbotron-bright {
  background: #f15922;
}
.jumbotron.jumbotron-pastel {
  background: #229392;
}
.jumbotron.jumbotron-pastel-alt {
  background: #a5205f;
}
.jumbotron.jumbotron-dark {
  background: #151515;
}
.jumbotron.jumbotron-pattern {
  background: #ffffff;
}
.jumbotron.jumbotron-image {
  background: #ffffff;
}
.jumbotron-inverse,
.jumbotron-inverse .block-title,
.jumbotron-inverse .block .block-title,
.jumbotron-inverse .block-title span,
.jumbotron-inverse .block .block-title span,
.jumbotron-inverse .block .block-title strong,
.jumbotron-inverse .subtitle,
.jumbotron-inverse a,
.jumbotron-inverse .easycatalogimg .parent-category a {
  color: #ffffff;
}
.jumbotron-inverse {
  /* ignore jumbotron invert colors for product grid / product list */
}
.jumbotron-inverse .product-items {
  color: #333333;
}
.jumbotron-inverse .product-items a {
  color: #006bb4;
}
.jumbotron.no-padding {
  padding: 0;
}
.jumbotron.no-padding-top {
  padding-top: 0;
}
.jumbotron.no-padding-bottom {
  padding-bottom: 0;
}
.jumbotron.no-padding .container {
  padding: 0;
}
.jumbotron + .jumbotron {
  border-top: 1px solid #e0e0e0;
}
.jumbotron-bright + .jumbotron,
.jumbotron-pastel + .jumbotron,
.jumbotron-pastel-alt + .jumbotron,
.jumbotron-dark + .jumbotron,
.jumbotron-pattern + .jumbotron,
.jumbotron-image + .jumbotron,
.jumbotron + .jumbotron-bright,
.jumbotron + .jumbotron-pastel,
.jumbotron + .jumbotron-pastel-alt,
.jumbotron + .jumbotron-dark,
.jumbotron + .jumbotron-pattern,
.jumbotron + .jumbotron-image {
  border-top: 0;
}
.jumbotron-bright + .jumbotron-bright,
.jumbotron-pastel + .jumbotron-pastel,
.jumbotron-pastel-alt + .jumbotron-pastel-alt,
.jumbotron-dark + .jumbotron-dark {
  border-top: 1px solid #fff;
}
.jumbotron .stub,
.jumbotron .stub:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.jumbotron .stub {
  z-index: 1;
  border-width: 21px 36px 0;
  top: -1px;
  left: 50%;
  margin-left: -36px;
  border-top-color: #e0e0e0;
}
.jumbotron .stub:after {
  content: "";
  border-width: 20px 35px 0;
  top: -21px;
  margin-left: -35px;
  content: " ";
  border-top-color: #ffffff;
}
.jumbotron + .jumbotron-bright .stub,
.jumbotron + .jumbotron-pastel .stub,
.jumbotron + .jumbotron-pastel-alt .stub,
.jumbotron + .jumbotron-dark .stub,
.jumbotron + .jumbotron-pattern .stub,
.jumbotron + .jumbotron-image .stub {
  border-top-color: transparent;
  top: 0px;
}
.jumbotron-bright + .jumbotron .stub,
.jumbotron-bright + .jumbotron .stub:after {
  border-top-color: #f15922;
}
.jumbotron-pastel + .jumbotron .stub,
.jumbotron-pastel + .jumbotron .stub:after {
  border-top-color: #229392;
}
.jumbotron-pastel-alt + .jumbotron .stub,
.jumbotron-pastel-alt + .jumbotron .stub:after {
  border-top-color: #a5205f;
}
.jumbotron-dark + .jumbotron .stub,
.jumbotron-dark + .jumbotron .stub:after {
  border-top-color: #151515;
}
.jumbotron-bright + .jumbotron-bright .stub,
.jumbotron-pastel + .jumbotron-pastel .stub,
.jumbotron-pastel-alt + .jumbotron-pastel-alt .stub,
.jumbotron-dark + .jumbotron-dark .stub {
  border-top-color: #fff;
}
/* Covers - similar to stubs, but it cover the current jumbotron at the bottom with transparent triangle */
.jumbotron .cover .triangle {
  float: none !important;
  border-bottom: 21px solid #229392;
  width: 50%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.jumbotron .cover .triangle {
  border-bottom-color: #ffffff;
}
.jumbotron .cover-pastel .triangle {
  border-bottom-color: #229392;
}
.jumbotron .cover-pastel-alt .triangle {
  border-bottom-color: #a5205f;
}
.jumbotron .cover-bright .triangle {
  border-bottom-color: #f15922;
}
.jumbotron .cover-dark .triangle {
  border-bottom-color: #151515;
}
.jumbotron .cover .right {
  right: 0;
  border-left: 36px solid transparent;
}
.jumbotron .cover .left {
  left: 0;
  border-right: 36px solid transparent;
}
.stub ~ .container,
.stub + .h2 {
  padding-top: 5px;
}
.cover ~ .container {
  padding-bottom: 15px;
}
.social-icons a {
  vertical-align: middle;
  display: inline-block;
}
.social-icons a:hover {
  text-decoration: none;
}
.social-icons .fa-stack {
  color: #cccccc;
}
.social-icons .fa-stack:hover {
  color: #b3b3b3;
}
.social-icons.colorize-fa .fa-youtube-play {
  color: #cc181e;
}
.social-icons.colorize-fa .fa-youtube {
  color: #cc181e;
}
.social-icons.colorize-fa .fa-vk {
  color: #507299;
}
.social-icons.colorize-fa .fa-vimeo {
  color: #00b3ec;
}
.social-icons.colorize-fa .fa-twitter {
  color: #1da1f2;
}
.social-icons.colorize-fa .fa-skype {
  color: #00aff0;
}
.social-icons.colorize-fa .fa-rss {
  color: #fb7629;
}
.social-icons.colorize-fa .fa-pinterest {
  color: #bd081c;
}
.social-icons.colorize-fa .fa-odnoklassniki {
  color: #ee8208;
}
.social-icons.colorize-fa .fa-linkedin {
  color: #1686b0;
}
.social-icons.colorize-fa .fa-github {
  color: #231e20;
}
.social-icons.colorize-fa .fa-google-plus {
  color: #db4437;
}
.social-icons.colorize-fa .fa-google {
  color: #db4437;
}
.social-icons.colorize-fa .fa-facebook {
  color: #3b5998;
}
.social-icons.colorize-fa .fa-instagram {
  color: #c5156a;
}
.social-icons.colorize-fa-hover .fa {
  transition: color 200ms ease-out;
}
.social-icons.colorize-fa-hover a:hover .fa-youtube-play {
  color: #cc181e;
}
.social-icons.colorize-fa-hover a:hover .fa-youtube {
  color: #cc181e;
}
.social-icons.colorize-fa-hover a:hover .fa-vk {
  color: #507299;
}
.social-icons.colorize-fa-hover a:hover .fa-vimeo {
  color: #00b3ec;
}
.social-icons.colorize-fa-hover a:hover .fa-twitter {
  color: #1da1f2;
}
.social-icons.colorize-fa-hover a:hover .fa-skype {
  color: #00aff0;
}
.social-icons.colorize-fa-hover a:hover .fa-rss {
  color: #fb7629;
}
.social-icons.colorize-fa-hover a:hover .fa-pinterest {
  color: #bd081c;
}
.social-icons.colorize-fa-hover a:hover .fa-odnoklassniki {
  color: #ee8208;
}
.social-icons.colorize-fa-hover a:hover .fa-linkedin {
  color: #1686b0;
}
.social-icons.colorize-fa-hover a:hover .fa-github {
  color: #231e20;
}
.social-icons.colorize-fa-hover a:hover .fa-google-plus {
  color: #db4437;
}
.social-icons.colorize-fa-hover a:hover .fa-google {
  color: #db4437;
}
.social-icons.colorize-fa-hover a:hover .fa-facebook {
  color: #3b5998;
}
.social-icons.colorize-fa-hover a:hover .fa-instagram {
  color: #c5156a;
}
.social-icons.colorize-fa-hover .fa-youtube-play:hover {
  color: #cc181e;
}
.social-icons.colorize-fa-hover .fa-youtube:hover {
  color: #cc181e;
}
.social-icons.colorize-fa-hover .fa-vk:hover {
  color: #507299;
}
.social-icons.colorize-fa-hover .fa-vimeo:hover {
  color: #00b3ec;
}
.social-icons.colorize-fa-hover .fa-twitter:hover {
  color: #1da1f2;
}
.social-icons.colorize-fa-hover .fa-skype:hover {
  color: #00aff0;
}
.social-icons.colorize-fa-hover .fa-rss:hover {
  color: #fb7629;
}
.social-icons.colorize-fa-hover .fa-pinterest:hover {
  color: #bd081c;
}
.social-icons.colorize-fa-hover .fa-odnoklassniki:hover {
  color: #ee8208;
}
.social-icons.colorize-fa-hover .fa-linkedin:hover {
  color: #1686b0;
}
.social-icons.colorize-fa-hover .fa-github:hover {
  color: #231e20;
}
.social-icons.colorize-fa-hover .fa-google-plus:hover {
  color: #db4437;
}
.social-icons.colorize-fa-hover .fa-google:hover {
  color: #db4437;
}
.social-icons.colorize-fa-hover .fa-facebook:hover {
  color: #3b5998;
}
.social-icons.colorize-fa-hover .fa-instagram:hover {
  color: #c5156a;
}
.social-icons.colorize-fa-stack .icon-youtube-play .fa-stack .fa:first-child {
  color: #cc181e;
}
.social-icons.colorize-fa-stack .icon-youtube .fa-stack .fa:first-child {
  color: #cc181e;
}
.social-icons.colorize-fa-stack .icon-vk .fa-stack .fa:first-child {
  color: #507299;
}
.social-icons.colorize-fa-stack .icon-vimeo .fa-stack .fa:first-child {
  color: #00b3ec;
}
.social-icons.colorize-fa-stack .icon-twitter .fa-stack .fa:first-child {
  color: #1da1f2;
}
.social-icons.colorize-fa-stack .icon-skype .fa-stack .fa:first-child {
  color: #00aff0;
}
.social-icons.colorize-fa-stack .icon-rss .fa-stack .fa:first-child {
  color: #fb7629;
}
.social-icons.colorize-fa-stack .icon-pinterest .fa-stack .fa:first-child {
  color: #bd081c;
}
.social-icons.colorize-fa-stack .icon-odnoklassniki .fa-stack .fa:first-child {
  color: #ee8208;
}
.social-icons.colorize-fa-stack .icon-linkedin .fa-stack .fa:first-child {
  color: #1686b0;
}
.social-icons.colorize-fa-stack .icon-github .fa-stack .fa:first-child {
  color: #231e20;
}
.social-icons.colorize-fa-stack .icon-google-plus .fa-stack .fa:first-child {
  color: #db4437;
}
.social-icons.colorize-fa-stack .icon-google .fa-stack .fa:first-child {
  color: #db4437;
}
.social-icons.colorize-fa-stack .icon-facebook .fa-stack .fa:first-child {
  color: #3b5998;
}
.social-icons.colorize-fa-stack .icon-instagram .fa-stack .fa:first-child {
  color: #c5156a;
}
.social-icons.colorize-fa-stack-hover .fa-stack .fa:first-child {
  transition: color 200ms ease-out;
}
.social-icons.colorize-fa-stack-hover .icon-youtube-play:hover .fa-stack .fa:first-child {
  color: #cc181e;
}
.social-icons.colorize-fa-stack-hover .icon-youtube:hover .fa-stack .fa:first-child {
  color: #cc181e;
}
.social-icons.colorize-fa-stack-hover .icon-vk:hover .fa-stack .fa:first-child {
  color: #507299;
}
.social-icons.colorize-fa-stack-hover .icon-vimeo:hover .fa-stack .fa:first-child {
  color: #00b3ec;
}
.social-icons.colorize-fa-stack-hover .icon-twitter:hover .fa-stack .fa:first-child {
  color: #1da1f2;
}
.social-icons.colorize-fa-stack-hover .icon-skype:hover .fa-stack .fa:first-child {
  color: #00aff0;
}
.social-icons.colorize-fa-stack-hover .icon-rss:hover .fa-stack .fa:first-child {
  color: #fb7629;
}
.social-icons.colorize-fa-stack-hover .icon-pinterest:hover .fa-stack .fa:first-child {
  color: #bd081c;
}
.social-icons.colorize-fa-stack-hover .icon-odnoklassniki:hover .fa-stack .fa:first-child {
  color: #ee8208;
}
.social-icons.colorize-fa-stack-hover .icon-linkedin:hover .fa-stack .fa:first-child {
  color: #1686b0;
}
.social-icons.colorize-fa-stack-hover .icon-github:hover .fa-stack .fa:first-child {
  color: #231e20;
}
.social-icons.colorize-fa-stack-hover .icon-google-plus:hover .fa-stack .fa:first-child {
  color: #db4437;
}
.social-icons.colorize-fa-stack-hover .icon-google:hover .fa-stack .fa:first-child {
  color: #db4437;
}
.social-icons.colorize-fa-stack-hover .icon-facebook:hover .fa-stack .fa:first-child {
  color: #3b5998;
}
.social-icons.colorize-fa-stack-hover .icon-instagram:hover .fa-stack .fa:first-child {
  color: #c5156a;
}
.page-scroll-up {
  position: fixed;
  bottom: 320px;
  right: 0;
  z-index: 21;
  width: 40px;
  height: 60px;
  /* Slow scrolling performance: https://stackoverflow.com/a/15147497; */
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  cursor: pointer;
  background: #ffffff;
  transition: background 200ms linear;
  border: 1px solid #eeeeee;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
}
.page-scroll-up:hover {
  background: #fafafa;
}
.page-scroll-up svg {
  fill: #313131;
  width: 40px;
  height: 60px;
}
@media (min-height: 490px) {
  .page-scroll-up {
    bottom: 420px;
  }
}
@media (min-height: 720px) {
  .page-scroll-up {
    bottom: 520px;
  }
}
.box-tocart {
  padding-top: 10px;
  margin-top: 0 !important;
}
.product-info-main .swatch-opt,
.product-info-main .fieldset:last-child {
  margin-bottom: 12px;
}
.cms-index-index .column.main > .row {
  margin-bottom: 15px;
}
.cms-index-index .column.main > .row:last-child {
  margin-bottom: 0;
}
.cms-index-index .column.main .blocks-main:not(.argento-tabs) .block .block-title {
  margin-bottom: 10px;
}
.cms-index-index .column.main .blocks-main:not(.argento-tabs) .block .block-content {
  border: 1px solid #cfe2f1;
  padding: 15px;
}
.cms-index-index .column.main .blocks-main:not(.argento-tabs) .block .block-content .actions-toolbar {
  border-top: 1px dashed #cfe2f1;
  padding: 15px 10px 0;
  margin: 10px -15px 0;
}
.checkout-cart-index .cart.main.actions {
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart.main.actions button {
  margin-left: 5px;
}
.checkout-cart-index .cart.main.actions .action.continue {
  display: block;
  margin-right: auto;
}
.checkout-cart-index .cart-summary {
  padding: 10px 22px 30px;
}
.checkout-cart-index .cart-summary .block.discount .title {
  border-top: 0;
}
.checkout-cart-index .cart-summary .block.discount .label {
  display: none;
}
.checkout-cart-index .cart-totals .table-caption {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  display: block;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0 10px 0;
}
.page-layout-checkout .page-header {
  border-bottom: 1px solid #f2f5f7;
  box-shadow: none;
}
.page-layout-checkout .opc-wrapper {
  margin: 0;
}
.page-layout-checkout select,
.page-layout-checkout textarea,
.page-layout-checkout input[type="text"],
.page-layout-checkout input[type="password"],
.page-layout-checkout input[type="url"],
.page-layout-checkout input[type="tel"],
.page-layout-checkout input[type="search"],
.page-layout-checkout input[type="number"],
.page-layout-checkout input[type="datetime"],
.page-layout-checkout input[type="email"] {
  height: 41px;
  border: 1px solid #cccccc;
  padding: 6px 10px;
  border-radius: false;
}
.page-layout-checkout select:focus,
.page-layout-checkout textarea:focus,
.page-layout-checkout input[type="text"]:focus,
.page-layout-checkout input[type="password"]:focus,
.page-layout-checkout input[type="url"]:focus,
.page-layout-checkout input[type="tel"]:focus,
.page-layout-checkout input[type="search"]:focus,
.page-layout-checkout input[type="number"]:focus,
.page-layout-checkout input[type="datetime"]:focus,
.page-layout-checkout input[type="email"]:focus {
  border-color: #b3b3b3;
}
.page-layout-checkout select {
  padding-right: 30px;
}
.page-layout-checkout textarea {
  height: auto;
}
.page-layout-checkout .field .control._with-tooltip input {
  margin-right: 0;
  width: calc(100% - 25px);
}
.page-layout-checkout .field.choice .field-note {
  margin: 2px 0 0 22px;
  font-size: .85em;
  opacity: .7;
}
.page-layout-checkout .opc-wrapper .form-login {
  margin: 0 5px 20px 5px;
  border-color: #f2f5f7;
  padding: 0;
}
.page-layout-checkout .fieldset.address > div.field {
  width: calc(100%/2 - 10px);
  margin: 0 5px 20px 5px;
  display: inline-block;
  vertical-align: top;
}
.page-layout-checkout .fieldset.address > div.field.choice {
  width: 100%;
}
.page-layout-checkout .fieldset.address > fieldset {
  margin: 0 5px 20px 5px;
}
.page-layout-checkout .opc-wrapper .form-login {
  margin-top: 5px;
}
.page-layout-checkout .opc-wrapper .form-login,
.page-layout-checkout .opc-wrapper .form-shipping-address {
  max-width: none;
}
.page-layout-checkout .fieldset > .field .fields.group .field,
.page-layout-checkout .fieldset > .fields > .field .fields.group .field {
  float: left;
}
.page-layout-checkout:not(.firecheckout) .loading-mask .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: none;
}
.page-layout-checkout:not(.firecheckout) .loading-mask .loader img {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.page-layout-checkout:not(.firecheckout) .loading-mask .loader:before {
  background: none;
}
.page-layout-checkout:not(.firecheckout) .loading-mask .loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-animation: argento-spin 0.7s linear infinite;
  animation: argento-spin 0.7s linear infinite;
  border: 2px solid transparent;
  border-top: 2px solid #ff8522;
  border-radius: 50%;
  cursor: wait;
}
.field-tooltip .field-tooltip-content {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.03));
}
.field-tooltip .field-tooltip-content span > :first-child {
  margin-top: 0;
}
.field-tooltip {
  top: 4.5px;
}
.page-layout-checkout .opc-progress-bar {
  margin: 0 0 15px 5px;
}
.page-layout-checkout .opc-progress-bar li::before,
.page-layout-checkout .opc-progress-bar li:last-child::after,
.page-layout-checkout .opc-progress-bar li span::before,
.page-layout-checkout .opc-progress-bar li span::after {
  display: none;
}
.page-layout-checkout .opc-progress-bar li {
  display: inline-block;
  width: auto;
  font-size: 13px;
}
.page-layout-checkout .opc-progress-bar li::after {
  content: '›';
  margin: 0 5px 0 2px;
  position: static;
  border: 0;
  height: auto;
}
.page-layout-checkout .opc-progress-bar li span {
  font-size: 13px;
  padding: 0;
  width: auto;
}
.page-layout-checkout .opc-progress-bar li._complete span:hover {
  text-decoration: underline;
}
.page-layout-checkout .opc-block-summary {
  background: none;
}
.page-layout-checkout .opc-block-summary .items-in-cart > .title {
  border: 0;
}
.page-layout-checkout .opc-block-summary .table-totals,
.page-layout-checkout .opc-block-summary .table-totals .grand .mark,
.page-layout-checkout .opc-block-summary .table-totals .grand .amount {
  border-color: #f2f5f7;
}
.page-layout-checkout .opc-block-shipping-information .shipping-information-title {
  margin: 0;
  border: 0;
  font-size: 20px;
}
.page-layout-checkout .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
}
.page-layout-checkout .opc-block-shipping-information .shipping-information-title .action-edit::before {
  font-size: 13px;
}
.page-layout-checkout .checkout-payment-method .fieldset > br {
  display: none;
}
.page-layout-checkout .checkout-payment-method .field-select-billing {
  margin: 0 5px 20px 5px;
  margin-top: 8px;
}
.page-layout-checkout .checkout-payment-method .field-select-billing,
.page-layout-checkout .checkout-payment-method .billing-address-form {
  max-width: none;
}
.page-layout-checkout .checkout-payment-method .payment-method + .payment-method .payment-method-title,
.page-layout-checkout .checkout-payment-method .payment-option-title {
  border: 0;
}
.page-layout-checkout .checkout-payment-method .payment-methods {
  margin: 0;
}
.page-layout-checkout .checkout-payment-method .opc-payment {
  margin-bottom: 20px;
}
.page-layout-checkout .checkout-payment-method .payment-method-title {
  padding: 12px 0;
}
.page-layout-checkout .checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 0;
}
.page-layout-checkout .checkout-payment-method .payment-method-content .ccard > .field.cvv > .control {
  padding-right: 0;
}
.page-layout-checkout .checkout-payment-method .ccard .fields > .year {
  padding: 0;
  padding-left: 5px;
}
.page-layout-checkout .checkout-payment-method .payment-option {
  margin: 0;
}
.page-layout-checkout .checkout-payment-method .payment-option-title {
  padding: 5px 0;
}
.page-layout-checkout .checkout-payment-method .payment-option-title .action-toggle::after {
  margin: 0 0 3px;
}
.page-layout-checkout .checkout-payment-method .payment-option-content {
  padding: 5px 5px 10px;
}
.page-layout-checkout .checkout-agreements .checkout-agreement {
  margin: 0 0 7px;
}
.page-layout-checkout .opc-wrapper .shipping-address-item::before {
  display: none;
}
.page-layout-checkout .methods-shipping {
  border: 0;
}
.page-layout-checkout .methods-shipping .actions-toolbar {
  margin-top: 15px;
}
.page-layout-checkout .checkout-shipping-method .step-content {
  margin: 0;
}
.page-layout-checkout .table-checkout-shipping-method tbody td {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-layout-checkout .swissup-delivery-date {
  max-width: none;
}
.page-layout-checkout .subscription > .field > label {
  display: none;
}
.page-layout-checkout .opc-estimated-wrapper {
  border-color: #f2f5f7;
  background: #fdfdfd;
  margin: -21px -15px 15px;
}
.page-layout-checkout .opc-wrapper .step-title,
.page-layout-checkout .opc-block-summary > .title {
  border: 0;
  margin: 0;
  padding: 0 0 15px;
  font-size: 2.6rem;
}
.page-layout-checkout .opc-wrapper .step-title {
  border: 0;
}
.page-layout-checkout .modal-popup {
  pointer-events: auto;
}
.page-layout-checkout .modal-inner-wrap,
.page-layout-checkout .modal-popup.modal-slide .modal-inner-wrap[class] {
  background: #ffffff;
}
.page-layout-checkout .modal-popup .form-shipping-address {
  max-width: none;
}
.page-layout-checkout .authentication-wrapper .action-auth-toggle,
.page-layout-checkout .authentication-wrapper .action-auth-toggle:active,
.page-layout-checkout .authentication-wrapper .action-auth-toggle:focus {
  color: #006bb4;
}
.page-layout-checkout .authentication-wrapper {
  margin-top: -72px;
}
.wishlist-index-index .box-tocart .field.qty input {
  padding: 5px 10px;
  max-width: 45px;
}
.wishlist-index-index .box-tocart .field.qty label {
  width: auto;
  min-height: 20px;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions {
  text-align: left;
  opacity: 1;
  position: static;
}
.wishlist-index-index .products-grid.wishlist .product-item-comment {
  padding: 5px 8px;
}
.wishlist-index-index .products-grid.wishlist .product-item .price-box {
  display: block;
}
.products-list .prolabels-wrapper {
  display: table-cell;
  vertical-align: top;
  border: solid transparent;
  border-width: 0 30px 30px 0;
}
.products-list .prolabels-wrapper .product-item-photo {
  display: block;
  padding: 0;
  width: auto;
}
.block-carousel .block-content {
  padding: 0 30px;
}
.block-carousel .block-content .slick-prev {
  left: -25px;
}
.block-carousel .block-content .slick-next {
  right: -25px;
}
.argento-init-slick .products-grid {
  padding: 0 30px;
}
.argento-init-slick .products-grid .slick-slide {
  padding: 0 10px;
}
.argento-init-slick .products-grid .slick-prev {
  left: calc(-30px + 5px);
}
.argento-init-slick .products-grid .slick-next {
  right: calc(-30px + 5px);
}
.argento-init-slick .products-grid .product-item {
  margin: 0;
}
.argento-init-slick .products-grid .product-item-details :last-child {
  margin-bottom: 0;
}
.product.featured-attributes {
  display: none;
}
.sidebar .block-wishlist .product-items .product-item {
  margin: 0 0 25px;
}
.sidebar .block-wishlist .product-items .product-item:last-child {
  margin: 0 0 15px;
}
.block-wishlist .product-items .product-item-photo img {
  height: auto !important;
}
@charset 'UTF-8';
/**
* This file contains all application-wide Less variables.
*/
/**
* This file contains very basic styles.
*/
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/**
* This file contains all @font-face declarations, if any.
*/
@font-face {
  font-family: "Montserrat-Black";
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Black/Montserrat-Black.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Black/Montserrat-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Bold/Montserrat-Bold.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Bold/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-ExtraLight/Montserrat-ExtraLight.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-ExtraLight/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Light/Montserrat-Light.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Light/Montserrat-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Medium/Montserrat-Medium.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Medium/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Regular/Montserrat-Regular.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Thin";
  src: url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Thin/Montserrat-Thin.woff2') format('woff2'), url('../../frontend/Uapp/argento-essence-custom/de_DE/fonts/Montserrat-Thin/Montserrat-Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
.account {
  font-size: "Montserrat-Regular";
}
.account .block-reorder form [type="checkbox"]:checked,
.account .block-reorder form [type="checkbox"]:not(:checked) {
  left: 1px !important;
}
.account .block-collapsible-nav .content {
  background: none;
}
.account .block-collapsible-nav .content .items .item {
  margin: 34px 0 0;
  padding: 0 18px 0 0;
}
.account .block-collapsible-nav .content .items .item:first-child {
  margin-top: 0;
}
.account .block-collapsible-nav .content .items .item a {
  border: none;
  padding-left: 0;
  color: #000000;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.91px;
}
.account .block-collapsible-nav .content .items .item a:hover {
  background: none;
}
.account .block-collapsible-nav .content .items .item.current strong {
  border: none;
  color: #0272b3;
  font-family: "Montserrat-ExtraBold";
  font-size: 14px;
  font-weight: 400;
  padding: 0 18px 0 0;
}
.account .page-main .column.main .page-title-wrapper .page-title {
  color: #000000;
  font-family: "Montserrat-Bold";
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 1.73px;
  line-height: 1;
  position: relative;
  padding-left: 99px;
  margin-bottom: 46px;
}
.account .page-main .column.main .page-title-wrapper .page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 72px;
  height: 3px;
  background: #D2D2D2;
  vertical-align: -50%;
}
.account .page-main .column.main .blocks-wrap {
  padding: 44px 40px 46px 49px;
  border: 2px solid #DFDFDF;
  border-radius: 8px;
}
.account .page-main .column.main .block .block-title {
  color: #000000;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  margin-bottom: 32px;
  padding: 0;
}
.account .page-main .column.main .block .block-title::before {
  content: none;
}
.account .page-main .column.main .block .block-title strong {
  margin: 0;
}
.account .page-main .column.main .block .block-title .action {
  margin: 0;
  color: #4071ae;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.account .page-main .column.main .block .block-title .action:hover {
  text-decoration: none;
}
.account .page-main .column.main .block .block-title .action::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #4071ae;
}
.account .page-main .column.main .block .block-content .box .box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .page-main .column.main .block .block-content .box .box-header .box-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.account .page-main .column.main .block .block-content .box .box-content {
  font-size: 14px;
}
.account .page-main .column.main .block .block-content .box .action {
  color: #4071ae;
  font-family: "Montserrat-Regular";
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.account .page-main .column.main .block .block-content .box .action:hover {
  text-decoration: none;
}
.account .page-main .column.main .block .block-content .box .action::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #4071ae;
}
.account .page-main .column.main .block .block-content .box .box-actions .action {
  color: #4071ae;
  font-family: "Montserrat-Medium";
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.account .page-main .column.main .block .block-content .box .box-actions .action:hover {
  text-decoration: none;
}
.account .page-main .column.main .block .block-content .box .box-actions .action::after {
  content: "";
  position: absolute;
  display: block;
  margin: 0;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #4071ae;
}
.account .page-main .column.main .block.block-dashboard-orders .block-title {
  margin: 20px 0 20px 10px;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent {
  border: none;
  margin-top: 0;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .col.id {
  width: 25%;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .col.date {
  width: 25%;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .col.line {
  width: 100%;
  border-top: 2px solid #eee !important;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .col.information {
  display: flex;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .col.information .actions {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin: 150px 0 0 190px;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .col.information .actions .view {
  margin: 15px 0 0 0;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .table-header {
  background: #F5F6F8;
  padding: 21px 69px 26px 37px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .table-header .col {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  font-weight: 700;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info {
  display: flex;
  justify-content: space-between;
  padding: 33px 58px 32px 40px;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  margin-bottom: 26px;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .information .col-title {
  color: #000000;
  margin-right: 15px;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .action {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .action:hover {
  text-decoration: none;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .action.order {
  color: #4071ae;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .action.order::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #4071ae;
  margin: 0;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .action.view {
  color: #4071ae;
  margin-left: 33px;
}
.account .page-main .column.main .block.block-dashboard-orders .orders-recent .table-order-items .order-info .action.view::after {
  content: "";
  position: absolute;
  display: block;
  margin: 0;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #4071ae;
}
.account .page-main .column.main .block.block-dashboard-addresses .block-title .edit {
  color: #4071ae;
  font-family: "Montserrat-Regular";
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.account .page-main .column.main .block.block-dashboard-addresses .block-title .edit:hover {
  text-decoration: none;
}
.account .page-main .column.main .block.block-dashboard-addresses .block-title .edit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #4071ae;
}
.account .page-main .column.main .block.block-dashboard-addresses .block-content .box .box-header {
  margin-bottom: 25px;
}
.account .page-main .column.main .block.block-dashboard-addresses .block-content .box .box-header .box-actions {
  margin: 0;
}
.account form [type="radio"]:checked,
.account form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.account form [type="radio"]:checked + label,
.account form [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #666;
}
.account form [type="radio"]:checked + label:before,
.account form [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}
.account form [type="radio"]:checked + label:after,
.account form [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2873B2;
  position: absolute;
  top: 7px;
  left: 13px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.account form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.account form [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.account form [type="checkbox"]:checked,
.account form [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.account form [type="checkbox"]:checked + label,
.account form [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #666;
}
.account form [type="checkbox"]:checked + label:before,
.account form [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
}
.account form [type="checkbox"]:checked + label:after,
.account form [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2873B2;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.account form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.account form [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.account form .field-name-prefix .control label[for="prefix-Frau"] {
  margin-right: 32px;
}
.account form .fieldset .legend {
  color: #000000;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.3px;
  border: none;
  padding: 0;
  margin: 0 0 19px 0;
}
.account form .fieldset .field-note {
  color: #c84545;
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  margin-bottom: 32px;
}
.account form .fieldset .field .label {
  color: #000000;
  font-family: "Montserrat-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
.account form .fieldset .field input {
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  height: 43px;
}
.account button,
.account .actions-toolbar button.primary {
  background: #0763ab;
  color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px !important;
  line-height: 16px;
}
/** @screen__xl: 1440px */
/** @screen__l: 1024px */
/** @screen__m: 768px */
/** @@screen__xxs: 320px */
/** @@screen__xs: 480px */
/** @@screen__s: 640px */
/** @screen__m: 768px */
.argento-noisy-strip,
.page-header .panel.wrapper,
.footer-toolbar-top {
  background-image: url(../../frontend/Uapp/argento-essence-custom/de_DE/images/noisy_texture.png);
  background-color: #f2f2f2;
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.15) inset;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .argento-noisy-strip,
  .page-header .panel.wrapper,
  .footer-toolbar-top {
    background-size: 25px 25px;
  }
}
.sidebar .action.tocart {
  border-radius: 6px;
}
.page-header .panel.wrapper {
  border: none;
}
.minicart-wrapper .action.showcart:before {
  content: '';
  content: none;
}
.minicart-wrapper .action.showcart.active:before {
  content: '';
  content: none;
}
.minicart-wrapper .action.showcart {
  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: 30px;
  color: #757575;
  content: '\f291';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.minicart-wrapper .action.showcart:hover:after {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:after {
  color: #757575;
}
.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: 30px;
  color: #757575;
  content: '\f291';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  overflow: visible;
}
.minicart-wrapper .action.showcart.active:hover:after {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:after {
  color: #757575;
}
.page-footer {
  border-top: 1px solid #e3e3e3;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0, #ffffff 60%);
  background-image: linear-gradient(to bottom, #f1f1f1 0, #ffffff 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0);
}
.footer-toolbar-top {
  border-top: 1px solid #ffffff;
}
.footer-toolbar .block.newsletter {
  margin: 0;
  float: left;
}
.footer-toolbar .social-icons {
  float: right;
  margin-top: 2px;
}
.footer.content .links.item {
  padding: 5px;
}
.block-promo .block-title {
  box-shadow: 0 -8px 15px -10px rgba(0, 0, 0, 0.1) inset;
  color: #d96708;
}
.cms-index-index .easyslide-swiper-argento_essence {
  padding-bottom: 35px;
  box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.2);
}
.cms-index-index .easyslide-swiper-argento_essence .easyslide-description {
  color: #7a7a7a;
}
.cms-index-index .easyslide-swiper-argento_essence .easyslide-description-bottom {
  bottom: -33px;
  padding: 8px 10px;
}
.cms-index-index .easyslide-swiper-argento_essence .swiper-pagination {
  text-align: right;
  padding-right: 10px;
}
.cms-index-index .easyslide-swiper-argento_essence .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.cms-index-index .easyslide-swiper-argento_essence .swiper-pagination-bullet-active {
  background-color: #525252;
}
.cms-index-index .easyslide-swiper-argento_essence .swiper-pagination-bullets {
  bottom: 5px;
}
.cms-index-index .placeholder-argento_essence_home_top .easybanner-banner {
  margin-bottom: 10px;
}
.cms-index-index .placeholder-argento_essence_home_top .easybanner-banner:last-child {
  margin-bottom: 0;
}
.cms-index-index .column.main .easycatalogimg {
  border: 1px solid #cfe2f1;
}
.cms-index-index .column.main .easycatalogimg-grid li.item {
  padding: 0 10px;
  border: 1px dashed #cfe2f1;
  border-width: 0 0 0 1px;
}
.cms-index-index .column.main .easycatalogimg-grid li.item:first-child {
  border: none;
}
.cms-index-index .column.main .easycatalogimg-grid .parent-category a {
  color: #444;
}
.not-active {
  pointer-events: none;
  cursor: default;
  color: gray !important;
}
.catalog-category-view .column.main .products-grid .product-item {
  border-radius: 5px;
  border: 2px solid #efefef;
  margin: 0 20px 20px 0;
}
.catalog-category-view .column.main .action.primary {
  background: #000000;
  background-color: #000000;
}
.catalog-category-view .products.wrapper ~ .toolbar .limiter {
  display: none;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages .item {
  padding: 5px;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages .item .page span {
  color: #3d3a3a;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1.17px;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages .item.current {
  background: #f5f6f8;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages .item.current .page {
  background: #f5f6f8;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages .item.current .page span {
  color: #3963a6;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages .action {
  background: none;
  border: none;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages .action.next:before {
  color: #000000;
  font-size: 24px;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages .action.previous:before {
  color: #000000;
  font-size: 24px;
}
.catalog-category-view .toolbar-top .toolbar-products {
  border-radius: 5px;
  background: #f6f7f9;
}
.catalog-category-view .toolbar-top .toolbar-products label,
.catalog-category-view .toolbar-top .toolbar-products label span {
  color: #3c3737;
  font-weight: 500;
  letter-spacing: 0.91px;
}
.catalog-category-view .toolbar-top .toolbar-products .modes .mode-list {
  background: #ffffff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.catalog-category-view .toolbar-top .toolbar-products .modes .mode-list:before {
  color: #3c3737;
}
.catalog-category-view .toolbar-top .toolbar-products .modes .active {
  background: #3c3737;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.catalog-category-view .toolbar-top .toolbar-products .modes .active:before {
  color: #d7d6d6;
}
.catalog-category-view .toolbar-top .toolbar-products .toolbar-sorter select {
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #ebebec;
  color: #3c3737;
  padding-right: 10px;
}
.catalog-category-view .toolbar-top .toolbar-products .limiter {
  display: inline-block;
}
.catalog-category-view .toolbar-top .toolbar-products .limiter select {
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #ebebec;
}
.catalog-category-view .sidebar-main .title {
  color: #3c3737;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.04px;
}
.catalog-category-view .sidebar-main .options dt {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.84px;
}
.catalog-category-view .sidebar-main .options .items {
  margin-top: 20px;
}
.catalog-category-view .sidebar-main .options .items .item {
  margin: 0;
}
.catalog-category-view .sidebar-main .options .items .item a {
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.71px;
}
.product-info-main .page-title {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 1.73px;
}
.product-info-main .product-info-price .price-box .price-container > span.price-label {
  display: none !important;
}
.product-info-main .product-info-price .price-box.price-final_price {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.product-info-main .product-options-bottom {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.product-info-main .product-options-bottom .box-tocart .field.qty {
  border: 2px solid #dfdfdf;
  border-radius: 20px;
  padding: 10px;
  display: inline-block;
}
.product-info-main .product-options-bottom .box-tocart .field.qty label {
  display: none;
}
.product-info-main .product-options-bottom .box-tocart .field.qty #qty-error {
  position: absolute;
  top: 30px;
  left: 0;
}
.product-info-main .product-options-bottom .box-tocart .field.qty .input-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.91px;
  color: #3d3a3a;
  border: none;
  padding: 0;
}
.product-info-main .product-options-bottom .box-tocart .field.qty .qty-arrows .qty-switcher-inc:after {
  left: 0;
  top: 0;
  border: none;
  height: 15px;
  width: 15px;
  transform: none;
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-qty-plus.png') no-repeat center / 15px;
}
.product-info-main .product-options-bottom .box-tocart .field.qty .qty-arrows .qty-switcher-dec:before {
  left: 0;
  top: 0;
  border: none;
  height: 15px;
  width: 15px;
  transform: none;
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-qty-minus.png') no-repeat center / 15px;
}
.product-info-main .product-options-bottom .box-tocart .actions {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-left: 10px;
}
.product-info-main .product-options-bottom .box-tocart .actions .action.primary.tocart {
  border-radius: 20px;
  background-color: #000000;
  padding: 10px 20px;
  width: 100%;
}
.product-info-main .product-options-bottom .box-tocart .actions .action.primary.tocart span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.91px;
  color: #ffffff;
}
.product-info-main .product-info-stock-sku {
  display: block;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 155px;
  height: max-content;
  padding: 0;
}
.product-info-main .product-info-stock-sku .product.attribute.sku {
  color: #000000;
}
.product-info-main .product-info-stock-sku .stock.available {
  display: none;
}
.product-info-main .product-options-wrapper .label {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0;
}
.product-info-main .swatch-option {
  border: 2px solid #ffffff;
  height: 33px;
  outline: none;
  padding: 5px;
  margin: 0 5px 5px 0;
}
.product-info-main .swatch-option.text {
  background: #ffffff;
  border-color: #f1efef;
  margin-right: 0;
}
.product-info-main .swatch-option.selected {
  border: 2px solid #181818;
  outline: none;
}
.product-info-main .swatch-option.image {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  background-size: 62px !important;
}
.product-info-main .swatch-option.image:not(.disabled):hover {
  border: 2px solid #181818;
  outline: none;
}
.product-info-main .swatch-option:not(.disabled):hover {
  border: 2px solid #181818;
  outline: none;
}
.product-info-main .product-addto-links {
  display: block;
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
}
.product-info-main .product-addto-links .action.towishlist:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 36px;
  width: 36px;
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-wishlist-account.png') no-repeat center / 36px;
}
.product-info-main .product-addto-links .action.towishlist span {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0;
  text-decoration: none;
  padding-left: 45px;
}
.product-info-main .product-addto-links .action.towishlist:hover {
  text-decoration: none;
}
.product-info-main .product-addto-links .action.tocompare {
  display: none;
}
.product.info.detailed {
  clear: left !important;
}
.product.info.detailed #tab-label-reviews {
  display: none;
}
.product.info.detailed .data.item.content {
  border-bottom: 0 !important;
}
.product.info.detailed .data.item.content tbody tr td {
  color: #a59e9e;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.3px;
}
.product.info.detailed .data.item.content tbody tr td:before {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.3px;
}
.page-layout-checkout .opc-estimated-wrapper {
  border-radius: 5px;
  border: none;
  background: #f4f5f7;
  margin: 0;
  text-align: center;
}
.page-layout-checkout .opc-estimated-wrapper .estimated-block {
  float: none;
  display: block;
  text-transform: uppercase;
}
.page-layout-checkout .opc-estimated-wrapper .estimated-block .estimated-label {
  display: inline-block;
}
.page-layout-checkout .opc-wrapper .step-title {
  position: relative;
  text-transform: uppercase;
  padding: 0 0 0 130px;
  margin-bottom: 15px;
}
.page-layout-checkout .opc-wrapper .step-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  content: '';
  border: 2px solid #d3d3d3;
  border-radius: 5px;
}
.page-layout-checkout .opc-wrapper .sub-title {
  color: #3c3737;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.04px;
}
.page-layout-checkout .opc-wrapper .sub-title-required {
  color: #e84343;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.11px;
}
.page-layout-checkout .checkout-shipping-address .step-content {
  display: table;
}
.page-layout-checkout .checkout-shipping-address .shipping-address-item {
  width: auto;
}
.page-layout-checkout .checkout-shipping-address .shipping-address-item.selected-item {
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  margin: 0 30px 0 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 39.25px;
  letter-spacing: 0.16px;
}
.page-layout-checkout .checkout-shipping-address .shipping-address-item.selected-item:after {
  display: none;
}
.page-layout-checkout .checkout-shipping-address .field.addresses {
  display: table-cell;
}
.page-layout-checkout .checkout-shipping-address .new-address-popup {
  display: table-cell;
  vertical-align: middle;
  border-radius: 15px;
  margin-left: 20px;
  width: 50%;
  text-align: center;
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/image-checkout-new-address.png') no-repeat center;
  background-size: 80%;
  background-color: #f6f7f9;
  vertical-align: bottom;
}
.page-layout-checkout .checkout-shipping-address .new-address-popup .action {
  background: #0763ab;
  border-radius: 20px;
}
.page-layout-checkout .checkout-shipping-address .new-address-popup .action span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
.page-layout-checkout .checkout-shipping-address .new-address-popup .action span:before {
  display: none;
}
.page-layout-checkout .checkout-billing-address .billing-address-same-as-shipping-block {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.14px;
}
.page-layout-checkout .form.methods-shipping table tbody td.col {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.16px;
}
.page-layout-checkout .checkout-agreements-block .checkout-agreement .required-entry {
  vertical-align: top;
}
.page-layout-checkout .checkout-agreements-block .checkout-agreement .action.action-show {
  text-align: left;
}
.page-layout-checkout .checkout-agreements-block .checkout-agreement .label {
  position: relative;
  width: 90%;
  display: inline-block;
  padding-right: 10px;
}
.page-layout-checkout .checkout-agreements-block .checkout-agreement .label:after {
  position: absolute;
  top: 0;
  right: 0;
}
.page-layout-checkout .actions-toolbar .action.primary {
  background: #000000;
  border-radius: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
.page-layout-checkout .checkout-payment-method .fieldset {
  position: relative;
}
.page-layout-checkout .billing-address-details {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 39.5px;
  letter-spacing: 0.16px;
}
.page-layout-checkout .payment-method-title {
  color: #3c3737;
  font-size: 18px;
  font-weight: 700;
  line-height: 20.25px;
  letter-spacing: 1.17px;
}
.page-layout-checkout .input-text {
  color: #cccccc;
  font-size: 20px;
  font-weight: 500;
  line-height: 39.5px;
  letter-spacing: 0.16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.page-layout-checkout .form-purchase-order .field span {
  color: #3c3737;
  font-size: 18px;
  font-weight: 700;
  line-height: 20.25px;
  letter-spacing: 1.17px;
}
.page-layout-checkout .discount-code.payment-option._active .payment-option-title .action-toggle:after {
  content: '\f0dd';
  color: #0272b3;
}
.page-layout-checkout .discount-code .payment-option-title .action-toggle {
  color: #0272b3;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.5px;
  letter-spacing: 0.16px;
  border-bottom: 5px solid #0272b3;
}
.page-layout-checkout .discount-code .payment-option-title .action-toggle:after {
  content: '\f0de';
  color: #0272b3;
}
.page-layout-checkout .discount-code .actions-toolbar {
  display: inline-block;
}
.page-layout-checkout .discount-code .actions-toolbar .action-apply {
  padding: 5px 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 39.5px;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  background: #0073b7;
  border-radius: 15px;
}
.form-create-account .fullname .fieldset-fullname .field-name-prefix {
  width: 90px;
}
.form.create.account {
  width: 80%;
}
.account .sidebar-additional {
  margin-top: 5px;
}
.account.form-create-account {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  margin: 0 auto;
}
.create.account.form-create-account .fieldset.create.info,
.create.account.form-create-account .fieldset.address,
.create.account.form-create-account .fieldset.create.account {
  background: #f4f4f4;
  padding: 25px;
  border: 1px solid #ddd;
}
.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.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.create.account.form-create-account .legend {
  display: block;
  width: auto;
  padding: 1px 8px;
  border: 1px solid #ddd;
  margin-top: -35px;
  background: #fff;
}
.create.account.form-create-account .legend span {
  font-size: 15px;
}
.create.account.form-create-account .fieldset > .field.choice.agreement .label {
  white-space: normal;
}
.block.newsletter {
  position: relative;
}
.block.newsletter .form.subscribe .label_is_agreed {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(105%);
  clip: unset;
  display: inline-block;
  width: 550px;
}
.block-viewed-products-list .product-item .product-item-actions {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > thead > tr > th {
  text-align: left;
}
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.table-grid > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.table-grid > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.cms-page-view .column.main table.data-table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.modal-content table.data-table > tbody > tr > td {
  text-align: left;
}
.page-header .logo {
  margin: 0 auto 0 35px;
}
.page-header .panel.wrapper {
  background-image: none !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  border-bottom: 2px solid #f6f7f9!important;
}
.page-header .panel.wrapper .greet.welcome {
  display: none;
}
.page-header .panel.wrapper .panel.header .switcher {
  float: none;
}
.page-header .panel.wrapper .panel.header .switcher .language-item {
  padding-left: 40px;
}
.page-header .panel.wrapper .panel.header .switcher .language-item span {
  display: block;
  color: #000000;
}
.page-header .panel.wrapper .panel.header .switcher .switcher-trigger .language-item:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-dropdown .language-item:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 50%;
  height: 20px;
  width: 30px;
  transform: translateY(-50%);
}
.page-header .panel.wrapper .panel.header .switcher .switcher-trigger .view-ch-en:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-dropdown .view-ch-en:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-trigger .view-eu-en:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-dropdown .view-eu-en:before {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-flag-en.png') no-repeat;
  background-size: 30px;
}
.page-header .panel.wrapper .panel.header .switcher .switcher-trigger .view-ch-de:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-dropdown .view-ch-de:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-trigger .view-eu-de:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-dropdown .view-eu-de:before {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-flag-de.png') no-repeat;
  background-size: 30px;
}
.page-header .panel.wrapper .panel.header .switcher .switcher-trigger .view-ch-fr:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-dropdown .view-ch-fr:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-trigger .view-eu-fr:before,
.page-header .panel.wrapper .panel.header .switcher .switcher-dropdown .view-eu-fr:before {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-flag-fr.png') no-repeat;
  background-size: 30px;
}
.page-header .panel.wrapper .panel.header .account-link {
  position: relative;
}
.page-header .panel.wrapper .panel.header .account-link span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.91px;
}
.page-header .panel.wrapper .panel.header .account-link:before {
  position: absolute;
  content: '';
  display: inline-block;
  left: -25px;
  top: 0;
  height: 22px;
  width: 20px;
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-menu-account.png') no-repeat center / 20px;
}
.header.links li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.91px;
}
.minicart-wrapper {
  margin-left: 20px;
}
.minicart-wrapper a.cart-amount {
  display: none;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  height: 18px;
  line-height: 18px;
}
.minicart-wrapper .action.showcart:after {
  width: 38px;
  height: 30px;
  content: '' !important;
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-cart.png') no-repeat center / 27px;
}
.block.wishlist {
  display: inline-block;
  height: 36px;
  width: 36px;
  margin: 0;
  float: right;
  padding: 0 5px 0 15px;
}
.block.wishlist .wishlist-count {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
}
.block.wishlist .wishlist-count:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  transform: translateY(-50%);
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-wishlist-account.png') no-repeat center / 30px;
}
.block.wishlist .wishlist-count .counter:before,
.block.wishlist .wishlist-count .counter:after {
  display: none;
}
.block.wishlist .wishlist-count .counter {
  background: #000000;
  color: #ffffff;
  width: 21px;
  height: 21px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20%;
  top: 0;
}
.navigation li.level0.mob-menu-link {
  display: none;
}
.navigation .level0.submenu .submenu {
  padding: 15px 25px;
}
.navigation .level0.submenu li > a :hover {
  background: none;
  color: #4b7db4;
}
.navigation .level0.submenu li > a.ui-state-focus {
  background: none;
  color: #4b7db4;
}
.navigation .level0.submenu li.parent > a :after {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-left: 10px;
}
.category-view .category-image {
  display: none;
}
.page-footer .footer-toolbar-top {
  box-shadow: none;
}
.page-footer .footer.content {
  display: block;
}
.page-footer .footer.content .block {
  float: none;
  width: 100%;
  margin-bottom: 0;
}
.page-footer .footer.content .block.newsletter.info .info-item {
  width: 100%;
  display: inline-block;
  margin: 25px 0;
}
.page-footer .footer.content .block.newsletter.info .info-item .info-item-text {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-left: 90px;
  text-align: left;
}
.page-footer .footer.content .block.newsletter.info .info-item .info-item-text:before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 50px;
  height: 50px;
}
.page-footer .footer.content .block.newsletter.info .info-item .info-item-text.text-product:before {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-footer-lift.png') no-repeat center / 50px;
}
.page-footer .footer.content .block.newsletter.info .info-item .info-item-text.text-attractive:before {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-footer-percent.png') no-repeat center / 50px;
}
.page-footer .footer.content .block.newsletter.info .info-item .info-item-text.text-qualitat:before {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-footer-like.png') no-repeat center / 50px;
}
.page-footer .block-collapsible-nav {
  display: none;
}
.page-footer .footer-toolbar {
  padding: 10px;
}
.page-footer .footer.links {
  display: flex;
  flex-wrap: wrap;
}
.page-footer .footer.links .footer-links-block:nth-child(1) {
  order: 1;
}
.page-footer .footer.links .footer-links-block:nth-child(2) {
  order: 2;
}
.page-footer .footer.links .footer-links-block:nth-child(3) {
  order: 3;
}
.page-footer .footer.links .footer-links-block:nth-child(4) {
  order: 4;
}
.page-footer .footer.links .footer-links-block:nth-child(5) {
  order: 5;
}
.page-footer .footer .links-block-title {
  font-weight: 400;
  letter-spacing: 1.3px;
  padding-bottom: 34px;
}
.page-footer .footer .links-list li a {
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.16px;
}
.page-footer .footer .footer-social-links li {
  display: inline-block;
}
.page-footer .footer .footer-social-links a {
  color: transparent;
  display: inline-block;
  padding-right: 5px;
}
.page-footer .footer .footer-social-links a span {
  display: none;
}
.page-footer .footer .footer-social-links a:before {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.page-footer .footer .footer-social-links .fa-facebook:before {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-social-fb.png') no-repeat center / 30px;
}
.page-footer .footer .footer-social-links .fa-twitter:before {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-social-twt.png') no-repeat center / 30px;
}
.page-footer .footer .footer-social-links .fa-instagram:before {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-social-inst.png') no-repeat center / 30px;
}
.page-footer .footer .footer-cards .card-type {
  display: inline-block;
  width: 120px;
  height: 70px;
  padding-bottom: 21px;
  background-size: 120px;
}
.page-footer .footer .footer-cards .card-type span {
  display: none;
}
.page-footer .footer .footer-cards .card-sofort {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-sofort.png') no-repeat center;
}
.page-footer .footer .footer-cards .card-dnl {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-dhl.png') no-repeat center;
}
.page-footer .footer .footer-cards .card-rechnung {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-rech.png') no-repeat center;
}
.page-footer .footer .footer-cards .card-visa {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-visa.png') no-repeat center;
}
.page-footer .footer .footer-cards .card-mastercard {
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/icon-card-ms.png') no-repeat center;
}
.page-footer .footer-bottom-links {
  background: #1f1f1f;
  color: #ffffff;
  text-align: center;
  padding-bottom: 60px;
}
.page-footer .footer-bottom-links .copyright-block {
  margin-top: 30px;
}
.page-footer .footer-bottom-links ul {
  margin: 0;
}
.page-footer .footer-bottom-links .nav.item {
  display: inline-block;
  margin: 0 6px;
}
.page-footer .footer-bottom-links .nav.item a {
  color: #ffffff;
}
.page-footer .footer-bottom-links .nav.item a:hover {
  text-decoration: none;
}
.widget.block-highlight.highlight-carousel {
  position: relative;
}
.widget.block-highlight.highlight-carousel .block-title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.widget.block-highlight.highlight-carousel .block-content {
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item {
  height: 370px !important;
  border-radius: 15px;
  border: 2px solid #ececec;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item .product-item-info .product-item-photo {
  text-align: center;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 80% !important;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item .product-item-info .product-image-container .product-image-wrapper .product-image-photo {
  width: 100%;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item .product-item-info .price-box {
  display: none;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item .product-item-info .product-item-actions {
  text-align: center;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item .product-item-info .action.primary {
  background: #0763ab;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item:hover .product-item-info {
  height: 375px !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  border: 1px solid #eee !important;
  padding: 10px 10px 20px;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item:hover .product-item-info .price-box {
  display: block;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item:hover:before {
  z-index: 10;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item .product-item-name {
  padding: 15px;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item .product-item-name .product-item-link {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.91px;
}
.widget.block-highlight.highlight-carousel .block-content .products-grid .product-item .amasty-hide-price-container.observed {
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 15px;
}
.widget.block-highlight.highlight-carousel .block-content .slides .slide {
  padding: 0;
}
.widget.block-highlight.highlight-carousel .block-content .slick-prev {
  position: absolute;
  left: -30px;
}
.widget.block-highlight.highlight-carousel .block-content .slick-prev:before {
  content: '\f053';
  font-family: 'FontAwesome';
}
.widget.block-highlight.highlight-carousel .block-content .slick-next {
  position: absolute;
  right: -30px;
}
.widget.block-highlight.highlight-carousel .block-content .slick-next:before {
  content: '\f054';
  font-family: 'FontAwesome';
}
.widget.block-highlight.highlight-carousel .actions-toolbar {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.widget.block-highlight.highlight-carousel .actions-toolbar .action.view {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-bottom: 2px solid #000000;
  margin-right: 30px;
  text-decoration: none;
}
.widget.block-highlight.highlight-carousel .actions-toolbar .action.view:before {
  content: '';
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/highlight-arrow.png') no-repeat center / 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.widget.block-highlight.highlight-carousel .arrow-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.widget.block-highlight.highlight-carousel .arrow-prev:before {
  content: '\f053';
  font-family: 'FontAwesome';
}
.widget.block-highlight.highlight-carousel .arrow-next {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.widget.block-highlight.highlight-carousel .arrow-next:before {
  content: '\f054';
  font-family: 'FontAwesome';
}
.widget.highlight-new .block-content .product-item:before {
  content: 'New' !important;
  top: 30px;
  left: 0;
  width: 50px;
  height: 40px !important;
  background: #0763ab !important;
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.69px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.widget.highlight-new .block-content .product-item:lang(de)::before {
  content: "Neu" !important;
}
.widget.highlight-new .block-content .product-item:lang(fr)::before {
  content: "Neuf" !important;
}
.swiper-container.easyslide-swiper-argento_default .swiper-slide {
  height: 610px;
}
.swiper-container.easyslide-swiper-argento_default .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-container.easyslide-swiper-argento_default .swiper-button-prev,
.swiper-container.easyslide-swiper-argento_default .swiper-button-next {
  border-radius: 50%;
  background-color: rgba(234, 231, 231, 0.7);
  width: 12px;
  height: 12px;
  background-size: 12px;
  padding: 23px;
}
.swiper-container.easyslide-swiper-argento_default .swiper-button-prev {
  left: 40px;
}
.swiper-container.easyslide-swiper-argento_default .swiper-button-next {
  right: 40px;
}
.swiper-container.easyslide-swiper-argento_default .swiper-pagination.swiper-pagination-bullets {
  bottom: 10px;
}
.swiper-container.easyslide-swiper-argento_default .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #333333;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 10px;
}
.swiper-container.easyslide-swiper-argento_default .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
  opacity: 0.2;
}
.cms-index-index .column.main .easycatalogimg {
  border: none !important;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item {
  border: none;
  padding: 30px 0;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item:nth-child(2n) {
  padding-left: 15px;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item:nth-child(2n+1) {
  padding-right: 15px;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item .category-name.parent-category {
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item .category-name.parent-category a {
  color: #1a1a1a;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item img {
  display: block;
  min-width: 100%;
  height: 100%;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item .category-data {
  position: relative;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item .list-subcategories {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  width: 50%;
  height: 100%;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item .list-subcategories li {
  padding-left: 20px;
  margin: 10px 0;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item .list-subcategories li a {
  position: relative;
  color: #333333;
  letter-spacing: 1px;
  font-weight: 600;
}
.cms-index-index .column.main .easycatalogimg .easycatalogimg-grid li.item .list-subcategories li a.link-more:after {
  content: '';
  background: url('../../frontend/Uapp/argento-essence-custom/de_DE/images/highlight-arrow.png') no-repeat center / 20px;
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.block.newsletter.agreed {
  width: 100%;
  padding: 30px 0;
}
.block.newsletter.agreed .form.subscribe {
  display: inline-block;
  width: 40%;
}
.block.newsletter.agreed .form.subscribe .field.newsletter {
  margin: 20px 0;
}
.block.newsletter.agreed .form.subscribe .actions .action.subscribe {
  background-color: #0763ab;
  background-image: none;
}
.block.newsletter.agreed .form.subscribe .actions .action.subscribe a {
  color: #ffffff;
}
.block.newsletter.agreed .form.subscribe .subscribe-description .subscribe-description-title {
  font-size: 22px;
  font-weight: 700;
}
.block.newsletter.agreed .form.subscribe .subscribe-description .subscribe-description-text {
  font-size: 16px;
}
.block.newsletter.agreed .form.subscribe.subscribe-email .field.newsletter {
  position: relative;
}
.block.newsletter.agreed .form.subscribe.subscribe-email .control {
  display: inline-block;
  width: 100%;
}
.block.newsletter.agreed .form.subscribe.subscribe-email .actions {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.block.newsletter.agreed .form.subscribe.subscribe-post {
  float: right;
}
.block.newsletter.agreed .form.subscribe.subscribe-post .actions .action.subscribe {
  border-radius: 6px;
}
.checkout-container .opc-progress-bar {
  display: none;
}
.checkout-container .opc-wrapper .step-title {
  font-weight: 600;
}
.checkout-container .opc-wrapper .shipping-address-items {
  margin-top: 20px;
}
.checkout-container .opc-wrapper .shipping-address-items .selected-item {
  border: 2px solid #0763ab;
  border-radius: 15px;
}
.checkout-container .opc-wrapper .shipping-address-items .selected-item:after {
  background: #ffffff;
  content: '';
  border-radius: 15px;
}
.checkout-container .opc-wrapper .shipping-address-items .action-select-shipping-item {
  border-radius: 15px;
}
.checkout-container .opc-wrapper .action-show-popup {
  border-radius: 15px;
}
.checkout-container .opc-wrapper .sub-title-required {
  color: #e84343;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .11px;
}
.checkout-container .opc-wrapper .checkout-shipping-method .continue {
  padding: 0;
  border-radius: 15px;
  width: 150px;
  line-height: 30px;
  background: #0763ab;
}
.checkout-container .opc-summary-wrapper {
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
}
.checkout-container .opc-estimated-wrapper {
  background: #f4f5f7;
}
.checkout-container .opc-estimated-wrapper .estimated-block {
  width: 100%;
  display: flex;
}
.checkout-container .opc-estimated-wrapper .estimated-block .estimated-label {
  margin-right: 15px;
}
.checkout-container .opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.checkout-container .opc-block-summary {
  background: none;
}
.checkout-container .opc-block-summary span {
  margin-top: 16px;
  text-align: center;
}
.checkout-container .opc-block-summary .items-in-cart .title {
  text-align: center;
  border: none;
}
.checkout-container .opc-block-summary .minicart-items-wrapper {
  width: 95%;
}
.checkout-container .opc-block-summary .minicart-items-wrapper .product-item {
  padding-left: 30px;
}
.checkout-container .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
.checkout-container .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.checkout-container .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar-track {
  background-color: #ededed;
  border-radius: 4px;
}
.checkout-agreements-block .label:after {
  position: absolute;
  margin-right: 2% !important;
}
.checkout-agreement {
  display: flex;
  margin-right: 20px !important;
}
.modal-callback-service {
  display: none;
}
.callback-service-modal .modal-inner-wrap {
  width: 25%;
}
.block.newsletter.info .newsletter-inner {
  display: flex;
  justify-content: space-around;
}
.block-swissup-ajaxsearch {
  width: 55%;
  margin-right: 2%;
}
.swissup-ajaxsearch-filter-category-wrapper {
  width: 350px;
}
.circle-char {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-left: 5px;
  color: #0763ab;
  border: 1.7px solid #0763ab;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
}
.custom-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.custom-tooltip .custom-tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 70%;
  margin-left: -20px;
}
.custom-tooltip .custom-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.custom-tooltip:hover .custom-tooltiptext {
  visibility: visible;
}
@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
@media all and (min-width: 768px), print {
    .amhideprice-form {
        max-width: 700px;
        width: 40%;
    }
}

@media all and (max-width: 767px), print {
    .amhideprice-form {
        width: 80%;
    }
}

.amhideprice-form {
    position: relative;
    padding: 30px;
    vertical-align: middle;
    background: #fafafa;
}

div.message.am-hide-message {
    display: inline-block;
    padding: 13px 70px;
}

.fancyambox-stage .amhideprice-form .legend span {
    font-size: 1.8rem;
}

.amhideprice-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.amhideprice-close:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
}

a.amasty-hide-price-container {
    cursor: pointer;
}
.df html,.df body,.df div,.df span,.df applet,.df object,.df iframe,.df h1,.df h2,.df h3,.df h4,.df h5,.df h6,.df p,.df blockquote,.df pre,.df a,.df abbr,.df acronym,.df address,.df big,.df cite,.df code,.df del,.df dfn,.df em,.df font,.df img,.df ins,.df kbd,.df q,.df s,.df samp,.df small,.df strike,.df strong,.df sub,.df sup,.df tt,.df var,.df b,.df u,.df i,.df center,.df dl,.df dt,.df dd,.df ol,.df ul,.df li,.df fieldset,.df form,.df label,.df legend,.df table,.df caption,.df tbody,.df tfoot,.df thead,.df tr,.df th,.df td,.df menu,.df header,.df article,.df footer,.df nav,.df section,.df aside,.df figure,.df dialog,.df mark,.df time,.df meter,.df video,.df audio,.df details,.df datagrid,.df command{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-style:normal;font-weight:normal}.df body{line-height:1}.df ol,.df ul,.df menu,.df li{list-style:none}.df blockquote,.df q{quotes:none}.df blockquote:before,.df blockquote:after,.df q:before,.df q:after{content:'';content:none}.df :focus{outline:0}.df ins{text-decoration:none}.df del{text-decoration:line-through}.df table{border-collapse:collapse;border-spacing:0}.df hr#system-readmore{display:none}.df input.input-text,.df select,.df textarea{background:#fff;border:1px solid #b6b6b6}.df input.input-text,.df textarea{padding:0}.df-hidden{display:none}.admin__field.df-hidden+.admin__field{margin-top:0}.df-hover{cursor:pointer}body.catalog-product-view .product-info-main .price-box{width:50%}div.df-payment-info .df-unconfirmed{margin:-0.5em 0 .5em 0;font-size:90%}.admin__old div.df-payment-info .df-unconfirmed{margin-top:0.5em}div.df-payment-info .df-unconfirmed .df-unconfirmed-text{font-weight:bold;line-height:1.2}div.df-payment-info th,div.df-payment-info td{vertical-align:bottom !important}div.dfp-instructions ul,div.dfp-instructions li{margin-bottom:0}.df-unconfirmed div.dfp-instructions ul,.df-unconfirmed div.dfp-instructions li{padding:0;list-style-type:none}.df-unconfirmed div.dfp-instructions ul{margin-top:0.5em}.df-unconfirmed div.dfp-instructions li{margin-top:0.2em}.df-money{font-weight:600}.df-money .df-integer{padding-left:0.25em}.df-money .df-decimals{font-size:80%;vertical-align:super}.v-badge {
    position: fixed;
    font: 13px/20px Arial;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 999;
    background: rgb(17, 17, 17) none repeat scroll 0% 0%;
    padding: 6px 11px 2px;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px;
    left: 10px;
    bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#m-cookienotice {
    overflow: hidden;
    color: #444;
    z-index: 9999;
    font-size: 13px;
}

#m-cookienotice .m-message {
    padding: 5px 10px;
}

#m-cookienotice .m-actions {
}

#m-cookienotice .m-button {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #d4d4d4;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 2px;
}

#m-cookienotice .m-button.m-accept:before {
    content: "\2714";
}

#m-cookienotice .m-button:hover,
#m-cookienotice .m-button:focus {
    color: #fff;
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice .m-button:active {
    border-color: #2a65a0;
    border-bottom-color: #3884cd;
}

#message-custom-css {
    float: left;
}

#action-custom-css {
    float: right;
    margin-top: 0;
}

.cookie-div {
    width: 50%;
    margin: auto;
}

#m-cookienotice.v-bar {
    width: calc(50% - 10px);
    padding: 5px 0;
}

#m-cookienotice.v-bar .m-actions {
    vertical-align: middle;
    padding-right: 10px;
    text-align: center;
}

#m-cookienotice.v-bar.v-top {
    position: fixed;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

#m-cookienotice.v-bar.v-bottom {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#m-cookienotice.v-box {
    position: fixed;
    max-width: 300px;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 10px;
}

#m-cookienotice.v-box .m-actions {
    float: left;
    margin: 5px 10px;
}

#m-cookienotice.v-box.v-top-left {
    top: 0;
    left: 0;
    border-radius: 10px;
}

#m-cookienotice.v-box.v-top-right {
    top: 0;
    right: 0;
    border-radius: 10px;
}

#m-cookienotice.v-box.v-center {
    top: 40%;
    left: 40%;
    border-radius: 10px;
    opacity: 0.7;
}

#m-cookienotice.v-box.v-bottom-left {
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

#m-cookienotice.v-box.v-bottom-right {
    bottom: 0;
    right: 0;
    border-radius: 10px;
}

@media (max-width: 980px) {
    #message-custom-css {
        float: left;
    }

    #action-custom-css {
        float: right;
        margin-top: 0;
    }
}

/* RWD */
@media (max-width: 360px) {
    #m-cookienotice.v-box {
        width: 100% !important;
        padding: 5px 0 0;
        position: fixed;
        bottom: 0 !important;
        top: auto !important;
        border-top: 1px solid #000;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
    }

    #m-cookienotice.v-box .m-actions {
        vertical-align: middle;
        width: 100%;
        padding-right: 10px;
        text-align: left;
    }

    #m-cookienotice .m-actions {
        float: left;
        margin: 5px 10px;
    }

    #m-cookienotice.v-bar .m-actions {
        width: auto;
    }
}

/* Skin - Dark Clean */
#m-cookienotice.v-dark-clean {
    color: #fff;
    border-color: #55575f !important;
}

#m-cookienotice.v-dark-clean .m-button {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice.v-dark-clean .m-button:hover,
#m-cookienotice.v-dark-clean .m-button:focus {
    background-color: #3678a0;
    background-image: linear-gradient(#68abdc, #387cb3);
}

/* Skin - Custom Colors */
#m-cookienotice.v-custom-css {
    color: #fff;
    border-color: #55575f !important;
}

#m-cookienotice.v-custom-css .m-button {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice.v-custom-css .m-button:hover,
#m-cookienotice.v-custom-css .m-button:focus {
    background-color: #3678a0;
    background-image: linear-gradient(#68abdc, #387cb3);
}

/* Skin - Minimalist */
#m-cookienotice.v-minimalist {
    color: #2c2c2c;
    border-color: #e0e0e0 !important;
    font-size: 11px;
    font-family: Verdana;
}

#m-cookienotice.v-bar.v-minimalist {
    padding: 2px 0;
}

#m-cookienotice.v-box.v-minimalist {
    width: 260px;
}

#m-cookienotice.v-box.v-minimalist .m-actions {
    margin: 5px;
}

#m-cookienotice.v-box.v-minimalist .m-message {
    padding: 5px;
}

#m-cookienotice.v-minimalist .m-button {
    padding: 3px 6px;
}
.ajaxpro-modal-dialog .column.main{width:100% !important}.ajaxpro-modal-dialog .modal-inner-wrap{max-width:900px}.ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell{margin-top:0;width:auto;margin-bottom:0}.ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products{margin:0}.ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products .product-item{margin-left:0}.ajaxpro-modal-dialog.ajaxpro-popup-simple .modal-inner-wrap .modal-footer,.ajaxpro-modal-dialog.ajaxpro-popup-suggestpage-view .modal-inner-wrap .modal-footer{border:0}.ajaxpro-modal-dialog.ajaxpro-popup-simple:not(.ajaxpro-modal-dialog-slide) .modal-inner-wrap{max-width:400px}.ajaxpro-modal-dialog.ajaxpro-popup-simple .modal-inner-wrap .modal-content{padding-bottom:0}.ajaxpro-modal-dialog.ajaxpro-popup-simple .modal-inner-wrap .modal-footer{padding-top:1rem}.ajaxpro-modal-dialog.ajaxpro-popup-minicart .modal-inner-wrap{width:100%}.ajaxpro-modal-dialog.ajaxpro-popup-minicart.ajaxpro-modal-dialog-popup .modal-inner-wrap{max-width:600px}.ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper{margin:0;float:none;display:block}.ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper .block-minicart{right:0;display:block;border:none;box-shadow:none;position:relative}.ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper .block-minicart:before,.ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper .block-minicart:after{display:none}.ajaxpro-modal-dialog.ajaxpro-popup-minicart .minicart-wrapper .block-minicart .action.close{display:none}@media (min-width:768px){.ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products-grid .product-items{display:flex;flex-direction:row;justify-content:space-around}.ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products-grid .product-items .product-item{flex-grow:1}.ajaxpro-modal-dialog.modal-popup.modal-slide .modal-footer{text-align:center}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide{left:65%}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide .ajaxpro-continue-button{display:none}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view{left:70%}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity{flex-direction:column}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-1,.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-2{width:100%}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .actions button{margin:5px 0}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-suggest-list ol li{flex-direction:column}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-suggest-list ol li a{text-align:center}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container{display:flex;flex-direction:column}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary,.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart{width:100%}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.price,.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.price,.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.subtotal,.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.subtotal,.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.qty,.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.qty{font-size:1.3rem}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .product-item-photo,.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .product-item-photo{max-width:80px}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-discount #block-discount{min-width:200px}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-discount #coupon_code{min-width:155px}.ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-minicart{left:auto;min-width:440px}}@media (device-width:768px){.ajaxpro-modal-dialog.ajaxpro-popup-checkout-cart-index .cart-container{display:flex;flex-direction:column-reverse}.ajaxpro-modal-dialog.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary,.ajaxpro-modal-dialog.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart{width:100%}}@media (max-width:768px){.ajaxpro-continue-button{display:none}.ajaxpro-popup-simple.modal-popup.modal-slide{left:0}.ajaxpro-popup-simple.modal-popup.modal-slide .modal-inner-wrap{margin:5rem auto;min-height:auto;transform:translateY(-200%)}.ajaxpro-popup-simple.modal-popup.modal-slide._show .modal-inner-wrap{transform:translateY(0)}}.suggestpage-activity{background:#fff;margin:10px auto 15px;box-shadow:0 0 2px 0 rgba(0,0,0,0.25);display:table;width:100%;max-width:960px;display:flex;flex-direction:row}.suggestpage-activity .col-1{width:40%;float:left;padding:25px;box-sizing:border-box;border-right:1px solid rgba(0,0,0,0.07000000000000001);flex-grow:0}.suggestpage-activity .col-1 .product-item-name a{font-size:1.5rem}.suggestpage-activity .cartinfo h3{margin-top:0}.suggestpage-activity .cartinfo table{margin-bottom:20px}.suggestpage-activity .cartinfo tr th{float:left;padding:5px 10px}.suggestpage-activity .cartinfo tr td{padding:5px 10px}.suggestpage-activity .col-2{float:right;background:#fafafa;padding:25px;box-sizing:border-box;flex-grow:1}.suggestpage-activity .col-2 table{width:50%}.suggestpage-activity .col-suggest-list ol{list-style-type:none;padding:0 !important;margin-bottom:0}.suggestpage-activity .col-suggest-list ol li{display:flex;flex-direction:row}.suggestpage-activity .col-suggest-list ol li:last-child{margin-bottom:0}.suggestpage-activity .product-item-details{width:100%;padding:0 10px}.suggestpage-activity .suggestpage-qty{float:left;font-size:1.8rem;line-height:1em;margin-bottom:25px}.suggestpage-activity .item-options{clear:left;margin-bottom:0}@media (max-width:480px){.suggestpage-activity{flex-direction:column}.suggestpage-activity .col-1{width:100%}.suggestpage-activity .cartinfo .actions button{margin-bottom:10px}.suggestpage-activity .col-suggest-list ol li{flex-direction:column}}.swissup-suggestpage-index-index .column.main .block,.ajaxpro-popup-suggestpage-view .block{margin-top:30px}.swissup-suggestpage-index-index .column.main .block.crosssell,.ajaxpro-popup-suggestpage-view .block.crosssell{width:auto;float:none;padding:0}.clearfix::after{clear:both;content:"";display:block}.cd-cart-container::before{content:'';position:fixed;z-index:900;height:100vh;width:100vw;top:0;left:0;background:rgba(0,0,0,0.5);opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.cd-cart-container.cart-open::before{opacity:1;visibility:visible}.cd-cart-trigger,.cd-cart{position:fixed;bottom:20px;right:5%;transition:transform .2s;transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:transform;backface-visibility:hidden}.rtl .cd-cart-trigger,.rtl .cd-cart{right:auto;left:5%}.empty .cd-cart-trigger,.empty .cd-cart{transform:translateY(150px)}@media only screen and (min-width:1170px){.cd-cart-trigger,.cd-cart{bottom:40px}}.cd-cart-trigger{z-index:1300;height:72px;width:72px;text-indent:100%;color:transparent;white-space:nowrap}.cd-cart-trigger:hover{color:transparent}.cd-cart-trigger::after,.cd-cart-trigger::before{content:'';position:absolute;left:50%;top:50%;bottom:auto;right:auto;transform:translateX(-50%) translateY(-50%);height:100%;width:100%;background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNDRweCIgaGVpZ2h0PSI3MnB4IiB2aWV3Qm94PSIwIDAgMTQ0IDcyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDQgNzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMCwgMjApIj4KCQoJCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjciIHkxPSIxMSIgeDI9IjEzIiB5Mj0iMiIvPgoJCgkJPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjUiIHkxPSIxMSIgeDI9IjE5IiB5Mj0iMiIvPgoJCgkJPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIKCQkyOCwxNSAyNiwyOSA2LDI5IDQsMTUgCSIvPgoJCgkJPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMSIgeTE9IjExIiB4Mj0iMzEiIHkyPSIxMSIvPgo8L2c+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkyLCAyMCkiPgoJCgkJPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjciIHkxPSI1IiB4Mj0iNSIgeTI9IjI3Ii8+CgkKCQk8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyNyIgeTE9IjI3IiB4Mj0iNSIgeTI9IjUiLz4KPC9nPgo8L3N2Zz4K') no-repeat 0 0;transition:opacity .2s,transform .2s}.cd-cart-trigger::after{background-position:-72px 0;opacity:0;transform:translateX(-50%) translateY(-50%) rotate(90deg)}.cart-open .cd-cart-trigger::before{opacity:0}.cart-open .cd-cart-trigger::after{opacity:1;transform:translateX(-50%) translateY(-50%)}.cd-cart-trigger .count{position:absolute;top:-10px;right:-10px;height:28px;width:28px;background:#e94b35;color:#fff;font-size:1.5rem;font-weight:bold;border-radius:50%;text-indent:0;transition:transform .2s .5s;list-style:none;padding:0}.cd-cart-trigger .count li{position:absolute;transform:translateZ(0);left:50%;top:50%;bottom:auto;right:auto;transform:translateX(-50%) translateY(-50%);padding:0}.cd-cart-trigger .count li:last-of-type{visibility:hidden}.cd-cart-trigger .count.update-count li:last-of-type{animation:cd-qty-enter .15s;animation-direction:forwards}.cd-cart-trigger .count.update-count li:first-of-type{animation:cd-qty-leave .15s;animation-direction:forwards}.cart-open .cd-cart-trigger .count{transition:transform .2s 0s;transform:scale(0)}.empty .cd-cart-trigger .count{transform:scale(1)}.cd-cart-trigger:hover+div .wrapper{box-shadow:0 6px 40px rgba(0,0,0,0.3)}.cart-open .cd-cart-trigger:hover+div .wrapper{box-shadow:0 4px 30px rgba(0,0,0,0.17)}.cd-cart{z-index:1200;width:90%;max-width:440px;height:400px;max-height:90%;pointer-events:none}.cd-cart .wrapper{position:absolute;bottom:0;right:0;z-index:1200;overflow:hidden;height:72px;width:72px;border-radius:6px;transition:height .4s .1s,width .4s .1s,box-shadow .3s;transition-timing-function:cubic-bezier(.67, .17, .32, .95);background:#fff;box-shadow:0 4px 30px rgba(0,0,0,0.17);pointer-events:auto}.rtl .cd-cart .wrapper{right:auto;left:0}.cd-cart .wrapper .minicart-items-wrapper{border:0;margin:0;padding:0}.cd-cart .wrapper .minicart-items-wrapper .product-item{padding:10px;margin:0}.cd-cart .wrapper .minicart-items-wrapper .product-item .product.actions{position:absolute;right:15px;top:5px}.rtl .cd-cart .wrapper .minicart-items-wrapper .product-item .product.actions{right:auto;left:15px}.cd-cart .wrapper .minicart-items-wrapper .product-item .product.actions>div{float:left;margin-left:15px}.rtl .cd-cart .wrapper .minicart-items-wrapper .product-item .product.actions>div{float:right;margin-left:0;margin-right:15px}.cd-cart header,.cd-cart footer{position:absolute;z-index:1200;left:0;width:100%;box-sizing:border-box}.cd-cart header,.cd-cart .body{opacity:0}.cd-cart header{top:0;border-radius:6px 6px 0 0;padding:0 1.4em;height:40px;line-height:40px;background-color:#fff;transition:opacity .2s 0s;border-bottom:1px solid #e6e6e6}.cd-cart header::after{clear:both;content:"";display:block}.cd-cart footer{bottom:0;border-radius:0 0 6px 6px;box-shadow:0 -2px 20px rgba(0,0,0,0.15);background:#fff}.cd-cart h2{text-transform:uppercase;display:inline-block;font-size:1.4rem;font-weight:700;letter-spacing:.1em}.cd-cart .undo{float:right;font-size:1.2rem;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;color:#808b97}.cd-cart .undo a{text-decoration:underline;color:#2b3e51}.cd-cart .undo a:hover{color:#2c97de}.cd-cart .undo.visible{opacity:1;visibility:visible}.cd-cart .checkout{display:block;height:72px;line-height:72px;margin-right:72px;background:#2c97de;color:rgba(255,255,255,0);text-align:center;font-size:1.8rem;font-weight:600;transition:all .2s 0s}.rtl .cd-cart .checkout{margin-right:0;margin-left:72px}.cd-cart .checkout:hover{background:#399ee0}.cd-cart .checkout em{font-style:normal;position:relative;display:inline-block;transform:translateX(40px);transition:transform 0s .2s}.cd-cart .checkout em::after{position:absolute;top:50%;bottom:auto;transform:translateY(-50%);right:-25px;content:'';height:24px;width:24px;background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzIiB5MT0iMTIiIHgyPSIyMSIgeTI9IjEyIi8+Cjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iCgkxNSw2IDIxLDEyIDE1LDE4ICIvPgo8L3N2Zz4K') no-repeat center center;opacity:0;transition:opacity .2s}.rtl .cd-cart .checkout em::after{right:auto;left:-25px;transform:rotate(180deg) translateY(-50%);transform-origin:0 0}.cd-cart .body{position:relative;z-index:900;height:calc(100% - 142px);padding:20px 0 10px;margin:40px 0 10px;overflow:auto;-webkit-overflow-scrolling:touch;transition:opacity .2s}.cd-cart .body ul{overflow:hidden;position:relative}.cd-cart .body li{position:relative;opacity:0;transform:translateX(80px);transition:opacity 0s .2s,transform 0s .2s}.cd-cart .body li::after{clear:both;content:"";display:block}.cd-cart .body li:not(:last-of-type){margin-bottom:20px}.cd-cart .body li.deleted{position:absolute;left:1.4em;width:calc(100% - 2.8em);opacity:0;animation:cd-item-slide-out .3s forwards}.cd-cart .body li.deleted.undo-deleted{animation:cd-item-slide-in .3s forwards}.cd-cart .body li.deleted+li{animation:cd-item-move-up-mobile .3s;animation-fill-mode:forwards}.cd-cart .body li.undo-deleted+li{animation:cd-item-move-down-mobile .3s;animation-fill-mode:forwards}.cd-cart .body .subtitle.empty{margin:50px}.cd-cart .product-image{display:inline-block;float:left;width:50px}.cd-cart .product-image img{display:block}.cd-cart .product-details{position:relative;display:inline-block;float:right;width:calc(100% - 50px);padding:.3em 0 0 .5em}.cd-cart .product-details::after{clear:both;content:"";display:block}.cd-cart h3,.cd-cart .price{font-weight:bold}.cd-cart h3{width:70%;float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cd-cart h3 a{color:#2b3e51}.cd-cart h3 a:hover{color:#2c97de}.cd-cart .price{float:right;width:30%;text-align:right}.rtl .cd-cart .price{float:left;text-align:left}.cd-cart .actions{font-size:1.4rem;height:1.6em;line-height:1.6em}.cd-cart .actions::after{clear:both;content:"";display:block}.cd-cart .delete-item,.cd-cart .quantity{float:left;color:#808b97;-webkit-backface-visibility:hidden;backface-visibility:hidden}.cd-cart .delete-item{margin-right:1em}.cd-cart .delete-item:hover{color:#e94b35}.cd-cart .quantity label{display:inline-block;margin-right:.3em}.cd-cart .select{position:relative}.cd-cart .select::after{content:'';position:absolute;z-index:900;right:0;top:50%;transform:translateY(-50%);display:block;width:12px;height:12px;background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojODA4Qjk3O3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjIsNCA2LDggMTAsNCAiLz4KPC9zdmc+Cg==') no-repeat center center;pointer-events:none}.cd-cart select{position:relative;padding:0 1em 0 0;cursor:pointer;appearance:none;background:transparent;border:none;border-radius:0;font-size:1.4rem;margin:0;color:#808b97}.cd-cart select:focus{outline:none;color:#2b3e51;box-shadow:0 1px 0 currentColor}.cd-cart select::-ms-expand{display:none}.cart-open .cd-cart .wrapper{height:100%;width:100%;transition-delay:0s}.cart-open .cd-cart header,.cart-open .cd-cart .body{opacity:1}.cart-open .cd-cart header{transition:opacity .2s .2s}.cart-open .cd-cart .body{transition:opacity 0s}.cart-open .cd-cart .body li{transition:transform .3s .2s,opacity .3s .2s;opacity:1;transform:translateX(0)}.cart-open .cd-cart .body li:nth-of-type(2){transition-duration:.4s}.cart-open .cd-cart .body li:nth-of-type(3){transition-duration:.5s}.cart-open .cd-cart .body li:nth-of-type(4),.cart-open .cd-cart .body li:nth-of-type(5){transition-duration:.55s}.cart-open .cd-cart .checkout{color:#fff;transition:color .2s .3s}.cart-open .cd-cart .checkout em{transform:translateX(0);transition:transform .2s .3s,padding .2s 0s}.cart-open .cd-cart .checkout:hover em{padding-right:30px}.rtl .cart-open .cd-cart .checkout:hover em{padding-right:0;padding-left:30px}.cart-open .cd-cart .checkout:hover em::after{opacity:1}@media only screen and (min-width:768px){.cd-cart .body li:not(:last-of-type){margin-bottom:14px}.cd-cart .body li.deleted+li{animation:cd-item-move-up .3s}.cd-cart .body li.undo-deleted+li{animation:cd-item-move-down .3s}.cd-cart .checkout{font-size:2.4rem}.cd-cart .product-image{width:90px}.cd-cart .product-details{padding:1.4em 0 0 1em;width:calc(100% - 90px)}.cd-cart h3,.cd-cart .price{font-size:1.8rem}.cd-cart .checkout.btn .price{font-size:2.4rem}}@keyframes cd-qty-enter{0%{opacity:0;visibility:hidden;transform:translateX(-50%) translateY(0)}100%{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-50%)}}@keyframes cd-qty-leave{0%{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-50%)}100%{opacity:0;visibility:hidden;transform:translateX(-50%) translateY(-100%)}}@keyframes cd-item-move-up-mobile{0%{padding-top:70px}100%{padding-top:0px}}@keyframes cd-item-move-up{0%{padding-top:104px}100%{padding-top:0px}}@keyframes cd-item-move-down-mobile{0%{padding-top:0px}100%{padding-top:70px}}@keyframes cd-item-move-down{0%{padding-top:0px}100%{padding-top:104px}}@keyframes cd-item-slide-out{0%{transform:translateX(0);opacity:1}100%{transform:translateX(80px);opacity:0}}@keyframes cd-item-slide-in{100%{transform:translateX(0);opacity:1}0%{transform:translateX(80px);opacity:0}}.attributepages-grid-wrapper { margin: 0 0 10px; }
.attributepages-grid-wrapper li.item { padding: 0 1% !important; float: left; width: 98%; margin: 0 0 5px; }
.attributepages-grid-wrapper .attributepages-title { font-size: 13px; text-decoration: none; }
.attributepages-grid-wrapper .attributepages-title:hover { text-decoration: underline; }
.attributepages-grid-wrapper .option-image { width: auto; height: auto; border: none; margin: 0; padding: 0; text-align: center; }
.attributepages-grid-wrapper img,
.attributepages-grid-wrapper .option-image img { width: auto; max-width: 100%; height: auto; }

/* Link mode */
.attributepages-grid-wrapper .mode-image li.item { padding: 10px 1% !important; text-align: center; }

.attributepages-cols-2 li.item { width: 48% !important; }
.attributepages-cols-3 li.item { width: 31.3% !important; }
.attributepages-cols-4 li.item { width: 23% !important; }
.attributepages-cols-5 li.item { width: 18% !important; }
.attributepages-cols-6 li.item { width: 14.6% !important; }
.attributepages-cols-7 li.item { width: 12.2% !important; }
.attributepages-cols-8 li.item { width: 10.5% !important; }

/* Anchor for grouped option list */
.attributepages-options-group { margin: 0 0 15px; }
.attributepages-options-group:last-child { margin: 0; }
.attributepages-options-group-title {
    border-bottom: 1px solid #e4e4e4;
    color: #555;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 7px;
    position: relative;
    text-transform: uppercase;
}
.attributepages-options-anchor {
    top: 0;
    left: -20px;
    cursor: pointer;
    display: block;
    padding-left: 10px;
    padding-right: 6px;
    position: absolute;
    text-decoration: none;
}
.attributepages-options-anchor span {
    display: none;
    color: #585a5d;
    font-size: 13px;
}

/* block styles */
.attributepages-block .block-title { font-size: 18px; background: #fff; }
.attributepages-block .block-content { padding: 5px 7px; }
.block .attributepages-grid-wrapper,
.nav-dropdown .attributepages-grid-wrapper { margin: 0; }

/* Slider block */
.attributepages-slider-content { padding: 0 10px; }

/* std styles rest */
.list-attributepages-otions-grouped { margin: 0; padding: 0; list-style: none; }
.attributepages-grid { margin: 0; padding: 0; list-style: none; }

/* third-party extensions integration */
.nav-dropdown .attributepages-grid-wrapper { padding: 5px; }

/* product and category pages */
.list-attributepages { margin: 5px 0; padding: 0; }
.list-attributepages li { display: inline-block; max-width: 100%; }
.list-attributepages img { display: inline; vertical-align: middle; }
.attributepages-parent-link { font-size: 0.85em; }

/* helper classes */
.list-block li { display: block; }
.list-attributepages.a-center { text-align: center; }
.list-attributepages.clear { clear: both; }
.hidden-label .attributepages-parent-title { display: none; }

/* category listing */
.products-grid .list-attributepages {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
}
.products-list .list-attributepages,
.products-grid .list-attributepages { clear: left; }

@media (max-width: 480px) {
    .products-grid .list-attributepages {
        margin: 5px;
    }
}

.attributepages-grid,
.list-attributepages { zoom: 1; }
.attributepages-grid:after,
.list-attributepages:after { content: '.'; clear: both; display: block; visibility: hidden; height: 0; font-size: 0; }
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* EasySlide Default Style  */
.swiper-container {
  text-align: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.4em;
}
.easyslide-description {
    position: absolute;
    overflow: hidden;
    padding: 15px 20px;
    text-align: left;
    font: 12px Arial, Helvetica, sans-serif !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.easyslide-description-top    { top: 0; left: 0; width: 100%; }
.easyslide-description-bottom { bottom: 0; left: 0; width: 100%; }
.easyslide-description-right  { right: 0; top: 0; width: 200px; min-height: 1000px; }
.easyslide-description-left   { left: 0; top: 0; width: 200px; min-height: 1000px; }
.easyslide-description-center { left: 50%; top: 0; width: 200px; margin-left: -100px; min-height: 1000px; }
.easyslide-background-light { background: url(../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_EasySlide/images/light.png) repeat 0 0; color: #000; }
.easyslide-background-dark { background: url(../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_EasySlide/images/dark.png) repeat 0 0; color: #fff; }
.easyslide-background-transparent { color: #000; }

.easyslide-description a { text-decoration: none; color: #5a5a5a; }
.easyslide-description a:hover { text-decoration: underline; }
.easyslide-description p { line-height: 20px; text-align: center; }
.easyslide-link { display: block; }
.easyslide-link img { vertical-align: top; } /* http://stackoverflow.com/questions/17505418/link-wrapped-around-image-makes-div-slightly-taller */
.columns .column.main { min-width: 0; }
.easybanner-banner img{vertical-align:top}.easybanner-layout-magazine{position:relative}.easybanner-layout-magazine .easybanner-title{display:inline-block;position:absolute;z-index:10;left:10px;top:10px;color:#fafafa;text-decoration:none;font-size:25px;font-weight:bold;text-shadow:0 0 1px rgba(0,0,0,0.5)}@media (min-width:768px) and (max-width:1024px){.easybanner-layout-magazine .easybanner-title{font-size:18px}}.easybanner-layout-magazine .easybanner-title.bottom{top:auto;bottom:10px}.easybanner-layout-magazine .easybanner-title.right{text-align:right;left:auto;right:10px}.easybanner-layout-book{display:flex;align-items:flex-start}.easybanner-layout-book.vertical{flex-direction:vertical}.easybanner-layout-book>.content{padding:2em 3em}.easybanner-layout-book>.content.center{text-align:center}.easybanner-layout-book>.content .easybanner-title{margin-top:0}.easybanner-layout-book>.content .easybanner-title:after{display:none}.easybanner-layout-book>.content p{font-size:1.1em;line-height:1.5em}@media (max-width:767px){.easybanner-layout-book>img{display:none}}.easybanner-banner .block.newsletter{width:auto;margin:0;padding:0}.easybanner-banner .easybanner-newsletter{max-width:330px;margin:20px auto 35px}.easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe{display:block;text-align:left}.easybanner-banner .easybanner-newsletter .block.newsletter .field .control{position:relative}.easybanner-banner .easybanner-newsletter .block.newsletter .field .control:before{display:none}.easybanner-banner .easybanner-newsletter .block.newsletter .field .control input{height:auto;background-color:#fff;border:1px solid #ddd;border-radius:2px;padding:12px}.easybanner-banner .easybanner-newsletter .block.newsletter .field .control input:focus{background-color:#f4f4f4}.easybanner-banner .easybanner-newsletter .block.newsletter .actions{width:auto;display:block;margin-top:10px}.easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe{position:relative;border:0;width:100%;display:block;color:#fff;font-size:18px;text-shadow:0 0 2px rgba(0,0,0,0.15);text-transform:none;background:#f54336;padding:16px;border-radius:3px;box-shadow:0 2px 2px rgba(0,0,0,0.15);transition:transform 100ms ease-in-out,box-shadow 100ms ease-in-out}.easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe:active{transform:scale(.97);box-shadow:0 0 1px rgba(0,0,0,0.15)}.easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe span{text-transform:none;text-shadow:none;color:inherit;padding:0;background:transparent}.easybanner-close-icon{position:absolute;cursor:pointer;right:2px;top:2px;width:30px;height:30px}.easybanner-close-icon::before,.easybanner-close-icon::after{content:'';position:absolute;height:2px;width:15px;top:13px;left:8px;background-color:#555}.easybanner-close-icon::before{transform:rotate(45deg)}.easybanner-close-icon::after{transform:rotate(-45deg)}.easybanner-close-icon:hover::before,.easybanner-close-icon:hover::after{background-color:#111}.easybanner-banner.close-icon-light .easybanner-close-icon::before,.easybanner-banner.close-icon-light .easybanner-close-icon::after{background-color:#eee}.easybanner-close-permanent-core{z-index:100;position:absolute;bottom:2px;right:2px;padding:2px 5px;font-size:12px;color:#aaa;transition:opacity .2s ease-in}.easybanner-close-permanent-core:visited{color:#aaa}.easybanner-banner.permanent-close-dark .easybanner-close-permanent-core{color:#222}.easybanner-banner.permanent-close-dark .easybanner-close-permanent-core:visited{color:#222}.easybanner-banner.permanent-close-light .easybanner-close-permanent-core{color:#fafafa}.easybanner-banner.permanent-close-light .easybanner-close-permanent-core:visited{color:#fafafa}.easybanner-banner.permanent-close-hide .easybanner-close-permanent-core{display:none}.easybanner-banner.no-border,.easybanner-banner.no-borders{padding:0}.easybanner-banner.banner-dark{background-color:#222;color:#ddd}.easybanner-banner.banner-dark a{color:#888}.easybanner-banner.banner-dark a:visited{color:#888}.easybanner-banner.banner-dark .easybanner-close-icon::before,.easybanner-banner.banner-dark .easybanner-close-icon::after{background-color:#eee}.easybanner-lightbox-el{border-radius:2px;box-sizing:border-box;padding:25px;position:fixed;z-index:10000;left:0;top:0;background:#fff;box-shadow:0 0 50px rgba(0,0,0,0.4);max-width:750px;text-align:left}.easybanner-lightbox-content{overflow:auto}.easybanner-lightbox-content::-webkit-scrollbar{width:4px;height:4px;background-color:#f1f1f1}.easybanner-lightbox-content::-webkit-scrollbar-thumb{background-color:#aaa}.easybanner-overlay-el{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:rgba(0,0,0,0.5)}.easybanner-awesomebar-el{box-sizing:border-box;padding:25px;left:0;top:-400px;position:fixed;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.4);text-align:left;z-index:9998;width:100%;transition:top 300ms ease}.easybanner-awesomebar-el .easybanner-close-icon{right:10px;top:8px}.easybanner-awesomebar-content{max-width:960px;margin:0 auto;max-height:400px;overflow:auto}.easybanner-awesomebar-content::-webkit-scrollbar{width:4px;height:4px;background-color:#f1f1f1}.easybanner-awesomebar-content::-webkit-scrollbar-thumb{background-color:#aaa}.easycatalogimg-listing{list-style:none;padding:0;margin:0}.easycatalogimg-listing li{margin:0;padding:0}.easycatalogimg img{width:auto;height:auto;max-width:100%;vertical-align:bottom}.easycatalogimg a{text-decoration:none}.easycatalogimg a:hover{text-decoration:underline}.easycatalogimg .link-more{font-weight:bold}.easycatalogimg .item{box-sizing:border-box}.easycatalogimg .image{display:block;text-align:center}.easycatalogimg .image+.parent-category,.easycatalogimg .list-subcategories{margin:10px 12px}@media (min-width:1024px){.easycatalogimg .image+.parent-category,.easycatalogimg .list-subcategories{margin:20px 22px}}.easycatalogimg .parent-category{font-weight:bold}.easycatalogimg .parent-category-top{margin:10px 12px;margin-top:10px;margin-bottom:10px;text-align:center;font-weight:normal;font-size:1.2em}@media (min-width:1024px){.easycatalogimg .parent-category+.list-subcategories{margin-top:-10px}}.easycatalogimg .list-subcategories{padding:0;list-style:none}.easycatalogimg .list-subcategories li{margin:.45em 0}.easycatalogimg-masonry{column-gap:1em;column-count:2}@media (min-width:1024px){.easycatalogimg-masonry{column-gap:2em}}@media (min-width:768px){.easycatalogimg-masonry.easycatalogimg-cols-2{column-count:2}.easycatalogimg-masonry.easycatalogimg-cols-3{column-count:3}.easycatalogimg-masonry.easycatalogimg-cols-4{column-count:4}.easycatalogimg-masonry.easycatalogimg-cols-5{column-count:5}.easycatalogimg-masonry.easycatalogimg-cols-6{column-count:6}}@media (min-width:768px) and (max-width:1023px){.easycatalogimg-masonry.easycatalogimg-cols-5,.easycatalogimg-masonry.easycatalogimg-cols-6{column-count:4}}.easycatalogimg-masonry .item{background-color:#f7f7f7;display:inline-block;width:100%;padding:2px;margin:0 0 1em}@media (min-width:1024px){.easycatalogimg-masonry .item{margin:0 0 2em}}.easycatalogimg-grid{display:flex;flex-wrap:wrap;margin:0}.easycatalogimg-grid .item{width:50%;margin:0;padding:10px 10px 30px 10px}@media (min-width:768px){.easycatalogimg-grid.easycatalogimg-cols-2 .item{width:50%}.easycatalogimg-grid.easycatalogimg-cols-3 .item{width:33.33333333%}.easycatalogimg-grid.easycatalogimg-cols-4 .item{width:25%}.easycatalogimg-grid.easycatalogimg-cols-5 .item,.easycatalogimg-grid.easycatalogimg-cols-6 .item{width:25%}}@media (min-width:1024px){.easycatalogimg-grid.easycatalogimg-cols-2 .item{width:50%}.easycatalogimg-grid.easycatalogimg-cols-3 .item{width:33.33333333%}.easycatalogimg-grid.easycatalogimg-cols-4 .item{width:25%}.easycatalogimg-grid.easycatalogimg-cols-5 .item{width:20%}.easycatalogimg-grid.easycatalogimg-cols-6 .item{width:16.66666667%}}.easycatalogimg-departments .easycatalogimg a{color:#333}.easycatalogimg-departments .easycatalogimg .list-subcategories{font-size:.85em}.easycatalogimg-departments .easycatalogimg .list-subcategories a{color:#444}.fieldset>.field.consent{margin-bottom:5px}.block.newsletter .field.consent{text-align:left;margin:10px 0 15px}.block.newsletter .field.consent label{opacity:.8;clip:auto;height:auto;width:auto;position:static}.field.consent{transition:all 300ms linear}.hidden-consents .field.consent{max-height:0 !important;overflow:hidden !important;margin:0 !important;padding:0 !important;opacity:0 !important;transform:translateY(-5px)}.block-accepted-consents .consent-form-title{font-weight:bold;display:block;margin:10px 0}.block-accepted-consents .list-consents{list-style:none;padding:0;margin:0}.block-accepted-consents .list-consents li{margin:0}.block-accepted-consents .list-consents li+li{margin-top:3px}.block-accepted-consents .list-consents svg{width:16px;height:12px;vertical-align:middle;margin-top:-3px;fill:currentColor}.block-accepted-consents .privacy-note{padding:5px 12px;opacity:.7;border:1px solid #eee;border-radius:4px}.block-accepted-consents .privacy-note p{margin-bottom:3px}.block-delete-data button.delete-data{box-shadow:none;background:#ec4236;border:none;color:#fff;font-size:1.6rem;padding:10px 15px;text-transform:none}.block-delete-data button.delete-data:hover{box-shadow:none;color:#fff;background:#d43b31}.delete-data-modal .modal-inner-wrap{max-width:600px}.delete-data-modal h2{margin-top:0}.delete-data-modal .form.delete-data{margin-top:35px}.delete-data-modal button.delete-data{box-shadow:none;background:#ec4236;border:none;color:#fff;font-size:1.6rem;padding:10px 15px;text-transform:none}.delete-data-modal button.delete-data:hover{box-shadow:none;color:#fff;background:#d43b31}.block.block-highlight.widget .products-grid .product-items{margin-left:-10px}.block.block-highlight.widget .products-grid .product-items .product-item{padding:0}.page-layout-1column .block.widget.highlight-cols-1 .products-grid .product-items{margin-left:-10px}.page-layout-1column .block.widget.highlight-cols-1 .products-grid .product-items .product-item{padding:0}.block.widget.highlight-cols-1 .products-grid .product-item:nth-child(n),.page-layout-1column .block.widget.highlight-cols-1 .products-grid .product-item:nth-child(n),.page-layout-3columns .block.widget.highlight-cols-1 .products-grid .product-item:nth-child(n){margin:0 0 10px 10px;width:calc(100% / 1 - 10px - 0.1px)}.page-layout-1column .block.widget.highlight-cols-2 .products-grid .product-items{margin-left:-10px}.page-layout-1column .block.widget.highlight-cols-2 .products-grid .product-items .product-item{padding:0}.block.widget.highlight-cols-2 .products-grid .product-item:nth-child(n),.page-layout-1column .block.widget.highlight-cols-2 .products-grid .product-item:nth-child(n),.page-layout-3columns .block.widget.highlight-cols-2 .products-grid .product-item:nth-child(n){margin:0 0 10px 10px;width:calc(100% / 2 - 10px - 0.1px)}.page-layout-1column .block.widget.highlight-cols-3 .products-grid .product-items{margin-left:-10px}.page-layout-1column .block.widget.highlight-cols-3 .products-grid .product-items .product-item{padding:0}.block.widget.highlight-cols-3 .products-grid .product-item:nth-child(n),.page-layout-1column .block.widget.highlight-cols-3 .products-grid .product-item:nth-child(n),.page-layout-3columns .block.widget.highlight-cols-3 .products-grid .product-item:nth-child(n){margin:0 0 10px 10px;width:calc(100% / 3 - 10px - 0.1px)}.page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-items{margin-left:-10px}.page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-items .product-item{padding:0}.block.widget.highlight-cols-4 .products-grid .product-item:nth-child(n),.page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-item:nth-child(n),.page-layout-3columns .block.widget.highlight-cols-4 .products-grid .product-item:nth-child(n){margin:0 0 10px 10px;width:calc(100% / 4 - 10px - 0.1px)}.page-layout-1column .block.widget.highlight-cols-5 .products-grid .product-items{margin-left:-10px}.page-layout-1column .block.widget.highlight-cols-5 .products-grid .product-items .product-item{padding:0}.block.widget.highlight-cols-5 .products-grid .product-item:nth-child(n),.page-layout-1column .block.widget.highlight-cols-5 .products-grid .product-item:nth-child(n),.page-layout-3columns .block.widget.highlight-cols-5 .products-grid .product-item:nth-child(n){margin:0 0 10px 10px;width:calc(100% / 5 - 10px - 0.1px)}.page-layout-1column .block.widget.highlight-cols-6 .products-grid .product-items{margin-left:-10px}.page-layout-1column .block.widget.highlight-cols-6 .products-grid .product-items .product-item{padding:0}.block.widget.highlight-cols-6 .products-grid .product-item:nth-child(n),.page-layout-1column .block.widget.highlight-cols-6 .products-grid .product-item:nth-child(n),.page-layout-3columns .block.widget.highlight-cols-6 .products-grid .product-item:nth-child(n){margin:0 0 10px 10px;width:calc(100% / 6 - 10px - 0.1px)}@media (max-width:767px){.highlight-cols-6 li.item{width:calc(100% / 3 - 10px - 0.1px) !important}}@media (max-width:480px){.page-layout-1column .block.widget.highlight-grid:not(.highlight-cols-1) .product-items:not(.product-items-images) .product-item,.block.widget.highlight-grid:not(.highlight-cols-1) .product-items:not(.product-items-images) .product-item,.page-layout-1column .block.widget.highlight-grid:not(.highlight-cols-1) .product-items:not(.product-items-images) .product-item:nth-child(n),.block.widget.highlight-grid:not(.highlight-cols-1) .product-items:not(.product-items-images) .product-item:nth-child(n){width:calc(50% - 10px - 0.1px) !important}}.block-highlight .block-title p{margin:0}.block-highlight .products{margin:0}div.block-highlight .block-title strong{font-weight:600}div.block-highlight .block-title strong span{font-weight:300}.block-highlight .product-items-images .product-item{border:0 !important;font-size:0 !important}.block-highlight.hl-magazine{display:flex}.block-highlight.hl-magazine .block-title-image{display:none}.block-highlight.hl-magazine>.block-title{width:23%}.block-highlight.hl-magazine>.block-content{width:77%;box-sizing:border-box}.block-highlight.hl-magazine.highlight-carousel>.block-content{display:block}.block-highlight.hl-magazine>.block-title{box-sizing:border-box;text-align:left;margin:0;padding:25px;border:0;background:none;position:relative}.block-highlight.hl-magazine>.block-title>*{position:relative;z-index:2}.block-highlight.hl-magazine>.block-title>strong{word-break:break-word;padding:3px 0;display:inline;font-size:2.5rem}@media (max-width:768px){.block-highlight.hl-magazine>.block-title>strong{font-size:2rem}}.block-highlight.hl-magazine>.block-title>strong span{display:inline}.hl-black.block-highlight.hl-magazine>.block-title>strong,.hl-blue.block-highlight.hl-magazine>.block-title>strong,.hl-orange.block-highlight.hl-magazine>.block-title>strong,.hl-green.block-highlight.hl-magazine>.block-title>strong,.hl-purple.block-highlight.hl-magazine>.block-title>strong,.hl-red.block-highlight.hl-magazine>.block-title>strong{color:#fff}.hl-marker.block-highlight.hl-magazine>.block-title>strong{color:#333;background:#fff;box-shadow:5px 0 0 #fff,-5px 0 0 #fff}.hl-white.hl-marker.block-highlight.hl-magazine>.block-title>strong{color:#fff;background:#000;box-shadow:5px 0 0 #000,-5px 0 0 #000}.block-highlight.hl-magazine>.block-title>strong:before,.block-highlight.hl-magazine>.block-title>strong:after{display:none}.block-highlight.hl-magazine>.block-title .subtitle{margin:20px 0 20px -5px}.block-highlight.hl-magazine>.block-title .subtitle a{display:inline-block;padding:5px 12px;background-color:#fff;border-radius:2px;box-shadow:0 2px 7px rgba(0,0,0,0.1);text-decoration:none;color:#333;font-size:1.9rem;font-weight:600;text-shadow:0 0 3px rgba(0,0,0,0.1);transition:transform 200ms linear,box-shadow 200ms linear}.block-highlight.hl-magazine>.block-title .subtitle a:hover{transform:translateY(-2px);box-shadow:0 2px 15px rgba(0,0,0,0.12)}.hl-white.block-highlight.hl-magazine>.block-title .subtitle a{color:#fff;background:#000}.block-highlight.hl-magazine>.block-title .block-title-background{z-index:1;position:absolute;display:block;left:0;top:0;right:0;bottom:0;background-repeat:no-repeat;background-position:0 100%;background-color:transparent}.block-highlight.hl-magazine>.block-title .block-title-background .title-image{position:absolute}.block-highlight.hl-magazine>.block-title .block-title-background .title-image img{display:block}.hl-black.block-highlight.hl-magazine>.block-title .block-title-background{background-color:#000}.hl-white.block-highlight.hl-magazine>.block-title .block-title-background{background-color:#fff}.hl-blue.block-highlight.hl-magazine>.block-title .block-title-background{background-color:#1c73f5}.hl-orange.block-highlight.hl-magazine>.block-title .block-title-background{background-color:#fe6500}.hl-green.block-highlight.hl-magazine>.block-title .block-title-background{background-color:#45ca38}.hl-purple.block-highlight.hl-magazine>.block-title .block-title-background{background-color:#6346cf}.hl-red.block-highlight.hl-magazine>.block-title .block-title-background{background-color:#f54034}.hl-gray.block-highlight.hl-magazine>.block-title .block-title-background,.hl-grey.block-highlight.hl-magazine>.block-title .block-title-background{background-color:#f7f7f7}.hl-cover.block-highlight.hl-magazine>.block-title .block-title-background .title-image{top:0;height:100%}.hl-cover.block-highlight.hl-magazine>.block-title .block-title-background .title-image img{height:100%;object-fit:cover}.hl-contain.block-highlight.hl-magazine>.block-title .block-title-background .title-image{bottom:0}@media (max-width:480px){.block-highlight.hl-magazine>.block-title{width:42%;padding:15px}.block-highlight.hl-magazine>.block-title .subtitle{margin-left:0}.block-highlight.hl-magazine>.block-title .block-title-background .title-image{display:none}.block-highlight.hl-magazine>.block-content{width:58%}.block-highlight.hl-magazine .slides-wrapper,.block-highlight.hl-magazine.highlight-carousel .slides-wrapper{margin:0;padding:0;overflow:visible}.block-highlight.hl-magazine .slides .slide,.block-highlight.hl-magazine.highlight-carousel .slides .slide{padding:0;width:auto !important}.block-highlight.hl-magazine .block-content,.block-highlight.hl-magazine.highlight-carousel .block-content{overflow:auto;-webkit-overflow-scrolling:touch}.block-highlight.hl-magazine .block-content::-webkit-scrollbar,.block-highlight.hl-magazine.highlight-carousel .block-content::-webkit-scrollbar{width:4px;height:4px}.block-highlight.hl-magazine .block-content::-webkit-scrollbar-track,.block-highlight.hl-magazine.highlight-carousel .block-content::-webkit-scrollbar-track{background-color:#eee}.block-highlight.hl-magazine .block-content::-webkit-scrollbar-thumb,.block-highlight.hl-magazine.highlight-carousel .block-content::-webkit-scrollbar-thumb{background-color:#ccc}.block-highlight.hl-magazine .product-items,.block-highlight.hl-magazine.highlight-carousel .product-items{display:flex;flex-wrap:nowrap;margin:0 !important}.block-highlight.hl-magazine .product-items .product-item:nth-child(n),.block-highlight.hl-magazine.highlight-carousel .product-items .product-item:nth-child(n){margin-bottom:0 !important}}.block-highlight.highlight-carousel .pager{display:none}.block-highlight.highlight-carousel .block-content{padding:0;display:flex}.block-highlight.highlight-carousel .slides-wrapper{overflow:hidden;margin:-20px 0 -100px;padding:20px 0 100px}.block-highlight.highlight-carousel .slick-list{overflow:visible}.block-highlight.highlight-carousel .slick-list:hover{z-index:2}.block-highlight.highlight-carousel .slides .slide{padding:0 30px}.block-highlight .slide.loading{display:none}.block-highlight .slick-initialized .slide.loading{display:block}.block-highlight .slide.loading *{opacity:0;visibility:hidden}.block-highlight .slide.loading .product-reviews-summary{display:none}.block-highlight .slide.loading .products.wrapper,.block-highlight .slide.loading .products-grid,.block-highlight .slide.loading .product-items,.block-highlight .slide.loading .product-item,.block-highlight .slide.loading .product-item-info,.block-highlight .slide.loading .prolabels-wrapper,.block-highlight .slide.loading .product-item-photo,.block-highlight .slide.loading .product-item-details,.block-highlight .slide.loading .product-item-name,.block-highlight .slide.loading .product-item-link,.block-highlight .slide.loading .price-box,.block-highlight .slide.loading .price-box *{opacity:1;visibility:visible}.block-highlight .slide.loading .product-item-photo,.block-highlight .slide.loading .product-item-link,.block-highlight .slide.loading .price-box span{color:transparent !important;background-color:#eaeaea !important}.block-highlight .slide.loading .product-item-name{text-overflow:initial !important}.block-highlight .slide.loading .product-item-link,.block-highlight .slide.loading .price-box>span{animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:highlight-placeholder-loading;background:#f6f7f8;background:linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);background-size:1300px}.block-highlight .slide.loading .product-item-photo{display:block;opacity:0.7;background-color:#d3d3d3 !important;animation:higlight-placeholder-flicker 1.7s infinite}@keyframes highlight-placeholder-loading{0%{background-position:-650px 0}100%{background-position:650px 0}}@keyframes higlight-placeholder-flicker{0%{opacity:0.7}50%{opacity:1}100%{opacity:0.7}}.rtl .block-highlight.hl-magazine>.block-title{text-align:right}.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(.1, 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/Uapp/argento-essence-custom/de_DE/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 3px 1px #00699d;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:#fff;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:#000;font-size:14px;left:0;line-height:1.5;position:absolute;right:0;z-index:12}.fotorama__caption a{border-bottom:1px solid;border-color:rgba(0,0,0,0.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,0.005);color:#000}.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:#fff;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:.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}.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{*display:none;cursor:default;opacity:0.1;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:.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:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);height:100%;left:50%;position:absolute;width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{border:solid 1px #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,0.5);border:solid 1px #bbb;color:#fff;left:0;position:absolute;text-align:center;top:0;z-index:1000;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:#fff}.magnifier-preview img{left:0;max-width: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:.3s;transition-property:width,height,top,left;vertical-align:middle;width:auto}.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:.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 .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 .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 .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/Uapp/argento-essence-custom/de_DE/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}.navpro-row{display:flex;flex-direction:row;flex-wrap:wrap}@media (max-width:767px){.navpro-row{flex-direction:column;flex-wrap:nowrap}}.navpro-row.gutters,.navpro-row.gutters>.navpro-row{margin-left:-12px}@media (max-width:767px){.navpro-row.gutters,.navpro-row.gutters>.navpro-row{margin-left:0}}.navpro-row.gutters>.navpro-col,.navpro-row.gutters>.navpro-row>.navpro-col{margin-left:12px}@media (max-width:767px){.navpro-row.gutters>.navpro-col,.navpro-row.gutters>.navpro-row>.navpro-col{margin-left:0}}.navpro-row.around{justify-content:space-around}.navpro-row.between{justify-content:space-between}.navpro-row.auto .navpro-col{flex-grow:1}.navpro-col-12{width:100%}.navpro-offset-12{margin-left:100%}.navpro-col-11{width:91.66666667%}.navpro-offset-11{margin-left:91.66666667%}.navpro-col-10{width:83.33333333%}.navpro-offset-10{margin-left:83.33333333%}.navpro-col-9{width:75%}.navpro-offset-9{margin-left:75%}.navpro-col-8{width:66.66666667%}.navpro-offset-8{margin-left:66.66666667%}.navpro-col-7{width:58.33333333%}.navpro-offset-7{margin-left:58.33333333%}.navpro-col-6{width:50%}.navpro-offset-6{margin-left:50%}.navpro-col-5{width:41.66666667%}.navpro-offset-5{margin-left:41.66666667%}.navpro-col-4{width:33.33333333%}.navpro-offset-4{margin-left:33.33333333%}.navpro-col-3{width:25%}.navpro-offset-3{margin-left:25%}.navpro-col-2{width:16.66666667%}.navpro-offset-2{margin-left:16.66666667%}.navpro-col-1{width:8.33333333%}.navpro-offset-1{margin-left:8.33333333%}.navpro-col-0{width:0%}.navpro-offset-0{margin-left:0%}.navpro .gutters>.navpro-col-12{width:calc(100% - 12px)}.navpro .gutters>.navpro-offset-12{margin-left:calc(100% + 12px) !important}.navpro .gutters>.navpro-col-11{width:calc(91.66666667% - 12px)}.navpro .gutters>.navpro-offset-11{margin-left:calc(91.66666667% + 12px) !important}.navpro .gutters>.navpro-col-10{width:calc(83.33333333% - 12px)}.navpro .gutters>.navpro-offset-10{margin-left:calc(83.33333333% + 12px) !important}.navpro .gutters>.navpro-col-9{width:calc(75% - 12px)}.navpro .gutters>.navpro-offset-9{margin-left:calc(75% + 12px) !important}.navpro .gutters>.navpro-col-8{width:calc(66.66666667% - 12px)}.navpro .gutters>.navpro-offset-8{margin-left:calc(66.66666667% + 12px) !important}.navpro .gutters>.navpro-col-7{width:calc(58.33333333% - 12px)}.navpro .gutters>.navpro-offset-7{margin-left:calc(58.33333333% + 12px) !important}.navpro .gutters>.navpro-col-6{width:calc(50% - 12px)}.navpro .gutters>.navpro-offset-6{margin-left:calc(50% + 12px) !important}.navpro .gutters>.navpro-col-5{width:calc(41.66666667% - 12px)}.navpro .gutters>.navpro-offset-5{margin-left:calc(41.66666667% + 12px) !important}.navpro .gutters>.navpro-col-4{width:calc(33.33333333% - 12px)}.navpro .gutters>.navpro-offset-4{margin-left:calc(33.33333333% + 12px) !important}.navpro .gutters>.navpro-col-3{width:calc(25% - 12px)}.navpro .gutters>.navpro-offset-3{margin-left:calc(25% + 12px) !important}.navpro .gutters>.navpro-col-2{width:calc(16.66666667% - 12px)}.navpro .gutters>.navpro-offset-2{margin-left:calc(16.66666667% + 12px) !important}.navpro .gutters>.navpro-col-1{width:calc(8.33333333% - 12px)}.navpro .gutters>.navpro-offset-1{margin-left:calc(8.33333333% + 12px) !important}.navpro .gutters>.navpro-col-0{width:calc(0% - 12px)}.navpro .gutters>.navpro-offset-0{margin-left:calc(0% + 12px) !important}@media (max-width:767px){[class^='offset-'],[class*=' offset-']{margin-left:0}}.navpro .first{order:-1}.navpro .last{order:1}@media (max-width:767px){.navpro-row .navpro-col{margin-left:0;width:100%}.navpro-row.gutters .navpro-col{margin-left:0;width:100%}.navpro-row.gutters .navpro-col+.navpro-col{margin-top:16px}.navpro .first-sm{order:-1}.navpro .last-sm{order:1}}.navpro .gutters .navpro-col.push-left,.navpro .push-left{margin-right:auto}.navpro .gutters .navpro-col.push-right,.navpro .push-right{margin-left:auto}.navpro .gutters .navpro-col.push-center,.navpro .push-center{margin-left:auto;margin-right:auto}.navpro .gutters .navpro-col.push-middle,.navpro .push-middle{margin-top:auto;margin-bottom:auto}.navpro .push-bottom{margin-top:auto}@media (max-width:767px){.navpro .gutters .navpro-col.push-left-sm,.navpro .push-left-sm{margin-left:0}.navpro .gutters .navpro-col.push-center-sm,.navpro .push-center-sm{margin-left:auto;margin-right:auto}.navpro .push-top-sm{margin-top:0}}.navpro .align-middle{align-items:center}.navpro .align-right{justify-content:flex-end}.navpro .align-center{justify-content:center}@media (max-width:767px){.navpro .align-left-sm{justify-content:flex-start}}.crosslink-underline-animation{text-decoration:none;color:inherit;position:relative;cursor:pointer}.crosslink-underline-animation::after{content:' ';position:absolute;top:100%;left:25%;width:50%;height:1px;border-bottom:1px solid #ff6347;transition:0.4s}.crosslink-underline-animation:hover::after{width:100%;left:0}.crosslink-underline-animation:hover{text-decoration:none}.crosslink-highlight-background{color:#272727;background:rgba(240,233,241,0.4);text-decoration:none;font-style:italic}.crosslink-highlight-background:hover{background:#e5df8e;border-radius:2px;transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in}a.crosslink-color-animation{color:#81b3d2;position:relative;text-decoration:none}a.crosslink-color-animation:hover{color:tomato}a.crosslink-color-animation:before{content:"";transition:all .3s ease 0s;-webkit-backface-visibility:hidden;position:absolute;width:100%;height:1px;bottom:-2px;left:0;background-color:tomato;visibility:hidden;transform:scaleX(0)}a.crosslink-color-animation:hover:before{visibility:visible;-webkit-transform:scaleX(1);transform:scaleX(1)}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-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{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[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{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@charset "UTF-8";.slick-loading .slick-list{background:#fff url('../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_SlickCarousel/css/ajax-loader.gif') center center no-repeat}@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url('../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_SlickCarousel/css/fonts/slick.eot');src:url('../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_SlickCarousel/css/fonts/slick.eot?#iefix') format('embedded-opentype'),url('../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_SlickCarousel/css/fonts/slick.woff') format('woff'),url('../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_SlickCarousel/css/fonts/slick.ttf') format('truetype'),url('../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_SlickCarousel/css/fonts/slick.svg#slick') format('svg')}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted .slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider:not(.slick-initialized){display:flex;align-items:flex-start;overflow:hidden}.slick-slider:not(.slick-initialized)>*{flex-shrink:0;flex-grow:0;padding:10px;box-sizing:border-box}.slick-slider .slick-slide{padding:10px;box-sizing:border-box}.slick-slider .slick-slide .slide{box-sizing:border-box}.slick-prev,.slick-next{z-index:10}.slick-prev,.slick-next,.slick-dots li button{box-shadow:none !important;border:none !important}.slick-prev:hover,.slick-next:hover,.slick-dots li button:hover,.slick-prev:focus,.slick-next:focus,.slick-dots li button:focus,.slick-prev:active,.slick-next:active,.slick-dots li button:active{border:none}.slick-prev:before,.slick-next:before{color:#aaa}.slick-prev{left:5px}.slick-next{right:5px}.slick-dots{box-sizing:border-box;left:50%;transform:translateX(-50%)}.columns .column.main{min-width:0}.page-layout-1column .block.widget .products-grid .slick-track{padding:10px 0 0 10px}.page-layout-1column .block.widget .products-grid .slick-slider .product-item,.page-layout-1column .block.widget .products-grid .slick-slider .product-item:nth-child(4n + 1){margin:0}.testimonials-list .testimonials{margin:0 10px 0 10px}.testimonials-list figure.testimonial.loaded{animation-name:testimonialsSlideInUp;animation-duration:0.7s;animation-fill-mode:both}.testimonials-list figure.testimonial:nth-child(2n) .info{text-align:right}.testimonials-list figure.testimonial:nth-child(2n) .info .author{right:0;padding:0 120px 0 10px}.testimonials-list figure.testimonial:nth-child(2n) .arrow{border-left-width:25px;border-right-width:0;left:auto;right:50px}.testimonials-list figure.testimonial:nth-child(2n) .contacts-info a:last-child img{margin-right:0}.testimonials-list figure.testimonial blockquote .extra-info{display:flex;justify-content:space-between;position:relative;top:5px}.testimonials-list figure.testimonial blockquote .extra-info .date{padding-top:3px}.testimonials-list figure.testimonial blockquote .extra-info .rating::before{content:''}.testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings{float:none}.testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings .rating-label{padding:3px 20px 5px 0}.testimonials-list figure.testimonial .contacts-info a{white-space:nowrap}.testimonials-list figure.testimonial .contacts-info a:first-child img{margin-left:0}.testimonials-list figure.testimonial .contacts-info img{margin:0 5px;width:auto;height:auto;border-radius:0}.testimonials-list .more-button{width:100%;margin:20px 0;display:inline-block;border-radius:1px;font-size:18px;text-align:center}.testimonials-list .more-button a{color:#fff;background:#479ccf;border:1px solid #3793cb;text-shadow:0 1px 0 #3188bc;text-decoration:none;padding:11px 30px;transition:background .2s linear 0s}.testimonials-list .more-button a:focus,.testimonials-list .more-button a:hover{background:#5ba7d4;color:#fff}.testimonials-list .more-button a:focus{box-shadow:inset 0 0 8px #3188bc}.testimonials-list .more-button .disabled{opacity:0.5;cursor:wait}.testimonials-list .page-title button{float:right}.testimonials-list .page-title h1{float:left;border-bottom:none}.testimonials-list .page-title::after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden}.testimonials-list figure.testimonial,.testimonials-slider figure.testimonial{position:relative;margin:40px 1%;padding:0 20px;text-align:left;box-shadow:none !important}.testimonials-list figure.testimonial blockquote,.testimonials-slider figure.testimonial blockquote{background-color:#fff;display:block;font-size:20px;font-weight:400;font-style:normal;line-height:1.5em;margin:0;padding:25px 50px 30px;position:relative;-webkit-filter:drop-shadow(0 3px 15px rgba(0,0,0,0.1));filter:drop-shadow(0 3px 15px rgba(0,0,0,0.1))}.testimonials-list figure.testimonial blockquote::before,.testimonials-slider figure.testimonial blockquote::before,.testimonials-list figure.testimonial blockquote::after,.testimonials-slider figure.testimonial blockquote::after{content:"\201C";position:absolute;color:#2b00f7;font-size:50px;font-style:normal}.testimonials-list figure.testimonial blockquote::before,.testimonials-slider figure.testimonial blockquote::before{top:25px;left:20px}.testimonials-list figure.testimonial blockquote::after,.testimonials-slider figure.testimonial blockquote::after{content:"\201D";right:20px;bottom:0}.testimonials-list figure.testimonial img,.testimonials-slider figure.testimonial img{max-width:100%;vertical-align:middle;height:90px;width:90px;border-radius:50%;margin:40px 0 0 10px}.testimonials-list figure.testimonial .arrow,.testimonials-slider figure.testimonial .arrow{top:100%;left:50px;width:0;height:0;border-left:0 solid transparent;border-right:25px solid transparent;border-top:25px solid #fff;margin:0;position:absolute}.testimonials-list figure.testimonial .author,.testimonials-slider figure.testimonial .author{position:absolute;bottom:45px;padding:0 10px 0 120px;margin:0;-webkit-transform:translateY(50%);transform:translateY(50%)}.testimonials-list figure.testimonial .author h5,.testimonials-slider figure.testimonial .author h5{font-family:sans-serif;font-weight:400;font-size:1.4em;line-height:1.4em;opacity:0.9;margin:0}.form.testimonial .review-field-rating .field-error,.form.testimonial .review-field-rating div.mage-error[generated]{margin-top:38px}.form.testimonial .review-field-rating .label{font-weight:600}.block-testimonials .block-content .testimonial-container{min-height:130px}.block-testimonials .block-content .content .content-wrapper{height:85px;min-height:85px;display:block;overflow:hidden}.block-testimonials .block-content .content .testimonial-message{clear:both}.block-testimonials .block-content .content .name{float:right;margin-top:10px;font-style:italic}.block-testimonials .block-content .read-more,.block-testimonials .block-content .read-less{padding-top:10px;display:inline-block}.block-testimonials .block-content .review{text-align:center}.block-testimonials .block-content .review .score{font-weight:bold;font-size:40px;color:#e26703}.block-testimonials.empty-design,.block-testimonials.empty-design .block-content{background:none;border:none}.block-testimonials.empty-design .block-content .content{padding:0}.block-testimonials.empty-design .actions-toolbar,.block-testimonials.empty-design .block-title{display:none}.testimonials-slider .content-heading{text-align:center}.testimonials-slider .block-content{max-width:1200px;margin:0 auto}.testimonials-slider figure.testimonial{float:left;margin:10px 1%}.testimonials-slider figure.testimonial blockquote{font-size:16px}.testimonials-slider .slick-slider .slick-prev,.testimonials-slider .slick-slider .slick-next{background:none;opacity:0.5}.testimonials-slider .slick-slider .slick-prev::before,.testimonials-slider .slick-slider .slick-next::before{content:'';background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=');background-size:25px 25px;background-position:50% 50%;display:block;width:25px;height:25px}.testimonials-slider .slick-slider .slick-prev{left:5px;transform:rotate(90deg)}.testimonials-slider .slick-slider .slick-next{right:5px;transform:rotate(-90deg)}.std .testimonialForm li{list-style:none}@media (max-width:480px){.testimonials-slider figure.testimonial blockquote{padding:25px 0 30px;-webkit-filter:none;filter:none}.testimonials-slider figure.testimonial blockquote::before,.testimonials-slider figure.testimonial blockquote::after{content:''}.testimonials-list figure.testimonial{padding:0}.testimonials-list figure.testimonial blockquote{padding:25px 20px 30px;font-size:16px}.testimonials-list figure.testimonial blockquote::before,.testimonials-list figure.testimonial blockquote::after{content:''}}@keyframes testimonialsSlideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.amasty-hide-price-button {
    margin-bottom: 40px;
}
@media (min-width:768px){.catalog-product-view.lightboxpro-simple .fotorama-item.fotorama--fullscreen{background:rgba(50,50,50,0.75);text-align:center;padding:10px}.catalog-product-view.lightboxpro-simple .fotorama-item.fotorama--fullscreen .fotorama__wrap{max-width:50% !important;margin:0 auto;background:#fff}.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen{background:rgba(50,50,50,0.75);text-align:center;padding:5vh 0}.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__wrap{max-width:95% !important;margin:0 auto;background:#fff}.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__stage{max-height:90vh;padding:10px 0}.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__stage .fotorama__zoom-in,.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__stage .fotorama__zoom-out{display:none}.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs{padding:10px;max-height:calc(90vh - 20px)}.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__thumb-border{display:none}.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__nav__shaft{height:calc(90vh - 20px);border:1px solid #ccc;white-space:normal;overflow:auto}.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__nav__frame--thumb{max-width:50px;max-height:50px;border:1px solid #ccc;padding:1px !important;display:inline-block;vertical-align:top;margin:8px}.catalog-product-view.lightboxpro-advanced .fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__nav__frame--thumb.fotorama__active{border:2px solid #ff5501;padding:0 !important}}.fotorama__nav-wrap--vertical .fotorama__thumb-border:first-child{margin-top:0 !important}.fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__nav__frame:nth-child(2){padding-top:0px !important}.addtocart-checkboxes .products-grid .item{padding-bottom:50px}.addtocart-checkboxes .product-image-wrapper{position:relative}.addtocart-checkboxes .product-image-wrapper .checkbox{position:absolute;right:0;bottom:0}.soldtogether-block{clear:both}.soldtogether-block .amazonstyle-images{margin:10px 0;padding:0;zoom:1}.soldtogether-block .amazonstyle-images::after{clear:both;content:'.';display:block;font-size:0;height:0;visibility:hidden}.soldtogether-block .amazonstyle-images li{display:inline-block;opacity:1;transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.soldtogether-block .amazonstyle-images li.item{position:relative;padding-left:32px}.soldtogether-block .amazonstyle-images li.item::before{position:absolute;content:'';background-image:url(../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_SoldTogether/images/plus.png);background-repeat:no-repeat;background-position:center;display:block;height:32px;width:32px;left:0;top:50%;transform:translateY(-50%)}.soldtogether-block .amazonstyle-images li.item-inactive{opacity:0.3}.soldtogether-block .amazonstyle-checkboxes{clear:both;padding:0}.soldtogether-block .amazonstyle-checkboxes .price-box{display:inline;margin:10px 0}.soldtogether-block .amazonstyle-checkboxes .price-box .minimal-price-link,.soldtogether-block .amazonstyle-checkboxes .price-box p{display:inline}.soldtogether-block .amazonstyle-checkboxes .minimal-price .price-label{font-weight:normal}.soldtogether-block .amazonstyle-checkboxes li{margin:0;padding:2px 5px;list-style:none}.soldtogether-block .amazonstyle-checkboxes li.button-cart{display:inline-block;margin:10px 0 0 0}.soldtogether-block .price-including-tax,.soldtogether-block .price-excluding-tax{display:inline}.soldtogether-block .product-item-name{display:inline;padding-right:5px}.soldtogether-block .totalprice{display:inline;font-weight:bold}.soldtogether-block .totalprice h5{display:inline;margin:5px}.soldtogether-block.amazon-stripe .amazonstyle-images{text-align:center;margin:10px 5px}.soldtogether-block.amazon-stripe .amazonstyle-images li.first{display:none}.soldtogether-block.amazon-stripe .amazonstyle-images li.first+li.plus+li{padding-left:0}.soldtogether-block.amazon-stripe .amazonstyle-images li.first+li.plus+li::before{display:none}.soldtogether-block.amazon-stripe .product-photo-wrapper{display:inline-block;position:relative}.soldtogether-block.amazon-stripe .product-photo-wrapper .checkbox{margin:0;position:absolute;top:.5rem;right:.5rem;z-index:2}.soldtogether-block.amazon-stripe .amazonstyle-checkboxes{align-items:center;display:flex;flex-direction:row;padding:1rem}@media screen and (min-width:768px){.soldtogether-block.amazon-stripe .block-content{display:flex}.soldtogether-block.amazon-stripe .block-content .amazonstyle-images{flex:4;display:flex;justify-content:space-around}.soldtogether-block.amazon-stripe .block-content .amazonstyle-images li{padding-left:0}.soldtogether-block.amazon-stripe .block-content .amazonstyle-images li::before{display:none}.soldtogether-block.amazon-stripe .block-content .amazonstyle-images li:not(.first)+li.plus{position:relative;padding-left:32px}.soldtogether-block.amazon-stripe .block-content .amazonstyle-images li:not(.first)+li.plus::before{position:absolute;content:'';background-image:url(../../frontend/Uapp/argento-essence-custom/de_DE/Swissup_SoldTogether/images/plus.png);background-repeat:no-repeat;background-position:center;display:block;height:32px;width:32px;left:0;top:50%;transform:translateY(-50%)}.soldtogether-block.amazon-stripe .block-content .amazonstyle-checkboxes{flex:1;flex-direction:column-reverse;justify-content:center;padding:0}}.soldtogether-customer-slick{clear:both;max-width:100%}.soldtogether-customer-slick .slick-slide{margin:15px}.soldtogether-customer-slick .slick-slide:first-child{display:block}.soldtogether-customer-slick .product-item{text-align:center}.soldtogether-customer-slick .product-item-name,.soldtogether-customer-slick .product.name a{min-height:40px;overflow:hidden}.soldtogether-customer-slick .product-item-details{margin-bottom:20px}.soldtogether-customer-slick .field.choice{border:1px solid rgba(0,0,0,0.1);border-radius:3px;display:inline-block;padding:7px;transition:all .3s ease}.soldtogether-customer-slick .field.choice:hover{border:1px solid rgba(0,0,0,0.12);background:rgba(0,0,0,0.05);transition:all .3s ease}html:not([lang="he-IL"]) .soldtogether-block .amazonstyle-images .first{padding-left:0;margin-left:0}html:not([lang="he-IL"]) .soldtogether-block .amazonstyle-images .first::before{display:none}html[lang="he-IL"] .soldtogether-block .amazonstyle-images li{float:right}html[lang="he-IL"] .soldtogether-block .amazonstyle-images li:last-child{padding-left:0}html[lang="he-IL"] .soldtogether-block .amazonstyle-images li:last-child::before{display:none}@media screen and (max-width:770px){.soldtogether-block .amazonstyle-images .product-image-container{width:100px !important}}body.rtl .addtocart-checkboxes .product-image-wrapper .checkbox{left:0;right:auto}body.rtl .soldtogether-block .amazonstyle-images li.item:not(.first){padding-left:0;padding-right:32px}body.rtl .soldtogether-block .amazonstyle-images li.item:not(.first)::before{left:auto;right:0}body.rtl .soldtogether-block .product-item-name{padding-left:5px;padding-right:0}body.rtl .soldtogether-block.amazon-stripe .amazonstyle-images li.first+li.plus+li{padding-left:0;padding-right:0}body.rtl .soldtogether-block.amazon-stripe .product-photo-wrapper .checkbox{left:.5rem;right:0}@media screen and (min-width:768px){body.rtl .soldtogether-block.amazon-stripe .block-content .amazonstyle-images li{padding-left:0;padding-right:0}body.rtl .soldtogether-block.amazon-stripe .block-content .amazonstyle-images li:not(.first)+li.plus{padding-left:0;padding-right:32px}body.rtl .soldtogether-block.amazon-stripe .block-content .amazonstyle-images li:not(.first)+li.plus::before{left:auto;right:0}}