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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: '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 #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  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: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  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 #d1d1d1;
  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: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.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: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.apple-pay-button {
  width: 100%;
}
.abs-reset-image-wrapper,
.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;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.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-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products: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,
.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,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.abs-button-l,
.apple-pay-button,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.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: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.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,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.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,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.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-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.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: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Apik/leonidas/nl_NL/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Apik/leonidas/nl_NL/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Apik/leonidas/nl_NL/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Apik/leonidas/nl_NL/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Apik/leonidas/nl_NL/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Apik/leonidas/nl_NL/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Apik/leonidas/nl_NL/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Apik/leonidas/nl_NL/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.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: auto;
  flex-basis: auto;
  -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:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle: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 #999999;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  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: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Apik/leonidas/nl_NL/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.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 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.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;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 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;
}
.field-error,
div.mage-error {
  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 #999999;
  margin-left: 16px;
  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: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  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: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.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;
  display: block;
  text-decoration: none;
  display: inline-block;
  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 > 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: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._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%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Apik/leonidas/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Apik/leonidas/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.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: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 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: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  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: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.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._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;
  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 > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.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: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.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.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Apik/leonidas/nl_NL/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Apik/leonidas/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Apik/leonidas/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Apik/leonidas/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Apik/leonidas/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.ie11 .slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
}
[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-slide > div {
  display: flex;
}
.slick-arrow.slick-hidden {
  display: none;
}
.ambanner-slider-block.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Apik/leonidas/nl_NL/Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.ambanner-slider-wrap .slick-initialized .slick-slide {
  float: left !important;
  height: 100% !important;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-vertical-fade {
  position: relative;
}
.am-vertical-fade:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
  content: '';
}
.ambanner-preloader-block {
  position: relative;
}
.ambanner-preloader-block:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  background: #ffffff url('../../frontend/Apik/leonidas/nl_NL/Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
  content: '';
}
.ambanner-slider-wrap {
  position: relative;
  margin: 20px 0;
}
.ambanner-slider-wrap > .ambanner-title {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ambanner-slider-wrap.-alignment-left {
  margin-right: auto;
}
.ambanner-slider-wrap.-alignment-right {
  margin-left: auto;
}
.ambanner-slider-wrap.-alignment-center {
  margin-right: auto;
  margin-left: auto;
}
.ambanner-slider-block {
  overflow: hidden;
}
.ambanner-slider-block.slick-slider {
  padding: 0;
}
.ambanner-slider-block.slick-slider.slick-dotted {
  margin-bottom: 20px !important;
}
.ambanner-slider-block.-ambanner-preloader:not(.-ambanner-loaded) {
  position: relative;
  height: 30vh;
}
.ambanner-slider-block.-ambanner-preloader:not(.-ambanner-loaded):after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  background: #ffffff url('../../frontend/Apik/leonidas/nl_NL/Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
  content: '';
}
.ambanner-slider-block:not(.-ambanner-loaded) .ambanner-item-block:not(:first-of-type) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.columns .sidebar {
  max-width: 100%;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'ambannerIcons';
  src: url('../../frontend/Apik/leonidas/nl_NL/Amasty_BannerSlider/fonts/ambannerIcons.woff') format('woff');
  font-display: block;
}
.ambanner-icon,
.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.ambanner-button.-show-overlay {
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'ambannerIcons' !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ambanner-icon:before,
.ambanner-arrow-button:before,
.slick-slider .slick-arrow.ambanner-arrow-button:before,
.ambanner-button.-show-overlay:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:before {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1;
}
.ambanner-icon.-angle-left:before,
.ambanner-arrow-button.-angle-left:before,
.slick-slider.-arrows-3 .ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before {
  content: '\e900';
}
.ambanner-icon.-angle-right:before,
.ambanner-arrow-button.-angle-right:before,
.slick-slider.-arrows-3 .ambanner-arrow-button.-next:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before {
  content: '\e901';
}
.ambanner-icon.-arrow-left:before,
.ambanner-arrow-button.-arrow-left:before,
.slick-slider.-arrows-2 .ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before {
  content: '\e902';
}
.ambanner-icon.-arrow-right:before,
.ambanner-arrow-button.-arrow-right:before,
.slick-slider.-arrows-2 .ambanner-arrow-button.-next:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before {
  content: '\e903';
}
.ambanner-icon.-chevron-left:before,
.ambanner-arrow-button.-chevron-left:before,
.ambanner-arrow-button.-prev:before,
.slick-slider[dir='rtl'] .ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-chevron-left:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.ambanner-button.-show-overlay.-chevron-left:before,
.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-chevron-left:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before {
  content: '\e904';
}
.ambanner-icon.-chevron-right:before,
.ambanner-arrow-button.-chevron-right:before,
.ambanner-arrow-button.-next:before,
.slick-slider[dir='rtl'] .ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-chevron-right:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.ambanner-button.-show-overlay.-chevron-right:before,
.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-chevron-right:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before {
  content: '\e905';
}
.ambanner-icon.-show-more:before,
.ambanner-arrow-button.-show-more:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-show-more:before,
.ambanner-button.-show-overlay.-show-more:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-show-more:before {
  content: '\e906';
  font-size: 2rem;
}
.ambanner-icon.-delete:before,
.ambanner-arrow-button.-delete:before,
.ambanner-button.-show-overlay.-ambanner-active:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-delete:before,
.ambanner-button.-show-overlay.-delete:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-delete:before {
  content: '\e907';
  font-size: 1.2rem;
}
.ambanner-overlay-hover .ambanner-image-block.-overlay > .ambanner-image {
  filter: blur(4px);
}
.ambanner-overlay-hover .ambanner-content-overlay {
  visibility: visible;
}
.ambanner-overlay-hover .ambanner-content-block {
  opacity: 1;
  transform: translateY(0);
}
.ambanner-item-block {
  position: relative;
  overflow: hidden;
}
.ambanner-item-block > .ambanner-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.ambanner-item-block.-ambanner-fade .ambanner-content-block {
  position: relative;
  justify-content: flex-start;
}
.ambanner-item-block.-ambanner-fade .ambanner-content-block:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
  content: '';
}
.ambanner-content-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: visibility 0.5s;
}
.ambanner-content-overlay > .ambanner-content-block {
  position: relative;
  z-index: 1;
}
.ambanner-overlay-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  transition: width 0.5s, height 0.5s;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ambanner-content-block {
  display: flex;
  justify-content: center;
  word-break: break-word;
  word-wrap: break-word;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 0 15px;
  width: 100%;
  height: calc(100% - 15px * 2);
  color: #293e52;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ambanner-content-block > .ambanner-title {
  margin: 0 0 15px;
  font-weight: 600;
}
.ambanner-content-block > .ambanner-text {
  font-weight: 300;
}
.-ambanner-arrows .ambanner-content-block {
  padding-right: 65px;
  padding-left: 65px;
}
.-ambanner-dots .ambanner-content-block {
  margin-bottom: 40px;
  height: calc(100% - (15px + 40px));
}
.sidebar .-ambanner-dots .ambanner-content-block {
  margin-bottom: 56px;
  height: calc(100% - (15px * 2 + 36px + 5px));
}
.sidebar .-ambanner-arrows .ambanner-content-block {
  padding-right: 15px;
  padding-left: 15px;
}
.ambanner-image-block > .ambanner-image {
  display: block;
  width: 100%;
  transition: filter 0.3s;
}
.ambanner-controls-hover .ambanner-arrow-button,
.ambanner-slider-block.-ambanner-hover .ambanner-arrow-button,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-arrow-button,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-controls-hover .ambanner-button.-show-overlay,
.ambanner-split-wrap.-ambanner-hover .ambanner-arrow-button,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-button.-show-overlay {
  opacity: 1;
}
.ambanner-controls-hover .ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-hover .ambanner-arrow-button.-prev,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-arrow-button.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-controls-hover .ambanner-button.-show-overlay.-prev,
.ambanner-split-wrap.-ambanner-hover .ambanner-arrow-button.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
  left: 15px;
}
.ambanner-controls-hover .ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-hover .ambanner-arrow-button.-next,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-arrow-button.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-controls-hover .ambanner-button.-show-overlay.-next,
.ambanner-split-wrap.-ambanner-hover .ambanner-arrow-button.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
  right: 15px;
}
.ambanner-controls-hover .ambanner-slider-dots,
.ambanner-slider-block.-ambanner-hover .ambanner-slider-dots,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-slider-dots,
.ambanner-split-wrap.-ambanner-hover .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-arrow-button,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-button.-show-overlay {
  opacity: 1;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
  left: 15px;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
  right: 15px;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.ambanner-slider-block.-ambanner-touchscreen .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.ambanner-button.-show-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  padding: 0;
  width: 36px;
  height: 36px;
  outline: none;
  border: none;
  border-radius: 50%;
  background: #ffffff !important;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  color: transparent;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  cursor: pointer;
  transition-duration: 0.2s;
  transform: translate(0, -50%);
}
.ambanner-arrow-button:hover,
.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.ambanner-button.-show-overlay:hover,
.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus {
  outline: none;
  border: none;
  background: #ffffff !important;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  color: transparent;
}
.ambanner-arrow-button:not(.primary),
.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.ambanner-button.-show-overlay:not(.primary),
.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary) {
  border-radius: 50%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
body:not(._keyfocus) .ambanner-arrow-button:focus,
.ambanner-arrow-button:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary):focus,
body:not(._keyfocus) .ambanner-button.-show-overlay:focus,
.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary):focus {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}
.ambanner-arrow-button:active,
.slick-slider .slick-arrow.ambanner-arrow-button:active,
.ambanner-button.-show-overlay:active,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:active {
  background: #333333 !important;
}
.ambanner-arrow-button:active:before,
.slick-slider .slick-arrow.ambanner-arrow-button:active:before,
.ambanner-button.-show-overlay:active:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:active:before {
  color: #ffffff;
}
.ambanner-arrow-button.slick-disabled:before,
.slick-slider .slick-arrow.ambanner-arrow-button.slick-disabled:before,
.ambanner-button.-show-overlay.slick-disabled:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.slick-disabled:before {
  color: #dadada;
}
.ambanner-arrow-button.-prev,
.slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-button.-show-overlay.-prev,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
  left: 0;
  transition-property: opacity, left;
}
.ambanner-arrow-button.-next,
.slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-button.-show-overlay.-next,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
  right: 0;
  transition-property: opacity, right;
}
.slick-slider.-arrows-2 .ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay {
  border: 2px solid transparent;
  border-radius: 0;
}
.slick-slider.-arrows-2 .ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus {
  border: 2px solid #333333;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.slick-slider.-arrows-2 .ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary) {
  border-radius: 0;
}
body:not(._keyfocus) .slick-slider.-arrows-2 .ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.slick-slider[dir='rtl'] .ambanner-arrow-button.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
  right: 15px;
  left: auto;
}
.slick-slider[dir='rtl'] .ambanner-arrow-button.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-next,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
  right: auto;
  left: 15px;
}
.ambanner-slider-dots {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: 0;
  padding: 0 0 15px;
  list-style-type: none;
  text-align: center;
  line-height: 1;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity, bottom;
  pointer-events: none;
}
.ambanner-slider-dots > li {
  display: inline-flex;
  margin: 0 4px;
  pointer-events: auto;
}
.ambanner-slider-dots button,
.ambanner-slider-dots .cart.table-wrapper .actions-toolbar > .action,
.ambanner-slider-dots .action-gift {
  padding: 0;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: none;
  font-size: 0;
  line-height: 1;
  transition: width 0.3s ease-in-out;
}
.ambanner-slider-dots .slick-active button,
.ambanner-slider-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.ambanner-slider-dots .slick-active .action-gift {
  width: 25px;
  background: #333333;
  transition: width 0.3s ease-in-out;
}
.-dots-2 .ambanner-slider-dots button,
.-dots-2 .ambanner-slider-dots .cart.table-wrapper .actions-toolbar > .action,
.-dots-2 .ambanner-slider-dots .action-gift {
  width: 25px;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #ffffff;
}
.-dots-2 .ambanner-slider-dots .slick-active button,
.-dots-2 .ambanner-slider-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.-dots-2 .ambanner-slider-dots .slick-active .action-gift {
  width: 50px;
  background: #333333;
}
.-dots-3 .ambanner-slider-dots button,
.-dots-3 .ambanner-slider-dots .cart.table-wrapper .actions-toolbar > .action,
.-dots-3 .ambanner-slider-dots .action-gift {
  border: 1px solid #333333;
  border-radius: 50%;
  background: none;
  transition: none;
}
.-dots-3 .ambanner-slider-dots .slick-active button,
.-dots-3 .ambanner-slider-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.-dots-3 .ambanner-slider-dots .slick-active .action-gift {
  width: 8px;
  background: #333333;
  transition: none;
}
.ambanner-button.-show-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 7;
  transform: none;
}
.sidebar .ambanner-arrow-button,
.sidebar .slick-slider .slick-arrow.ambanner-arrow-button,
.sidebar .ambanner-button.-show-overlay,
.sidebar .slick-slider .slick-arrow.ambanner-button.-show-overlay {
  top: calc(100% - (36px + 15px));
  transform: none;
}
.sidebar .ambanner-button.-show-overlay {
  top: 15px;
}
.sidebar .ambanner-slider-dots {
  padding: 0 0 29px;
}
.ambanner-split-wrap {
  position: relative;
}
.ambanner-split-block.ambanner-slider-top {
  pointer-events: none;
}
.ambanner-split-block.ambanner-slider-top .ambanner-slider-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.ambanner-split-block.ambanner-slider-top .ambanner-slider-dots,
.ambanner-split-block.ambanner-slider-top .ambanner-arrow-button:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay) {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ambanner-split-wrap.-ambanner-hover .ambanner-split-block .ambanner-image-block.-overlay > .ambanner-image {
  filter: none;
}
.ambanner-slider-top .ambanner-slider-block.-ambanner-preloader:not(.-ambanner-loaded):after {
  content: none;
}
.ambanner-bubble-element {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  pointer-events: none;
}
.ambanner-bubble-element.-ambanner-active {
  opacity: 0;
  transition: width .7s, height .7s, opacity .3s .4s;
}
.ambanner-bubble-element.-right {
  right: calc(33px);
  transform: translate(50%, -50%);
}
.ambanner-bubble-element.-left {
  left: calc(33px);
  transform: translate(-50%, -50%);
}
.ambanner-slider-block.-ambanner-bubble .ambanner-arrow-button:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.ambanner-arrow-button:before,
.ambanner-slider-block.-ambanner-bubble .ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.ambanner-button.-show-overlay:before {
  position: relative;
  z-index: 6;
}
.sidebar .ambanner-bubble-element {
  top: calc(100% - (33px));
}
.sidebar .ambanner-bubble-element.-right {
  right: calc(33px);
  transform: translate(50%, -50%);
}
.sidebar .ambanner-bubble-element.-left {
  left: calc(33px);
  transform: translate(-50%, -50%);
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
#bundleSummary .title,
#bundleSummary .bundle-summary,
#bundleSummary .product-addto-links,
#bundleSummary .price-box {
  display: none;
}
.amcart-message-box,
.am-related-box {
  min-width: 320px;
}
.amcart-message-box.required,
.am-related-box.required {
  color: #e02b27;
}
.amcart-message-box.price-box,
.am-related-box.price-box {
  margin: 5px 0 0 10px;
}
.amcart-message-box.price-box p,
.am-related-box.price-box p {
  margin: 0;
  padding: 0;
}
.amcart-message-box .text,
.am-related-box .text {
  font-size: 14px;
  font-weight: normal;
}
.amcart-message-box .product-info-main,
.am-related-box .product-info-main {
  float: none;
  width: auto !important;
}
.amcart-message-box .related,
.am-related-box .related {
  margin: 0 auto;
  width: 320px;
}
.amcart-message-box .product-add-form,
.am-related-box .product-add-form {
  margin: 0 25px;
  text-align: left;
}
.amcart-message-box .product-item-actions,
.am-related-box .product-item-actions {
  display: block;
}
.amcart-message-box .amcart-subtotal,
.am-related-box .amcart-subtotal {
  font-size: 14px;
}
.amcart-message-box #amcart-count,
.am-related-box #amcart-count {
  margin-bottom: 0;
  font-size: 14px;
}
.amcart-message-box .stock.unavailable,
.am-related-box .stock.unavailable {
  margin-top: 10px;
}
.amcart-message-box {
  margin: 40px auto 13px;
}
.amcart-message-box .product-options-bottom .actions,
.amcart-message-box .box-tocart .actions {
  display: none;
}
.am-related-box {
  margin: 20px auto 13px;
}
.am-related-box .am-title {
  text-transform: uppercase;
  color: #333;
}
.am-related-box .am-product-image.product {
  position: relative;
  margin: 0 0 5px 0;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
#confirmOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
#confirmOverlay img {
  display: inline;
}
#confirmBox {
  position: relative;
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  overflow-y: auto;
  /* rewrite magento styles*/
}
#confirmBox > p {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  line-height: normal;
  font-weight: normal;
  background: none;
  font-size: 16px;
}
#confirmBox > .cross {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 21px;
  z-index: 9;
}
#confirmBox > .cross:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
#confirmBox .am-actions-wrapper > .towishlist,
#confirmBox .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
#confirmBox .am-actions-wrapper > .towishlist:before,
#confirmBox .am-actions-wrapper > .tocompare:before {
  content: '';
}
#confirmBox .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
#confirmBox .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
#confirmBox .product-item-name {
  margin: 0 0 10px;
}
#confirmBox .am-slider {
  margin: 15px 0 0 0;
}
#confirmBox .actions-secondary .action {
  color: #666666;
}
#confirmBox .product-item .price-box {
  margin: 0 0 15px;
}
#confirmBox .product-options-bottom .product-social-links {
  display: none;
}
#confirmBox .product-options-bottom .grouped .price-box .price-container .price,
#confirmBox .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
#confirmBox .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 45%;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  padding: 7px 10px;
}
.amcart-confirm-buttons .button:hover {
  opacity: .8;
}
.amcart-confirm-buttons .checkout {
  display: block;
  padding: 25px 0 8px 0;
  font-size: 16px;
}
.amcart-confirm-buttons .button:last-child {
  margin-right: 0;
}
.amcart-confirm-buttons .am-btn-left {
  margin-right: 10px;
}
.amcart-confirm-buttons button.am-btn-right,
.amcart-confirm-buttons button.am-btn-left,
.amcart-confirm-buttons .cart.table-wrapper .actions-toolbar > .action.am-btn-right,
.amcart-confirm-buttons .cart.table-wrapper .actions-toolbar > .action.am-btn-left,
.amcart-confirm-buttons .action-gift.am-btn-right,
.amcart-confirm-buttons .action-gift.am-btn-left {
  border: 0;
}
.amcart-confirm-buttons .timer {
  display: none;
}
.product-details {
  position: relative;
  bottom: 3px;
}
.am-cart-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  text-align: center;
}
.added-item {
  display: block;
  margin: 33px 15px 5px;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  word-break: break-word;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: .4;
}
#am-a-count {
  font-weight: bold;
}
#am-a-count:visited {
  color: #000;
}
.amcart-message-box .products .product-item-name {
  margin: 0;
}
.amcart-message-box .products .product-item-actions .secondary-addto-links,
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto;
}
.amcart-message-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.am-related-box .products .product-item-name {
  margin: 0;
}
.am-related-box .products .product-item-actions .secondary-addto-links,
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto 10px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper {
  position: absolute;
  top: -30px;
  right: 0;
  margin: 0;
  display: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action:before {
  line-height: 30px;
}
.am-related-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.am-slider.owl-carousel .owl-prev {
  float: left;
  margin-left: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-next {
  float: right;
  margin-right: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-nav .disabled {
  opacity: .3;
}
.am-slider.owl-carousel .product-item {
  margin: 0 auto;
}
.am-slider.owl-carousel .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.am-slider.arrow {
  width: 18px;
  height: 35px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
  cursor: pointer;
}
.am-slider.arrow.-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.am-photo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.amcart-message-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcart-message-box .owl-stage .product-item,
.amcart-message-box .owl-stage .product-item-info {
  height: 100%;
}
.amcart-message-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.am-related-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.am-related-box .owl-stage .product-item,
.am-related-box .owl-stage .product-item-info {
  height: 100%;
}
.am-related-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.am-related-title {
  margin: 20px 40px;
  font-size: 15px;
  height: 1px;
  background: #cecccc;
  line-height: 0;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
#amimg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#amprogress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.1) 0%, rgba(11, 11, 11, 0.6) 100%) repeat-x rgba(11, 11, 11, 0.2);
}
div.swatch-option-tooltip {
  z-index: 99999;
}
#confirmBox .error {
  margin: 33px 15px 5px;
}
[data-post-ajax] {
  cursor: pointer;
}
.amcart-message-box .bundle-options-wrapper {
  margin-top: 25px;
}
.amcart-message-box .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amcart-message-box .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amcart-message-box .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amcart-message-box .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amcart-message-box .block-bundle-summary {
  display: none;
}
.page-product-downloadable .amcart-message-box .product-add-form {
  margin-bottom: 0;
}
.page-product-downloadable .amcart-message-box .product-options-bottom,
.page-product-downloadable .amcart-message-box .product-options-wrapper {
  float: none;
  width: auto;
}
.page-product-downloadable .amcart-message-box .box-tocart .field.qty {
  display: block;
  margin-bottom: 6px;
}
.page-products .amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap {
  /* don't hide grouped price*/
}
.amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap .amcart-confirm-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left,
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-right {
  font-size: 18px;
  margin: auto;
  max-width: 260px;
  width: 100%;
}
.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px;
}
.amcart-minipage-wrap .am-photo-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amcart-minipage-wrap .am-photo-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
  vertical-align: middle;
}
.amcart-minipage-wrap .product-options-bottom .price-box {
  display: none;
}
.amcart-minipage-wrap .product-options-bottom .grouped .price-box {
  display: block;
}
.ampage-top-info,
.ampage-bottom-info {
  text-align: left;
}
.ampage-top-info {
  margin: 5px 25px 15px;
}
.ampage-top-info > .am-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.ampage-top-info > .am-rating .rating-summary {
  vertical-align: text-bottom;
}
.ampage-top-info > .am-price,
.ampage-top-info > .am-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amcart-confirm-block .reviews-actions .action {
  color: #000000;
  font-size: 14px;
  margin-left: 15px;
}
.ampage-bottom-info > .am-description {
  font-size: 12px;
  margin: 0 25px;
}
.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px;
}
.amcart-product-notice {
  background: #fffae5;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
}
.amcart-product-notice p {
  margin-bottom: 0;
}
.amcart-qty-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  margin: 0 5px 0 7px;
}
.amcart-qty-wrap > .amcart-label {
  position: absolute;
  top: 0;
  margin-right: 8px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.amcart-qty-wrap > .amcart-control {
  position: relative;
  width: 25px;
  height: 30px;
  background: #b2b2b2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.amcart-qty-wrap > .amcart-control:hover {
  background: #999999;
}
.amcart-qty-wrap > .amcart-control.-minus {
  order: 1;
}
.amcart-qty-wrap > .amcart-control.-minus:before {
  content: '-';
}
.amcart-qty-wrap > .amcart-control.-plus {
  order: 3;
}
.amcart-qty-wrap > .amcart-control.-plus:before {
  content: '+';
}
.amcart-qty-wrap > .amcart-input,
.amcart-qty-wrap > .amcart-input.input-text.qty {
  margin: 0 5px;
  padding: 3px;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  order: 2;
}
.amcart-qty-wrap > .amcart-refresh {
  margin-left: 10px;
  width: 20px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  order: 4;
  cursor: pointer;
  opacity: .7;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1240px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button,
.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .opc-block-summary .minicart-items .action-gift {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.admin__fieldset > .admin__field > .admin__field-control.-amcform-from-to-ranges {
  margin-left: 40px;
}
.frmb.ui-sortable {
  min-height: 300px;
}
.form-builder-wrap {
  min-height: 600px;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[id^='frmb-'][id$='-form-wrap'] .cb-wrap.pull-right {
  position: relative;
  padding-bottom: 40px;
  min-height: 300px;
}
[id^='frmb-'][id$='-form-wrap'] textarea {
  max-width: 100%;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
}
.fb-date .ui-datepicker-trigger {
  position: relative;
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../../frontend/Apik/leonidas/nl_NL/Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../../frontend/Apik/leonidas/nl_NL/Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../../frontend/Apik/leonidas/nl_NL/Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.amcform-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: 0.1s all ease-in;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'amcform';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amcform-icon.-chevron-left:before {
  content: '\e906';
}
.amcform-icon.-chevron-right:before {
  content: '\e905';
}
.amcform-icon.-cross:before {
  content: '\e904';
}
.amcform-icon.-sent:before {
  content: '\e903';
}
.amcform-icon.-pending:before {
  content: '\e94e';
}
.amcform-icon.-view:before {
  content: '\e900';
}
.amcform-icon.-edit:before {
  content: '\e901';
}
.amcform-icon.-remove:before {
  content: '\e902';
}
.amform-form {
  margin: 0 auto 10px;
  max-width: 700px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form .fb-number .control {
  max-width: 200px;
}
.amform-groupv2 {
  display: inline-block;
}
.amcform-gdpr {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.amcform-gdpr a {
  text-decoration: underline;
}
.amform-form .amcform-gdpr > .label > .amform-checkbox {
  display: inline-block;
  opacity: 1;
}
.amform-versiontwo-label {
  display: inline;
  margin-right: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary,
.amform-form .amform-hide-formload.amshopby-button,
.amform-form .amform-hide-formload.am-filter-go {
  display: none;
}
.amform-form .action.primary,
.amform-parent .action.primary,
.amform-form .amshopby-button,
.amform-parent .amshopby-button,
.amform-form .am-filter-go,
.amform-parent .am-filter-go {
  background: #006bb4;
  min-width: 120px;
  padding: 9px;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .amshopby-button:hover,
.amform-parent .amshopby-button:hover,
.amform-form .am-filter-go:hover,
.amform-parent .am-filter-go:hover {
  background: #2f5bcd;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled,
.amform-form .amshopby-button:disabled,
.amform-parent .amshopby-button:disabled,
.amform-form .am-filter-go:disabled,
.amform-parent .am-filter-go:disabled {
  background: #c4d1f3;
}
.amcform-toolbar {
  text-align: right;
}
.amcform-toolbar > div {
  display: inline-block;
}
.amform-form:not(.default) .amform-checkbox,
.amform-form:not(.default) .amform-radio,
.amform-form:not(.default) .amform-checkboxtwo,
.amform-form:not(.default) .amform-radiotwo {
  display: block;
  opacity: 0;
}
.amform-form:not(.default) .amform-checkbox + label,
.amform-form:not(.default) .amform-radio + label,
.amform-form:not(.default) .amform-checkboxtwo + label,
.amform-form:not(.default) .amform-radiotwo + label {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
}
.amform-form:not(.default) .amform-checkbox + label:before,
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-checkboxtwo + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amform-form:not(.default) .amform-checkbox:checked + label:before,
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #3f6ad8;
  border-color: #3f6ad8;
}
.amform-form:not(.default) .amform-checkbox:checked + label:after,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  height: 9px;
  left: 5px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 4px;
}
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border-radius: 50%;
}
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #ffffff;
  border-width: 4px;
}
.amform-form:not(.default) .kc-toggle {
  background: #e3e3e3;
  border: 0;
  border-radius: 20px;
  height: 16px;
  margin: 0 4px 0 0;
  width: 26px;
}
.amform-form:not(.default) .kc-toggle.on {
  background: #3f6ad8;
}
.amform-form:not(.default) .kc-toggle .kct-inner {
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}
.amform-form:not(.default) .kc-toggle.on .kct-inner {
  left: 12px;
}
.amform-form:not(.default) .kct-on,
.amform-form:not(.default) .kct-off,
.amform-form:not(.default) .kct-handle {
  display: none;
}
.amcform-page-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.amcform-step {
  margin: 0 auto 20px;
  width: 38px;
  height: 38px;
  border: 1px solid #3f6ad8;
  border-radius: 50%;
  background-color: #3f6ad8;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.amcform-title-wrap {
  position: relative;
  flex-grow: 1;
  margin-bottom: 18px;
  min-width: 90px;
  max-width: 148px;
  text-align: center;
}
.amcform-title-wrap:before,
.amcform-title-wrap:after {
  position: absolute;
  top: 17px;
  right: 51%;
  display: block;
  width: 100%;
  height: 4px;
  background: #e3e3e3;
  content: '';
}
.amcform-title-wrap:after {
  right: auto;
  left: 50%;
  content: none;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:after {
  content: none;
}
.amcform-title-wrap .amcform-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px;
  color: #333333;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.amcform-title-wrap .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #92b0ff;
}
.amcform-title-wrap.ui-state-active ~ .amcform-title-wrap:before {
  background: #e3e3e3;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  border-color: #e3e3e3;
  background: #ffffff;
  color: #b8b8b8;
}
.amcform-title-wrap.-error .amcform-step {
  border-color: #eb5757;
  background: #eb5757 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center center no-repeat;
  color: #fff;
  font-size: 0;
}
.amcform-title-wrap.-disabled .amcform-label {
  color: #b8b8b8;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #3f6ad8;
}
.amcform-title-wrap.-error .amcform-label {
  color: #eb5757;
}
.action.primary.amcform-next,
.action.primary.amcform-prev,
.amshopby-button.amcform-next,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-next,
.am-filter-go.amcform-prev {
  display: inline-block;
  margin: 20px auto;
}
.action.primary.amcform-prev,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit,
.amshopby-button.amcform-submit,
.am-filter-go.amcform-submit {
  float: none;
}
.-popup-opened {
  overflow: hidden;
}
.amcform-popup-block {
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amcform-popup-block.-active {
  display: flex;
}
.amcform-popup-block .amcform-popup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  max-height: 100%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
}
.amcform-popup-block .amcform-popup.-prompt {
  max-width: 440px;
  text-align: center;
}
.amcform-popup-block .amcform-title,
.amcform-popup-block .amcform-content,
.amcform-popup-block .amcform-toolbar {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
}
.amcform-popup-block .amcform-content {
  padding: 30px 0 0;
}
.amcform-popup-block .amcform-labels-list {
  display: none;
}
.amcform-popup-block .amcform-title {
  font-weight: 400;
}
.amcform-popup-block .amcform-header {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-popup-block .amcform-desc {
  margin: 0;
  padding: 20px 0 0;
}
.amcform-popup-block .amcform-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.amcform-popup-block .amcform-button {
  margin: 0 7px;
}
.amcform-popup-block .amcform-button.-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #e1e1e1;
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon {
  color: #000000;
}
.amcform-popup-block .amcform-toolbar {
  flex-direction: column;
}
.amcform-popup-block .amcform-toolbar .amcform-button {
  width: 100%;
}
.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
  margin-top: 15px;
}
.amcform-popup-block .amform-form {
  width: 100%;
}
.amcform-popup-block .amform-form,
.amcform-popup-block .amform-form .amform-form-fieldset,
.amcform-popup-block .amform-form .fieldset:last-child {
  margin-bottom: 0;
}
.amcform-popup-block .amform-form .amcform-toolbar {
  padding-top: 10px;
}
.amcform-popup-block .amform-form .fb-number {
  max-width: 100%;
}
.amform-parent .amcform-popup {
  max-width: 700px;
  width: 100%;
}
.amform-parent .amform-show-popup.-hidden {
  display: none;
}
.amcform-popup-block.modal-popup .modal-inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title {
  border: 0;
  font-size: 22px;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 20px;
  text-align: center;
}
.linear-theme.rendered-form {
  max-width: 720px;
}
.linear-theme .fields {
  margin: 0 -20px;
  padding: 0 20px;
}
.linear-theme.rendered-form .form-control,
.linear-theme.rendered-form .amform-date,
.linear-theme.rendered-form .amform-time {
  position: relative;
  z-index: 1;
  padding: 0;
  min-height: 30px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333333;
}
.linear-theme.rendered-form .form-control:focus,
.linear-theme.rendered-form .amform-date:focus,
.linear-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
}
.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control:focus::placeholder,
.linear-theme.rendered-form .amform-date:focus::placeholder,
.linear-theme.rendered-form .amform-time:focus::placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control.mage-error,
.linear-theme.rendered-form .amform-date.mage-error,
.linear-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.linear-theme.rendered-form .form-control[multiple],
.linear-theme.rendered-form .amform-date[multiple],
.linear-theme.rendered-form .amform-time[multiple] {
  padding-top: 10px;
}
.linear-theme.rendered-form .form-control:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: transparent;
}
.linear-theme.rendered-form .form-control::placeholder,
.linear-theme.rendered-form .amform-date::placeholder,
.linear-theme.rendered-form .amform-time::placeholder {
  color: transparent;
}
.linear-theme.rendered-form textarea.form-control {
  padding-top: 6px;
  min-height: 46px;
}
.linear-theme.rendered-form .field,
.linear-theme.rendered-form .fieldset > .field.form-group,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group {
  position: relative;
  margin-bottom: 24px;
  padding: 0 20px;
}
.linear-theme.rendered-form .field.amform-layout-two,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two {
  margin-right: 0;
  max-width: 50%;
}
.linear-theme.rendered-form .field.amform-layout-three,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
  margin-right: 0;
  max-width: 33.33333333%;
}
.linear-theme.rendered-form .field .required,
.linear-theme.rendered-form .fieldset > .field.form-group .required,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .required {
  color: inherit;
}
.linear-theme.rendered-form .field .tooltip-element,
.linear-theme.rendered-form .fieldset > .field.form-group .tooltip-element,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .tooltip-element {
  z-index: 2;
  background: #3f6ad8;
}
.linear-theme.rendered-form .field.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amcform-gdpr > .label {
  position: static;
}
.linear-theme.rendered-form .field > .label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  position: absolute;
  top: 6px;
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.linear-theme.rendered-form .field > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .field > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .field > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-file-label {
  position: relative;
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label,
.linear-theme.rendered-form .field.-has-content > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .field.fb-time > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.fb-time > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.fb-time > .label {
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label {
  color: #3f6ad8;
}
.linear-theme.rendered-form div.mage-error[generated] {
  margin-top: 2px;
  color: #eb5757;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -15px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger:before {
  width: 12px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);
  content: '';
}
.linear-theme.rendered-form input[type=checkbox],
.linear-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.linear-theme.rendered-form input[type=checkbox]:focus,
.linear-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
/* Pagination */
.linear-theme .amcform-page-titles {
  align-items: stretch;
  padding: 0 20px;
}
.linear-theme .amcform-step {
  display: none;
}
.linear-theme .amcform-title-wrap {
  display: block;
  flex: 1;
  margin: 0 0 16px 0;
  text-align: left;
}
.linear-theme .amcform-title-wrap:after,
.linear-theme .amcform-title-wrap:before {
  display: none;
}
.linear-theme .amcform-title-wrap.ui-state-active .amcform-title {
  border-color: #3f6ad8;
}
.linear-theme .amcform-title-wrap.-disabled .amcform-title {
  border-color: #e3e3e3;
}
.linear-theme .amcform-title-wrap.-error .amcform-title {
  border-color: #eb5757;
}
.linear-theme .amcform-title {
  display: block;
  margin: 0;
  padding-bottom: 7px;
  min-height: 100%;
  max-width: 100%;
  border-bottom: 7px solid #92b0ff;
  text-align: left;
}
.circle-theme.rendered-form .form-control,
.circle-theme.rendered-form .amform-date,
.circle-theme.rendered-form .amform-time {
  padding: 9px;
  min-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.circle-theme.rendered-form .form-control:focus,
.circle-theme.rendered-form .amform-date:focus,
.circle-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
  color: #333333;
}
.circle-theme.rendered-form .form-control.mage-error,
.circle-theme.rendered-form .amform-date.mage-error,
.circle-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.circle-theme.rendered-form .form-control::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-time::-webkit-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control::-moz-placeholder,
.circle-theme.rendered-form .amform-date::-moz-placeholder,
.circle-theme.rendered-form .amform-time::-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-moz-placeholder,
.circle-theme.rendered-form .amform-date:-moz-placeholder,
.circle-theme.rendered-form .amform-time:-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-ms-input-placeholder,
.circle-theme.rendered-form .amform-date:-ms-input-placeholder,
.circle-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form input[type='file'].form-control {
  padding: 0;
  border: 0;
}
.circle-theme.rendered-form input[type=checkbox],
.circle-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.circle-theme.rendered-form input[type=checkbox]:focus,
.circle-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
.circle-theme.rendered-form div.mage-error[generated] {
  position: relative;
  top: -2px;
  z-index: -1;
  margin-top: 0;
  padding: 2px 10px 0 10px;
  border-radius: 0 0 4px 4px;
  background: #eb5757;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.circle-theme.rendered-form .field .label,
.circle-theme.rendered-form .fieldset > .field.form-group .label,
.circle-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  font-weight: 400;
}
.circle-theme.rendered-form .required {
  color: inherit;
}
.circle-theme.rendered-form .tooltip-element {
  background: #3f6ad8;
}
/* Pagination */
.circle-theme .amcform-page-titles {
  align-items: center;
}
.circle-theme .amcform-title {
  display: flex;
  align-items: center;
  max-width: initial;
}
.circle-theme .amcform-step {
  margin: 0 10px 0 0;
  min-width: 38px;
  border-radius: 15px;
}
.circle-theme .amcform-label {
  text-align: left;
}
.circle-theme .amcform-title-wrap:after,
.circle-theme .amcform-title-wrap:before {
  display: none;
}
.circle-theme .amcform-title-wrap + .amcform-title-wrap {
  margin-left: 30px;
}
.circle-theme .amcform-title-wrap:nth-child(3n + 1) {
  margin-left: 0;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step {
  border-color: #bfd1ff;
  background: #bfd1ff;
  color: #fff;
}
.circle-theme .amform-form .action.primary,
.circle-theme .amform-form .amshopby-button,
.circle-theme .amform-form .am-filter-go {
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amform-body .ui-datepicker .ui-datepicker-header {
  padding: 16px 22px;
}
.amform-body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 70px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  box-shadow: none;
}
.amform-body .ui-datepicker .ui-datepicker-prev,
.amform-body .ui-datepicker .ui-datepicker-next {
  top: 20px;
  right: 22px;
  left: auto;
}
.amform-body .ui-datepicker .ui-datepicker-prev {
  right: 38px;
}
.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  transform: rotate(135deg);
}
.amform-body .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 10px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar th {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  background: transparent;
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 0;
  text-align: center;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background: none;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child {
  padding-left: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child {
  padding-right: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 10px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover {
  background: #edf4ff;
  color: #333333;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight {
  background: #e3e3e3;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active {
  background: #3f6ad8;
  color: #fff;
  font-weight: 700;
}
.amcform-button:not(.primary) {
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcform-button:not(.primary):hover,
.amcform-button:not(.primary):active,
.amcform-button:not(.primary):focus {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.amcform-button:not(.primary):before,
.amcform-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amcform-button:not(.primary).-disabled {
  pointer-events: none;
}
.amcform-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amcform-button.-clear,
.amcform-button.-default,
.amcform-button.-with-icon,
.amcform-button.-error {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-clear:active,
.amcform-button.-clear:hover,
.amcform-button.-clear:focus,
.amcform-button.-default:active,
.amcform-button.-default:hover,
.amcform-button.-default:focus,
.amcform-button.-with-icon:active,
.amcform-button.-with-icon:hover,
.amcform-button.-with-icon:focus,
.amcform-button.-error:active,
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 10px;
  min-width: 130px;
  background-color: #3f6ad8;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  background-color: #2f5bcd;
}
.amcform-button.-default:focus,
.amcform-button.-error:focus {
  background-color: #2f5bcd;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #000000;
}
.amcform-button.-default:active,
.amcform-button.-error:active {
  background-color: #1846be;
}
.amcform-button.-error {
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
}
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: 1px solid #ee2e2e;
  background-color: #ffc8c8;
}
.amcform-button.-error:active {
  border: 1px solid #d21616;
  background-color: #fff;
}
.amcform-button.-with-icon {
  padding: 10px 15px;
  min-width: auto;
  background-color: transparent;
  color: #333;
}
.amcform-button.-with-icon > .amcform-icon {
  margin-right: 10px;
  color: #c7c7c7;
}
.amcform-button.-with-icon:hover {
  background-color: #eee;
}
.amcform-button.-with-icon:focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #000000;
}
.amcform-button.-with-icon:active {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon.-remove,
.amcform-button.-with-icon.-remove:active {
  color: #eb5757;
}
.amcform-button.-with-icon.-small {
  padding: 10px;
  font-size: 0;
}
.amcform-button.-with-icon.-small > .amcform-icon {
  margin: 0;
}
@media (min-width: 1500px) {
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons .-amasty-customform-export-button {
    position: absolute;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #e3e3e3;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_csv {
    left: 133px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_pdf {
    left: 460px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-inner:before {
    content: none;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_csv {
    left: 15px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_pdf {
    left: 342px;
  }
}
.amcform-page-wrap {
  display: flex;
  flex-wrap: wrap;
}
.amcform-page-wrap .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.amcform-page-wrap .amform-layout-one {
  width: 100%;
}
.amcform-table-wrap > .amcform-title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-table-wrap .fb-googlemap .map {
  height: 350px;
}
.amcform-table-wrap .am-address {
  margin-bottom: 20px;
}
.amcform-table-block {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  color: #666;
}
.amcform-table-block .amcform-tr {
  border: none;
}
.amcform-table-block .amcform-tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.amcform-table-block .amcform-th {
  padding: 10px;
  width: 25%;
  border: none;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
.amcform-table-block .amcform-td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.amcform-table-block .amcform-link,
.amcform-table-block .amcform-td a {
  color: #666;
}
.amcform-google-map .amcform-text {
  margin: 0;
}
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  width: 70%;
  background-color: #fff;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 15px;
}
.fb-googlemap .gm-svpc {
  display: none;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container {
  z-index: 999;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  max-width: 1130px;
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  border-bottom: none;
  color: #5384ec;
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdpr-modal-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  background: #ffffff;
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.amgdpr-notification-container {
  background: #ffeaac;
  font-weight: 600;
  margin-left: 10px;
  padding: 25px;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 40px 0 0 40px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link,
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second,
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.ammenu-header-container {
  min-height: 64px;
  position: relative;
}
.ammenu-header-container.page-header {
  margin-bottom: 0;
}
.ammenu-header-container.-sticky .header.content {
  background: #fff;
}
.ammenu-header-container.-sticky .ammenu-button.-hamburger {
  margin-left: 20px;
}
.ammenu-menu-wrapper {
  margin-bottom: 35px;
}
.ammenu-menu-wrapper .ammenu-item {
  margin: 0;
}
.ammenu-menu-wrapper .ammenu-main-container {
  box-sizing: border-box;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link {
  -webkit-animation: ammenu-animation__fadeIn 0.1s forwards;
  animation: ammenu-animation__fadeIn 0.1s forwards;
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-link.-simple {
  font-size: 1.6rem;
  line-height: 20px;
  padding: 0 0 20px 0;
}
.ammenu-menu-wrapper .ammenu-link.-all-link {
  text-decoration: underline;
}
.ammenu-menu-wrapper .ammenu-link.-disabled {
  cursor: none;
  pointer-events: none;
}
.ammenu-menu-wrapper .ammenu-text-block {
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin: 0;
  position: relative;
}
.ammenu-menu-wrapper .ammenu-label {
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.ammenu-menu-wrapper .ammenu-label:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 20px;
  -webkit-mask-size: cover;
  mask-size: cover;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle {
  cursor: pointer;
  pointer-events: all;
  transition: .3s;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:hover {
  filter: brightness(85%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:active {
  filter: brightness(50%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-icon {
  margin-right: 10px;
}
.ammenu-menu-wrapper .ammenu-icon-block path {
  fill: currentColor;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background-color: rgba(51, 58, 64, 0.2);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 271;
}
.ammenu-menu-wrapper table img {
  max-width: inherit;
}
.ammenu-menu-wrapper [data-appearance='carousel'] {
  max-width: 100%;
  min-width: 200px;
  width: 100%;
}
.ammenu-nav-sections {
  background: #fff;
  z-index: 9;
}
.ammenu-nav-sections:not(.-topmenu) {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInLeft';
  animation-name: 'ammenu-animation__fadeInLeft';
}
.ammenu-header-container .header.content {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  margin-bottom: 10px;
  position: relative;
}
.ammenu-header-container .header.content .ammenu-logo {
  display: inline-flex;
  margin: 0 auto 0 0;
  min-width: 110px;
}
.ammenu-header-container .header.content .compare .item {
  margin: 0;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 0 10px;
}
.ammenu-header-container .header.content .block-search {
  margin-top: 0;
}
.ammenu-robots-navigation {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
.ammenu-tabs-list {
  display: flex;
  border-radius: 8px;
  font-size: 1.6rem;
  margin: 0 20px 20px;
  padding: 8px;
}
.ammenu-tabs-list .ammenu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-grow: 1;
}
.ammenu-tabs-list .ammenu-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: 0.1s all ease-in;
  border-radius: 6px;
  font-size: 1.6rem;
  min-height: 32px;
  padding: 5px;
  width: 100%;
}
.ammenu-tabs-list .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-tabs-list .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button.-active {
  font-weight: 700;
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
.ammenu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  min-width: 40px;
  outline: none;
  transition: .1s;
  width: 40px;
  z-index: 1;
}
.ammenu-toggle .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-toggle:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-toggle:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-hamburger {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid;
  border-color: inherit;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 1px solid;
  cursor: pointer;
  display: inline-flex;
  height: 17px;
  margin: 20px 20px 20px 0;
  padding: 0;
  position: relative;
  transition: none;
  width: 25px;
}
.ammenu-button.-hamburger:hover {
  filter: brightness(85%);
}
.ammenu-button.-hamburger:active {
  filter: brightness(50%);
}
.ammenu-button.-hamburger:not(.-hamburger) {
  display: none;
}
.ammenu-button.-hamburger:before {
  border-top: 1px solid;
  content: '';
  width: 100%;
}
.ammenu-button.-close {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 20px;
}
.ammenu-button.-close .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-button.-close:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:hover {
  filter: brightness(85%);
}
.ammenu-button.-close:active {
  filter: brightness(50%);
}
.ammenu-button.-close:after,
.ammenu-button.-close:before {
  background-color: currentColor;
  content: '';
  height: 1px;
  position: absolute;
  width: 18px;
}
.ammenu-button.-close:before {
  transform: rotate(45deg);
}
.ammenu-button.-close:after {
  transform: rotate(-45deg);
}
.ammenu-menu-greetings {
  display: flex;
  align-items: center;
  background: #fffcdd;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 20px 20px;
  padding: 15px;
  position: relative;
}
.ammenu-menu-greetings:before {
  content: '👋';
  margin: 0 10px 0 0;
}
.ammenu-menu-greetings.-logged {
  background: #eaffdd;
}
.ammenu-menu-greetings .ammenu-message.-welcome {
  margin: 0 5px 0 0;
}
.ammenu-menu-greetings .ammenu-message.-welcome:after {
  content: ',';
}
.ammenu-menu-greetings .ammenu-name {
  font-weight: 700;
}
.ammenu-menu-greetings .ammenu-name:after {
  content: '!';
}
.ammenu-category-tree .ammenu-title {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.ammenu-category-tree .ammenu-title:hover {
  text-decoration: none;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 25px;
}
.ammenu-category-tree .ammenu-title[href='']:not(.-back),
.ammenu-category-tree .ammenu-title[href='javascript:void(0)']:not(.-back) {
  cursor: none;
  pointer-events: none;
}
.ammenu-category-tree .ammenu-title .ammenu-icon-block {
  margin-right: 10px;
  transform: translateY(3px);
}
.ammenu-category-tree .ammenu-label {
  margin: 0 0 0 10px;
  min-width: min-content;
  white-space: pre-wrap;
}
.ammenu-category-tree .ammenu-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ammenu-category-tree .ammenu-list > .ammenu-item:last-child .ammenu-link {
  padding: 0;
}
.ammenu-category-tree .ammenu-item {
  align-items: center;
  flex-basis: 100%;
}
.ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
  margin-left: 10px;
  transform: rotate(180deg);
}
.ammenu-menu-title {
  display: flex;
  align-items: center;
  padding: 20px;
}
.ammenu-menu-title .ammenu-title {
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
}
.ammenu-menu-title .ammenu-button.-close {
  margin: 0 0 0 auto;
}
.ammenu-category-columns {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-category-columns.-col-1 .ammenu-column {
  width: calc(100% / 1);
}
.ammenu-category-columns.-col-2 .ammenu-column {
  width: calc(100% / 2);
}
.ammenu-category-columns.-col-3 .ammenu-column {
  width: calc(100% / 3);
}
.ammenu-category-columns.-col-4 .ammenu-column {
  width: calc(100% / 4);
}
.ammenu-category-columns.-col-5 .ammenu-column {
  width: calc(100% / 5);
}
.ammenu-category-columns.-col-6 .ammenu-column {
  width: calc(100% / 6);
}
.ammenu-category-columns.-col-7 .ammenu-column {
  width: calc(100% / 7);
}
.ammenu-category-columns.-col-8 .ammenu-column {
  width: calc(100% / 8);
}
.ammenu-category-columns.-col-9 .ammenu-column {
  width: calc(100% / 9);
}
.ammenu-category-columns.-col-10 .ammenu-column {
  width: calc(100% / 10);
}
.ammenu-category-columns.-col-1 .ammenu-column {
  display: block;
  width: 100%;
}
.ammenu-category-columns.-col-1 .ammenu-column .ammenu-title {
  width: 100%;
}
.ammenu-category-columns .ammenu-column {
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 20px;
  width: auto;
}
.ammenu-category-columns .ammenu-column:not(:last-child) {
  padding-right: 35px;
}
.ammenu-nav-sections.-sidebar.-left-menu {
  max-width: 355px;
  overflow: visible;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-link:not(.-active) .ammenu-icon-block.-toggle {
  transform: rotate(180deg);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  height: calc(100% - 120px);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root > .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-sidebar.-left-menu .pagebuilder-column {
  min-width: min-content;
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='html'],
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='video'] {
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper {
  border-radius: 0 10px 10px 0;
  box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.17), inset 8px 0 8px -7px rgba(0, 0, 0, 0.3);
  left: 355px;
  margin: 0;
  max-width: 64vw;
  position: fixed;
  width: fit-content;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-full {
  min-width: 70vw;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-auto {
  width: max-content;
}
.ammenu-nav-sections.-topmenu.-hamburger {
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu.-hamburger:not(.-sticky) .ammenu-main-container {
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-hamburger .ammenu-main-container {
  padding: 0;
}
.ammenu-nav-sections.-sidebar {
  transition: 0.3s all ease-in;
  bottom: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17), 4px 4px 10px rgba(0, 0, 0, 0.1);
  left: -100%;
  max-width: 500px;
  overflow: auto;
  padding: 0 0 48px;
  position: fixed;
  top: 0;
  width: 95vw;
  z-index: 272;
}
.ammenu-nav-sections.-sidebar.-opened {
  left: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-account-section {
  height: 100%;
}
.ammenu-nav-sections.-sidebar .ammenu-items {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item {
  margin: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  box-sizing: border-box;
  flex-basis: 100%;
  font-weight: 700;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  bottom: 0;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-icon {
  margin-bottom: auto;
  margin-top: 2px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  padding: 0 40px 0 0;
}
.ammenu-nav-sections.-sidebar .ammenu-label {
  margin: 3px 5px 3px 10px;
  min-width: 50px;
}
.ammenu-nav-sections.-sidebar .ammenu-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  position: relative;
  transition: .5s opacity;
}
.ammenu-nav-sections.-sidebar .ammenu-link {
  flex-basis: 100%;
  flex-grow: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 20px;
  text-align: left;
}
.ammenu-nav-sections.-sidebar .ammenu-link:active {
  opacity: .6;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter {
  align-self: center;
  font-size: .8em;
  opacity: .5;
  padding: 0 0 0 5px;
  text-transform: capitalize;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:before {
  content: '(';
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:after {
  content: ')';
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.ie11 .ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-all;
}
.ammenu-nav-sections.-topmenu {
  transition: 0.1s all ease-in;
}
.ammenu-nav-sections.-topmenu.-sticky {
  min-height: 58px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 23.5px 14px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-label {
  white-space: nowrap;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  transition: .5s;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover + .ammenu-submenu-block {
  display: flex;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover > .ammenu-link {
  text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 1.4rem;
  padding: 14.5px 14px;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-label {
  bottom: 100%;
  left: 0;
  margin: 0 0 4px;
  position: absolute;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 8px 15px rgba(72, 88, 112, 0.11);
  position: absolute;
}
.ammenu-submenu-block {
  box-sizing: border-box;
}
.ammenu-submenu-block.-root {
  height: 100%;
  width: 100%;
}
.ammenu-submenu-wrapper {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  cursor: auto;
  font-weight: 400;
  max-height: 70vh;
  max-width: 100%;
  padding: 35px 35px 15px 35px;
  transition: .3s;
  z-index: 211;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper.-full {
  left: 0;
}
.ammenu-submenu-wrapper .block {
  margin-bottom: 0;
}
.ammenu-submenu-wrapper .ambrands-link {
  display: none;
}
.ammenu-submenu-wrapper .ammenu-link.-simple {
  margin: 0;
}
.ammenu-submenu-wrapper .ambrands-list-popup {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition: none;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(270deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-link.-active > .ammenu-icon-block.-toggle {
  transform: rotate(90deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items {
  padding: 0 0 0 30px;
}
.pagebuilder-content-type-wrapper .ammenu-item {
  list-style: none;
}
.ammenu-label-group.admin__control-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ammenu-label-group.admin__control-grouped > .admin__field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
}
.ammenu-label-group.admin__control-grouped .colorpicker-input {
  width: calc(100% - 37px) !important;
}
.ammenu-items-tree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  list-style: none;
}
.ammenu-items-tree .ammenu-item {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 200px;
  margin-bottom: 20px;
  padding: 35px 30px;
  white-space: nowrap;
}
.ammenu-items-tree .ammenu-item:hover {
  border-color: #a0a0a0;
  box-shadow: 0 2px 4px rgba(32, 77, 112, 0.16);
}
.ammenu-items-tree .ammenu-item:not(:last-child) {
  margin-right: 20px;
}
.amasty-mega-menu .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  margin: 3px 0 0;
}
.ammenu-nav-sections .widget-product-carousel *:not(button):not(button span),
.ammenu-nav-sections .widget *:not(button):not(button span) {
  color: inherit;
}
.ammenu-nav-sections .widget-product-carousel.-slider .slick-slide,
.ammenu-nav-sections .widget.-slider .slick-slide {
  vertical-align: top;
}
.ammenu-nav-sections .widget-product-carousel:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span),
.ammenu-nav-sections .widget:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span) {
  color: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
.ammenu-nav-sections .widget .slick-slide .product-item {
  max-width: 100%;
}
.ammenu-nav-sections .widget-product-carousel .slick-list,
.ammenu-nav-sections .widget .slick-list {
  padding: 0;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots,
.ammenu-nav-sections .widget .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  position: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) button,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) button,
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) .action-gift,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) .action-gift {
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button,
.ammenu-nav-sections .widget .slick-dots button,
.ammenu-nav-sections .widget-product-carousel .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots .action-gift,
.ammenu-nav-sections .widget .slick-dots .action-gift {
  border: 1px solid #ff5502;
  border-radius: 50%;
  box-sizing: border-box;
  height: 6px;
  line-height: 0;
  opacity: .5;
  padding: 0;
  width: 6px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button:before,
.ammenu-nav-sections .widget .slick-dots button:before,
.ammenu-nav-sections .widget-product-carousel .slick-dots .cart.table-wrapper .actions-toolbar > .action:before,
.ammenu-nav-sections .widget .slick-dots .cart.table-wrapper .actions-toolbar > .action:before,
.ammenu-nav-sections .widget-product-carousel .slick-dots .action-gift:before,
.ammenu-nav-sections .widget .slick-dots .action-gift:before {
  content: none;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li,
.ammenu-nav-sections .widget .slick-dots li {
  cursor: pointer;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  width: 20px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active button,
.ammenu-nav-sections .widget .slick-dots li.slick-active button,
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active .action-gift,
.ammenu-nav-sections .widget .slick-dots li.slick-active .action-gift {
  background: #ff5502;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  color: inherit;
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .product-item,
.ammenu-nav-sections .widget .product-item,
.ammenu-nav-sections .widget-product-carousel .product-item-info,
.ammenu-nav-sections .widget .product-item-info {
  background: transparent;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action,
.ammenu-nav-sections .widget .actions-secondary .action {
  color: inherit;
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list,
.ammenu-nav-sections .widget .ammenu-product-list {
  max-width: 100%;
  list-style: none;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list .product-item,
.ammenu-nav-sections .widget .ammenu-product-list .product-item {
  list-style: none;
}
.ammenu-submenu-wrapper .amreview-widget-container .amreview-title,
.ammenu-submenu-wrapper .amreview-widget-container .review-item {
  background: none !important;
}
.ammenu-submenu-wrapper .ammenu-product-list.-grid {
  margin: 0;
  padding: 0 10px;
}
.ammenu-submenu-block.-builder.-root {
  display: flex;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list {
  display: flex;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1.6rem;
  margin: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list .ammenu-item {
  position: relative;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link {
  font-size: 1.8rem;
  font-weight: 700;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link.-all-link {
  text-decoration: none;
}
.ammenu-submenu-block.-builder.-root .ammenu-label {
  margin: 0 0 0 10px;
}
.ammenu-submenu-block.-builder.-root .ammenu-text-block {
  align-items: center;
}
.ammenu-submenu-block.-builder.-root .ammenu-link .ammenu-text {
  max-width: 300px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-sidebar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  box-sizing: border-box;
  flex-grow: 1;
  max-width: 100%;
}
.ammenu-submenu-block.-builder.-root > .ammenu-submenu-block {
  position: relative;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-builder.-root .ammenu-content-block {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-product-list,
.ammenu-submenu-block.-builder.-root .products-slider {
  width: 100%;
}
.ammenu-submenu-block.-horizontal {
  flex-wrap: wrap;
}
.ammenu-submenu-block.-horizontal > div {
  box-sizing: border-box;
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal.-root > .ammenu-items-list .ammenu-label {
  white-space: pre;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list {
  display: flex;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item {
  margin: 0 20px 0 0;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item > .ammenu-link {
  padding-bottom: 35px;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar {
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty) {
  padding: 35px 0 0;
  position: relative;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):after {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 1px solid currentColor;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.ammenu-submenu-block.-vertical {
  flex-wrap: nowrap;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list {
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  text-align: right;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-item {
  align-self: flex-start;
  margin: 0;
  min-width: 90px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-label {
  max-width: 100px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar {
  padding: 0 0 0 25px;
  position: relative;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 1px solid currentColor;
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.-ie .ammenu-submenu-wrapper .ammenu-items-list > .ammenu-item {
  min-height: 1em;
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.ammenu-nav-sections.-mobile.-drill .ammenu-drill-section {
  overflow: hidden;
  padding: 0 0 48px 0;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(180deg);
}
.ammenu-nav-sections.-mobile.-drill .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-drill .-slide-left {
  animation: slide-left 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .-slide-right {
  animation: slide-right 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level .ammenu-item {
  display: flex;
  align-items: center;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-basis: 100%;
  font-size: 2.4rem;
  margin: 0;
  padding: 18px 20px;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title:not(.-clickable) {
  cursor: none;
  pointer-events: none;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title .ammenu-icon-block {
  margin: 0 10px 0 0;
}
.ammenu-drill-navigation {
  border-bottom: 1px solid;
  flex-basis: 100%;
  margin: 0 20px 10px;
}
.ammenu-drill-navigation .ammenu-button {
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: normal;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}
.ammenu-drill-navigation .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ammenu-drill-navigation .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button .ammenu-icon-block {
  margin: 0 25px 0 0;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 39px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
}
.am-attachments .am-fileline .am-filesize {
  font-size: 90%;
}
._am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
._am-visually-hidden-reset {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}
._word-break {
  word-break: break-all;
  word-break: break-word;
}
._am-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
}
._am-checkbox:hover {
  border-color: #026bb3;
}
._am-checkbox-arrow {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
._am-cross-icon {
  position: relative;
}
._am-cross-icon:before,
._am-cross-icon:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
._am-cross-icon:before {
  transform: rotate(45deg);
}
._am-cross-icon:after {
  transform: rotate(-45deg);
}
._am-cross-icon:hover:before,
._am-cross-icon:focus:before,
._am-cross-icon:active:before,
._am-cross-icon:hover:after,
._am-cross-icon:focus:after,
._am-cross-icon:active:after {
  background: #504d58;
}
._am-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amprot-field {
  margin: 0 0 30px 0;
  line-height: 1;
}
.amprot-field.-checkable {
  margin: 0 0 35px;
}
.amprot-field.-checkable .amprot-label {
  margin: 0 0 20px 0;
}
.amprot-label {
  word-break: break-all;
  word-break: break-word;
  display: inline-block;
  margin: 0 0 10px 0;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.required .amprot-label:after {
  margin: 0 0 0 5px;
  color: #c84f4f;
  content: '*';
  font-size: 1.2rem;
}
.amprot-note-block {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1;
}
.amprot-note-block > .amprot-character-counter {
  color: #c84f4f;
}
.amprot-text .price-notice {
  display: flex;
  padding: 0 0 0 5px;
  color: #504d58;
  word-break: normal;
}
.amprot-field .amprot-input-block .mage-error {
  color: #c84f4f;
  font-size: 12px;
}
.amprot-dependent-field {
  display: none;
}
.amprot-input-block .amprot-input-text,
.amprot-input-block .amprot-input-textarea {
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  border: 1px solid #bebbc3;
  border-radius: 2px;
  color: #0e1025;
  vertical-align: baseline;
  line-height: 1.4;
}
.amprot-input-block .amprot-input-text::placeholder,
.amprot-input-block .amprot-input-textarea::placeholder {
  color: #bebbc3;
}
.amprot-input-block .amprot-input-text:hover,
.amprot-input-block .amprot-input-textarea:hover,
.amprot-input-block .amprot-input-text:focus,
.amprot-input-block .amprot-input-textarea:focus,
.amprot-input-block .amprot-input-text:active,
.amprot-input-block .amprot-input-textarea:active {
  border-color: #a39fa8;
}
.amprot-input-block .amprot-input-text:not([disabled]):focus,
.amprot-input-block .amprot-input-textarea:not([disabled]):focus {
  box-shadow: none;
}
.amprot-input-block .amprot-input-text:-ms-input-placeholder,
.amprot-input-block .amprot-input-textarea:-ms-input-placeholder {
  color: #bebbc3;
}
.amprot-input-block .amprot-input-textarea {
  display: block;
  padding: 10px;
  height: auto;
}
.amprot-radio-block,
.amprot-checkbox-block {
  display: flex;
  position: relative;
  margin: 0 0 15px 0;
  line-height: 1;
  cursor: pointer;
}
.amprot-radio-block > .amprot-text,
.amprot-checkbox-block > .amprot-text {
  display: flex;
  justify-content: space-between;
  word-break: break-all;
  word-break: break-word;
  flex-grow: 1;
  padding: 0 0 0 5px;
  color: #0e1025;
  font-style: normal;
}
.amprot-radio-block > .amprot-input,
.amprot-checkbox-block > .amprot-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-mark,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-mark {
  border-color: #1e79c2;
  background-color: #1e79c2;
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-mark:after,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-mark:after {
  display: block;
}
.amprot-radio-block > .amprot-input:not(:checked):focus ~ .amprot-mark,
.amprot-checkbox-block > .amprot-input:not(:checked):focus ~ .amprot-mark {
  border-color: #026bb3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-text,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-text {
  color: #0e1025;
  font-weight: bold;
}
.amprot-radio-block > .amprot-mark,
.amprot-checkbox-block > .amprot-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
}
.amprot-radio-block > .amprot-mark:hover,
.amprot-checkbox-block > .amprot-mark:hover {
  border-color: #026bb3;
}
.amprot-radio-block:hover .amprot-text,
.amprot-checkbox-block:hover .amprot-text,
.amprot-radio-block:focus .amprot-text,
.amprot-checkbox-block:focus .amprot-text {
  color: #026bb3;
}
.amprot-radio-block:hover .amprot-mark,
.amprot-checkbox-block:hover .amprot-mark,
.amprot-radio-block:focus .amprot-mark,
.amprot-checkbox-block:focus .amprot-mark {
  border-color: #026bb3;
}
.amprot-checkbox-block > .amprot-mark {
  border-radius: 1px;
}
.amprot-checkbox-block > .amprot-mark:after {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
.amprot-radio-block > .amprot-mark {
  border-radius: 50%;
}
.amprot-radio-block > .amprot-mark:after {
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  content: '';
}
.amprot-text > .amprot-value {
  width: 100%;
}
.-checkable .mage-error {
  padding-top: 5px;
  border-top: 1px solid #f4dcdc;
}
.amprot-select-block {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}
.amprot-select-block.-active {
  z-index: 11;
}
.amprot-select-block.-active .amprot-select-options {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.amprot-select-block.-active .amprot-placeholder {
  color: #0e1025;
}
.amprot-select-block.-active .amprot-placeholder:after {
  top: 13px;
  transform: rotate(225deg);
}
.amprot-select-block.-multiple .amprot-option {
  justify-content: flex-start;
}
.amprot-select-block.-multiple .amprot-option:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
  margin: 1px 10px 0 0;
  border-radius: 1px;
  content: '';
}
.amprot-select-block.-multiple .amprot-option:before:hover {
  border-color: #026bb3;
}
.amprot-select-block.-multiple .amprot-option:after {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 13px;
}
.amprot-select-block.-multiple .amprot-option > .amprot-value {
  margin: 0 0 0 auto;
}
.amprot-select-block.-multiple .amprot-option.-selected:before {
  border-color: #1e79c2;
  background-color: #1e79c2;
}
.amprot-select-block.-multiple .amprot-option.-selected:after {
  display: block;
}
.amprot-select-block.-multiple .amprot-option:hover,
.amprot-select-block.-multiple .amprot-option.-selected {
  background-color: transparent;
  color: #0e1025;
}
.amprot-select-block.-multiple .amprot-option.-selected {
  font-weight: bold;
}
.amprot-select-block.-multiple .amprot-option:hover:before {
  border-color: #1e79c2;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder {
  position: relative;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before {
  transform: rotate(45deg);
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
  transform: rotate(-45deg);
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:hover:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:focus:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:active:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:hover:after,
.amprot-select-block.-multiple.-active > .amprot-placeholder:focus:after,
.amprot-select-block.-multiple.-active > .amprot-placeholder:active:after {
  background: #504d58;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
  right: 9px;
  left: inherit;
  border: 0;
}
.amprot-select-options {
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  visibility: hidden;
  overflow: auto;
  margin: 0;
  padding: 0;
  max-height: 300px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #a39fa8;
  border-radius: 0 0 2px 2px;
  background: #fff;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
}
.amprot-select-options .amprot-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 10px;
  color: #0e1025;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.amprot-select-options .amprot-option:hover {
  background-color: #026bb3;
  color: #fff;
}
.amprot-select-options .amprot-option.-selected {
  background-color: #025c9a;
  color: #fff;
}
.amprot-select-options .amprot-option .amprot-title,
.amprot-select-options .amprot-option .amprot-value {
  pointer-events: none;
}
.amprot-select-options .amprot-option:not(:hover):not(.-selected) .amprot-value {
  color: #504d58;
}
.amprot-select-block > .amprot-placeholder {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0 30px 0 10px;
  height: 30px;
  border: 1px solid #a39fa8;
  border-radius: 2px;
  background: #fff;
  color: #bebbc3;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.amprot-select-block > .amprot-placeholder > .amprot-value:before {
  padding: 0 5px;
  color: #a39fa8;
  content: '|';
}
.amprot-select-block > .amprot-placeholder:after {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #a39fa8;
  content: '';
  transform: rotate(45deg);
}
.amprot-select-block > .amprot-placeholder.-selected {
  color: #0e1025;
}
.amprot-input-block > .amprot-select {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.amprot-close-button {
  position: relative;
  display: block;
  padding: 0;
  width: 25px;
  height: 100%;
  border: 0;
  border-radius: 0 50px 50px 0;
  background: none;
  box-shadow: none;
  color: inherit;
  line-height: 1;
}
.amprot-close-button:before,
.amprot-close-button:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
.amprot-close-button:before {
  transform: rotate(45deg);
}
.amprot-close-button:after {
  transform: rotate(-45deg);
}
.amprot-close-button:hover:before,
.amprot-close-button:focus:before,
.amprot-close-button:active:before,
.amprot-close-button:hover:after,
.amprot-close-button:focus:after,
.amprot-close-button:active:after {
  background: #504d58;
}
.amprot-close-button:not(.primary) {
  box-shadow: none;
}
.amprot-close-button:hover,
.amprot-close-button:focus,
.amprot-close-button:active {
  border: 0;
  background: none;
  color: inherit;
}
.-select .amprot-input-block {
  display: flex;
  flex-direction: column;
}
.-select .amprot-input-block .mage-error[generated] {
  order: 3;
}
.required.mage-error ~ .amprot-select-block .amprot-placeholder {
  border-color: #c84f4f;
}
.amprot-tags-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.amprot-tags-block > .amprot-option {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  overflow: hidden;
  margin: 10px 10px 0 0;
  padding: 0;
  border: 1px solid #1e79c2;
  border-radius: 50px;
  color: #0e1025;
}
.amprot-tags-block > .amprot-option > .amprot-title {
  padding: 10px;
}
.amprot-tags-block > .amprot-option > .amprot-value {
  padding: 10px 0;
  color: #504d58;
  font-weight: bold;
}
.amprot-tags-block > .amprot-option:hover {
  border-color: #026bb3;
}
.amprot-tags-block > .amprot-option:hover > .amprot-title {
  color: #000;
}
.amprot-swatches-block {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.amprot-swatches-block *,
.amprot-swatches-block *:before,
.amprot-swatches-block *:after {
  box-sizing: border-box;
}
.amprot-swatches-block:not(.-swatch-thumbnail) .amprot-text {
  display: none;
}
.amprot-swatch-option {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  margin: 0 15px 15px 0;
  padding: 3px 10px;
  height: 40px;
  border: 1px solid #efefef;
  border-radius: 1px;
  color: #0e1025;
  font-size: 14px;
  cursor: pointer;
}
.amprot-swatch-option .amprot-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  flex-grow: 1;
  margin: 0 25px 0 5px;
  line-height: 1.3;
}
.amprot-swatch-option .amprot-price {
  display: block;
  color: #504d58;
  line-height: 1.3;
}
.amprot-swatch-option:hover,
.amprot-swatch-option.-selected {
  border-color: #1e79c2;
}
.amprot-swatch-option:hover .amprot-price,
.amprot-swatch-option.-selected .amprot-price {
  font-weight: 600;
}
.amprot-swatch-option:hover .amprot-text,
.amprot-swatch-option.-selected .amprot-text {
  color: #0e1025;
}
.-swatch-vertical .amprot-swatch-option {
  display: block;
  padding: 0;
  height: auto;
  border: 0;
  text-align: center;
}
.-swatch-vertical .amprot-name {
  margin: 5px 0;
  color: #504d58;
}
.-swatch-vertical .amprot-price {
  color: #504d58;
  font-weight: 400;
}
.-swatch-vertical .amprot-image-block {
  margin: 0 auto;
  padding: 5px;
  width: 60px;
  height: 60px;
  border: 1px solid #efefef;
  border-radius: 1px;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-image-block,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-image-block {
  border-color: #1e79c2;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-name,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-name {
  color: #0e1025;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-price,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-price {
  color: #0e1025;
  font-weight: 400;
}
.-swatch-thumbnail .amprot-swatch-option {
  display: block;
  padding: 5px;
  max-width: 100%;
  height: auto;
}
.-swatch-thumbnail .amprot-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: auto;
  height: 30px;
  line-height: 1;
}
.-swatch-thumbnail .amprot-image-placeholder {
  display: none;
}
.-swatch-thumbnail .amprot-name,
.-swatch-thumbnail .amprot-price {
  display: none;
}
.amprot-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.amprot-image-block .amprot-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #504d58;
  font-size: 18px;
  line-height: 1.3;
}
.amprot-image-block .amprot-image {
  min-width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amprot-swatch-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Apik/leonidas/nl_NL/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Apik/leonidas/nl_NL/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .action-gift {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow,
.amsearch-slider-section .cart.table-wrapper .actions-toolbar > .action.slick-arrow,
.amsearch-slider-section .action-gift.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #999999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #3ac39c);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.modal-popup.custom-promo-popup-modal .modal-header,
.modal-popup.custom-promo-popup-modal .modal-content {
  padding: 0;
}
.modal-popup.custom-promo-popup-modal .action-close {
  padding: 0;
  top: 5px;
  right: 5px;
  z-index: 1;
  border-radius: 0;
  box-shadow: none;
}
.modal-popup.custom-promo-popup-modal .action-close:before {
  color: #000000;
  background: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
}
.modal-popup.custom-promo-popup-modal .modal-inner-wrap {
  width: 100%;
  margin: 0;
}
.modal-popup.custom-promo-popup-modal .modal-footer {
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-popup.custom-promo-popup-modal {
    width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .modal-popup.custom-promo-popup-modal .modal-inner-wrap {
    top: 40%;
  }
  .modal-popup.custom-promo-popup-modal._show .modal-inner-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-popup.custom-promo-popup-modal.modal-slide .modal-inner-wrap {
    width: auto;
    max-width: 75%;
    top: 40%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  .modal-popup.custom-promo-popup-modal.modal-slide .modal-footer {
    text-align: left;
  }
}
.bpost-grey-box {
  margin-top: 10px;
  background-color: #f4f4f4;
  padding: 6px 10px;
  display: inline-block;
}
.carrier-logo.bpost {
  width: 80px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
td.carrier-bpost.col-method {
  width: 200px;
}
td.carrier-bpost .carrier-title {
  display: inline-block;
}
td.carrier-bpost .carrier-description {
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
}
td.carrier-bpost .icon-wrapper {
  display: inline-block;
}
td.carrier-bpost .carrier-icon {
  width: 40px;
  vertical-align: top;
  margin-top: -10px;
}
.btn-select-point,
#bpost-additional-block .map-container .point-list-wrapper ul.point-list li.point-item a.select-point,
#bpost-additional-block .map-container .info-box a.select-point {
  position: absolute;
  background: #dc002e;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 2px 15px;
  text-decoration: none;
  bottom: 0;
  right: 0;
  font-size: 0.9em;
  cursor: pointer;
}
a.select-point span:after {
  content: "\00bb";
  display: inline-block;
  width: 20px;
}
.bpost-row,
#bpost-additional-block span.bpost-additional-block__row {
  display: block;
  clear: both;
  margin: 0;
}
#bpost-additional-block {
  margin: 0 0 20px 0;
  border-left: 3px solid #dc002e;
  padding-left: 15px;
  font-size: 1em;
}
#bpost-additional-block h5 {
  color: #dc002e;
  float: left;
  margin: 1px 20px 0 0;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-transform: uppercase;
}
#bpost-additional-block .btn-open-map {
  cursor: pointer;
  font-size: 0.9em;
  color: #000000;
  text-decoration: underline;
}
#bpost-additional-block .loader-wrapper {
  height: 400px;
}
#bpost-additional-block .loader-wrapper span {
  display: block;
  position: relative;
  padding-bottom: 25px;
}
#bpost-additional-block .loader-wrapper span.loader {
  padding-top: 80px;
  background: url('../../frontend/Apik/leonidas/nl_NL/Bpost_Shipping/images/ajax-loader-wheel.gif') no-repeat center;
  height: 24px;
}
#bpost-additional-block .loader-wrapper span.bpost-logo {
  background: url('../../frontend/Apik/leonidas/nl_NL/Bpost_Shipping/images/bpost_logo_medium.png') no-repeat center;
  height: 80px;
}
#bpost-additional-block .loader-wrapper span.load-message {
  text-align: center;
  color: #000000;
  font-size: 1em;
}
#bpost-additional-block .loader-list-wrapper {
  position: absolute;
  height: 400px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 20;
}
#bpost-additional-block .loader-list-wrapper span {
  display: block;
  position: relative;
  padding-bottom: 25px;
}
#bpost-additional-block .loader-list-wrapper span.loader {
  margin-top: 188px;
  background: url('../../frontend/Apik/leonidas/nl_NL/Bpost_Shipping/images/ajax-loader-wheel.gif') no-repeat center;
  height: 24px;
}
#bpost-additional-block ul.hours {
  margin: 0;
  padding: 5px 15px 10px;
  border-radius: 0 0 6px 6px;
  display: block;
  position: relative;
  z-index: 2;
}
#bpost-additional-block ul.hours li {
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
}
#bpost-additional-block ul.hours li span.day {
  width: 65px;
  display: inline-block;
  text-align: left;
  color: #5a5a5f;
  font-weight: bold;
}
#bpost-additional-block ul.hours li span.small {
  width: 10px;
  display: inline-block;
  text-align: center;
}
#bpost-additional-block ul.hours li span.large {
  display: inline-block;
  text-align: center;
}
#bpost-additional-block .bpost-point {
  position: relative;
}
#bpost-additional-block .bpost-point a.office {
  color: #dc002e;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
#bpost-additional-block .bpost-point span.btn-info-hours {
  color: #dc002e;
  background: url('../../frontend/Apik/leonidas/nl_NL/Bpost_Shipping/images/icon-info.png') no-repeat center;
  display: inline-block;
  height: 14px;
  width: 14px;
  line-height: 15px;
  text-indent: -9999px;
}
#bpost-additional-block .bpost-point .hours-wrapper {
  top: 0;
  left: 0;
  margin-left: 5px;
  position: absolute;
  z-index: 10;
  border-radius: 6px;
  background: #f4f4f4;
  border-left: 3px solid #dc002e;
  visibility: hidden;
}
#bpost-additional-block .bpost-point .hours-wrapper.open {
  visibility: visible;
}
#bpost-additional-block .map-container {
  position: relative;
  width: 100%;
  height: 400px;
}
#bpost-additional-block .map-container .map {
  position: relative;
  float: right;
  height: 400px;
  width: 70%;
}
#bpost-additional-block .map-container .point-list-wrapper {
  position: relative;
  float: left;
  height: 400px;
  width: 30%;
}
#bpost-additional-block .map-container .point-list-wrapper ul.point-list {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  height: 400px;
  margin: 0;
  padding: 0;
}
#bpost-additional-block .map-container .point-list-wrapper ul.point-list li.point-item {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #dc002e;
  cursor: pointer;
  box-sizing: border-box;
  list-style: none;
}
#bpost-additional-block .map-container .point-list-wrapper ul.point-list li.point-item .title {
  color: #dc002e;
  font-size: 1em;
  font-weight: normal;
}
#bpost-additional-block .map-container .point-list-wrapper ul.point-list li.point-item .address {
  font-size: 1em;
}
#bpost-additional-block .map-container .point-list-wrapper ul.point-list li.point-item .city {
  color: #000;
  font-size: 1em;
}
#bpost-additional-block .map-container .point-list-wrapper ul.point-list li.point-item.active {
  background: #F0F0F0;
  padding-bottom: 20px;
}
#bpost-additional-block .map-container .point-list-wrapper ul.point-list li.point-item a.select-point {
  border-radius: 6px 0 0 0;
  z-index: 15;
}
#bpost-additional-block .map-container .info-box {
  position: relative;
  display: block;
  margin-top: 8px;
  background: #fff;
  text-align: left;
  border-radius: 0 6px 6px;
  padding-bottom: 35px;
}
#bpost-additional-block .map-container .info-box .arrow {
  position: absolute;
  top: -30px;
  left: -18px;
  width: 0;
  height: 0;
  text-indent: -9999px;
  border-right: 50px solid transparent;
  border-bottom: 125px solid #fff;
  border-left: 50px solid transparent;
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  z-index: 1;
}
#bpost-additional-block .map-container .info-box img:first-child {
  cursor: pointer;
  z-index: 10;
}
#bpost-additional-block .map-container .info-box h3 {
  margin: 0;
  padding: 15px 15px 5px;
  color: #dc002e;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  z-index: 2;
}
#bpost-additional-block .map-container .info-box p {
  margin: 0;
  font-size: 1em;
  padding: 5px 15px 0px;
  position: relative;
  z-index: 2;
}
#bpost-additional-block .map-container .info-box a.select-point {
  left: 0;
  right: 0;
  z-index: 20;
  padding-bottom: 7px;
  padding-top: 7px;
  border-radius: 0 0 6px 6px;
}
#bpost-additional-block .map-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bpost-additional-block .bpost-input-box {
  width: 100%;
  margin-bottom: 5px;
}
#bpost-additional-block .bpost-input-box input,
#bpost-additional-block .bpost-input-box button,
#bpost-additional-block .bpost-input-box .cart.table-wrapper .actions-toolbar > .action,
#bpost-additional-block .bpost-input-box .action-gift {
  width: 100%;
}
#bpost-additional-block .bpost-input-box .input-box {
  float: left;
  width: 69%;
}
#bpost-additional-block .bpost-input-box .input-box input {
  width: 100%;
  vertical-align: top;
  line-height: 23px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 7px;
}
#bpost-additional-block .bpost-input-box .searchbtn-box {
  float: right;
  width: 30%;
}
#bpost-additional-block .bpost-input-box #bpost-gmaps-btn {
  background: #dc002e;
  border: 0;
  color: #fff;
  padding: 8px 15px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
}
#bpost-additional-block .bpost-optional-services,
#bpost-additional-block .bpost-pickup-point-notification {
  margin: 10px 0;
}
#bpost-additional-block .bpost-optional-services h5,
#bpost-additional-block .bpost-pickup-point-notification h5 {
  float: none;
}
#bpost-additional-block .bpost-optional-services label,
#bpost-additional-block .bpost-pickup-point-notification label {
  display: block;
}
#bpost-additional-block .bpost-optional-services input[type="checkbox"],
#bpost-additional-block .bpost-pickup-point-notification input[type="checkbox"] {
  margin: 4px 10px 0 0;
  float: left;
}
#bpost-additional-block .bpost-pickup-point-notification label {
  display: inline-block;
  margin: 0 10px 0 0;
}
#bpost-additional-block .bpost-option-delivery-dates div.bpost-option-saturday-delivery-infobox label {
  float: left;
  cursor: pointer;
}
#bpost-additional-block .bpost-option-delivery-dates div.bpost-option-saturday-delivery-infobox input[type="checkbox"] {
  margin: 4px 10px 0 0;
  float: left;
}
#bpost-additional-block .bpost-option-delivery-dates-choosebox {
  margin: 7px 0 3px;
  float: left;
}
#bpost-additional-block .bpost-option-delivery-dates-choosebox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bpost-additional-block .bpost-option-delivery-dates-choosebox ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #f4f4f4;
  padding: 6px 10px;
}
#bpost-additional-block .bpost-option-delivery-dates-choosebox ul li input[type="radio"] {
  margin: 4px 10px 0 0;
  float: left;
}
#bpost-additional-block .bpost-option-delivery-dates-choosebox ul li label {
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
}
#bpost-additional-block .bpost-option-delivery-dates-loader {
  background: url('../../frontend/Apik/leonidas/nl_NL/Bpost_Shipping/images/ajax-loader-wheel.gif') no-repeat center;
  height: 24px;
}
#bpost-additional-block .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000000;
}
#bpost-additional-block .tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  border-radius: 6px;
  background: #f4f4f4;
  border-left: 3px solid #dc002e;
  padding: 5px 10px;
  display: block;
  font-size: 0.9em;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
#bpost-additional-block .tooltip:hover .tooltiptext {
  visibility: visible;
}
#bpost-point-info .bpost-logo-placeholder {
  background: url('../../frontend/Apik/leonidas/nl_NL/Bpost_Shipping/images/bpost_logo_medium.png') no-repeat 0 0;
  height: 40px;
  width: 75px;
  background-size: cover;
  float: right;
}
#bpost-point-info span.office {
  color: #dc002e;
  font-size: 1em;
  font-weight: normal;
}
.bpost-cf:before,
.bpost-cf:after {
  content: " ";
  display: table;
}
.bpost-cf:after {
  clear: both;
}
.bpost-pull-left {
  float: left;
}
@media only screen and (max-width: 600px) {
  #bpost-additional-block .map-container .point-list-wrapper {
    width: 100%;
  }
  #bpost-additional-block .map-container .map {
    display: none;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary,
.action-gift.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary:hover,
.action-gift.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4_field_newsletter {
  padding-right: 10%;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  margin-left: 25px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.waiting-page-container .opc-block-summary {
  justify-self: self-end;
  width: 100% !important;
}
.waiting-page-container .waiting-mask {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.checkout-payment-method .credit-card-types.worldline-payment-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 80px;
}
div[id*='iframe-worldline_cc_vault'] iframe,
div.div-hosted-tokenization iframe {
  border: 0;
  width: 100%;
}
.modal-popup.worldline_cc-action-modal .modal-inner-wrap {
  height: 80%;
}
.modal-popup.worldline_cc-action-modal .modal-inner-wrap .modal-content {
  height: 100%;
}
.modal-popup.worldline_cc-action-modal .modal-inner-wrap .modal-content .worldline_cc-action-modal {
  height: 100%;
}
.worldline-payment-products {
  margin-bottom: 3rem;
  padding-left: 22px;
}
.worldline-payment-products .worldline-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.worldline-payment-products .worldline-list .worldline-label {
  align-items: center;
  display: flex;
  gap: 9px;
}
.worldline-payment-products .worldline-list .worldline-label > input {
  margin: 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: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.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: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  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;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.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;
  vertical-align: middle;
}
.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;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.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 .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.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 {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.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-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;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 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: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  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;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.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: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.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;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #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: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.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;
}
.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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  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 li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.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 {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.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-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  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: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  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 .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  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 #cccccc;
}
.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 .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  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: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 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: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .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,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  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 .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: #1979c3;
  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: 2px;
  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: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  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 #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title: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: '\e621';
}
.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: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.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-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.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;
}
/**
 * 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%;
}
.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;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.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: 32px;
  line-height: 32px;
  padding: 0 9px;
  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;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 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: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  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: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #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: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.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 #d1d1d1;
  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;
}
.block.newsletter {
  margin-bottom: 40px;
}
.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: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 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;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Apik/leonidas/nl_NL/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/Apik/leonidas/nl_NL/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%;
  }
}
.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: 100px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-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-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.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: 10px 0;
}
.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: 0 0 3px 1px #68a8e0;
}
.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;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  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 #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.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);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Apik/leonidas/nl_NL/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.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 {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  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 #68a8e0;
}
.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;
  padding: 2px;
  position: static;
}
.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 {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.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: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.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-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.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;
  height: auto;
}
.page-print .logo {
  float: 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: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.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: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.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-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.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 {
  border-top: 1px solid #d1d1d1;
}
.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 {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.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 .box-tocart input.qty {
  height: 32px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .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;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    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 {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    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 {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    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: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .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: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .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;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .ambanner-slider-block {
    margin: 0 -15px;
  }
  .ambanner-item-block.-ambanner-active .ambanner-image-block.-overlay > .ambanner-image {
    filter: blur(4px);
  }
  .ambanner-item-block.-ambanner-active .ambanner-content-overlay {
    visibility: visible;
  }
  .ambanner-item-block.-ambanner-active .ambanner-content-block {
    opacity: 1;
    transform: translateY(0);
  }
  .ambanner-content-overlay {
    pointer-events: none;
  }
  .ambanner-slider-block .ambanner-arrow-button,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-arrow-button,
  .ambanner-slider-block .ambanner-button.-show-overlay,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-button.-show-overlay {
    opacity: 1;
  }
  .ambanner-slider-block .ambanner-arrow-button.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
  .ambanner-slider-block .ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev {
    left: 15px;
  }
  .ambanner-slider-block .ambanner-arrow-button.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-arrow-button.-next,
  .ambanner-slider-block .ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next {
    right: 15px;
  }
  .ambanner-slider-block .ambanner-slider-dots {
    bottom: 0;
    opacity: 1;
  }
  .ambanner-split-wrap .ambanner-split-block.ambanner-slider-top .ambanner-button.-show-overlay {
    pointer-events: auto;
  }
  .ambanner-split-wrap .ambanner-split-block.ambanner-slider-top .ambanner-slider-block {
    width: calc(100% + 15px * 2);
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    background: none;
    box-shadow: none;
    color: #a4a4a4;
    margin-top: 10px;
    padding: 0;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    width: 50%;
    content: '';
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #ffffff 107.36%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active ~ form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(270deg, #92b0ff 11.11%, rgba(146, 176, 255, 0) 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(270deg, rgba(146, 176, 255, 0) 11.1%, #92b0ff 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme .amcform-title-wrap.ui-state-active ~ .linear-theme .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #3f6ad8;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .ammenu-header-container .block-search .minisearch .control {
    background: #fff;
    border: none;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 9;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .modal-popup.custom-promo-popup-modal {
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .modal-popup.custom-promo-popup-modal .modal-inner-wrap {
    height: auto;
    position: relative;
    top: 40%;
  }
  .modal-popup.custom-promo-popup-modal._show .modal-inner-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .waiting-page-container {
    display: flex;
    flex-direction: column;
  }
  .waiting-page-container .waiting-mask {
    height: 220px;
  }
  .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;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[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: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .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;
  }
  .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%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .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-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 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;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .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;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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 {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .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;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-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,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .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,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):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(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .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 {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .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;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 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 .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@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;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .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;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    margin: 0 auto;
    max-width: initial;
    padding-bottom: 13px;
    position: relative;
    width: 400px;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    border-radius: 0 0 7px 7px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    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: 2%;
    padding: 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;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .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;
  }
}
/*! UIkit 3.21.12 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px;font-weight:400;line-height:1.5;-webkit-text-size-adjust:100%;background:#fff;color:#666}body{margin:0}.uk-link,a{color:#1e87f0;text-decoration:none;cursor:pointer}.uk-link-toggle:hover .uk-link,.uk-link:hover,a:hover{color:#0f6ecd;text-decoration:underline}abbr[title]{text-decoration:underline dotted;-webkit-text-decoration-style:dotted}b,strong{font-weight:bolder}:not(pre)>code,:not(pre)>kbd,:not(pre)>samp{font-family:Consolas,monaco,monospace;font-size:.875rem;color:#f0506e;white-space:nowrap;padding:2px 6px;background:#f8f8f8}em{color:#f0506e}ins{background:#ffd;color:#666;text-decoration:none}mark{background:#ffd;color:#666}q{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}audio,canvas,iframe,img,svg,video{vertical-align:middle}canvas,img,svg,video{max-width:100%;height:auto;box-sizing:border-box}img:not([src]){visibility:hidden;min-width:1px}iframe{border:0}address,dl,fieldset,figure,ol,p,pre,ul{margin:0 0 20px 0}*+address,*+dl,*+fieldset,*+figure,*+ol,*+p,*+pre,*+ul{margin-top:20px}.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6,.uk-heading-2xlarge,.uk-heading-3xlarge,.uk-heading-large,.uk-heading-medium,.uk-heading-small,.uk-heading-xlarge,h1,h2,h3,h4,h5,h6{margin:0 0 20px 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400;color:#333;text-transform:none}*+.uk-h1,*+.uk-h2,*+.uk-h3,*+.uk-h4,*+.uk-h5,*+.uk-h6,*+.uk-heading-2xlarge,*+.uk-heading-3xlarge,*+.uk-heading-large,*+.uk-heading-medium,*+.uk-heading-small,*+.uk-heading-xlarge,*+h1,*+h2,*+h3,*+h4,*+h5,*+h6{margin-top:40px}.uk-h1,h1{font-size:2.23125rem;line-height:1.2}.uk-h2,h2{font-size:1.7rem;line-height:1.3}.uk-h3,h3{font-size:1.5rem;line-height:1.4}.uk-h4,h4{font-size:1.25rem;line-height:1.4}.uk-h5,h5{font-size:16px;line-height:1.4}.uk-h6,h6{font-size:.875rem;line-height:1.4}@media (min-width:960px){.uk-h1,h1{font-size:2.625rem}.uk-h2,h2{font-size:2rem}}ol,ul{padding-left:30px}ol>li>ol,ol>li>ul,ul>li>ol,ul>li>ul{margin:0}dt{font-weight:700}dd{margin-left:0}.uk-hr,hr{overflow:visible;text-align:inherit;margin:0 0 20px 0;border:0;border-top:1px solid #e5e5e5}*+.uk-hr,*+hr{margin-top:20px}address{font-style:normal}blockquote{margin:0 0 20px 0;font-size:1.25rem;line-height:1.5;font-style:italic;color:#333}*+blockquote{margin-top:20px}blockquote p:last-of-type{margin-bottom:0}blockquote footer{margin-top:10px;font-size:.875rem;line-height:1.5;color:#666}blockquote footer::before{content:"— "}pre{font:0.875rem/1.5 Consolas,monaco,monospace;color:#666;-moz-tab-size:4;tab-size:4;overflow:auto;padding:10px;border:1px solid #e5e5e5;border-radius:3px;background:#fff}pre code{font-family:Consolas,monaco,monospace}:focus{outline:0}:focus-visible{outline:2px dotted #333}::selection{background:#39f;color:#fff;text-shadow:none}details,main{display:block}summary{display:list-item}template{display:none}:root{--uk-breakpoint-s:640px;--uk-breakpoint-m:960px;--uk-breakpoint-l:1200px;--uk-breakpoint-xl:1600px}.uk-link-muted a,.uk-link-toggle .uk-link-muted,a.uk-link-muted{color:#999}.uk-link-muted a:hover,.uk-link-toggle:hover .uk-link-muted,a.uk-link-muted:hover{color:#666}.uk-link-text a,.uk-link-toggle .uk-link-text,a.uk-link-text{color:inherit}.uk-link-text a:hover,.uk-link-toggle:hover .uk-link-text,a.uk-link-text:hover{color:#999}.uk-link-heading a,.uk-link-toggle .uk-link-heading,a.uk-link-heading{color:inherit}.uk-link-heading a:hover,.uk-link-toggle:hover .uk-link-heading,a.uk-link-heading:hover{color:#1e87f0;text-decoration:none}.uk-link-reset a,a.uk-link-reset{color:inherit!important;text-decoration:none!important}.uk-link-toggle{color:inherit!important;text-decoration:none!important}.uk-heading-small{font-size:2.6rem;line-height:1.2}.uk-heading-medium{font-size:2.8875rem;line-height:1.1}.uk-heading-large{font-size:3.4rem;line-height:1.1}.uk-heading-xlarge{font-size:4rem;line-height:1}.uk-heading-2xlarge{font-size:6rem;line-height:1}.uk-heading-3xlarge{font-size:8rem;line-height:1}@media (min-width:960px){.uk-heading-small{font-size:3.25rem}.uk-heading-medium{font-size:3.5rem}.uk-heading-large{font-size:4rem}.uk-heading-xlarge{font-size:6rem}.uk-heading-2xlarge{font-size:8rem}.uk-heading-3xlarge{font-size:11rem}}@media (min-width:1200px){.uk-heading-medium{font-size:4rem}.uk-heading-large{font-size:6rem}.uk-heading-xlarge{font-size:8rem}.uk-heading-2xlarge{font-size:11rem}.uk-heading-3xlarge{font-size:15rem}}.uk-heading-divider{padding-bottom:calc(5px + .1em);border-bottom:calc(.2px + .05em) solid #e5e5e5}.uk-heading-bullet{position:relative}.uk-heading-bullet::before{content:"";display:inline-block;position:relative;top:calc(-.1 * 1em);vertical-align:middle;height:calc(4px + .7em);margin-right:calc(5px + .2em);border-left:calc(5px + .1em) solid #e5e5e5}.uk-heading-line{overflow:hidden}.uk-heading-line>*{display:inline-block;position:relative}.uk-heading-line>::after,.uk-heading-line>::before{content:"";position:absolute;top:calc(50% - (calc(.2px + .05em)/ 2));width:2000px;border-bottom:calc(.2px + .05em) solid #e5e5e5}.uk-heading-line>::before{right:100%;margin-right:calc(5px + .3em)}.uk-heading-line>::after{left:100%;margin-left:calc(5px + .3em)}[class*=uk-divider]{border:none;margin-bottom:20px}*+[class*=uk-divider]{margin-top:20px}.uk-divider-icon{position:relative;height:20px;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");background-repeat:no-repeat;background-position:50% 50%}.uk-divider-icon::after,.uk-divider-icon::before{content:"";position:absolute;top:50%;max-width:calc(50% - (50px / 2));border-bottom:1px solid #e5e5e5}.uk-divider-icon::before{right:calc(50% + (50px / 2));width:100%}.uk-divider-icon::after{left:calc(50% + (50px / 2));width:100%}.uk-divider-small{line-height:0}.uk-divider-small::after{content:"";display:inline-block;width:100px;max-width:100%;border-top:1px solid #e5e5e5;vertical-align:top}.uk-divider-vertical{width:max-content;height:100px;margin-left:auto;margin-right:auto;border-left:1px solid #e5e5e5}.uk-list{padding:0;list-style:none}.uk-list>*{break-inside:avoid-column}.uk-list>*>:last-child{margin-bottom:0}.uk-list>*>ul,.uk-list>:nth-child(n+2){margin-top:10px}.uk-list-circle>*,.uk-list-decimal>*,.uk-list-disc>*,.uk-list-hyphen>*,.uk-list-square>*{padding-left:30px}.uk-list-decimal{counter-reset:decimal}.uk-list-decimal>*{counter-increment:decimal}.uk-list-circle>::before,.uk-list-decimal>::before,.uk-list-disc>::before,.uk-list-hyphen>::before,.uk-list-square>::before{content:"";position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;display:list-item;list-style-position:inside;text-align:right}.uk-list-disc>::before{list-style-type:disc}.uk-list-circle>::before{list-style-type:circle}.uk-list-square>::before{list-style-type:square}.uk-list-decimal>::before{content:counter(decimal,decimal) '\200A.\00A0'}.uk-list-hyphen>::before{content:'–\00A0\00A0'}.uk-list-muted>::before{color:#999!important}.uk-list-emphasis>::before{color:#333!important}.uk-list-primary>::before{color:#1e87f0!important}.uk-list-secondary>::before{color:#222!important}.uk-list-bullet>*{padding-left:30px}.uk-list-bullet>::before{content:"";display:list-item;position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50% 50%}.uk-list-divider>:nth-child(n+2){margin-top:10px;padding-top:10px;border-top:1px solid #e5e5e5}.uk-list-striped>*{padding:10px 10px}.uk-list-striped>:nth-of-type(odd){border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.uk-list-striped>:nth-of-type(odd){background:#f8f8f8}.uk-list-striped>:nth-child(n+2){margin-top:0}.uk-list-large>*>ul,.uk-list-large>:nth-child(n+2){margin-top:20px}.uk-list-collapse>*>ul,.uk-list-collapse>:nth-child(n+2){margin-top:0}.uk-list-large.uk-list-divider>:nth-child(n+2){margin-top:20px;padding-top:20px}.uk-list-collapse.uk-list-divider>:nth-child(n+2){margin-top:0;padding-top:0}.uk-list-large.uk-list-striped>*{padding:20px 10px}.uk-list-collapse.uk-list-striped>*{padding-top:0;padding-bottom:0}.uk-list-collapse.uk-list-striped>:nth-child(n+2),.uk-list-large.uk-list-striped>:nth-child(n+2){margin-top:0}.uk-description-list>dt{color:#333;font-size:.875rem;font-weight:400;text-transform:uppercase}.uk-description-list>dt:nth-child(n+2){margin-top:20px}.uk-description-list-divider>dt:nth-child(n+2){margin-top:20px;padding-top:20px;border-top:1px solid #e5e5e5}.uk-table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:20px}*+.uk-table{margin-top:20px}.uk-table th{padding:16px 12px;text-align:left;vertical-align:bottom;font-size:.875rem;font-weight:400;color:#999;text-transform:uppercase}.uk-table td{padding:16px 12px;vertical-align:top}.uk-table td>:last-child{margin-bottom:0}.uk-table tfoot{font-size:.875rem}.uk-table caption{font-size:.875rem;text-align:left;color:#999}.uk-table-middle,.uk-table-middle td{vertical-align:middle!important}.uk-table-divider>:first-child>tr:not(:first-child),.uk-table-divider>:not(:first-child)>tr,.uk-table-divider>tr:not(:first-child){border-top:1px solid #e5e5e5}.uk-table-striped tbody tr:nth-of-type(odd),.uk-table-striped>tr:nth-of-type(odd){background:#f8f8f8;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.uk-table-hover tbody tr:hover,.uk-table-hover>tr:hover{background:#ffd}.uk-table tbody tr.uk-active,.uk-table>tr.uk-active{background:#ffd}.uk-table-small td,.uk-table-small th{padding:10px 12px}.uk-table-large td,.uk-table-large th{padding:22px 12px}.uk-table-justify td:first-child,.uk-table-justify th:first-child{padding-left:0}.uk-table-justify td:last-child,.uk-table-justify th:last-child{padding-right:0}.uk-table-shrink{width:1px}.uk-table-expand{min-width:150px}.uk-table-link{padding:0!important}.uk-table-link>a{display:block;padding:16px 12px}.uk-table-small .uk-table-link>a{padding:10px 12px}@media (max-width:959px){.uk-table-responsive,.uk-table-responsive tbody,.uk-table-responsive td,.uk-table-responsive th,.uk-table-responsive tr{display:block}.uk-table-responsive thead{display:none}.uk-table-responsive td,.uk-table-responsive th{width:auto!important;max-width:none!important;min-width:0!important;overflow:visible!important;white-space:normal!important}.uk-table-responsive .uk-table-link:not(:first-child)>a,.uk-table-responsive td:not(:first-child):not(.uk-table-link),.uk-table-responsive th:not(:first-child):not(.uk-table-link){padding-top:5px!important}.uk-table-responsive .uk-table-link:not(:last-child)>a,.uk-table-responsive td:not(:last-child):not(.uk-table-link),.uk-table-responsive th:not(:last-child):not(.uk-table-link){padding-bottom:5px!important}.uk-table-justify.uk-table-responsive td,.uk-table-justify.uk-table-responsive th{padding-left:0;padding-right:0}}.uk-table tbody tr{transition:background-color .1s linear}.uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-table-striped>tr:nth-of-type(2n):last-child{border-bottom:1px solid #e5e5e5}.uk-icon{margin:0;border:none;border-radius:0;overflow:visible;font:inherit;color:inherit;text-transform:none;padding:0;background-color:transparent;display:inline-block;fill:currentcolor;line-height:0}button.uk-icon:not(:disabled){cursor:pointer}.uk-icon::-moz-focus-inner{border:0;padding:0}.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve){fill:currentcolor}.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){stroke:currentcolor}.uk-icon>*{transform:translate(0,0)}.uk-icon-image{width:20px;height:20px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;object-fit:scale-down;max-width:none}.uk-icon-link{color:#999;text-decoration:none!important}.uk-icon-link:hover{color:#666}.uk-active>.uk-icon-link,.uk-icon-link:active{color:#595959}.uk-icon-button{box-sizing:border-box;width:36px;height:36px;border-radius:500px;background:#f8f8f8;color:#999;vertical-align:middle;display:inline-flex;justify-content:center;align-items:center;transition:.1s ease-in-out;transition-property:color,background-color}.uk-icon-button:hover{background-color:#ebebeb;color:#666}.uk-active>.uk-icon-button,.uk-icon-button:active{background-color:#dfdfdf;color:#666}.uk-range{-webkit-appearance:none;box-sizing:border-box;margin:0;vertical-align:middle;max-width:100%;width:100%;background:0 0}.uk-range:focus{outline:0}.uk-range::-moz-focus-outer{border:none}.uk-range:not(:disabled)::-webkit-slider-thumb{cursor:pointer}.uk-range:not(:disabled)::-moz-range-thumb{cursor:pointer}.uk-range::-webkit-slider-runnable-track{height:3px;background:#ebebeb;border-radius:500px}.uk-range:active::-webkit-slider-runnable-track,.uk-range:focus::-webkit-slider-runnable-track{background:#dedede}.uk-range::-moz-range-track{height:3px;background:#ebebeb;border-radius:500px}.uk-range:focus::-moz-range-track{background:#dedede}.uk-range::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-7px;height:15px;width:15px;border-radius:500px;background:#fff;border:1px solid #ccc}.uk-range::-moz-range-thumb{border:none;height:15px;width:15px;margin-top:-7px;border-radius:500px;background:#fff;border:1px solid #ccc}.uk-checkbox,.uk-input,.uk-radio,.uk-select,.uk-textarea{box-sizing:border-box;margin:0;border-radius:0;font:inherit}.uk-input{overflow:visible}.uk-select{text-transform:none}.uk-select optgroup{font:inherit;font-weight:700}.uk-textarea{overflow:auto}.uk-input[type=search]::-webkit-search-cancel-button,.uk-input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.uk-input[type=number]::-webkit-inner-spin-button,.uk-input[type=number]::-webkit-outer-spin-button{height:auto}.uk-input::-moz-placeholder,.uk-textarea::-moz-placeholder{opacity:1}.uk-checkbox:not(:disabled),.uk-radio:not(:disabled){cursor:pointer}.uk-fieldset{border:none;margin:0;padding:0;min-width:0}.uk-input,.uk-textarea{-webkit-appearance:none}.uk-input,.uk-select,.uk-textarea{max-width:100%;width:100%;border:0 none;padding:0 10px;background:#fff;color:#666;border:1px solid #e5e5e5;transition:.2s ease-in-out;transition-property:color,background-color,border}.uk-input,.uk-select:not([multiple]):not([size]){height:40px;vertical-align:middle;display:inline-block}.uk-input:not(input),.uk-select:not(select){line-height:38px}.uk-select[multiple],.uk-select[size],.uk-textarea{padding-top:6px;padding-bottom:6px;vertical-align:top}.uk-select[multiple],.uk-select[size]{resize:vertical}.uk-input:focus,.uk-select:focus,.uk-textarea:focus{outline:0;background-color:#fff;color:#666;border-color:#1e87f0}.uk-input:disabled,.uk-select:disabled,.uk-textarea:disabled{background-color:#f8f8f8;color:#999;border-color:#e5e5e5}.uk-input::placeholder{color:#999}.uk-textarea::placeholder{color:#999}.uk-form-small{font-size:.875rem}.uk-form-small:not(textarea):not([multiple]):not([size]){height:30px;padding-left:8px;padding-right:8px}[multiple].uk-form-small,[size].uk-form-small,textarea.uk-form-small{padding:5px 8px}.uk-form-small:not(select):not(input):not(textarea){line-height:28px}.uk-form-large{font-size:1.25rem}.uk-form-large:not(textarea):not([multiple]):not([size]){height:55px;padding-left:12px;padding-right:12px}[multiple].uk-form-large,[size].uk-form-large,textarea.uk-form-large{padding:7px 12px}.uk-form-large:not(select):not(input):not(textarea){line-height:53px}.uk-form-danger,.uk-form-danger:focus{color:#f0506e;border-color:#f0506e}.uk-form-success,.uk-form-success:focus{color:#32d296;border-color:#32d296}.uk-form-blank{background:0 0;border-color:transparent}.uk-form-blank:focus{border-color:#e5e5e5;border-style:solid}input.uk-form-width-xsmall{width:50px}select.uk-form-width-xsmall{width:75px}.uk-form-width-small{width:130px}.uk-form-width-medium{width:200px}.uk-form-width-large{width:500px}.uk-select:not([multiple]):not([size]){-webkit-appearance:none;-moz-appearance:none;padding-right:20px;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");background-repeat:no-repeat;background-position:100% 50%}.uk-select:not([multiple]):not([size]) option{color:#666}.uk-select:not([multiple]):not([size]):disabled{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.uk-input[list]{padding-right:20px;background-repeat:no-repeat;background-position:100% 50%}.uk-input[list]:focus,.uk-input[list]:hover{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.uk-input[list]::-webkit-calendar-picker-indicator{display:none!important}.uk-checkbox,.uk-radio{display:inline-block;height:16px;width:16px;overflow:hidden;margin-top:-4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;border:1px solid #ccc;transition:.2s ease-in-out;transition-property:background-color,border}.uk-radio{border-radius:50%}.uk-checkbox:focus,.uk-radio:focus{background-color:rgba(0,0,0,0);outline:0;border-color:#1e87f0}.uk-checkbox:checked,.uk-checkbox:indeterminate,.uk-radio:checked{background-color:#1e87f0;border-color:transparent}.uk-checkbox:checked:focus,.uk-checkbox:indeterminate:focus,.uk-radio:checked:focus{background-color:#0e6dcd}.uk-radio:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-checkbox:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.uk-checkbox:indeterminate{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-checkbox:disabled,.uk-radio:disabled{background-color:#f8f8f8;border-color:#e5e5e5}.uk-radio:disabled:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-checkbox:disabled:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.uk-checkbox:disabled:indeterminate{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-legend{width:100%;color:inherit;padding:0;font-size:1.5rem;line-height:1.4}.uk-form-custom{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.uk-form-custom input[type=file],.uk-form-custom select{position:absolute;top:0;z-index:1;width:100%;height:100%;left:0;-webkit-appearance:none;opacity:0;cursor:pointer}.uk-form-custom input[type=file]{font-size:500px;overflow:hidden}.uk-form-label{color:#333;font-size:.875rem}.uk-form-stacked .uk-form-label{display:block;margin-bottom:5px}@media (max-width:959px){.uk-form-horizontal .uk-form-label{display:block;margin-bottom:5px}}@media (min-width:960px){.uk-form-horizontal .uk-form-label{width:200px;margin-top:7px;float:left}.uk-form-horizontal .uk-form-controls{margin-left:215px}.uk-form-horizontal .uk-form-controls-text{padding-top:7px}}.uk-form-icon{position:absolute;top:0;bottom:0;left:0;width:40px;display:inline-flex;justify-content:center;align-items:center;color:#999}.uk-form-icon:hover{color:#666}.uk-form-icon:not(a):not(button):not(input){pointer-events:none}.uk-form-icon:not(.uk-form-icon-flip)~.uk-input{padding-left:40px!important}.uk-form-icon-flip{right:0;left:auto}.uk-form-icon-flip~.uk-input{padding-right:40px!important}.uk-button{margin:0;border:none;overflow:visible;font:inherit;color:inherit;text-transform:none;-webkit-appearance:none;border-radius:0;display:inline-block;box-sizing:border-box;padding:0 30px;vertical-align:middle;font-size:.875rem;line-height:38px;text-align:center;text-decoration:none;text-transform:uppercase;transition:.1s ease-in-out;transition-property:color,background-color,border-color}.uk-button:not(:disabled){cursor:pointer}.uk-button::-moz-focus-inner{border:0;padding:0}.uk-button:hover{text-decoration:none}.uk-button-default{background-color:transparent;color:#333;border:1px solid #e5e5e5}.uk-button-default:hover{background-color:transparent;color:#333;border-color:#b2b2b2}.uk-button-default.uk-active,.uk-button-default:active{background-color:transparent;color:#333;border-color:#999}.uk-button-primary{background-color:#1e87f0;color:#fff;border:1px solid transparent}.uk-button-primary:hover{background-color:#0f7ae5;color:#fff}.uk-button-primary.uk-active,.uk-button-primary:active{background-color:#0e6dcd;color:#fff}.uk-button-secondary{background-color:#222;color:#fff;border:1px solid transparent}.uk-button-secondary:hover{background-color:#151515;color:#fff}.uk-button-secondary.uk-active,.uk-button-secondary:active{background-color:#080808;color:#fff}.uk-button-danger{background-color:#f0506e;color:#fff;border:1px solid transparent}.uk-button-danger:hover{background-color:#ee395b;color:#fff}.uk-button-danger.uk-active,.uk-button-danger:active{background-color:#ec2147;color:#fff}.uk-button-danger:disabled,.uk-button-default:disabled,.uk-button-primary:disabled,.uk-button-secondary:disabled{background-color:transparent;color:#999;border-color:#e5e5e5}.uk-button-small{padding:0 15px;line-height:28px;font-size:.875rem}.uk-button-large{padding:0 40px;line-height:53px;font-size:.875rem}.uk-button-text{padding:0;line-height:1.5;background:0 0;color:#333;position:relative}.uk-button-text::before{content:"";position:absolute;bottom:0;left:0;right:100%;border-bottom:1px solid currentColor;transition:right .3s ease-out}.uk-button-text:hover{color:#333}.uk-button-text:hover::before{right:0}.uk-button-text:disabled{color:#999}.uk-button-text:disabled::before{display:none}.uk-button-link{padding:0;line-height:1.5;background:0 0;color:#333}.uk-button-link:hover{color:#999;text-decoration:none}.uk-button-link:disabled{color:#999;text-decoration:none}.uk-button-group{display:inline-flex;vertical-align:middle;position:relative}.uk-button-group>.uk-button:nth-child(n+2),.uk-button-group>div:nth-child(n+2) .uk-button{margin-left:-1px}.uk-button-group .uk-button.uk-active,.uk-button-group .uk-button:active,.uk-button-group .uk-button:focus,.uk-button-group .uk-button:hover{position:relative;z-index:1}.uk-progress{vertical-align:baseline;display:block;width:100%;border:0;background-color:#f8f8f8;margin-bottom:20px;height:15px;border-radius:500px;overflow:hidden}*+.uk-progress{margin-top:20px}.uk-progress::-webkit-progress-bar{background-color:transparent}.uk-progress::-webkit-progress-value{background-color:#1e87f0;transition:width .6s ease}.uk-progress::-moz-progress-bar{background-color:#1e87f0;transition:width .6s ease}.uk-section{display:flow-root;box-sizing:border-box;padding-top:40px;padding-bottom:40px}@media (min-width:960px){.uk-section{padding-top:70px;padding-bottom:70px}}.uk-section>:last-child{margin-bottom:0}.uk-section-xsmall{padding-top:20px;padding-bottom:20px}.uk-section-small{padding-top:40px;padding-bottom:40px}.uk-section-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.uk-section-large{padding-top:140px;padding-bottom:140px}}.uk-section-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.uk-section-xlarge{padding-top:210px;padding-bottom:210px}}.uk-section-default{--uk-inverse:dark;background:#fff}.uk-section-muted{--uk-inverse:dark;background:#f8f8f8}.uk-section-primary{--uk-inverse:light;background:#1e87f0}.uk-section-secondary{--uk-inverse:light;background:#222}.uk-container{display:flow-root;box-sizing:content-box;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:640px){.uk-container{padding-left:30px;padding-right:30px}}@media (min-width:960px){.uk-container{padding-left:40px;padding-right:40px}}.uk-container>:last-child{margin-bottom:0}.uk-container .uk-container{padding-left:0;padding-right:0}.uk-container-xsmall{max-width:750px}.uk-container-small{max-width:900px}.uk-container-large{max-width:1400px}.uk-container-xlarge{max-width:1600px}.uk-container-expand{max-width:none}.uk-container-expand-left{margin-left:0}.uk-container-expand-right{margin-right:0}@media (min-width:640px){.uk-container-expand-left.uk-container-xsmall,.uk-container-expand-right.uk-container-xsmall{max-width:calc(50% + (750px / 2) - 30px)}.uk-container-expand-left.uk-container-small,.uk-container-expand-right.uk-container-small{max-width:calc(50% + (900px / 2) - 30px)}}@media (min-width:960px){.uk-container-expand-left,.uk-container-expand-right{max-width:calc(50% + (1200px / 2) - 40px)}.uk-container-expand-left.uk-container-xsmall,.uk-container-expand-right.uk-container-xsmall{max-width:calc(50% + (750px / 2) - 40px)}.uk-container-expand-left.uk-container-small,.uk-container-expand-right.uk-container-small{max-width:calc(50% + (900px / 2) - 40px)}.uk-container-expand-left.uk-container-large,.uk-container-expand-right.uk-container-large{max-width:calc(50% + (1400px / 2) - 40px)}.uk-container-expand-left.uk-container-xlarge,.uk-container-expand-right.uk-container-xlarge{max-width:calc(50% + (1600px / 2) - 40px)}}.uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right{width:calc(100% + 15px)}.uk-container-item-padding-remove-left{margin-left:-15px}.uk-container-item-padding-remove-right{margin-right:-15px}@media (min-width:640px){.uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right{width:calc(100% + 30px)}.uk-container-item-padding-remove-left{margin-left:-30px}.uk-container-item-padding-remove-right{margin-right:-30px}}@media (min-width:960px){.uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right{width:calc(100% + 40px)}.uk-container-item-padding-remove-left{margin-left:-40px}.uk-container-item-padding-remove-right{margin-right:-40px}}.uk-tile{display:flow-root;position:relative;box-sizing:border-box;padding-left:15px;padding-right:15px;padding-top:40px;padding-bottom:40px}@media (min-width:640px){.uk-tile{padding-left:30px;padding-right:30px}}@media (min-width:960px){.uk-tile{padding-left:40px;padding-right:40px;padding-top:70px;padding-bottom:70px}}.uk-tile>:last-child{margin-bottom:0}.uk-tile-xsmall{padding-top:20px;padding-bottom:20px}.uk-tile-small{padding-top:40px;padding-bottom:40px}.uk-tile-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.uk-tile-large{padding-top:140px;padding-bottom:140px}}.uk-tile-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.uk-tile-xlarge{padding-top:210px;padding-bottom:210px}}.uk-tile-default{--uk-inverse:dark;background-color:#fff}.uk-tile-muted{--uk-inverse:dark;background-color:#f8f8f8}.uk-tile-primary{--uk-inverse:light;background-color:#1e87f0}.uk-tile-secondary{--uk-inverse:light;background-color:#222}.uk-card{position:relative;box-sizing:border-box;transition:box-shadow .1s ease-in-out}.uk-card-body{display:flow-root;padding:30px 30px}.uk-card-header{display:flow-root;padding:15px 30px}.uk-card-footer{display:flow-root;padding:15px 30px}@media (min-width:1200px){.uk-card-body{padding:40px 40px}.uk-card-header{padding:20px 40px}.uk-card-footer{padding:20px 40px}}.uk-card-body>:last-child,.uk-card-footer>:last-child,.uk-card-header>:last-child{margin-bottom:0}.uk-card-title{font-size:1.5rem;line-height:1.4}.uk-card-badge{position:absolute;top:15px;right:15px;z-index:1;height:22px;padding:0 10px;background:#1e87f0;color:#fff;font-size:.875rem;display:flex;justify-content:center;align-items:center;line-height:0;border-radius:2px;text-transform:uppercase}.uk-card-badge:first-child+*{margin-top:0}.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover{background-color:#fff;box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-card-default{--uk-inverse:dark;background-color:#fff;color:#666;box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-card-default .uk-card-title{color:#333}.uk-card-default.uk-card-hover:hover{background-color:#fff;box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-card-default .uk-card-header{border-bottom:1px solid #e5e5e5}.uk-card-default .uk-card-footer{border-top:1px solid #e5e5e5}.uk-card-primary{--uk-inverse:light;background-color:#1e87f0;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-card-primary .uk-card-title{color:#fff}.uk-card-primary.uk-card-hover:hover{background-color:#1e87f0;box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-card-secondary{--uk-inverse:light;background-color:#222;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-card-secondary .uk-card-title{color:#fff}.uk-card-secondary.uk-card-hover:hover{background-color:#222;box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-card-small .uk-card-body,.uk-card-small.uk-card-body{padding:20px 20px}.uk-card-small .uk-card-header{padding:13px 20px}.uk-card-small .uk-card-footer{padding:13px 20px}@media (min-width:1200px){.uk-card-large .uk-card-body,.uk-card-large.uk-card-body{padding:70px 70px}.uk-card-large .uk-card-header{padding:35px 70px}.uk-card-large .uk-card-footer{padding:35px 70px}}.uk-card-body>.uk-nav-default{margin-left:-30px;margin-right:-30px}.uk-card-body>.uk-nav-default:only-child{margin-top:-15px;margin-bottom:-15px}.uk-card-body>.uk-nav-default .uk-nav-divider,.uk-card-body>.uk-nav-default .uk-nav-header,.uk-card-body>.uk-nav-default>li>a{padding-left:30px;padding-right:30px}.uk-card-body>.uk-nav-default .uk-nav-sub{padding-left:45px}@media (min-width:1200px){.uk-card-body>.uk-nav-default{margin-left:-40px;margin-right:-40px}.uk-card-body>.uk-nav-default:only-child{margin-top:-25px;margin-bottom:-25px}.uk-card-body>.uk-nav-default .uk-nav-divider,.uk-card-body>.uk-nav-default .uk-nav-header,.uk-card-body>.uk-nav-default>li>a{padding-left:40px;padding-right:40px}.uk-card-body>.uk-nav-default .uk-nav-sub{padding-left:55px}}.uk-card-small>.uk-nav-default{margin-left:-20px;margin-right:-20px}.uk-card-small>.uk-nav-default:only-child{margin-top:-5px;margin-bottom:-5px}.uk-card-small>.uk-nav-default .uk-nav-divider,.uk-card-small>.uk-nav-default .uk-nav-header,.uk-card-small>.uk-nav-default>li>a{padding-left:20px;padding-right:20px}.uk-card-small>.uk-nav-default .uk-nav-sub{padding-left:35px}@media (min-width:1200px){.uk-card-large>.uk-nav-default{margin:0}.uk-card-large>.uk-nav-default:only-child{margin:0}.uk-card-large>.uk-nav-default .uk-nav-divider,.uk-card-large>.uk-nav-default .uk-nav-header,.uk-card-large>.uk-nav-default>li>a{padding-left:0;padding-right:0}.uk-card-large>.uk-nav-default .uk-nav-sub{padding-left:15px}}.uk-close{color:#999;transition:.1s ease-in-out;transition-property:color,opacity}.uk-close:hover{color:#666}.uk-spinner>*{animation:uk-spinner-rotate 1.4s linear infinite}@keyframes uk-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}.uk-spinner>*>*{stroke-dasharray:88px;stroke-dashoffset:0;transform-origin:center;animation:uk-spinner-dash 1.4s ease-in-out infinite;stroke-width:1;stroke-linecap:round}@keyframes uk-spinner-dash{0%{stroke-dashoffset:88px}50%{stroke-dashoffset:22px;transform:rotate(135deg)}100%{stroke-dashoffset:88px;transform:rotate(450deg)}}.uk-totop{padding:5px;color:#999;transition:color .1s ease-in-out}.uk-totop:hover{color:#666}.uk-totop:active{color:#333}.uk-marker{padding:5px;background:#222;color:#fff;border-radius:500px}.uk-marker:hover{color:#fff}.uk-alert{position:relative;margin-bottom:20px;padding:15px 29px 15px 15px;background:#f8f8f8;color:#666}*+.uk-alert{margin-top:20px}.uk-alert>:last-child{margin-bottom:0}.uk-alert-close{position:absolute;top:20px;right:15px;color:inherit;opacity:.4}.uk-alert-close:first-child+*{margin-top:0}.uk-alert-close:hover{color:inherit;opacity:.8}.uk-alert-primary{background:#d8eafc;color:#1e87f0}.uk-alert-success{background:#edfbf6;color:#32d296}.uk-alert-warning{background:#fff6ee;color:#faa05a}.uk-alert-danger{background:#fef4f6;color:#f0506e}.uk-alert h1,.uk-alert h2,.uk-alert h3,.uk-alert h4,.uk-alert h5,.uk-alert h6{color:inherit}.uk-alert a:not([class]){color:inherit;text-decoration:underline}.uk-alert a:not([class]):hover{color:inherit;text-decoration:underline}.uk-placeholder{margin-bottom:20px;padding:30px 30px;background:0 0;border:1px dashed #e5e5e5}*+.uk-placeholder{margin-top:20px}.uk-placeholder>:last-child{margin-bottom:0}.uk-badge{box-sizing:border-box;min-width:18px;height:18px;padding:0 5px;border-radius:500px;vertical-align:middle;background:#1e87f0;color:#fff!important;font-size:11px;display:inline-flex;justify-content:center;align-items:center;line-height:0}.uk-badge:hover{text-decoration:none}.uk-label{display:inline-block;padding:0 10px;background:#1e87f0;line-height:1.5;font-size:.875rem;color:#fff;vertical-align:middle;white-space:nowrap;border-radius:2px;text-transform:uppercase}.uk-label-success{background-color:#32d296;color:#fff}.uk-label-warning{background-color:#faa05a;color:#fff}.uk-label-danger{background-color:#f0506e;color:#fff}.uk-overlay{padding:30px 30px}.uk-overlay>:last-child{margin-bottom:0}.uk-overlay-default{--uk-inverse:dark;background:rgba(255,255,255,.8)}.uk-overlay-primary{--uk-inverse:light;background:rgba(34,34,34,.8)}.uk-article{display:flow-root}.uk-article>:last-child{margin-bottom:0}.uk-article+.uk-article{margin-top:70px}.uk-article-title{font-size:2.23125rem;line-height:1.2}@media (min-width:960px){.uk-article-title{font-size:2.625rem}}.uk-article-meta{font-size:.875rem;line-height:1.4;color:#999}.uk-article-meta a{color:#999}.uk-article-meta a:hover{color:#666;text-decoration:none}.uk-comment-body{display:flow-root;overflow-wrap:break-word;word-wrap:break-word}.uk-comment-header{display:flow-root;margin-bottom:20px}.uk-comment-body>:last-child,.uk-comment-header>:last-child{margin-bottom:0}.uk-comment-title{font-size:1.25rem;line-height:1.4}.uk-comment-meta{font-size:.875rem;line-height:1.4;color:#999}.uk-comment-list{padding:0;list-style:none}.uk-comment-list>:nth-child(n+2){margin-top:70px}.uk-comment-list .uk-comment~ul{margin:70px 0 0 0;padding-left:30px;list-style:none}@media (min-width:960px){.uk-comment-list .uk-comment~ul{padding-left:100px}}.uk-comment-list .uk-comment~ul>:nth-child(n+2){margin-top:70px}.uk-comment-primary{padding:30px;background-color:#f8f8f8}.uk-search{display:inline-block;position:relative;max-width:100%;margin:0}.uk-search-input::-webkit-search-cancel-button,.uk-search-input::-webkit-search-decoration{-webkit-appearance:none}.uk-search-input::-moz-placeholder{opacity:1}.uk-search-input{box-sizing:border-box;margin:0;border-radius:0;font:inherit;overflow:visible;-webkit-appearance:none;vertical-align:middle;width:100%;border:none;color:#666}.uk-search-input:focus{outline:0}.uk-search-input::placeholder{color:#999}.uk-search .uk-search-icon{position:absolute;top:0;bottom:0;left:0;display:inline-flex;justify-content:center;align-items:center;color:#999}.uk-search .uk-search-icon:hover{color:#999}.uk-search .uk-search-icon:not(a):not(button):not(input){pointer-events:none}.uk-search .uk-search-icon-flip{right:0;left:auto}.uk-search-default{width:240px}.uk-search-default .uk-search-input{height:40px;padding-left:10px;padding-right:10px;background:0 0;border:1px solid #e5e5e5}.uk-search-default .uk-search-input:focus{background-color:rgba(0,0,0,0);border-color:#1e87f0}.uk-search-default .uk-search-icon{width:40px}.uk-search-default:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input{padding-left:40px}.uk-search-default:has(.uk-search-icon-flip) .uk-search-input{padding-right:40px}.uk-search-navbar{width:240px}.uk-search-navbar .uk-search-input{height:40px;padding-left:10px;padding-right:10px;background:#fff;border:1px solid #e5e5e5}.uk-search-navbar .uk-search-input:focus{background-color:#fff;border-color:#1e87f0}.uk-search-navbar .uk-search-icon{width:40px}.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input{padding-left:40px}.uk-search-navbar:has(.uk-search-icon-flip) .uk-search-input{padding-right:40px}.uk-search-medium{width:400px}.uk-search-medium .uk-search-input{height:40px;background:0 0;font-size:1.5rem}.uk-search-medium .uk-search-icon{width:24px}.uk-search-medium:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input{padding-left:34px}.uk-search-medium:has(.uk-search-icon-flip) .uk-search-input{padding-right:34px}.uk-search-large{width:500px}.uk-search-large .uk-search-input{height:80px;background:0 0;font-size:2.625rem}.uk-search-large .uk-search-icon{width:40px}.uk-search-large:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input{padding-left:60px}.uk-search-large:has(.uk-search-icon-flip) .uk-search-input{padding-right:60px}.uk-search-toggle{color:#999}.uk-search-toggle:hover{color:#666}.uk-accordion{padding:0;list-style:none}.uk-accordion>:nth-child(n+2){margin-top:20px}.uk-accordion-title{display:block;font-size:1.25rem;line-height:1.4;color:#333;overflow:hidden}.uk-accordion-title::before{content:"";width:1.4em;height:1.4em;margin-left:10px;float:right;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50% 50%}.uk-open>.uk-accordion-title::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-accordion-title:hover{color:#666;text-decoration:none}.uk-accordion-content{display:flow-root;margin-top:20px}.uk-accordion-content>:last-child{margin-bottom:0}.uk-drop{display:none;position:absolute;z-index:1020;--uk-position-offset:20px;--uk-position-viewport-offset:15px;box-sizing:border-box;width:300px}.uk-drop.uk-open{display:block}.uk-drop-stack .uk-drop-grid>*{width:100%!important}.uk-drop-parent-icon{margin-left:.25em;transition:transform .3s ease-out}[aria-expanded=true]>.uk-drop-parent-icon{transform:rotateX(180deg)}.uk-dropbar{--uk-position-offset:0;--uk-position-shift-offset:0;--uk-position-viewport-offset:0;--uk-inverse:dark;width:auto;padding:25px 15px 25px 15px;background:#fff;color:#666}.uk-dropbar>:last-child{margin-bottom:0}@media (min-width:640px){.uk-dropbar{padding-left:30px;padding-right:30px}}@media (min-width:960px){.uk-dropbar{padding-left:40px;padding-right:40px}}.uk-dropbar :focus-visible{outline-color:#333!important}.uk-dropbar-large{padding-top:40px;padding-bottom:40px}.uk-dropbar-top{box-shadow:0 12px 7px -6px rgba(0,0,0,.05)}.uk-dropbar-bottom{box-shadow:0 -12px 7px -6px rgba(0,0,0,.05)}.uk-dropbar-left{box-shadow:12px 0 7px -6px rgba(0,0,0,.05)}.uk-dropbar-right{box-shadow:-12px 0 7px -6px rgba(0,0,0,.05)}.uk-dropnav-dropbar{position:absolute;z-index:980;padding:0;left:0;right:0}.uk-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;overflow-y:auto;padding:15px 15px;background:rgba(0,0,0,.6);opacity:0;transition:opacity .15s linear}@media (min-width:640px){.uk-modal{padding:50px 30px}}@media (min-width:960px){.uk-modal{padding-left:40px;padding-right:40px}}.uk-modal.uk-open{opacity:1}.uk-modal-page{overflow:hidden}.uk-modal-dialog{position:relative;box-sizing:border-box;margin:0 auto;width:600px;max-width:100%!important;background:#fff;opacity:0;transform:translateY(-100px);transition:.3s linear;transition-property:opacity,transform}.uk-open>.uk-modal-dialog{opacity:1;transform:translateY(0)}.uk-modal-container .uk-modal-dialog{width:1200px}.uk-modal-full{padding:0;background:0 0}.uk-modal-full .uk-modal-dialog{margin:0;width:100%;max-width:100%;transform:translateY(0)}.uk-modal-body{display:flow-root;padding:20px 20px}.uk-modal-header{display:flow-root;padding:10px 20px;background:#fff;border-bottom:1px solid #e5e5e5}.uk-modal-footer{display:flow-root;padding:10px 20px;background:#fff;border-top:1px solid #e5e5e5}@media (min-width:640px){.uk-modal-body{padding:30px 30px}.uk-modal-header{padding:15px 30px}.uk-modal-footer{padding:15px 30px}}.uk-modal-body>:last-child,.uk-modal-footer>:last-child,.uk-modal-header>:last-child{margin-bottom:0}.uk-modal-title{font-size:2rem;line-height:1.3}[class*=uk-modal-close-]{position:absolute;z-index:1010;top:10px;right:10px;padding:5px}[class*=uk-modal-close-]:first-child+*{margin-top:0}.uk-modal-close-outside{top:0;right:-5px;transform:translate(0,-100%);color:#fff}.uk-modal-close-outside:hover{color:#fff}@media (min-width:960px){.uk-modal-close-outside{right:0;transform:translate(100%,-100%)}}.uk-modal-close-full{top:0;right:0;padding:10px;background:#fff}@media (min-width:960px){.uk-modal-close-full{padding:20px}}.uk-slideshow{-webkit-tap-highlight-color:transparent}.uk-slideshow-items{position:relative;z-index:0;margin:0;padding:0;list-style:none;overflow:hidden;-webkit-touch-callout:none;touch-action:pan-y}.uk-slideshow-items>*{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;will-change:transform,opacity}.uk-slideshow-items>:not(.uk-active){display:none}.uk-slider{-webkit-tap-highlight-color:transparent}.uk-slider-container{overflow:hidden;overflow:clip}.uk-slider-container-offset{margin:-11px -25px -39px -25px;padding:11px 25px 39px 25px}.uk-slider-items{will-change:transform;position:relative;touch-action:pan-y}.uk-slider-items:not(.uk-grid){display:flex;margin:0;padding:0;list-style:none;-webkit-touch-callout:none}.uk-slider-items.uk-grid{flex-wrap:nowrap}.uk-slider-items>*{flex:none!important;box-sizing:border-box;max-width:100%;position:relative}.uk-sticky{position:relative;z-index:980;box-sizing:border-box}.uk-sticky-fixed{margin:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.uk-sticky[class*=uk-animation-]{animation-duration:.2s}.uk-sticky.uk-animation-reverse{animation-duration:.2s}.uk-sticky-placeholder{pointer-events:none}.uk-offcanvas{display:none;position:fixed;top:0;bottom:0;left:0;z-index:1000}.uk-offcanvas-flip .uk-offcanvas{right:0;left:auto}.uk-offcanvas-bar{--uk-inverse:light;position:absolute;top:0;bottom:0;left:-270px;box-sizing:border-box;width:270px;padding:20px 20px;background:#222;overflow-y:auto}@media (min-width:640px){.uk-offcanvas-bar{left:-350px;width:350px;padding:30px 30px}}.uk-offcanvas-flip .uk-offcanvas-bar{left:auto;right:-270px}@media (min-width:640px){.uk-offcanvas-flip .uk-offcanvas-bar{right:-350px}}.uk-open>.uk-offcanvas-bar{left:0}.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar{left:auto;right:0}.uk-offcanvas-bar-animation{transition:left .3s ease-out}.uk-offcanvas-flip .uk-offcanvas-bar-animation{transition-property:right}.uk-offcanvas-reveal{position:absolute;top:0;bottom:0;left:0;width:0;overflow:hidden;transition:width .3s ease-out}.uk-offcanvas-reveal .uk-offcanvas-bar{left:0}.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar{left:auto;right:0}.uk-open>.uk-offcanvas-reveal{width:270px}@media (min-width:640px){.uk-open>.uk-offcanvas-reveal{width:350px}}.uk-offcanvas-flip .uk-offcanvas-reveal{right:0;left:auto}.uk-offcanvas-close{position:absolute;z-index:1000;top:5px;right:5px;padding:5px}@media (min-width:640px){.uk-offcanvas-close{top:10px;right:10px}}.uk-offcanvas-close:first-child+*{margin-top:0}.uk-offcanvas-overlay{width:100vw;touch-action:none}.uk-offcanvas-overlay::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.1);opacity:0;transition:opacity .15s linear}.uk-offcanvas-overlay.uk-open::before{opacity:1}.uk-offcanvas-container,.uk-offcanvas-page{overflow-x:hidden;overflow-x:clip}.uk-offcanvas-container{position:relative;left:0;transition:left .3s ease-out;box-sizing:border-box;width:100%}:not(.uk-offcanvas-flip).uk-offcanvas-container-animation{left:270px}.uk-offcanvas-flip.uk-offcanvas-container-animation{left:-270px}@media (min-width:640px){:not(.uk-offcanvas-flip).uk-offcanvas-container-animation{left:350px}.uk-offcanvas-flip.uk-offcanvas-container-animation{left:-350px}}.uk-switcher{margin:0;padding:0;list-style:none}.uk-switcher>:not(.uk-active){display:none}.uk-switcher>*>:last-child{margin-bottom:0}.uk-leader{overflow:hidden}.uk-leader-fill::after{display:inline-block;margin-left:15px;width:0;content:attr(data-fill);white-space:nowrap}.uk-leader-fill.uk-leader-hide::after{display:none}:root{--uk-leader-fill-content:.}.uk-notification{position:fixed;top:10px;left:10px;z-index:1040;box-sizing:border-box;width:350px}.uk-notification-bottom-right,.uk-notification-top-right{left:auto;right:10px}.uk-notification-bottom-center,.uk-notification-top-center{left:50%;margin-left:-175px}.uk-notification-bottom-center,.uk-notification-bottom-left,.uk-notification-bottom-right{top:auto;bottom:10px}@media (max-width:639px){.uk-notification{left:10px;right:10px;width:auto;margin:0}}.uk-notification-message{position:relative;padding:15px;background:#f8f8f8;color:#666;font-size:1.25rem;line-height:1.4;cursor:pointer}*+.uk-notification-message{margin-top:10px}.uk-notification-close{display:none;position:absolute;top:20px;right:15px}.uk-notification-message:hover .uk-notification-close{display:block}.uk-notification-message-primary{color:#1e87f0}.uk-notification-message-success{color:#32d296}.uk-notification-message-warning{color:#faa05a}.uk-notification-message-danger{color:#f0506e}.uk-tooltip{display:none;position:absolute;z-index:1030;--uk-position-offset:10px;--uk-position-viewport-offset:10;top:0;box-sizing:border-box;max-width:200px;padding:3px 6px;background:#666;border-radius:2px;color:#fff;font-size:12px}.uk-tooltip.uk-active{display:block}.uk-sortable{position:relative}.uk-sortable>:last-child{margin-bottom:0}.uk-sortable-drag{position:fixed!important;z-index:1050!important;pointer-events:none}.uk-sortable-placeholder{opacity:0;pointer-events:none}.uk-sortable-empty{min-height:50px}.uk-sortable-handle:hover{cursor:move}.uk-countdown-number{font-variant-numeric:tabular-nums;font-size:2rem;line-height:.8}@media (min-width:640px){.uk-countdown-number{font-size:4rem}}@media (min-width:960px){.uk-countdown-number{font-size:6rem}}.uk-countdown-separator{font-size:1rem;line-height:1.6}@media (min-width:640px){.uk-countdown-separator{font-size:2rem}}@media (min-width:960px){.uk-countdown-separator{font-size:3rem}}.uk-thumbnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-15px}.uk-thumbnav>*{padding-left:15px}.uk-thumbnav>*>*{display:inline-block;position:relative}.uk-thumbnav>*>::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.4));transition:opacity .1s ease-in-out}.uk-thumbnav>*>:hover::after{opacity:0}.uk-thumbnav>.uk-active>::after{opacity:0}.uk-thumbnav-vertical{flex-direction:column;margin-left:0;margin-top:-15px}.uk-thumbnav-vertical>*{padding-left:0;padding-top:15px}.uk-iconnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-10px}.uk-iconnav>*{padding-left:10px}.uk-iconnav>*>a{display:flex;align-items:center;column-gap:.25em;line-height:0;color:#999;text-decoration:none;font-size:.875rem;transition:.1s ease-in-out;transition-property:color,background-color}.uk-iconnav>*>a:hover{color:#666}.uk-iconnav>.uk-active>a{color:#666}.uk-iconnav-vertical{flex-direction:column;margin-left:0;margin-top:-10px}.uk-iconnav-vertical>*{padding-left:0;padding-top:10px}.uk-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.uk-grid>*{margin:0}.uk-grid>*>:last-child{margin-bottom:0}.uk-grid{margin-left:-30px}.uk-grid>*{padding-left:30px}*+.uk-grid-margin,.uk-grid+.uk-grid,.uk-grid>.uk-grid-margin{margin-top:30px}@media (min-width:1200px){.uk-grid{margin-left:-40px}.uk-grid>*{padding-left:40px}*+.uk-grid-margin,.uk-grid+.uk-grid,.uk-grid>.uk-grid-margin{margin-top:40px}}.uk-grid-column-small,.uk-grid-small{margin-left:-15px}.uk-grid-column-small>*,.uk-grid-small>*{padding-left:15px}*+.uk-grid-margin-small,.uk-grid+.uk-grid-row-small,.uk-grid+.uk-grid-small,.uk-grid-row-small>.uk-grid-margin,.uk-grid-small>.uk-grid-margin{margin-top:15px}.uk-grid-column-medium,.uk-grid-medium{margin-left:-30px}.uk-grid-column-medium>*,.uk-grid-medium>*{padding-left:30px}*+.uk-grid-margin-medium,.uk-grid+.uk-grid-medium,.uk-grid+.uk-grid-row-medium,.uk-grid-medium>.uk-grid-margin,.uk-grid-row-medium>.uk-grid-margin{margin-top:30px}.uk-grid-column-large,.uk-grid-large{margin-left:-40px}.uk-grid-column-large>*,.uk-grid-large>*{padding-left:40px}*+.uk-grid-margin-large,.uk-grid+.uk-grid-large,.uk-grid+.uk-grid-row-large,.uk-grid-large>.uk-grid-margin,.uk-grid-row-large>.uk-grid-margin{margin-top:40px}@media (min-width:1200px){.uk-grid-column-large,.uk-grid-large{margin-left:-70px}.uk-grid-column-large>*,.uk-grid-large>*{padding-left:70px}*+.uk-grid-margin-large,.uk-grid+.uk-grid-large,.uk-grid+.uk-grid-row-large,.uk-grid-large>.uk-grid-margin,.uk-grid-row-large>.uk-grid-margin{margin-top:70px}}.uk-grid-collapse,.uk-grid-column-collapse{margin-left:0}.uk-grid-collapse>*,.uk-grid-column-collapse>*{padding-left:0}.uk-grid+.uk-grid-collapse,.uk-grid+.uk-grid-row-collapse,.uk-grid-collapse>.uk-grid-margin,.uk-grid-row-collapse>.uk-grid-margin{margin-top:0}.uk-grid-divider>*{position:relative}.uk-grid-divider>:not(.uk-first-column)::before{content:"";position:absolute;top:0;bottom:0;border-left:1px solid #e5e5e5}.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{content:"";position:absolute;left:0;right:0;border-top:1px solid #e5e5e5}.uk-grid-divider{margin-left:-60px}.uk-grid-divider>*{padding-left:60px}.uk-grid-divider>:not(.uk-first-column)::before{left:30px}.uk-grid-divider.uk-grid-stack>.uk-grid-margin{margin-top:60px}.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{top:-30px;left:60px}@media (min-width:1200px){.uk-grid-divider{margin-left:-80px}.uk-grid-divider>*{padding-left:80px}.uk-grid-divider>:not(.uk-first-column)::before{left:40px}.uk-grid-divider.uk-grid-stack>.uk-grid-margin{margin-top:80px}.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{top:-40px;left:80px}}.uk-grid-divider.uk-grid-column-small,.uk-grid-divider.uk-grid-small{margin-left:-30px}.uk-grid-divider.uk-grid-column-small>*,.uk-grid-divider.uk-grid-small>*{padding-left:30px}.uk-grid-divider.uk-grid-column-small>:not(.uk-first-column)::before,.uk-grid-divider.uk-grid-small>:not(.uk-first-column)::before{left:15px}.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin{margin-top:30px}.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin::before{top:-15px;left:30px}.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin::before{top:-15px}.uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin::before{left:30px}.uk-grid-divider.uk-grid-column-medium,.uk-grid-divider.uk-grid-medium{margin-left:-60px}.uk-grid-divider.uk-grid-column-medium>*,.uk-grid-divider.uk-grid-medium>*{padding-left:60px}.uk-grid-divider.uk-grid-column-medium>:not(.uk-first-column)::before,.uk-grid-divider.uk-grid-medium>:not(.uk-first-column)::before{left:30px}.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin{margin-top:60px}.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin::before{top:-30px;left:60px}.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin::before{top:-30px}.uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin::before{left:60px}.uk-grid-divider.uk-grid-column-large,.uk-grid-divider.uk-grid-large{margin-left:-80px}.uk-grid-divider.uk-grid-column-large>*,.uk-grid-divider.uk-grid-large>*{padding-left:80px}.uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before,.uk-grid-divider.uk-grid-large>:not(.uk-first-column)::before{left:40px}.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin{margin-top:80px}.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before{top:-40px;left:80px}.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before{top:-40px}.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before{left:80px}@media (min-width:1200px){.uk-grid-divider.uk-grid-column-large,.uk-grid-divider.uk-grid-large{margin-left:-140px}.uk-grid-divider.uk-grid-column-large>*,.uk-grid-divider.uk-grid-large>*{padding-left:140px}.uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before,.uk-grid-divider.uk-grid-large>:not(.uk-first-column)::before{left:70px}.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin{margin-top:140px}.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before{top:-70px;left:140px}.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before{top:-70px}.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before{left:140px}}.uk-grid-item-match,.uk-grid-match>*{display:flex;flex-wrap:wrap}.uk-grid-item-match>:not([class*=uk-width]),.uk-grid-match>*>:not([class*=uk-width]){box-sizing:border-box;width:100%;flex:auto}.uk-nav,.uk-nav ul{margin:0;padding:0;list-style:none}.uk-nav li>a{display:flex;align-items:center;column-gap:.25em;text-decoration:none}.uk-nav>li>a{padding:5px 0}ul.uk-nav-sub{padding:5px 0 5px 15px}.uk-nav-sub ul{padding-left:15px}.uk-nav-sub a{padding:2px 0}.uk-nav-parent-icon{margin-left:auto;transition:transform .3s ease-out}.uk-nav>li.uk-open>a .uk-nav-parent-icon{transform:rotateX(180deg)}.uk-nav-header{padding:5px 0;text-transform:uppercase;font-size:.875rem}.uk-nav-header:not(:first-child){margin-top:20px}.uk-nav .uk-nav-divider{margin:5px 0}.uk-nav-default{font-size:.875rem;line-height:1.5}.uk-nav-default>li>a{color:#999}.uk-nav-default>li>a:hover{color:#666}.uk-nav-default>li.uk-active>a{color:#333}.uk-nav-default .uk-nav-subtitle{font-size:12px}.uk-nav-default .uk-nav-header{color:#333}.uk-nav-default .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-nav-default .uk-nav-sub{font-size:.875rem;line-height:1.5}.uk-nav-default .uk-nav-sub a{color:#999}.uk-nav-default .uk-nav-sub a:hover{color:#666}.uk-nav-default .uk-nav-sub li.uk-active>a{color:#333}.uk-nav-primary{font-size:1.5rem;line-height:1.5}.uk-nav-primary>li>a{color:#999}.uk-nav-primary>li>a:hover{color:#666}.uk-nav-primary>li.uk-active>a{color:#333}.uk-nav-primary .uk-nav-subtitle{font-size:1.25rem}.uk-nav-primary .uk-nav-header{color:#333}.uk-nav-primary .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-nav-primary .uk-nav-sub{font-size:1.25rem;line-height:1.5}.uk-nav-primary .uk-nav-sub a{color:#999}.uk-nav-primary .uk-nav-sub a:hover{color:#666}.uk-nav-primary .uk-nav-sub li.uk-active>a{color:#333}.uk-nav-secondary{font-size:16px;line-height:1.5}.uk-nav-secondary>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider){margin-top:0}.uk-nav-secondary>li>a{color:#333;padding:10px 10px}.uk-nav-secondary>li>a:hover{color:#333;background-color:#f8f8f8}.uk-nav-secondary>li.uk-active>a{color:#333;background-color:#f8f8f8}.uk-nav-secondary .uk-nav-subtitle{font-size:.875rem;color:#999}.uk-nav-secondary>li>a:hover .uk-nav-subtitle{color:#666}.uk-nav-secondary>li.uk-active>a .uk-nav-subtitle{color:#333}.uk-nav-secondary .uk-nav-header{color:#333}.uk-nav-secondary .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-nav-secondary .uk-nav-sub{font-size:.875rem;line-height:1.5}.uk-nav-secondary .uk-nav-sub a{color:#999}.uk-nav-secondary .uk-nav-sub a:hover{color:#666}.uk-nav-secondary .uk-nav-sub li.uk-active>a{color:#333}.uk-nav-medium{font-size:2.8875rem;line-height:1}.uk-nav-large{font-size:3.4rem;line-height:1}.uk-nav-xlarge{font-size:4rem;line-height:1}@media (min-width:960px){.uk-nav-medium{font-size:3.5rem}.uk-nav-large{font-size:4rem}.uk-nav-xlarge{font-size:6rem}}@media (min-width:1200px){.uk-nav-medium{font-size:4rem}.uk-nav-large{font-size:6rem}.uk-nav-xlarge{font-size:8rem}}.uk-nav-center{text-align:center}.uk-nav-center li>a{justify-content:center}.uk-nav-center .uk-nav-sub,.uk-nav-center .uk-nav-sub ul{padding-left:0}.uk-nav-center .uk-nav-parent-icon{margin-left:.25em}.uk-nav.uk-nav-divider>:not(.uk-nav-header,.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider){margin-top:5px;padding-top:5px;border-top:1px solid #e5e5e5}.uk-navbar{display:flex;position:relative}.uk-navbar-container:not(.uk-navbar-transparent){background:#f8f8f8}.uk-navbar-left,.uk-navbar-right,[class*=uk-navbar-center]{display:flex;gap:15px;align-items:center}.uk-navbar-right{margin-left:auto}.uk-navbar-center:only-child{margin-left:auto;margin-right:auto;position:relative}.uk-navbar-center:not(:only-child){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:max-content;box-sizing:border-box;z-index:990}.uk-navbar-center-left,.uk-navbar-center-right{position:absolute;top:0}.uk-navbar-center-left{right:calc(100% + 15px)}.uk-navbar-center-right{left:calc(100% + 15px)}[class*=uk-navbar-center-]{width:max-content;box-sizing:border-box}.uk-navbar-nav{display:flex;gap:15px;margin:0;padding:0;list-style:none}.uk-navbar-center:only-child,.uk-navbar-left,.uk-navbar-right{flex-wrap:wrap}.uk-navbar-item,.uk-navbar-nav>li>a,.uk-navbar-toggle{display:flex;justify-content:center;align-items:center;column-gap:.25em;box-sizing:border-box;min-height:80px;font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";text-decoration:none}.uk-navbar-nav>li>a{padding:0 0;color:#999;text-transform:uppercase;transition:.1s ease-in-out;transition-property:color,background-color}.uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a[aria-expanded=true]{color:#666}.uk-navbar-nav>li>a:active{color:#333}.uk-navbar-nav>li.uk-active>a{color:#333}.uk-navbar-parent-icon{margin-left:4px;transition:transform .3s ease-out}.uk-navbar-nav>li>a[aria-expanded=true] .uk-navbar-parent-icon{transform:rotateX(180deg)}.uk-navbar-item{padding:0 0;color:#666}.uk-navbar-item>:last-child{margin-bottom:0}.uk-navbar-toggle{padding:0 0;color:#999}.uk-navbar-toggle:hover,.uk-navbar-toggle[aria-expanded=true]{color:#666;text-decoration:none}.uk-navbar-subtitle{font-size:.875rem}.uk-navbar-justify .uk-navbar-item,.uk-navbar-justify .uk-navbar-left,.uk-navbar-justify .uk-navbar-nav,.uk-navbar-justify .uk-navbar-nav>li,.uk-navbar-justify .uk-navbar-right,.uk-navbar-justify .uk-navbar-toggle{flex-grow:1}.uk-navbar-dropdown{--uk-position-offset:15px;--uk-position-shift-offset:0;--uk-position-viewport-offset:15px;--uk-inverse:dark;width:200px;padding:25px;background:#fff;color:#666;box-shadow:0 5px 12px rgba(0,0,0,.15)}.uk-navbar-dropdown>:last-child{margin-bottom:0}.uk-navbar-dropdown :focus-visible{outline-color:#333!important}.uk-navbar-dropdown .uk-drop-grid{margin-left:-30px}.uk-navbar-dropdown .uk-drop-grid>*{padding-left:30px}.uk-navbar-dropdown .uk-drop-grid>.uk-grid-margin{margin-top:30px}.uk-navbar-dropdown-width-2:not(.uk-drop-stack){width:400px}.uk-navbar-dropdown-width-3:not(.uk-drop-stack){width:600px}.uk-navbar-dropdown-width-4:not(.uk-drop-stack){width:800px}.uk-navbar-dropdown-width-5:not(.uk-drop-stack){width:1000px}.uk-navbar-dropdown-large{--uk-position-shift-offset:0;padding:40px}.uk-navbar-dropdown-dropbar{width:auto;background:0 0;padding:25px 0 25px 0;--uk-position-offset:0;--uk-position-shift-offset:0;--uk-position-viewport-offset:15px;box-shadow:none}@media (min-width:640px){.uk-navbar-dropdown-dropbar{--uk-position-viewport-offset:30px}}@media (min-width:960px){.uk-navbar-dropdown-dropbar{--uk-position-viewport-offset:40px}}.uk-navbar-dropdown-dropbar-large{--uk-position-shift-offset:0;padding-top:40px;padding-bottom:40px}.uk-navbar-dropdown-nav{font-size:.875rem}.uk-navbar-dropdown-nav>li>a{color:#999}.uk-navbar-dropdown-nav>li>a:hover{color:#666}.uk-navbar-dropdown-nav>li.uk-active>a{color:#333}.uk-navbar-dropdown-nav .uk-nav-subtitle{font-size:12px}.uk-navbar-dropdown-nav .uk-nav-header{color:#333}.uk-navbar-dropdown-nav .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-navbar-dropdown-nav .uk-nav-sub a{color:#999}.uk-navbar-dropdown-nav .uk-nav-sub a:hover{color:#666}.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a{color:#333}.uk-navbar-container{transition:.1s ease-in-out;transition-property:background-color}@media (min-width:960px){.uk-navbar-left,.uk-navbar-right,[class*=uk-navbar-center]{gap:30px}.uk-navbar-center-left{right:calc(100% + 30px)}.uk-navbar-center-right{left:calc(100% + 30px)}}@media (min-width:960px){.uk-navbar-nav{gap:30px}}.uk-subnav{display:flex;flex-wrap:wrap;align-items:center;margin-left:-20px;padding:0;list-style:none}.uk-subnav>*{flex:none;padding-left:20px;position:relative}.uk-subnav>*>:first-child{display:flex;align-items:center;column-gap:.25em;color:#999;font-size:.875rem;text-transform:uppercase;transition:.1s ease-in-out;transition-property:color,background-color}.uk-subnav>*>a:hover{color:#666;text-decoration:none}.uk-subnav>.uk-active>a{color:#333}.uk-subnav-divider{margin-left:-41px}.uk-subnav-divider>*{display:flex;align-items:center}.uk-subnav-divider>::before{content:"";height:1.5em;margin-left:0;margin-right:20px;border-left:1px solid transparent}.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before{border-left-color:#e5e5e5}.uk-subnav-pill>*>:first-child{padding:5px 10px;background:0 0;color:#999}.uk-subnav-pill>*>a:hover{background-color:#f8f8f8;color:#666}.uk-subnav-pill>*>a:active{background-color:#f8f8f8;color:#666}.uk-subnav-pill>.uk-active>a{background-color:#1e87f0;color:#fff}.uk-subnav>.uk-disabled>a{color:#999}.uk-breadcrumb{padding:0;list-style:none}.uk-breadcrumb>*{display:contents}.uk-breadcrumb>*>*{font-size:.875rem;color:#999}.uk-breadcrumb>*>:hover{color:#666;text-decoration:none}.uk-breadcrumb>:last-child>a:not([href]),.uk-breadcrumb>:last-child>span{color:#666}.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{content:"/";display:inline-block;margin:0 20px 0 calc(20px - 4px);font-size:.875rem;color:#999}.uk-pagination{display:flex;flex-wrap:wrap;align-items:center;margin-left:0;padding:0;list-style:none}.uk-pagination>*{flex:none;padding-left:0;position:relative}.uk-pagination>*>*{display:flex;align-items:center;column-gap:.25em;padding:5px 10px;color:#999;transition:color .1s ease-in-out}.uk-pagination>*>:hover{color:#666;text-decoration:none}.uk-pagination>.uk-active>*{color:#666}.uk-pagination>.uk-disabled>*{color:#999}.uk-tab{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none;position:relative}.uk-tab::before{content:"";position:absolute;bottom:0;left:20px;right:0;border-bottom:1px solid #e5e5e5}.uk-tab>*{flex:none;padding-left:20px;position:relative}.uk-tab>*>a{display:flex;align-items:center;column-gap:.25em;justify-content:center;padding:5px 10px;color:#999;border-bottom:1px solid transparent;font-size:.875rem;text-transform:uppercase;transition:color .1s ease-in-out}.uk-tab>*>a:hover{color:#666;text-decoration:none}.uk-tab>.uk-active>a{color:#333;border-color:#1e87f0}.uk-tab>.uk-disabled>a{color:#999}.uk-tab-bottom::before{top:0;bottom:auto}.uk-tab-bottom>*>a{border-top:1px solid transparent;border-bottom:none}.uk-tab-left,.uk-tab-right{flex-direction:column;margin-left:0}.uk-tab-left>*,.uk-tab-right>*{padding-left:0}.uk-tab-left::before{top:0;bottom:0;left:auto;right:0;border-left:1px solid #e5e5e5;border-bottom:none}.uk-tab-right::before{top:0;bottom:0;left:0;right:auto;border-left:1px solid #e5e5e5;border-bottom:none}.uk-tab-left>*>a{justify-content:left;border-right:1px solid transparent;border-bottom:none}.uk-tab-right>*>a{justify-content:left;border-left:1px solid transparent;border-bottom:none}.uk-tab .uk-dropdown{margin-left:30px}.uk-slidenav{padding:5px 10px;color:rgba(102,102,102,.5);transition:color .1s ease-in-out}.uk-slidenav:hover{color:rgba(102,102,102,.9)}.uk-slidenav:active{color:rgba(102,102,102,.5)}.uk-slidenav-large{padding:10px 10px}.uk-slidenav-container{display:flex}.uk-dotnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-12px}.uk-dotnav>*{flex:none;padding-left:12px}.uk-dotnav>*>*{display:block;box-sizing:border-box;width:10px;height:10px;border-radius:50%;background:0 0;text-indent:100%;overflow:hidden;white-space:nowrap;border:1px solid rgba(102,102,102,.4);transition:.2s ease-in-out;transition-property:background-color,border-color}.uk-dotnav>*>:hover{background-color:rgba(102,102,102,.6);border-color:transparent}.uk-dotnav>*>:active{background-color:rgba(102,102,102,.2);border-color:transparent}.uk-dotnav>.uk-active>*{background-color:rgba(102,102,102,.6);border-color:transparent}.uk-dotnav-vertical{flex-direction:column;margin-left:0;margin-top:-12px}.uk-dotnav-vertical>*{padding-left:0;padding-top:12px}.uk-dropdown{--uk-position-offset:10px;--uk-position-viewport-offset:15px;--uk-inverse:dark;width:auto;min-width:200px;padding:25px;background:#fff;color:#666;box-shadow:0 5px 12px rgba(0,0,0,.15)}.uk-dropdown>:last-child{margin-bottom:0}.uk-dropdown :focus-visible{outline-color:#333!important}.uk-dropdown-large{padding:40px}.uk-dropdown-dropbar{width:auto;background:0 0;padding:5px 0 25px 0;--uk-position-viewport-offset:15px;box-shadow:none}@media (min-width:640px){.uk-dropdown-dropbar{--uk-position-viewport-offset:30px}}@media (min-width:960px){.uk-dropdown-dropbar{--uk-position-viewport-offset:40px}}.uk-dropdown-dropbar-large{padding-top:40px;padding-bottom:40px}.uk-dropdown-nav{font-size:.875rem}.uk-dropdown-nav>li>a{color:#999}.uk-dropdown-nav>li.uk-active>a,.uk-dropdown-nav>li>a:hover{color:#666}.uk-dropdown-nav .uk-nav-subtitle{font-size:12px}.uk-dropdown-nav .uk-nav-header{color:#333}.uk-dropdown-nav .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-dropdown-nav .uk-nav-sub a{color:#999}.uk-dropdown-nav .uk-nav-sub a:hover,.uk-dropdown-nav .uk-nav-sub li.uk-active>a{color:#666}.uk-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;background:#000;opacity:0;transition:opacity .15s linear;touch-action:pinch-zoom}.uk-lightbox.uk-open{display:block;opacity:1}.uk-lightbox :focus-visible{outline-color:rgba(255,255,255,.7)}.uk-lightbox-page{overflow:hidden}.uk-lightbox-items>*{position:absolute;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;color:rgba(255,255,255,.7);will-change:transform,opacity}.uk-lightbox-items>*>*{max-width:100vw;max-height:100vh}.uk-lightbox-items>*>:not(iframe){width:auto;height:auto}.uk-lightbox-items>.uk-active{display:flex}.uk-lightbox-toolbar{padding:10px 10px;background:rgba(0,0,0,.3);color:rgba(255,255,255,.7)}.uk-lightbox-toolbar>*{color:rgba(255,255,255,.7)}.uk-lightbox-toolbar-icon{padding:5px;color:rgba(255,255,255,.7)}.uk-lightbox-toolbar-icon:hover{color:#fff}.uk-lightbox-button{box-sizing:border-box;width:50px;height:50px;background:rgba(0,0,0,.3);color:rgba(255,255,255,.7);display:inline-flex;justify-content:center;align-items:center}.uk-lightbox-button:hover{color:#fff}.uk-lightbox-caption:empty{display:none}.uk-lightbox-iframe{width:80%;height:80%}[class*=uk-animation-]{animation:.5s ease-out both}.uk-animation-fade{animation-name:uk-fade;animation-duration:.8s;animation-timing-function:linear}.uk-animation-scale-up{animation-name:uk-fade,uk-scale-up}.uk-animation-scale-down{animation-name:uk-fade,uk-scale-down}.uk-animation-slide-top{animation-name:uk-fade,uk-slide-top}.uk-animation-slide-bottom{animation-name:uk-fade,uk-slide-bottom}.uk-animation-slide-left{animation-name:uk-fade,uk-slide-left}.uk-animation-slide-right{animation-name:uk-fade,uk-slide-right}.uk-animation-slide-top-small{animation-name:uk-fade,uk-slide-top-small}.uk-animation-slide-bottom-small{animation-name:uk-fade,uk-slide-bottom-small}.uk-animation-slide-left-small{animation-name:uk-fade,uk-slide-left-small}.uk-animation-slide-right-small{animation-name:uk-fade,uk-slide-right-small}.uk-animation-slide-top-medium{animation-name:uk-fade,uk-slide-top-medium}.uk-animation-slide-bottom-medium{animation-name:uk-fade,uk-slide-bottom-medium}.uk-animation-slide-left-medium{animation-name:uk-fade,uk-slide-left-medium}.uk-animation-slide-right-medium{animation-name:uk-fade,uk-slide-right-medium}.uk-animation-kenburns{animation-name:uk-kenburns;animation-duration:15s}.uk-animation-shake{animation-name:uk-shake}.uk-animation-stroke{animation-name:uk-stroke;animation-duration:2s;stroke-dasharray:var(--uk-animation-stroke)}.uk-animation-reverse{animation-direction:reverse;animation-timing-function:ease-in}.uk-animation-fast{animation-duration:.1s}.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-]{animation-name:none}@keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@keyframes uk-scale-up{0%{transform:scale(.9)}100%{transform:scale(1)}}@keyframes uk-scale-down{0%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes uk-slide-top{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes uk-slide-bottom{0%{transform:translateY(100%)}100%{transform:translateY(0)}}@keyframes uk-slide-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes uk-slide-right{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes uk-slide-top-small{0%{transform:translateY(-10px)}100%{transform:translateY(0)}}@keyframes uk-slide-bottom-small{0%{transform:translateY(10px)}100%{transform:translateY(0)}}@keyframes uk-slide-left-small{0%{transform:translateX(-10px)}100%{transform:translateX(0)}}@keyframes uk-slide-right-small{0%{transform:translateX(10px)}100%{transform:translateX(0)}}@keyframes uk-slide-top-medium{0%{transform:translateY(-50px)}100%{transform:translateY(0)}}@keyframes uk-slide-bottom-medium{0%{transform:translateY(50px)}100%{transform:translateY(0)}}@keyframes uk-slide-left-medium{0%{transform:translateX(-50px)}100%{transform:translateX(0)}}@keyframes uk-slide-right-medium{0%{transform:translateX(50px)}100%{transform:translateX(0)}}@keyframes uk-kenburns{0%{transform:scale(1)}100%{transform:scale(1.2)}}@keyframes uk-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@keyframes uk-stroke{0%{stroke-dashoffset:var(--uk-animation-stroke)}100%{stroke-dashoffset:0}}[class*=uk-child-width]>*{box-sizing:border-box;width:100%}.uk-child-width-1-2>*{width:50%}.uk-child-width-1-3>*{width:calc(100% / 3)}.uk-child-width-1-4>*{width:25%}.uk-child-width-1-5>*{width:20%}.uk-child-width-1-6>*{width:calc(100% / 6)}.uk-child-width-auto>*{width:auto}.uk-child-width-expand>:not([class*=uk-width]){flex:1;min-width:1px}@media (min-width:640px){.uk-child-width-1-1\@s>*{width:100%}.uk-child-width-1-2\@s>*{width:50%}.uk-child-width-1-3\@s>*{width:calc(100% / 3)}.uk-child-width-1-4\@s>*{width:25%}.uk-child-width-1-5\@s>*{width:20%}.uk-child-width-1-6\@s>*{width:calc(100% / 6)}.uk-child-width-auto\@s>*{width:auto}.uk-child-width-expand\@s>:not([class*=uk-width]){flex:1;min-width:1px}.uk-child-width-1-1\@s>:not([class*=uk-width]),.uk-child-width-1-2\@s>:not([class*=uk-width]),.uk-child-width-1-3\@s>:not([class*=uk-width]),.uk-child-width-1-4\@s>:not([class*=uk-width]),.uk-child-width-1-5\@s>:not([class*=uk-width]),.uk-child-width-1-6\@s>:not([class*=uk-width]),.uk-child-width-auto\@s>:not([class*=uk-width]){flex:initial}}@media (min-width:960px){.uk-child-width-1-1\@m>*{width:100%}.uk-child-width-1-2\@m>*{width:50%}.uk-child-width-1-3\@m>*{width:calc(100% / 3)}.uk-child-width-1-4\@m>*{width:25%}.uk-child-width-1-5\@m>*{width:20%}.uk-child-width-1-6\@m>*{width:calc(100% / 6)}.uk-child-width-auto\@m>*{width:auto}.uk-child-width-expand\@m>:not([class*=uk-width]){flex:1;min-width:1px}.uk-child-width-1-1\@m>:not([class*=uk-width]),.uk-child-width-1-2\@m>:not([class*=uk-width]),.uk-child-width-1-3\@m>:not([class*=uk-width]),.uk-child-width-1-4\@m>:not([class*=uk-width]),.uk-child-width-1-5\@m>:not([class*=uk-width]),.uk-child-width-1-6\@m>:not([class*=uk-width]),.uk-child-width-auto\@m>:not([class*=uk-width]){flex:initial}}@media (min-width:1200px){.uk-child-width-1-1\@l>*{width:100%}.uk-child-width-1-2\@l>*{width:50%}.uk-child-width-1-3\@l>*{width:calc(100% / 3)}.uk-child-width-1-4\@l>*{width:25%}.uk-child-width-1-5\@l>*{width:20%}.uk-child-width-1-6\@l>*{width:calc(100% / 6)}.uk-child-width-auto\@l>*{width:auto}.uk-child-width-expand\@l>:not([class*=uk-width]){flex:1;min-width:1px}.uk-child-width-1-1\@l>:not([class*=uk-width]),.uk-child-width-1-2\@l>:not([class*=uk-width]),.uk-child-width-1-3\@l>:not([class*=uk-width]),.uk-child-width-1-4\@l>:not([class*=uk-width]),.uk-child-width-1-5\@l>:not([class*=uk-width]),.uk-child-width-1-6\@l>:not([class*=uk-width]),.uk-child-width-auto\@l>:not([class*=uk-width]){flex:initial}}@media (min-width:1600px){.uk-child-width-1-1\@xl>*{width:100%}.uk-child-width-1-2\@xl>*{width:50%}.uk-child-width-1-3\@xl>*{width:calc(100% / 3)}.uk-child-width-1-4\@xl>*{width:25%}.uk-child-width-1-5\@xl>*{width:20%}.uk-child-width-1-6\@xl>*{width:calc(100% / 6)}.uk-child-width-auto\@xl>*{width:auto}.uk-child-width-expand\@xl>:not([class*=uk-width]){flex:1;min-width:1px}.uk-child-width-1-1\@xl>:not([class*=uk-width]),.uk-child-width-1-2\@xl>:not([class*=uk-width]),.uk-child-width-1-3\@xl>:not([class*=uk-width]),.uk-child-width-1-4\@xl>:not([class*=uk-width]),.uk-child-width-1-5\@xl>:not([class*=uk-width]),.uk-child-width-1-6\@xl>:not([class*=uk-width]),.uk-child-width-auto\@xl>:not([class*=uk-width]){flex:initial}}[class*=uk-width]{box-sizing:border-box;width:100%;max-width:100%}.uk-width-1-2{width:50%}.uk-width-1-3{width:calc(100% / 3)}.uk-width-2-3{width:calc(200% / 3)}.uk-width-1-4{width:25%}.uk-width-3-4{width:75%}.uk-width-1-5{width:20%}.uk-width-2-5{width:40%}.uk-width-3-5{width:60%}.uk-width-4-5{width:80%}.uk-width-1-6{width:calc(100% / 6)}.uk-width-5-6{width:calc(500% / 6)}.uk-width-small{width:150px}.uk-width-medium{width:300px}.uk-width-large{width:450px}.uk-width-xlarge{width:600px}.uk-width-2xlarge{width:750px}.uk-width-auto{width:auto}.uk-width-expand{flex:1;min-width:1px}@media (min-width:640px){.uk-width-1-1\@s{width:100%}.uk-width-1-2\@s{width:50%}.uk-width-1-3\@s{width:calc(100% / 3)}.uk-width-2-3\@s{width:calc(200% / 3)}.uk-width-1-4\@s{width:25%}.uk-width-3-4\@s{width:75%}.uk-width-1-5\@s{width:20%}.uk-width-2-5\@s{width:40%}.uk-width-3-5\@s{width:60%}.uk-width-4-5\@s{width:80%}.uk-width-1-6\@s{width:calc(100% / 6)}.uk-width-5-6\@s{width:calc(500% / 6)}.uk-width-small\@s{width:150px}.uk-width-medium\@s{width:300px}.uk-width-large\@s{width:450px}.uk-width-xlarge\@s{width:600px}.uk-width-2xlarge\@s{width:750px}.uk-width-auto\@s{width:auto}.uk-width-expand\@s{flex:1;min-width:1px}.uk-width-1-1\@s,.uk-width-1-2\@s,.uk-width-1-3\@s,.uk-width-1-4\@s,.uk-width-1-5\@s,.uk-width-1-6\@s,.uk-width-2-3\@s,.uk-width-2-5\@s,.uk-width-2xlarge\@s,.uk-width-3-4\@s,.uk-width-3-5\@s,.uk-width-4-5\@s,.uk-width-5-6\@s,.uk-width-auto\@s,.uk-width-large\@s,.uk-width-medium\@s,.uk-width-small\@s,.uk-width-xlarge\@s{flex:initial}}@media (min-width:960px){.uk-width-1-1\@m{width:100%}.uk-width-1-2\@m{width:50%}.uk-width-1-3\@m{width:calc(100% / 3)}.uk-width-2-3\@m{width:calc(200% / 3)}.uk-width-1-4\@m{width:25%}.uk-width-3-4\@m{width:75%}.uk-width-1-5\@m{width:20%}.uk-width-2-5\@m{width:40%}.uk-width-3-5\@m{width:60%}.uk-width-4-5\@m{width:80%}.uk-width-1-6\@m{width:calc(100% / 6)}.uk-width-5-6\@m{width:calc(500% / 6)}.uk-width-small\@m{width:150px}.uk-width-medium\@m{width:300px}.uk-width-large\@m{width:450px}.uk-width-xlarge\@m{width:600px}.uk-width-2xlarge\@m{width:750px}.uk-width-auto\@m{width:auto}.uk-width-expand\@m{flex:1;min-width:1px}.uk-width-1-1\@m,.uk-width-1-2\@m,.uk-width-1-3\@m,.uk-width-1-4\@m,.uk-width-1-5\@m,.uk-width-1-6\@m,.uk-width-2-3\@m,.uk-width-2-5\@m,.uk-width-2xlarge\@m,.uk-width-3-4\@m,.uk-width-3-5\@m,.uk-width-4-5\@m,.uk-width-5-6\@m,.uk-width-auto\@m,.uk-width-large\@m,.uk-width-medium\@m,.uk-width-small\@m,.uk-width-xlarge\@m{flex:initial}}@media (min-width:1200px){.uk-width-1-1\@l{width:100%}.uk-width-1-2\@l{width:50%}.uk-width-1-3\@l{width:calc(100% / 3)}.uk-width-2-3\@l{width:calc(200% / 3)}.uk-width-1-4\@l{width:25%}.uk-width-3-4\@l{width:75%}.uk-width-1-5\@l{width:20%}.uk-width-2-5\@l{width:40%}.uk-width-3-5\@l{width:60%}.uk-width-4-5\@l{width:80%}.uk-width-1-6\@l{width:calc(100% / 6)}.uk-width-5-6\@l{width:calc(500% / 6)}.uk-width-small\@l{width:150px}.uk-width-medium\@l{width:300px}.uk-width-large\@l{width:450px}.uk-width-xlarge\@l{width:600px}.uk-width-2xlarge\@l{width:750px}.uk-width-auto\@l{width:auto}.uk-width-expand\@l{flex:1;min-width:1px}.uk-width-1-1\@l,.uk-width-1-2\@l,.uk-width-1-3\@l,.uk-width-1-4\@l,.uk-width-1-5\@l,.uk-width-1-6\@l,.uk-width-2-3\@l,.uk-width-2-5\@l,.uk-width-2xlarge\@l,.uk-width-3-4\@l,.uk-width-3-5\@l,.uk-width-4-5\@l,.uk-width-5-6\@l,.uk-width-auto\@l,.uk-width-large\@l,.uk-width-medium\@l,.uk-width-small\@l,.uk-width-xlarge\@l{flex:initial}}@media (min-width:1600px){.uk-width-1-1\@xl{width:100%}.uk-width-1-2\@xl{width:50%}.uk-width-1-3\@xl{width:calc(100% / 3)}.uk-width-2-3\@xl{width:calc(200% / 3)}.uk-width-1-4\@xl{width:25%}.uk-width-3-4\@xl{width:75%}.uk-width-1-5\@xl{width:20%}.uk-width-2-5\@xl{width:40%}.uk-width-3-5\@xl{width:60%}.uk-width-4-5\@xl{width:80%}.uk-width-1-6\@xl{width:calc(100% / 6)}.uk-width-5-6\@xl{width:calc(500% / 6)}.uk-width-small\@xl{width:150px}.uk-width-medium\@xl{width:300px}.uk-width-large\@xl{width:450px}.uk-width-xlarge\@xl{width:600px}.uk-width-2xlarge\@xl{width:750px}.uk-width-auto\@xl{width:auto}.uk-width-expand\@xl{flex:1;min-width:1px}.uk-width-1-1\@xl,.uk-width-1-2\@xl,.uk-width-1-3\@xl,.uk-width-1-4\@xl,.uk-width-1-5\@xl,.uk-width-1-6\@xl,.uk-width-2-3\@xl,.uk-width-2-5\@xl,.uk-width-2xlarge\@xl,.uk-width-3-4\@xl,.uk-width-3-5\@xl,.uk-width-4-5\@xl,.uk-width-5-6\@xl,.uk-width-auto\@xl,.uk-width-large\@xl,.uk-width-medium\@xl,.uk-width-small\@xl,.uk-width-xlarge\@xl{flex:initial}}.uk-width-max-content{width:max-content}.uk-width-min-content{width:min-content}[class*=uk-height]{box-sizing:border-box}.uk-height-1-1{height:100%}.uk-height-viewport{min-height:100vh}.uk-height-viewport-2{min-height:200vh}.uk-height-viewport-3{min-height:300vh}.uk-height-viewport-4{min-height:400vh}.uk-height-small{height:150px}.uk-height-medium{height:300px}.uk-height-large{height:450px}.uk-height-max-small{max-height:150px}.uk-height-max-medium{max-height:300px}.uk-height-max-large{max-height:450px}.uk-text-lead{font-size:1.5rem;line-height:1.5;color:#333}.uk-text-meta{font-size:.875rem;line-height:1.4;color:#999}.uk-text-meta>a{color:#999}.uk-text-meta>a:hover{color:#666;text-decoration:none}.uk-text-small{font-size:.875rem;line-height:1.5}.uk-text-large{font-size:1.5rem;line-height:1.5}.uk-text-default{font-size:16px;line-height:1.5}.uk-text-light{font-weight:300}.uk-text-normal{font-weight:400}.uk-text-bold{font-weight:700}.uk-text-lighter{font-weight:lighter}.uk-text-bolder{font-weight:bolder}.uk-text-italic{font-style:italic}.uk-text-capitalize{text-transform:capitalize!important}.uk-text-uppercase{text-transform:uppercase!important}.uk-text-lowercase{text-transform:lowercase!important}.uk-text-decoration-none{text-decoration:none!important}.uk-text-muted{color:#999!important}.uk-text-emphasis{color:#333!important}.uk-text-primary{color:#1e87f0!important}.uk-text-secondary{color:#222!important}.uk-text-success{color:#32d296!important}.uk-text-warning{color:#faa05a!important}.uk-text-danger{color:#f0506e!important}.uk-text-background{-webkit-background-clip:text;color:transparent!important;display:inline-block;background-color:#1e87f0;background-image:linear-gradient(90deg,#1e87f0 0,#411ef0 100%)}.uk-text-left{text-align:left!important}.uk-text-right{text-align:right!important}.uk-text-center{text-align:center!important}.uk-text-justify{text-align:justify!important}@media (min-width:640px){.uk-text-left\@s{text-align:left!important}.uk-text-right\@s{text-align:right!important}.uk-text-center\@s{text-align:center!important}}@media (min-width:960px){.uk-text-left\@m{text-align:left!important}.uk-text-right\@m{text-align:right!important}.uk-text-center\@m{text-align:center!important}}@media (min-width:1200px){.uk-text-left\@l{text-align:left!important}.uk-text-right\@l{text-align:right!important}.uk-text-center\@l{text-align:center!important}}@media (min-width:1600px){.uk-text-left\@xl{text-align:left!important}.uk-text-right\@xl{text-align:right!important}.uk-text-center\@xl{text-align:center!important}}.uk-text-top{vertical-align:top!important}.uk-text-middle{vertical-align:middle!important}.uk-text-bottom{vertical-align:bottom!important}.uk-text-baseline{vertical-align:baseline!important}.uk-text-nowrap{white-space:nowrap}.uk-text-truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}td.uk-text-truncate,th.uk-text-truncate{max-width:0}.uk-text-break{overflow-wrap:break-word}td.uk-text-break,th.uk-text-break{word-break:break-word}[class*=uk-column-]{column-gap:30px}@media (min-width:1200px){[class*=uk-column-]{column-gap:40px}}[class*=uk-column-] img{transform:translate3d(0,0,0)}.uk-column-divider{column-rule:1px solid #e5e5e5;column-gap:60px}@media (min-width:1200px){.uk-column-divider{column-gap:80px}}.uk-column-1-2{column-count:2}.uk-column-1-3{column-count:3}.uk-column-1-4{column-count:4}.uk-column-1-5{column-count:5}.uk-column-1-6{column-count:6}@media (min-width:640px){.uk-column-1-2\@s{column-count:2}.uk-column-1-3\@s{column-count:3}.uk-column-1-4\@s{column-count:4}.uk-column-1-5\@s{column-count:5}.uk-column-1-6\@s{column-count:6}}@media (min-width:960px){.uk-column-1-2\@m{column-count:2}.uk-column-1-3\@m{column-count:3}.uk-column-1-4\@m{column-count:4}.uk-column-1-5\@m{column-count:5}.uk-column-1-6\@m{column-count:6}}@media (min-width:1200px){.uk-column-1-2\@l{column-count:2}.uk-column-1-3\@l{column-count:3}.uk-column-1-4\@l{column-count:4}.uk-column-1-5\@l{column-count:5}.uk-column-1-6\@l{column-count:6}}@media (min-width:1600px){.uk-column-1-2\@xl{column-count:2}.uk-column-1-3\@xl{column-count:3}.uk-column-1-4\@xl{column-count:4}.uk-column-1-5\@xl{column-count:5}.uk-column-1-6\@xl{column-count:6}}.uk-column-span{column-span:all}[data-uk-cover]:where(canvas,iframe,svg),[uk-cover]:where(canvas,iframe,svg){max-width:none;position:absolute;left:50%;top:50%;--uk-position-translate-x:-50%;--uk-position-translate-y:-50%;transform:translate(var(--uk-position-translate-x),var(--uk-position-translate-y))}iframe[data-uk-cover],iframe[uk-cover]{pointer-events:none}[data-uk-cover]:where(img,video),[uk-cover]:where(img,video){position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;object-fit:cover;object-position:center}.uk-cover-container{overflow:hidden;position:relative}.uk-background-default{background-color:#fff}.uk-background-muted{background-color:#f8f8f8}.uk-background-primary{background-color:#1e87f0}.uk-background-secondary{background-color:#222}.uk-background-contain,.uk-background-cover,.uk-background-height-1-1,.uk-background-width-1-1{background-position:50% 50%;background-repeat:no-repeat}.uk-background-cover{background-size:cover}.uk-background-contain{background-size:contain}.uk-background-width-1-1{background-size:100%}.uk-background-height-1-1{background-size:auto 100%}.uk-background-top-left{background-position:0 0}.uk-background-top-center{background-position:50% 0}.uk-background-top-right{background-position:100% 0}.uk-background-center-left{background-position:0 50%}.uk-background-center-center{background-position:50% 50%}.uk-background-center-right{background-position:100% 50%}.uk-background-bottom-left{background-position:0 100%}.uk-background-bottom-center{background-position:50% 100%}.uk-background-bottom-right{background-position:100% 100%}.uk-background-norepeat{background-repeat:no-repeat}.uk-background-fixed{background-attachment:fixed;backface-visibility:hidden}@media (pointer:coarse){.uk-background-fixed{background-attachment:scroll}}@media (max-width:639px){.uk-background-image\@s{background-image:none!important}}@media (max-width:959px){.uk-background-image\@m{background-image:none!important}}@media (max-width:1199px){.uk-background-image\@l{background-image:none!important}}@media (max-width:1599px){.uk-background-image\@xl{background-image:none!important}}.uk-background-blend-multiply{background-blend-mode:multiply}.uk-background-blend-screen{background-blend-mode:screen}.uk-background-blend-overlay{background-blend-mode:overlay}.uk-background-blend-darken{background-blend-mode:darken}.uk-background-blend-lighten{background-blend-mode:lighten}.uk-background-blend-color-dodge{background-blend-mode:color-dodge}.uk-background-blend-color-burn{background-blend-mode:color-burn}.uk-background-blend-hard-light{background-blend-mode:hard-light}.uk-background-blend-soft-light{background-blend-mode:soft-light}.uk-background-blend-difference{background-blend-mode:difference}.uk-background-blend-exclusion{background-blend-mode:exclusion}.uk-background-blend-hue{background-blend-mode:hue}.uk-background-blend-saturation{background-blend-mode:saturation}.uk-background-blend-color{background-blend-mode:color}.uk-background-blend-luminosity{background-blend-mode:luminosity}[class*=uk-align]{display:block;margin-bottom:30px}*+[class*=uk-align]{margin-top:30px}.uk-align-center{margin-left:auto;margin-right:auto}.uk-align-left{margin-top:0;margin-right:30px;float:left}.uk-align-right{margin-top:0;margin-left:30px;float:right}@media (min-width:640px){.uk-align-left\@s{margin-top:0;margin-right:30px;float:left}.uk-align-right\@s{margin-top:0;margin-left:30px;float:right}}@media (min-width:960px){.uk-align-left\@m{margin-top:0;margin-right:30px;float:left}.uk-align-right\@m{margin-top:0;margin-left:30px;float:right}}@media (min-width:1200px){.uk-align-left\@l{margin-top:0;float:left}.uk-align-right\@l{margin-top:0;float:right}.uk-align-left,.uk-align-left\@l,.uk-align-left\@m,.uk-align-left\@s{margin-right:40px}.uk-align-right,.uk-align-right\@l,.uk-align-right\@m,.uk-align-right\@s{margin-left:40px}}@media (min-width:1600px){.uk-align-left\@xl{margin-top:0;margin-right:40px;float:left}.uk-align-right\@xl{margin-top:0;margin-left:40px;float:right}}.uk-svg,.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve){fill:currentcolor}.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){stroke:currentcolor}.uk-svg{transform:translate(0,0)}.uk-panel{display:flow-root;position:relative;box-sizing:border-box}.uk-panel>:last-child{margin-bottom:0}.uk-panel-scrollable{height:170px;padding:10px;border:1px solid #e5e5e5;overflow:auto;resize:both}.uk-clearfix::before{content:"";display:table-cell}.uk-clearfix::after{content:"";display:table;clear:both}.uk-float-left{float:left}.uk-float-right{float:right}[class*=uk-float-]{max-width:100%}.uk-overflow-hidden{overflow:hidden}.uk-overflow-auto{overflow:auto}.uk-overflow-auto>:last-child{margin-bottom:0}.uk-box-sizing-content{box-sizing:content-box}.uk-box-sizing-border{box-sizing:border-box}.uk-resize{resize:both}.uk-resize-horizontal{resize:horizontal}.uk-resize-vertical{resize:vertical}.uk-display-block{display:block!important}.uk-display-inline{display:inline!important}.uk-display-inline-block{display:inline-block!important}[class*=uk-inline]{display:inline-block;position:relative;max-width:100%;vertical-align:middle;-webkit-backface-visibility:hidden}.uk-inline-clip{overflow:hidden}.uk-preserve-width,.uk-preserve-width canvas,.uk-preserve-width img,.uk-preserve-width svg,.uk-preserve-width video{max-width:none}.uk-responsive-height,.uk-responsive-width{box-sizing:border-box}.uk-responsive-width{max-width:100%!important;height:auto}.uk-responsive-height{max-height:100%;width:auto;max-width:none}[data-uk-responsive],[uk-responsive]{max-width:100%}.uk-object-cover{object-fit:cover}.uk-object-contain{object-fit:contain}.uk-object-fill{object-fit:fill}.uk-object-none{object-fit:none}.uk-object-scale-down{object-fit:scale-down}.uk-object-top-left{object-position:0 0}.uk-object-top-center{object-position:50% 0}.uk-object-top-right{object-position:100% 0}.uk-object-center-left{object-position:0 50%}.uk-object-center-center{object-position:50% 50%}.uk-object-center-right{object-position:100% 50%}.uk-object-bottom-left{object-position:0 100%}.uk-object-bottom-center{object-position:50% 100%}.uk-object-bottom-right{object-position:100% 100%}.uk-border-circle{border-radius:50%}.uk-border-pill{border-radius:500px}.uk-border-rounded{border-radius:5px}.uk-inline-clip[class*=uk-border-]{-webkit-transform:translateZ(0)}.uk-box-shadow-small{box-shadow:0 2px 8px rgba(0,0,0,.08)}.uk-box-shadow-medium{box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-box-shadow-large{box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-box-shadow-xlarge{box-shadow:0 28px 50px rgba(0,0,0,.16)}[class*=uk-box-shadow-hover]{transition:box-shadow .1s ease-in-out}.uk-box-shadow-hover-small:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.uk-box-shadow-hover-medium:hover{box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-box-shadow-hover-large:hover{box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-box-shadow-hover-xlarge:hover{box-shadow:0 28px 50px rgba(0,0,0,.16)}@supports (filter:blur(0)){.uk-box-shadow-bottom{display:inline-block;position:relative;z-index:0;max-width:100%;vertical-align:middle}.uk-box-shadow-bottom::after{content:"";position:absolute;bottom:-30px;left:0;right:0;z-index:-1;height:30px;border-radius:100%;background:#444;filter:blur(20px);will-change:filter}}.uk-dropcap::first-letter,.uk-dropcap>p:first-of-type::first-letter{display:block;margin-right:10px;float:left;font-size:4.5em;line-height:1;margin-bottom:-2px}@-moz-document url-prefix(){.uk-dropcap::first-letter,.uk-dropcap>p:first-of-type::first-letter{margin-top:1.1%}}.uk-logo{font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#333;text-decoration:none}:where(.uk-logo){display:inline-block;vertical-align:middle}.uk-logo:hover{color:#333;text-decoration:none}.uk-logo :where(img,svg,video){display:block}.uk-logo-inverse{display:none}.uk-disabled{pointer-events:none}.uk-drag,.uk-drag *{cursor:move}.uk-drag iframe{pointer-events:none}.uk-dragover{box-shadow:0 0 20px rgba(100,100,100,.3)}.uk-blend-multiply{mix-blend-mode:multiply}.uk-blend-screen{mix-blend-mode:screen}.uk-blend-overlay{mix-blend-mode:overlay}.uk-blend-darken{mix-blend-mode:darken}.uk-blend-lighten{mix-blend-mode:lighten}.uk-blend-color-dodge{mix-blend-mode:color-dodge}.uk-blend-color-burn{mix-blend-mode:color-burn}.uk-blend-hard-light{mix-blend-mode:hard-light}.uk-blend-soft-light{mix-blend-mode:soft-light}.uk-blend-difference{mix-blend-mode:difference}.uk-blend-exclusion{mix-blend-mode:exclusion}.uk-blend-hue{mix-blend-mode:hue}.uk-blend-saturation{mix-blend-mode:saturation}.uk-blend-color{mix-blend-mode:color}.uk-blend-luminosity{mix-blend-mode:luminosity}.uk-transform-center{transform:translate(-50%,-50%)}.uk-transform-origin-top-left{transform-origin:0 0}.uk-transform-origin-top-center{transform-origin:50% 0}.uk-transform-origin-top-right{transform-origin:100% 0}.uk-transform-origin-center-left{transform-origin:0 50%}.uk-transform-origin-center-right{transform-origin:100% 50%}.uk-transform-origin-bottom-left{transform-origin:0 100%}.uk-transform-origin-bottom-center{transform-origin:50% 100%}.uk-transform-origin-bottom-right{transform-origin:100% 100%}.uk-flex{display:flex}.uk-flex-inline{display:inline-flex}.uk-flex-left{justify-content:flex-start}.uk-flex-center{justify-content:center}.uk-flex-right{justify-content:flex-end}.uk-flex-between{justify-content:space-between}.uk-flex-around{justify-content:space-around}@media (min-width:640px){.uk-flex-left\@s{justify-content:flex-start}.uk-flex-center\@s{justify-content:center}.uk-flex-right\@s{justify-content:flex-end}.uk-flex-between\@s{justify-content:space-between}.uk-flex-around\@s{justify-content:space-around}}@media (min-width:960px){.uk-flex-left\@m{justify-content:flex-start}.uk-flex-center\@m{justify-content:center}.uk-flex-right\@m{justify-content:flex-end}.uk-flex-between\@m{justify-content:space-between}.uk-flex-around\@m{justify-content:space-around}}@media (min-width:1200px){.uk-flex-left\@l{justify-content:flex-start}.uk-flex-center\@l{justify-content:center}.uk-flex-right\@l{justify-content:flex-end}.uk-flex-between\@l{justify-content:space-between}.uk-flex-around\@l{justify-content:space-around}}@media (min-width:1600px){.uk-flex-left\@xl{justify-content:flex-start}.uk-flex-center\@xl{justify-content:center}.uk-flex-right\@xl{justify-content:flex-end}.uk-flex-between\@xl{justify-content:space-between}.uk-flex-around\@xl{justify-content:space-around}}.uk-flex-stretch{align-items:stretch}.uk-flex-top{align-items:flex-start}.uk-flex-middle{align-items:center}.uk-flex-bottom{align-items:flex-end}@media (min-width:640px){.uk-flex-stretch\@s{align-items:stretch}.uk-flex-top\@s{align-items:flex-start}.uk-flex-middle\@s{align-items:center}.uk-flex-bottom\@s{align-items:flex-end}}@media (min-width:960px){.uk-flex-stretch\@m{align-items:stretch}.uk-flex-top\@m{align-items:flex-start}.uk-flex-middle\@m{align-items:center}.uk-flex-bottom\@m{align-items:flex-end}}@media (min-width:1200px){.uk-flex-stretch\@l{align-items:stretch}.uk-flex-top\@l{align-items:flex-start}.uk-flex-middle\@l{align-items:center}.uk-flex-bottom\@l{align-items:flex-end}}@media (min-width:1600px){.uk-flex-stretch\@xl{align-items:stretch}.uk-flex-top\@xl{align-items:flex-start}.uk-flex-middle\@xl{align-items:center}.uk-flex-bottom\@xl{align-items:flex-end}}.uk-flex-row{flex-direction:row}.uk-flex-row-reverse{flex-direction:row-reverse}.uk-flex-column{flex-direction:column}.uk-flex-column-reverse{flex-direction:column-reverse}@media (min-width:640px){.uk-flex-row\@s{flex-direction:row}.uk-flex-column\@s{flex-direction:column}}@media (min-width:960px){.uk-flex-row\@m{flex-direction:row}.uk-flex-column\@m{flex-direction:column}}@media (min-width:1200px){.uk-flex-row\@l{flex-direction:row}.uk-flex-column\@l{flex-direction:column}}@media (min-width:1600px){.uk-flex-row\@xl{flex-direction:row}.uk-flex-column\@xl{flex-direction:column}}.uk-flex-nowrap{flex-wrap:nowrap}.uk-flex-wrap{flex-wrap:wrap}.uk-flex-wrap-reverse{flex-wrap:wrap-reverse}.uk-flex-wrap-stretch{align-content:stretch}.uk-flex-wrap-top{align-content:flex-start}.uk-flex-wrap-middle{align-content:center}.uk-flex-wrap-bottom{align-content:flex-end}.uk-flex-wrap-between{align-content:space-between}.uk-flex-wrap-around{align-content:space-around}.uk-flex-first{order:-1}.uk-flex-last{order:99}@media (min-width:640px){.uk-flex-first\@s{order:-1}.uk-flex-last\@s{order:99}}@media (min-width:960px){.uk-flex-first\@m{order:-1}.uk-flex-last\@m{order:99}}@media (min-width:1200px){.uk-flex-first\@l{order:-1}.uk-flex-last\@l{order:99}}@media (min-width:1600px){.uk-flex-first\@xl{order:-1}.uk-flex-last\@xl{order:99}}.uk-flex-initial{flex:initial}.uk-flex-none{flex:none}.uk-flex-auto{flex:auto}.uk-flex-1{flex:1}@media (min-width:640px){.uk-flex-initial\@s{flex:initial}.uk-flex-none\@s{flex:none}.uk-flex-1\@s{flex:1}}@media (min-width:960px){.uk-flex-initial\@m{flex:initial}.uk-flex-none\@m{flex:none}.uk-flex-1\@m{flex:1}}@media (min-width:1200px){.uk-flex-initial\@l{flex:initial}.uk-flex-none\@l{flex:none}.uk-flex-1\@l{flex:1}}@media (min-width:1600px){.uk-flex-initial\@xl{flex:initial}.uk-flex-none\@xl{flex:none}.uk-flex-1\@xl{flex:1}}.uk-margin{margin-bottom:20px}*+.uk-margin{margin-top:20px!important}.uk-margin-top{margin-top:20px!important}.uk-margin-bottom{margin-bottom:20px!important}.uk-margin-left{margin-left:20px!important}.uk-margin-right{margin-right:20px!important}.uk-margin-small{margin-bottom:10px}*+.uk-margin-small{margin-top:10px!important}.uk-margin-small-top{margin-top:10px!important}.uk-margin-small-bottom{margin-bottom:10px!important}.uk-margin-small-left{margin-left:10px!important}.uk-margin-small-right{margin-right:10px!important}.uk-margin-medium{margin-bottom:40px}*+.uk-margin-medium{margin-top:40px!important}.uk-margin-medium-top{margin-top:40px!important}.uk-margin-medium-bottom{margin-bottom:40px!important}.uk-margin-medium-left{margin-left:40px!important}.uk-margin-medium-right{margin-right:40px!important}.uk-margin-large{margin-bottom:40px}*+.uk-margin-large{margin-top:40px!important}.uk-margin-large-top{margin-top:40px!important}.uk-margin-large-bottom{margin-bottom:40px!important}.uk-margin-large-left{margin-left:40px!important}.uk-margin-large-right{margin-right:40px!important}@media (min-width:1200px){.uk-margin-large{margin-bottom:70px}*+.uk-margin-large{margin-top:70px!important}.uk-margin-large-top{margin-top:70px!important}.uk-margin-large-bottom{margin-bottom:70px!important}.uk-margin-large-left{margin-left:70px!important}.uk-margin-large-right{margin-right:70px!important}}.uk-margin-xlarge{margin-bottom:70px}*+.uk-margin-xlarge{margin-top:70px!important}.uk-margin-xlarge-top{margin-top:70px!important}.uk-margin-xlarge-bottom{margin-bottom:70px!important}.uk-margin-xlarge-left{margin-left:70px!important}.uk-margin-xlarge-right{margin-right:70px!important}@media (min-width:1200px){.uk-margin-xlarge{margin-bottom:140px}*+.uk-margin-xlarge{margin-top:140px!important}.uk-margin-xlarge-top{margin-top:140px!important}.uk-margin-xlarge-bottom{margin-bottom:140px!important}.uk-margin-xlarge-left{margin-left:140px!important}.uk-margin-xlarge-right{margin-right:140px!important}}.uk-margin-auto{margin-left:auto!important;margin-right:auto!important}.uk-margin-auto-top{margin-top:auto!important}.uk-margin-auto-bottom{margin-bottom:auto!important}.uk-margin-auto-left{margin-left:auto!important}.uk-margin-auto-right{margin-right:auto!important}.uk-margin-auto-vertical{margin-top:auto!important;margin-bottom:auto!important}@media (min-width:640px){.uk-margin-auto\@s{margin-left:auto!important;margin-right:auto!important}.uk-margin-auto-left\@s{margin-left:auto!important}.uk-margin-auto-right\@s{margin-right:auto!important}}@media (min-width:960px){.uk-margin-auto\@m{margin-left:auto!important;margin-right:auto!important}.uk-margin-auto-left\@m{margin-left:auto!important}.uk-margin-auto-right\@m{margin-right:auto!important}}@media (min-width:1200px){.uk-margin-auto\@l{margin-left:auto!important;margin-right:auto!important}.uk-margin-auto-left\@l{margin-left:auto!important}.uk-margin-auto-right\@l{margin-right:auto!important}}@media (min-width:1600px){.uk-margin-auto\@xl{margin-left:auto!important;margin-right:auto!important}.uk-margin-auto-left\@xl{margin-left:auto!important}.uk-margin-auto-right\@xl{margin-right:auto!important}}.uk-margin-remove{margin:0!important}.uk-margin-remove-top{margin-top:0!important}.uk-margin-remove-bottom{margin-bottom:0!important}.uk-margin-remove-left{margin-left:0!important}.uk-margin-remove-right{margin-right:0!important}.uk-margin-remove-vertical{margin-top:0!important;margin-bottom:0!important}.uk-margin-remove-adjacent+*,.uk-margin-remove-first-child>:first-child{margin-top:0!important}.uk-margin-remove-last-child>:last-child{margin-bottom:0!important}@media (min-width:640px){.uk-margin-remove-left\@s{margin-left:0!important}.uk-margin-remove-right\@s{margin-right:0!important}}@media (min-width:960px){.uk-margin-remove-left\@m{margin-left:0!important}.uk-margin-remove-right\@m{margin-right:0!important}}@media (min-width:1200px){.uk-margin-remove-left\@l{margin-left:0!important}.uk-margin-remove-right\@l{margin-right:0!important}}@media (min-width:1600px){.uk-margin-remove-left\@xl{margin-left:0!important}.uk-margin-remove-right\@xl{margin-right:0!important}}.uk-padding{padding:30px}@media (min-width:1200px){.uk-padding{padding:40px}}.uk-padding-small{padding:15px}.uk-padding-large{padding:40px}@media (min-width:1200px){.uk-padding-large{padding:70px}}.uk-padding-remove{padding:0!important}.uk-padding-remove-top{padding-top:0!important}.uk-padding-remove-bottom{padding-bottom:0!important}.uk-padding-remove-left{padding-left:0!important}.uk-padding-remove-right{padding-right:0!important}.uk-padding-remove-vertical{padding-top:0!important;padding-bottom:0!important}.uk-padding-remove-horizontal{padding-left:0!important;padding-right:0!important}:root{--uk-position-margin-offset:0px}[class*=uk-position-bottom],[class*=uk-position-center],[class*=uk-position-left],[class*=uk-position-right],[class*=uk-position-top]{position:absolute!important;max-width:calc(100% - (var(--uk-position-margin-offset) * 2));box-sizing:border-box}.uk-position-top{top:0;left:0;right:0}.uk-position-bottom{bottom:0;left:0;right:0}.uk-position-left{top:0;bottom:0;left:0}.uk-position-right{top:0;bottom:0;right:0}.uk-position-top-left{top:0;left:0}.uk-position-top-right{top:0;right:0}.uk-position-bottom-left{bottom:0;left:0}.uk-position-bottom-right{bottom:0;right:0}.uk-position-center{top:calc(50% - var(--uk-position-margin-offset));left:calc(50% - var(--uk-position-margin-offset));--uk-position-translate-x:-50%;--uk-position-translate-y:-50%;transform:translate(var(--uk-position-translate-x),var(--uk-position-translate-y));width:max-content}.uk-position-center-vertical,[class*=uk-position-center-left],[class*=uk-position-center-right]{top:calc(50% - var(--uk-position-margin-offset));--uk-position-translate-y:-50%;transform:translate(0,var(--uk-position-translate-y))}.uk-position-center-left{left:0}.uk-position-center-right{right:0}.uk-position-center-vertical{left:0;right:0}.uk-position-center-left-out{right:100%;width:max-content}.uk-position-center-right-out{left:100%;width:max-content}.uk-position-bottom-center,.uk-position-center-horizontal,.uk-position-top-center{left:calc(50% - var(--uk-position-margin-offset));--uk-position-translate-x:-50%;transform:translate(var(--uk-position-translate-x),0);width:max-content}.uk-position-top-center{top:0}.uk-position-bottom-center{bottom:0}.uk-position-center-horizontal{top:0;bottom:0}.uk-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.uk-position-small{margin:15px;--uk-position-margin-offset:15px}.uk-position-medium{margin:30px;--uk-position-margin-offset:30px}.uk-position-large{margin:30px;--uk-position-margin-offset:30px}@media (min-width:1200px){.uk-position-large{margin:50px;--uk-position-margin-offset:50px}}.uk-position-relative{position:relative!important}.uk-position-absolute{position:absolute!important}.uk-position-fixed{position:fixed!important}.uk-position-sticky{position:sticky!important}.uk-position-z-index{z-index:1}.uk-position-z-index-zero{z-index:0}.uk-position-z-index-negative{z-index:-1}.uk-position-z-index-high{z-index:990}:where(.uk-transition-fade),:where([class*=uk-transition-scale]),:where([class*=uk-transition-slide]){--uk-position-translate-x:0;--uk-position-translate-y:0}.uk-transition-fade,[class*=uk-transition-scale],[class*=uk-transition-slide]{--uk-translate-x:0;--uk-translate-y:0;--uk-scale-x:1;--uk-scale-y:1;transform:translate(var(--uk-position-translate-x),var(--uk-position-translate-y)) translate(var(--uk-translate-x),var(--uk-translate-y)) scale(var(--uk-scale-x),var(--uk-scale-y));transition:.3s ease-out;transition-property:opacity,transform,filter;opacity:0}.uk-transition-active.uk-active .uk-transition-fade,.uk-transition-toggle .uk-transition-fade:focus-within,.uk-transition-toggle:focus .uk-transition-fade,.uk-transition-toggle:hover .uk-transition-fade{opacity:1}[class*=uk-transition-scale]{-webkit-backface-visibility:hidden}.uk-transition-scale-up{--uk-scale-x:1;--uk-scale-y:1}.uk-transition-scale-down{--uk-scale-x:1.03;--uk-scale-y:1.03}.uk-transition-active.uk-active .uk-transition-scale-up,.uk-transition-toggle .uk-transition-scale-up:focus-within,.uk-transition-toggle:focus .uk-transition-scale-up,.uk-transition-toggle:hover .uk-transition-scale-up{--uk-scale-x:1.03;--uk-scale-y:1.03;opacity:1}.uk-transition-active.uk-active .uk-transition-scale-down,.uk-transition-toggle .uk-transition-scale-down:focus-within,.uk-transition-toggle:focus .uk-transition-scale-down,.uk-transition-toggle:hover .uk-transition-scale-down{--uk-scale-x:1;--uk-scale-y:1;opacity:1}.uk-transition-slide-top{--uk-translate-y:-100%}.uk-transition-slide-bottom{--uk-translate-y:100%}.uk-transition-slide-left{--uk-translate-x:-100%}.uk-transition-slide-right{--uk-translate-x:100%}.uk-transition-slide-top-small{--uk-translate-y:calc(-1 * 10px)}.uk-transition-slide-bottom-small{--uk-translate-y:10px}.uk-transition-slide-left-small{--uk-translate-x:calc(-1 * 10px)}.uk-transition-slide-right-small{--uk-translate-x:10px}.uk-transition-slide-top-medium{--uk-translate-y:calc(-1 * 50px)}.uk-transition-slide-bottom-medium{--uk-translate-y:50px}.uk-transition-slide-left-medium{--uk-translate-x:calc(-1 * 50px)}.uk-transition-slide-right-medium{--uk-translate-x:50px}.uk-transition-active.uk-active [class*=uk-transition-slide],.uk-transition-toggle [class*=uk-transition-slide]:focus-within,.uk-transition-toggle:focus [class*=uk-transition-slide],.uk-transition-toggle:hover [class*=uk-transition-slide]{--uk-translate-x:0;--uk-translate-y:0;opacity:1}.uk-transition-opaque{opacity:1}.uk-transition-slow{transition-duration:.7s}.uk-transition-disable,.uk-transition-disable *{transition:none!important}.uk-hidden,[hidden]{display:none!important}@media (min-width:640px){.uk-hidden\@s{display:none!important}}@media (min-width:960px){.uk-hidden\@m{display:none!important}}@media (min-width:1200px){.uk-hidden\@l{display:none!important}}@media (min-width:1600px){.uk-hidden\@xl{display:none!important}}@media (max-width:639px){.uk-visible\@s{display:none!important}}@media (max-width:959px){.uk-visible\@m{display:none!important}}@media (max-width:1199px){.uk-visible\@l{display:none!important}}@media (max-width:1599px){.uk-visible\@xl{display:none!important}}.uk-invisible{visibility:hidden!important}.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within){position:absolute!important;width:0!important;height:0!important;padding:0!important;border:0!important;margin:0!important;overflow:hidden!important}.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within){opacity:0!important}@media (hover:none){.uk-hidden-touch{display:none!important}}@media (hover){.uk-hidden-notouch{display:none!important}}.uk-card-primary.uk-card-body,.uk-card-primary>:not([class*=uk-card-media]),.uk-card-secondary.uk-card-body,.uk-card-secondary>:not([class*=uk-card-media]),.uk-light,.uk-offcanvas-bar,.uk-overlay-primary,.uk-section-primary:not(.uk-preserve-color),.uk-section-secondary:not(.uk-preserve-color),.uk-tile-primary:not(.uk-preserve-color),.uk-tile-secondary:not(.uk-preserve-color){color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-link,.uk-card-primary.uk-card-body a,.uk-card-primary>:not([class*=uk-card-media]) .uk-link,.uk-card-primary>:not([class*=uk-card-media]) a,.uk-card-secondary.uk-card-body .uk-link,.uk-card-secondary.uk-card-body a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link,.uk-card-secondary>:not([class*=uk-card-media]) a,.uk-light .uk-link,.uk-light a,.uk-offcanvas-bar .uk-link,.uk-offcanvas-bar a,.uk-overlay-primary .uk-link,.uk-overlay-primary a,.uk-section-primary:not(.uk-preserve-color) .uk-link,.uk-section-primary:not(.uk-preserve-color) a,.uk-section-secondary:not(.uk-preserve-color) .uk-link,.uk-section-secondary:not(.uk-preserve-color) a,.uk-tile-primary:not(.uk-preserve-color) .uk-link,.uk-tile-primary:not(.uk-preserve-color) a,.uk-tile-secondary:not(.uk-preserve-color) .uk-link,.uk-tile-secondary:not(.uk-preserve-color) a{color:#fff}.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,.uk-card-primary.uk-card-body .uk-link:hover,.uk-card-primary.uk-card-body a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,.uk-card-primary>:not([class*=uk-card-media]) .uk-link:hover,.uk-card-primary>:not([class*=uk-card-media]) a:hover,.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,.uk-card-secondary.uk-card-body .uk-link:hover,.uk-card-secondary.uk-card-body a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link:hover,.uk-card-secondary>:not([class*=uk-card-media]) a:hover,.uk-light .uk-link-toggle:hover .uk-link,.uk-light .uk-link:hover,.uk-light a:hover,.uk-offcanvas-bar .uk-link-toggle:hover .uk-link,.uk-offcanvas-bar .uk-link:hover,.uk-offcanvas-bar a:hover,.uk-overlay-primary .uk-link-toggle:hover .uk-link,.uk-overlay-primary .uk-link:hover,.uk-overlay-primary a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,.uk-section-primary:not(.uk-preserve-color) a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,.uk-section-secondary:not(.uk-preserve-color) a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,.uk-tile-primary:not(.uk-preserve-color) a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,.uk-tile-secondary:not(.uk-preserve-color) a:hover{color:#fff}.uk-card-primary.uk-card-body :not(pre)>code,.uk-card-primary.uk-card-body :not(pre)>kbd,.uk-card-primary.uk-card-body :not(pre)>samp,.uk-card-primary>:not([class*=uk-card-media]) :not(pre)>code,.uk-card-primary>:not([class*=uk-card-media]) :not(pre)>kbd,.uk-card-primary>:not([class*=uk-card-media]) :not(pre)>samp,.uk-card-secondary.uk-card-body :not(pre)>code,.uk-card-secondary.uk-card-body :not(pre)>kbd,.uk-card-secondary.uk-card-body :not(pre)>samp,.uk-card-secondary>:not([class*=uk-card-media]) :not(pre)>code,.uk-card-secondary>:not([class*=uk-card-media]) :not(pre)>kbd,.uk-card-secondary>:not([class*=uk-card-media]) :not(pre)>samp,.uk-light :not(pre)>code,.uk-light :not(pre)>kbd,.uk-light :not(pre)>samp,.uk-offcanvas-bar :not(pre)>code,.uk-offcanvas-bar :not(pre)>kbd,.uk-offcanvas-bar :not(pre)>samp,.uk-overlay-primary :not(pre)>code,.uk-overlay-primary :not(pre)>kbd,.uk-overlay-primary :not(pre)>samp,.uk-section-primary:not(.uk-preserve-color) :not(pre)>code,.uk-section-primary:not(.uk-preserve-color) :not(pre)>kbd,.uk-section-primary:not(.uk-preserve-color) :not(pre)>samp,.uk-section-secondary:not(.uk-preserve-color) :not(pre)>code,.uk-section-secondary:not(.uk-preserve-color) :not(pre)>kbd,.uk-section-secondary:not(.uk-preserve-color) :not(pre)>samp,.uk-tile-primary:not(.uk-preserve-color) :not(pre)>code,.uk-tile-primary:not(.uk-preserve-color) :not(pre)>kbd,.uk-tile-primary:not(.uk-preserve-color) :not(pre)>samp,.uk-tile-secondary:not(.uk-preserve-color) :not(pre)>code,.uk-tile-secondary:not(.uk-preserve-color) :not(pre)>kbd,.uk-tile-secondary:not(.uk-preserve-color) :not(pre)>samp{color:rgba(255,255,255,.7);background-color:rgba(255,255,255,.1)}.uk-card-primary.uk-card-body em,.uk-card-primary>:not([class*=uk-card-media]) em,.uk-card-secondary.uk-card-body em,.uk-card-secondary>:not([class*=uk-card-media]) em,.uk-light em,.uk-offcanvas-bar em,.uk-overlay-primary em,.uk-section-primary:not(.uk-preserve-color) em,.uk-section-secondary:not(.uk-preserve-color) em,.uk-tile-primary:not(.uk-preserve-color) em,.uk-tile-secondary:not(.uk-preserve-color) em{color:#fff}.uk-card-primary.uk-card-body .uk-h1,.uk-card-primary.uk-card-body .uk-h2,.uk-card-primary.uk-card-body .uk-h3,.uk-card-primary.uk-card-body .uk-h4,.uk-card-primary.uk-card-body .uk-h5,.uk-card-primary.uk-card-body .uk-h6,.uk-card-primary.uk-card-body .uk-heading-2xlarge,.uk-card-primary.uk-card-body .uk-heading-3xlarge,.uk-card-primary.uk-card-body .uk-heading-large,.uk-card-primary.uk-card-body .uk-heading-medium,.uk-card-primary.uk-card-body .uk-heading-small,.uk-card-primary.uk-card-body .uk-heading-xlarge,.uk-card-primary.uk-card-body h1,.uk-card-primary.uk-card-body h2,.uk-card-primary.uk-card-body h3,.uk-card-primary.uk-card-body h4,.uk-card-primary.uk-card-body h5,.uk-card-primary.uk-card-body h6,.uk-card-primary>:not([class*=uk-card-media]) .uk-h1,.uk-card-primary>:not([class*=uk-card-media]) .uk-h2,.uk-card-primary>:not([class*=uk-card-media]) .uk-h3,.uk-card-primary>:not([class*=uk-card-media]) .uk-h4,.uk-card-primary>:not([class*=uk-card-media]) .uk-h5,.uk-card-primary>:not([class*=uk-card-media]) .uk-h6,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-2xlarge,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-3xlarge,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-large,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-medium,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-small,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-xlarge,.uk-card-primary>:not([class*=uk-card-media]) h1,.uk-card-primary>:not([class*=uk-card-media]) h2,.uk-card-primary>:not([class*=uk-card-media]) h3,.uk-card-primary>:not([class*=uk-card-media]) h4,.uk-card-primary>:not([class*=uk-card-media]) h5,.uk-card-primary>:not([class*=uk-card-media]) h6,.uk-card-secondary.uk-card-body .uk-h1,.uk-card-secondary.uk-card-body .uk-h2,.uk-card-secondary.uk-card-body .uk-h3,.uk-card-secondary.uk-card-body .uk-h4,.uk-card-secondary.uk-card-body .uk-h5,.uk-card-secondary.uk-card-body .uk-h6,.uk-card-secondary.uk-card-body .uk-heading-2xlarge,.uk-card-secondary.uk-card-body .uk-heading-3xlarge,.uk-card-secondary.uk-card-body .uk-heading-large,.uk-card-secondary.uk-card-body .uk-heading-medium,.uk-card-secondary.uk-card-body .uk-heading-small,.uk-card-secondary.uk-card-body .uk-heading-xlarge,.uk-card-secondary.uk-card-body h1,.uk-card-secondary.uk-card-body h2,.uk-card-secondary.uk-card-body h3,.uk-card-secondary.uk-card-body h4,.uk-card-secondary.uk-card-body h5,.uk-card-secondary.uk-card-body h6,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h1,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h2,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h3,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h4,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h5,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h6,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-2xlarge,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-3xlarge,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-large,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-medium,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-small,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-xlarge,.uk-card-secondary>:not([class*=uk-card-media]) h1,.uk-card-secondary>:not([class*=uk-card-media]) h2,.uk-card-secondary>:not([class*=uk-card-media]) h3,.uk-card-secondary>:not([class*=uk-card-media]) h4,.uk-card-secondary>:not([class*=uk-card-media]) h5,.uk-card-secondary>:not([class*=uk-card-media]) h6,.uk-light .uk-h1,.uk-light .uk-h2,.uk-light .uk-h3,.uk-light .uk-h4,.uk-light .uk-h5,.uk-light .uk-h6,.uk-light .uk-heading-2xlarge,.uk-light .uk-heading-3xlarge,.uk-light .uk-heading-large,.uk-light .uk-heading-medium,.uk-light .uk-heading-small,.uk-light .uk-heading-xlarge,.uk-light h1,.uk-light h2,.uk-light h3,.uk-light h4,.uk-light h5,.uk-light h6,.uk-offcanvas-bar .uk-h1,.uk-offcanvas-bar .uk-h2,.uk-offcanvas-bar .uk-h3,.uk-offcanvas-bar .uk-h4,.uk-offcanvas-bar .uk-h5,.uk-offcanvas-bar .uk-h6,.uk-offcanvas-bar .uk-heading-2xlarge,.uk-offcanvas-bar .uk-heading-3xlarge,.uk-offcanvas-bar .uk-heading-large,.uk-offcanvas-bar .uk-heading-medium,.uk-offcanvas-bar .uk-heading-small,.uk-offcanvas-bar .uk-heading-xlarge,.uk-offcanvas-bar h1,.uk-offcanvas-bar h2,.uk-offcanvas-bar h3,.uk-offcanvas-bar h4,.uk-offcanvas-bar h5,.uk-offcanvas-bar h6,.uk-overlay-primary .uk-h1,.uk-overlay-primary .uk-h2,.uk-overlay-primary .uk-h3,.uk-overlay-primary .uk-h4,.uk-overlay-primary .uk-h5,.uk-overlay-primary .uk-h6,.uk-overlay-primary .uk-heading-2xlarge,.uk-overlay-primary .uk-heading-3xlarge,.uk-overlay-primary .uk-heading-large,.uk-overlay-primary .uk-heading-medium,.uk-overlay-primary .uk-heading-small,.uk-overlay-primary .uk-heading-xlarge,.uk-overlay-primary h1,.uk-overlay-primary h2,.uk-overlay-primary h3,.uk-overlay-primary h4,.uk-overlay-primary h5,.uk-overlay-primary h6,.uk-section-primary:not(.uk-preserve-color) .uk-h1,.uk-section-primary:not(.uk-preserve-color) .uk-h2,.uk-section-primary:not(.uk-preserve-color) .uk-h3,.uk-section-primary:not(.uk-preserve-color) .uk-h4,.uk-section-primary:not(.uk-preserve-color) .uk-h5,.uk-section-primary:not(.uk-preserve-color) .uk-h6,.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,.uk-section-primary:not(.uk-preserve-color) .uk-heading-3xlarge,.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,.uk-section-primary:not(.uk-preserve-color) h1,.uk-section-primary:not(.uk-preserve-color) h2,.uk-section-primary:not(.uk-preserve-color) h3,.uk-section-primary:not(.uk-preserve-color) h4,.uk-section-primary:not(.uk-preserve-color) h5,.uk-section-primary:not(.uk-preserve-color) h6,.uk-section-secondary:not(.uk-preserve-color) .uk-h1,.uk-section-secondary:not(.uk-preserve-color) .uk-h2,.uk-section-secondary:not(.uk-preserve-color) .uk-h3,.uk-section-secondary:not(.uk-preserve-color) .uk-h4,.uk-section-secondary:not(.uk-preserve-color) .uk-h5,.uk-section-secondary:not(.uk-preserve-color) .uk-h6,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,.uk-section-secondary:not(.uk-preserve-color) h1,.uk-section-secondary:not(.uk-preserve-color) h2,.uk-section-secondary:not(.uk-preserve-color) h3,.uk-section-secondary:not(.uk-preserve-color) h4,.uk-section-secondary:not(.uk-preserve-color) h5,.uk-section-secondary:not(.uk-preserve-color) h6,.uk-tile-primary:not(.uk-preserve-color) .uk-h1,.uk-tile-primary:not(.uk-preserve-color) .uk-h2,.uk-tile-primary:not(.uk-preserve-color) .uk-h3,.uk-tile-primary:not(.uk-preserve-color) .uk-h4,.uk-tile-primary:not(.uk-preserve-color) .uk-h5,.uk-tile-primary:not(.uk-preserve-color) .uk-h6,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-3xlarge,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,.uk-tile-primary:not(.uk-preserve-color) h1,.uk-tile-primary:not(.uk-preserve-color) h2,.uk-tile-primary:not(.uk-preserve-color) h3,.uk-tile-primary:not(.uk-preserve-color) h4,.uk-tile-primary:not(.uk-preserve-color) h5,.uk-tile-primary:not(.uk-preserve-color) h6,.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,.uk-tile-secondary:not(.uk-preserve-color) h1,.uk-tile-secondary:not(.uk-preserve-color) h2,.uk-tile-secondary:not(.uk-preserve-color) h3,.uk-tile-secondary:not(.uk-preserve-color) h4,.uk-tile-secondary:not(.uk-preserve-color) h5,.uk-tile-secondary:not(.uk-preserve-color) h6{color:#fff}.uk-card-primary.uk-card-body blockquote,.uk-card-primary>:not([class*=uk-card-media]) blockquote,.uk-card-secondary.uk-card-body blockquote,.uk-card-secondary>:not([class*=uk-card-media]) blockquote,.uk-light blockquote,.uk-offcanvas-bar blockquote,.uk-overlay-primary blockquote,.uk-section-primary:not(.uk-preserve-color) blockquote,.uk-section-secondary:not(.uk-preserve-color) blockquote,.uk-tile-primary:not(.uk-preserve-color) blockquote,.uk-tile-secondary:not(.uk-preserve-color) blockquote{color:#fff}.uk-card-primary.uk-card-body blockquote footer,.uk-card-primary>:not([class*=uk-card-media]) blockquote footer,.uk-card-secondary.uk-card-body blockquote footer,.uk-card-secondary>:not([class*=uk-card-media]) blockquote footer,.uk-light blockquote footer,.uk-offcanvas-bar blockquote footer,.uk-overlay-primary blockquote footer,.uk-section-primary:not(.uk-preserve-color) blockquote footer,.uk-section-secondary:not(.uk-preserve-color) blockquote footer,.uk-tile-primary:not(.uk-preserve-color) blockquote footer,.uk-tile-secondary:not(.uk-preserve-color) blockquote footer{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-hr,.uk-card-primary.uk-card-body hr,.uk-card-primary>:not([class*=uk-card-media]) .uk-hr,.uk-card-primary>:not([class*=uk-card-media]) hr,.uk-card-secondary.uk-card-body .uk-hr,.uk-card-secondary.uk-card-body hr,.uk-card-secondary>:not([class*=uk-card-media]) .uk-hr,.uk-card-secondary>:not([class*=uk-card-media]) hr,.uk-light .uk-hr,.uk-light hr,.uk-offcanvas-bar .uk-hr,.uk-offcanvas-bar hr,.uk-overlay-primary .uk-hr,.uk-overlay-primary hr,.uk-section-primary:not(.uk-preserve-color) .uk-hr,.uk-section-primary:not(.uk-preserve-color) hr,.uk-section-secondary:not(.uk-preserve-color) .uk-hr,.uk-section-secondary:not(.uk-preserve-color) hr,.uk-tile-primary:not(.uk-preserve-color) .uk-hr,.uk-tile-primary:not(.uk-preserve-color) hr,.uk-tile-secondary:not(.uk-preserve-color) .uk-hr,.uk-tile-secondary:not(.uk-preserve-color) hr{border-top-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body :focus-visible,.uk-card-primary>:not([class*=uk-card-media]) :focus-visible,.uk-card-secondary.uk-card-body :focus-visible,.uk-card-secondary>:not([class*=uk-card-media]) :focus-visible,.uk-light :focus-visible,.uk-offcanvas-bar :focus-visible,.uk-overlay-primary :focus-visible,.uk-section-primary:not(.uk-preserve-color) :focus-visible,.uk-section-secondary:not(.uk-preserve-color) :focus-visible,.uk-tile-primary:not(.uk-preserve-color) :focus-visible,.uk-tile-secondary:not(.uk-preserve-color) :focus-visible{outline-color:#fff}.uk-card-primary.uk-card-body .uk-link-muted a,.uk-card-primary.uk-card-body a.uk-link-muted,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-muted a,.uk-card-primary>:not([class*=uk-card-media]) a.uk-link-muted,.uk-card-secondary.uk-card-body .uk-link-muted a,.uk-card-secondary.uk-card-body a.uk-link-muted,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-muted a,.uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-muted,.uk-light .uk-link-muted a,.uk-light a.uk-link-muted,.uk-offcanvas-bar .uk-link-muted a,.uk-offcanvas-bar a.uk-link-muted,.uk-overlay-primary .uk-link-muted a,.uk-overlay-primary a.uk-link-muted,.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted,.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted,.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-link-muted a:hover,.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,.uk-card-primary.uk-card-body a.uk-link-muted:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-muted a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,.uk-card-primary>:not([class*=uk-card-media]) a.uk-link-muted:hover,.uk-card-secondary.uk-card-body .uk-link-muted a:hover,.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,.uk-card-secondary.uk-card-body a.uk-link-muted:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-muted a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,.uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-muted:hover,.uk-light .uk-link-muted a:hover,.uk-light .uk-link-toggle:hover .uk-link-muted,.uk-light a.uk-link-muted:hover,.uk-offcanvas-bar .uk-link-muted a:hover,.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted,.uk-offcanvas-bar a.uk-link-muted:hover,.uk-overlay-primary .uk-link-muted a:hover,.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,.uk-overlay-primary a.uk-link-muted:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-link-text a:hover,.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,.uk-card-primary.uk-card-body a.uk-link-text:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-text a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,.uk-card-primary>:not([class*=uk-card-media]) a.uk-link-text:hover,.uk-card-secondary.uk-card-body .uk-link-text a:hover,.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,.uk-card-secondary.uk-card-body a.uk-link-text:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-text a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,.uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-text:hover,.uk-light .uk-link-text a:hover,.uk-light .uk-link-toggle:hover .uk-link-text,.uk-light a.uk-link-text:hover,.uk-offcanvas-bar .uk-link-text a:hover,.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text,.uk-offcanvas-bar a.uk-link-text:hover,.uk-overlay-primary .uk-link-text a:hover,.uk-overlay-primary .uk-link-toggle:hover .uk-link-text,.uk-overlay-primary a.uk-link-text:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,.uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,.uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,.uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-link-heading a:hover,.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,.uk-card-primary.uk-card-body a.uk-link-heading:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-heading a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,.uk-card-primary>:not([class*=uk-card-media]) a.uk-link-heading:hover,.uk-card-secondary.uk-card-body .uk-link-heading a:hover,.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,.uk-card-secondary.uk-card-body a.uk-link-heading:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-heading a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,.uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-heading:hover,.uk-light .uk-link-heading a:hover,.uk-light .uk-link-toggle:hover .uk-link-heading,.uk-light a.uk-link-heading:hover,.uk-offcanvas-bar .uk-link-heading a:hover,.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading,.uk-offcanvas-bar a.uk-link-heading:hover,.uk-overlay-primary .uk-link-heading a:hover,.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,.uk-overlay-primary a.uk-link-heading:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,.uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,.uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,.uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover{color:#fff}.uk-card-primary.uk-card-body .uk-heading-divider,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-divider,.uk-card-secondary.uk-card-body .uk-heading-divider,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-divider,.uk-light .uk-heading-divider,.uk-offcanvas-bar .uk-heading-divider,.uk-overlay-primary .uk-heading-divider,.uk-section-primary:not(.uk-preserve-color) .uk-heading-divider,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider{border-bottom-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-heading-bullet::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-bullet::before,.uk-card-secondary.uk-card-body .uk-heading-bullet::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-bullet::before,.uk-light .uk-heading-bullet::before,.uk-offcanvas-bar .uk-heading-bullet::before,.uk-overlay-primary .uk-heading-bullet::before,.uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before{border-left-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-heading-line>::after,.uk-card-primary.uk-card-body .uk-heading-line>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-line>::after,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-line>::before,.uk-card-secondary.uk-card-body .uk-heading-line>::after,.uk-card-secondary.uk-card-body .uk-heading-line>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-line>::after,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-line>::before,.uk-light .uk-heading-line>::after,.uk-light .uk-heading-line>::before,.uk-offcanvas-bar .uk-heading-line>::after,.uk-offcanvas-bar .uk-heading-line>::before,.uk-overlay-primary .uk-heading-line>::after,.uk-overlay-primary .uk-heading-line>::before,.uk-section-primary:not(.uk-preserve-color) .uk-heading-line>::after,.uk-section-primary:not(.uk-preserve-color) .uk-heading-line>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line>::after,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line>::after,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line>::after,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line>::before{border-bottom-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-divider-icon,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-icon,.uk-card-secondary.uk-card-body .uk-divider-icon,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-icon,.uk-light .uk-divider-icon,.uk-offcanvas-bar .uk-divider-icon,.uk-overlay-primary .uk-divider-icon,.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.uk-card-primary.uk-card-body .uk-divider-icon::after,.uk-card-primary.uk-card-body .uk-divider-icon::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-icon::after,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-icon::before,.uk-card-secondary.uk-card-body .uk-divider-icon::after,.uk-card-secondary.uk-card-body .uk-divider-icon::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-icon::after,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-icon::before,.uk-light .uk-divider-icon::after,.uk-light .uk-divider-icon::before,.uk-offcanvas-bar .uk-divider-icon::after,.uk-offcanvas-bar .uk-divider-icon::before,.uk-overlay-primary .uk-divider-icon::after,.uk-overlay-primary .uk-divider-icon::before,.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before{border-bottom-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-divider-small::after,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-small::after,.uk-card-secondary.uk-card-body .uk-divider-small::after,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-small::after,.uk-light .uk-divider-small::after,.uk-offcanvas-bar .uk-divider-small::after,.uk-overlay-primary .uk-divider-small::after,.uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after{border-top-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-divider-vertical,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-vertical,.uk-card-secondary.uk-card-body .uk-divider-vertical,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-vertical,.uk-light .uk-divider-vertical,.uk-offcanvas-bar .uk-divider-vertical,.uk-overlay-primary .uk-divider-vertical,.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical{border-left-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-list-muted>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-muted>::before,.uk-card-secondary.uk-card-body .uk-list-muted>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-muted>::before,.uk-light .uk-list-muted>::before,.uk-offcanvas-bar .uk-list-muted>::before,.uk-overlay-primary .uk-list-muted>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-muted>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-muted>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-muted>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted>::before{color:rgba(255,255,255,.5)!important}.uk-card-primary.uk-card-body .uk-list-emphasis>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-emphasis>::before,.uk-card-secondary.uk-card-body .uk-list-emphasis>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-emphasis>::before,.uk-light .uk-list-emphasis>::before,.uk-offcanvas-bar .uk-list-emphasis>::before,.uk-overlay-primary .uk-list-emphasis>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis>::before{color:#fff!important}.uk-card-primary.uk-card-body .uk-list-primary>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-primary>::before,.uk-card-secondary.uk-card-body .uk-list-primary>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-primary>::before,.uk-light .uk-list-primary>::before,.uk-offcanvas-bar .uk-list-primary>::before,.uk-overlay-primary .uk-list-primary>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-primary>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-primary>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-primary>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary>::before{color:#fff!important}.uk-card-primary.uk-card-body .uk-list-secondary>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-secondary>::before,.uk-card-secondary.uk-card-body .uk-list-secondary>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-secondary>::before,.uk-light .uk-list-secondary>::before,.uk-offcanvas-bar .uk-list-secondary>::before,.uk-overlay-primary .uk-list-secondary>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-secondary>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary>::before{color:#fff!important}.uk-card-primary.uk-card-body .uk-list-bullet>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-bullet>::before,.uk-card-secondary.uk-card-body .uk-list-bullet>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-bullet>::before,.uk-light .uk-list-bullet>::before,.uk-offcanvas-bar .uk-list-bullet>::before,.uk-overlay-primary .uk-list-bullet>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-bullet>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet>::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-card-primary.uk-card-body .uk-list-divider>:nth-child(n+2),.uk-card-primary>:not([class*=uk-card-media]) .uk-list-divider>:nth-child(n+2),.uk-card-secondary.uk-card-body .uk-list-divider>:nth-child(n+2),.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-divider>:nth-child(n+2),.uk-light .uk-list-divider>:nth-child(n+2),.uk-offcanvas-bar .uk-list-divider>:nth-child(n+2),.uk-overlay-primary .uk-list-divider>:nth-child(n+2),.uk-section-primary:not(.uk-preserve-color) .uk-list-divider>:nth-child(n+2),.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider>:nth-child(n+2),.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider>:nth-child(n+2),.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider>:nth-child(n+2){border-top-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-card-primary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-card-secondary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-light .uk-list-striped>:nth-of-type(odd),.uk-offcanvas-bar .uk-list-striped>:nth-of-type(odd),.uk-overlay-primary .uk-list-striped>:nth-of-type(odd),.uk-section-primary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd),.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd),.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd),.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd){border-top-color:rgba(255,255,255,.2);border-bottom-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-card-primary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-card-secondary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-light .uk-list-striped>:nth-of-type(odd),.uk-offcanvas-bar .uk-list-striped>:nth-of-type(odd),.uk-overlay-primary .uk-list-striped>:nth-of-type(odd),.uk-section-primary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd),.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd),.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd),.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd){background-color:rgba(255,255,255,.1)}.uk-card-primary.uk-card-body .uk-table th,.uk-card-primary>:not([class*=uk-card-media]) .uk-table th,.uk-card-secondary.uk-card-body .uk-table th,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table th,.uk-light .uk-table th,.uk-offcanvas-bar .uk-table th,.uk-overlay-primary .uk-table th,.uk-section-primary:not(.uk-preserve-color) .uk-table th,.uk-section-secondary:not(.uk-preserve-color) .uk-table th,.uk-tile-primary:not(.uk-preserve-color) .uk-table th,.uk-tile-secondary:not(.uk-preserve-color) .uk-table th{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-table caption,.uk-card-primary>:not([class*=uk-card-media]) .uk-table caption,.uk-card-secondary.uk-card-body .uk-table caption,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table caption,.uk-light .uk-table caption,.uk-offcanvas-bar .uk-table caption,.uk-overlay-primary .uk-table caption,.uk-section-primary:not(.uk-preserve-color) .uk-table caption,.uk-section-secondary:not(.uk-preserve-color) .uk-table caption,.uk-tile-primary:not(.uk-preserve-color) .uk-table caption,.uk-tile-secondary:not(.uk-preserve-color) .uk-table caption{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,.uk-card-primary.uk-card-body .uk-table>tr.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-table tbody tr.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-table>tr.uk-active,.uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,.uk-card-secondary.uk-card-body .uk-table>tr.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table tbody tr.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table>tr.uk-active,.uk-light .uk-table tbody tr.uk-active,.uk-light .uk-table>tr.uk-active,.uk-offcanvas-bar .uk-table tbody tr.uk-active,.uk-offcanvas-bar .uk-table>tr.uk-active,.uk-overlay-primary .uk-table tbody tr.uk-active,.uk-overlay-primary .uk-table>tr.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-table>tr.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-table>tr.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-table>tr.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-table>tr.uk-active{background:rgba(255,255,255,.08)}.uk-card-primary.uk-card-body .uk-table-divider>:first-child>tr:not(:first-child),.uk-card-primary.uk-card-body .uk-table-divider>:not(:first-child)>tr,.uk-card-primary.uk-card-body .uk-table-divider>tr:not(:first-child),.uk-card-primary>:not([class*=uk-card-media]) .uk-table-divider>:first-child>tr:not(:first-child),.uk-card-primary>:not([class*=uk-card-media]) .uk-table-divider>:not(:first-child)>tr,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-divider>tr:not(:first-child),.uk-card-secondary.uk-card-body .uk-table-divider>:first-child>tr:not(:first-child),.uk-card-secondary.uk-card-body .uk-table-divider>:not(:first-child)>tr,.uk-card-secondary.uk-card-body .uk-table-divider>tr:not(:first-child),.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-divider>:first-child>tr:not(:first-child),.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-divider>:not(:first-child)>tr,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-divider>tr:not(:first-child),.uk-light .uk-table-divider>:first-child>tr:not(:first-child),.uk-light .uk-table-divider>:not(:first-child)>tr,.uk-light .uk-table-divider>tr:not(:first-child),.uk-offcanvas-bar .uk-table-divider>:first-child>tr:not(:first-child),.uk-offcanvas-bar .uk-table-divider>:not(:first-child)>tr,.uk-offcanvas-bar .uk-table-divider>tr:not(:first-child),.uk-overlay-primary .uk-table-divider>:first-child>tr:not(:first-child),.uk-overlay-primary .uk-table-divider>:not(:first-child)>tr,.uk-overlay-primary .uk-table-divider>tr:not(:first-child),.uk-section-primary:not(.uk-preserve-color) .uk-table-divider>:first-child>tr:not(:first-child),.uk-section-primary:not(.uk-preserve-color) .uk-table-divider>:not(:first-child)>tr,.uk-section-primary:not(.uk-preserve-color) .uk-table-divider>tr:not(:first-child),.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider>:first-child>tr:not(:first-child),.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider>:not(:first-child)>tr,.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider>tr:not(:first-child),.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider>:first-child>tr:not(:first-child),.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider>:not(:first-child)>tr,.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider>tr:not(:first-child),.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider>:first-child>tr:not(:first-child),.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider>:not(:first-child)>tr,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider>tr:not(:first-child){border-top-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),.uk-card-primary.uk-card-body .uk-table-striped>tr:nth-of-type(odd),.uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),.uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(odd),.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),.uk-card-secondary.uk-card-body .uk-table-striped>tr:nth-of-type(odd),.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(odd),.uk-light .uk-table-striped tbody tr:nth-of-type(odd),.uk-light .uk-table-striped>tr:nth-of-type(odd),.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd),.uk-offcanvas-bar .uk-table-striped>tr:nth-of-type(odd),.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),.uk-overlay-primary .uk-table-striped>tr:nth-of-type(odd),.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),.uk-section-primary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(odd),.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(odd),.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(odd),.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(odd){background:rgba(255,255,255,.1);border-top-color:rgba(255,255,255,.2);border-bottom-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,.uk-card-primary.uk-card-body .uk-table-hover>tr:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-hover>tr:hover,.uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,.uk-card-secondary.uk-card-body .uk-table-hover>tr:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-hover>tr:hover,.uk-light .uk-table-hover tbody tr:hover,.uk-light .uk-table-hover>tr:hover,.uk-offcanvas-bar .uk-table-hover tbody tr:hover,.uk-offcanvas-bar .uk-table-hover>tr:hover,.uk-overlay-primary .uk-table-hover tbody tr:hover,.uk-overlay-primary .uk-table-hover>tr:hover,.uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,.uk-section-primary:not(.uk-preserve-color) .uk-table-hover>tr:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover>tr:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover>tr:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover>tr:hover{background:rgba(255,255,255,.08)}.uk-card-primary.uk-card-body .uk-icon-link,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-link,.uk-card-secondary.uk-card-body .uk-icon-link,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-link,.uk-light .uk-icon-link,.uk-offcanvas-bar .uk-icon-link,.uk-overlay-primary .uk-icon-link,.uk-section-primary:not(.uk-preserve-color) .uk-icon-link,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-icon-link:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-link:hover,.uk-card-secondary.uk-card-body .uk-icon-link:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-link:hover,.uk-light .uk-icon-link:hover,.uk-offcanvas-bar .uk-icon-link:hover,.uk-overlay-primary .uk-icon-link:hover,.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-active>.uk-icon-link,.uk-card-primary.uk-card-body .uk-icon-link:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-active>.uk-icon-link,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-link:active,.uk-card-secondary.uk-card-body .uk-active>.uk-icon-link,.uk-card-secondary.uk-card-body .uk-icon-link:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-active>.uk-icon-link,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-link:active,.uk-light .uk-active>.uk-icon-link,.uk-light .uk-icon-link:active,.uk-offcanvas-bar .uk-active>.uk-icon-link,.uk-offcanvas-bar .uk-icon-link:active,.uk-overlay-primary .uk-active>.uk-icon-link,.uk-overlay-primary .uk-icon-link:active,.uk-section-primary:not(.uk-preserve-color) .uk-active>.uk-icon-link,.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active,.uk-section-secondary:not(.uk-preserve-color) .uk-active>.uk-icon-link,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active,.uk-tile-primary:not(.uk-preserve-color) .uk-active>.uk-icon-link,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-active>.uk-icon-link,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-icon-button,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-button,.uk-card-secondary.uk-card-body .uk-icon-button,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-button,.uk-light .uk-icon-button,.uk-offcanvas-bar .uk-icon-button,.uk-overlay-primary .uk-icon-button,.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-icon-button:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-button:hover,.uk-card-secondary.uk-card-body .uk-icon-button:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-button:hover,.uk-light .uk-icon-button:hover,.uk-offcanvas-bar .uk-icon-button:hover,.uk-overlay-primary .uk-icon-button:hover,.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover{background-color:rgba(255,255,255,.15);color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-icon-button:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-button:active,.uk-card-secondary.uk-card-body .uk-icon-button:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-button:active,.uk-light .uk-icon-button:active,.uk-offcanvas-bar .uk-icon-button:active,.uk-overlay-primary .uk-icon-button:active,.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active{background-color:rgba(255,255,255,.2);color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-input,.uk-card-primary.uk-card-body .uk-select,.uk-card-primary.uk-card-body .uk-textarea,.uk-card-primary>:not([class*=uk-card-media]) .uk-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-select,.uk-card-primary>:not([class*=uk-card-media]) .uk-textarea,.uk-card-secondary.uk-card-body .uk-input,.uk-card-secondary.uk-card-body .uk-select,.uk-card-secondary.uk-card-body .uk-textarea,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-select,.uk-card-secondary>:not([class*=uk-card-media]) .uk-textarea,.uk-light .uk-input,.uk-light .uk-select,.uk-light .uk-textarea,.uk-offcanvas-bar .uk-input,.uk-offcanvas-bar .uk-select,.uk-offcanvas-bar .uk-textarea,.uk-overlay-primary .uk-input,.uk-overlay-primary .uk-select,.uk-overlay-primary .uk-textarea,.uk-section-primary:not(.uk-preserve-color) .uk-input,.uk-section-primary:not(.uk-preserve-color) .uk-select,.uk-section-primary:not(.uk-preserve-color) .uk-textarea,.uk-section-secondary:not(.uk-preserve-color) .uk-input,.uk-section-secondary:not(.uk-preserve-color) .uk-select,.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,.uk-tile-primary:not(.uk-preserve-color) .uk-input,.uk-tile-primary:not(.uk-preserve-color) .uk-select,.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,.uk-tile-secondary:not(.uk-preserve-color) .uk-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-select,.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.7);background-clip:padding-box;border-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-input:focus,.uk-card-primary.uk-card-body .uk-select:focus,.uk-card-primary.uk-card-body .uk-textarea:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-input:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-select:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-textarea:focus,.uk-card-secondary.uk-card-body .uk-input:focus,.uk-card-secondary.uk-card-body .uk-select:focus,.uk-card-secondary.uk-card-body .uk-textarea:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-select:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-textarea:focus,.uk-light .uk-input:focus,.uk-light .uk-select:focus,.uk-light .uk-textarea:focus,.uk-offcanvas-bar .uk-input:focus,.uk-offcanvas-bar .uk-select:focus,.uk-offcanvas-bar .uk-textarea:focus,.uk-overlay-primary .uk-input:focus,.uk-overlay-primary .uk-select:focus,.uk-overlay-primary .uk-textarea:focus,.uk-section-primary:not(.uk-preserve-color) .uk-input:focus,.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-input:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus{background-color:rgba(255,255,255,.15);color:rgba(255,255,255,.7);border-color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-input::placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-input::placeholder,.uk-card-secondary.uk-card-body .uk-input::placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input::placeholder,.uk-light .uk-input::placeholder,.uk-offcanvas-bar .uk-input::placeholder,.uk-overlay-primary .uk-input::placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-textarea::placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-textarea::placeholder,.uk-card-secondary.uk-card-body .uk-textarea::placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-textarea::placeholder,.uk-light .uk-textarea::placeholder,.uk-offcanvas-bar .uk-textarea::placeholder,.uk-overlay-primary .uk-textarea::placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]),.uk-card-primary>:not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),.uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]),.uk-card-secondary>:not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),.uk-light .uk-select:not([multiple]):not([size]),.uk-offcanvas-bar .uk-select:not([multiple]):not([size]),.uk-overlay-primary .uk-select:not([multiple]):not([size]),.uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),.uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),.uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),.uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]){background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.uk-card-primary.uk-card-body .uk-input[list]:focus,.uk-card-primary.uk-card-body .uk-input[list]:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-input[list]:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-input[list]:hover,.uk-card-secondary.uk-card-body .uk-input[list]:focus,.uk-card-secondary.uk-card-body .uk-input[list]:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input[list]:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input[list]:hover,.uk-light .uk-input[list]:focus,.uk-light .uk-input[list]:hover,.uk-offcanvas-bar .uk-input[list]:focus,.uk-offcanvas-bar .uk-input[list]:hover,.uk-overlay-primary .uk-input[list]:focus,.uk-overlay-primary .uk-input[list]:hover,.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.uk-card-primary.uk-card-body .uk-checkbox,.uk-card-primary.uk-card-body .uk-radio,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio,.uk-card-secondary.uk-card-body .uk-checkbox,.uk-card-secondary.uk-card-body .uk-radio,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio,.uk-light .uk-checkbox,.uk-light .uk-radio,.uk-offcanvas-bar .uk-checkbox,.uk-offcanvas-bar .uk-radio,.uk-overlay-primary .uk-checkbox,.uk-overlay-primary .uk-radio,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,.uk-section-primary:not(.uk-preserve-color) .uk-radio,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,.uk-section-secondary:not(.uk-preserve-color) .uk-radio,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,.uk-tile-primary:not(.uk-preserve-color) .uk-radio,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-checkbox:focus,.uk-card-primary.uk-card-body .uk-radio:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio:focus,.uk-card-secondary.uk-card-body .uk-checkbox:focus,.uk-card-secondary.uk-card-body .uk-radio:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio:focus,.uk-light .uk-checkbox:focus,.uk-light .uk-radio:focus,.uk-offcanvas-bar .uk-checkbox:focus,.uk-offcanvas-bar .uk-radio:focus,.uk-overlay-primary .uk-checkbox:focus,.uk-overlay-primary .uk-radio:focus,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,.uk-section-primary:not(.uk-preserve-color) .uk-radio:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-checkbox:checked,.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,.uk-card-primary.uk-card-body .uk-radio:checked,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:checked,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio:checked,.uk-card-secondary.uk-card-body .uk-checkbox:checked,.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,.uk-card-secondary.uk-card-body .uk-radio:checked,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:checked,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio:checked,.uk-light .uk-checkbox:checked,.uk-light .uk-checkbox:indeterminate,.uk-light .uk-radio:checked,.uk-offcanvas-bar .uk-checkbox:checked,.uk-offcanvas-bar .uk-checkbox:indeterminate,.uk-offcanvas-bar .uk-radio:checked,.uk-overlay-primary .uk-checkbox:checked,.uk-overlay-primary .uk-checkbox:indeterminate,.uk-overlay-primary .uk-radio:checked,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked{background-color:#fff;border-color:#fff}.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,.uk-card-primary.uk-card-body .uk-radio:checked:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:checked:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio:checked:focus,.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,.uk-card-secondary.uk-card-body .uk-radio:checked:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:checked:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio:checked:focus,.uk-light .uk-checkbox:checked:focus,.uk-light .uk-checkbox:indeterminate:focus,.uk-light .uk-radio:checked:focus,.uk-offcanvas-bar .uk-checkbox:checked:focus,.uk-offcanvas-bar .uk-checkbox:indeterminate:focus,.uk-offcanvas-bar .uk-radio:checked:focus,.uk-overlay-primary .uk-checkbox:checked:focus,.uk-overlay-primary .uk-checkbox:indeterminate:focus,.uk-overlay-primary .uk-radio:checked:focus,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus{background-color:#fff}.uk-card-primary.uk-card-body .uk-radio:checked,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio:checked,.uk-card-secondary.uk-card-body .uk-radio:checked,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio:checked,.uk-light .uk-radio:checked,.uk-offcanvas-bar .uk-radio:checked,.uk-overlay-primary .uk-radio:checked,.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-card-primary.uk-card-body .uk-checkbox:checked,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:checked,.uk-card-secondary.uk-card-body .uk-checkbox:checked,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:checked,.uk-light .uk-checkbox:checked,.uk-offcanvas-bar .uk-checkbox:checked,.uk-overlay-primary .uk-checkbox:checked,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate,.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate,.uk-light .uk-checkbox:indeterminate,.uk-offcanvas-bar .uk-checkbox:indeterminate,.uk-overlay-primary .uk-checkbox:indeterminate,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-card-primary.uk-card-body .uk-form-label,.uk-card-primary>:not([class*=uk-card-media]) .uk-form-label,.uk-card-secondary.uk-card-body .uk-form-label,.uk-card-secondary>:not([class*=uk-card-media]) .uk-form-label,.uk-light .uk-form-label,.uk-offcanvas-bar .uk-form-label,.uk-overlay-primary .uk-form-label,.uk-section-primary:not(.uk-preserve-color) .uk-form-label,.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label{color:#fff}.uk-card-primary.uk-card-body .uk-form-icon,.uk-card-primary>:not([class*=uk-card-media]) .uk-form-icon,.uk-card-secondary.uk-card-body .uk-form-icon,.uk-card-secondary>:not([class*=uk-card-media]) .uk-form-icon,.uk-light .uk-form-icon,.uk-offcanvas-bar .uk-form-icon,.uk-overlay-primary .uk-form-icon,.uk-section-primary:not(.uk-preserve-color) .uk-form-icon,.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon,.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon,.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-form-icon:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-form-icon:hover,.uk-card-secondary.uk-card-body .uk-form-icon:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-form-icon:hover,.uk-light .uk-form-icon:hover,.uk-offcanvas-bar .uk-form-icon:hover,.uk-overlay-primary .uk-form-icon:hover,.uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-button-default,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-default,.uk-card-secondary.uk-card-body .uk-button-default,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default,.uk-light .uk-button-default,.uk-offcanvas-bar .uk-button-default,.uk-overlay-primary .uk-button-default,.uk-section-primary:not(.uk-preserve-color) .uk-button-default,.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default{background-color:transparent;color:#fff;border-color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-button-default:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-default:hover,.uk-card-secondary.uk-card-body .uk-button-default:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default:hover,.uk-light .uk-button-default:hover,.uk-offcanvas-bar .uk-button-default:hover,.uk-overlay-primary .uk-button-default:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover{background-color:transparent;color:#fff;border-color:#fff}.uk-card-primary.uk-card-body .uk-button-default.uk-active,.uk-card-primary.uk-card-body .uk-button-default:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-default.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-default:active,.uk-card-secondary.uk-card-body .uk-button-default.uk-active,.uk-card-secondary.uk-card-body .uk-button-default:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default:active,.uk-light .uk-button-default.uk-active,.uk-light .uk-button-default:active,.uk-offcanvas-bar .uk-button-default.uk-active,.uk-offcanvas-bar .uk-button-default:active,.uk-overlay-primary .uk-button-default.uk-active,.uk-overlay-primary .uk-button-default:active,.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active{background-color:transparent;color:#fff;border-color:#fff}.uk-card-primary.uk-card-body .uk-button-primary,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary,.uk-card-secondary.uk-card-body .uk-button-primary,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary,.uk-light .uk-button-primary,.uk-offcanvas-bar .uk-button-primary,.uk-overlay-primary .uk-button-primary,.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary{background-color:#fff;color:#666}.uk-card-primary.uk-card-body .uk-button-primary:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary:hover,.uk-card-secondary.uk-card-body .uk-button-primary:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary:hover,.uk-light .uk-button-primary:hover,.uk-offcanvas-bar .uk-button-primary:hover,.uk-overlay-primary .uk-button-primary:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover{background-color:#f2f2f2;color:#666}.uk-card-primary.uk-card-body .uk-button-primary.uk-active,.uk-card-primary.uk-card-body .uk-button-primary:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary:active,.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,.uk-card-secondary.uk-card-body .uk-button-primary:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary:active,.uk-light .uk-button-primary.uk-active,.uk-light .uk-button-primary:active,.uk-offcanvas-bar .uk-button-primary.uk-active,.uk-offcanvas-bar .uk-button-primary:active,.uk-overlay-primary .uk-button-primary.uk-active,.uk-overlay-primary .uk-button-primary:active,.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active{background-color:#e6e6e6;color:#666}.uk-card-primary.uk-card-body .uk-button-secondary,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary,.uk-card-secondary.uk-card-body .uk-button-secondary,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary,.uk-light .uk-button-secondary,.uk-offcanvas-bar .uk-button-secondary,.uk-overlay-primary .uk-button-secondary,.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary{background-color:#fff;color:#666}.uk-card-primary.uk-card-body .uk-button-secondary:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary:hover,.uk-card-secondary.uk-card-body .uk-button-secondary:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary:hover,.uk-light .uk-button-secondary:hover,.uk-offcanvas-bar .uk-button-secondary:hover,.uk-overlay-primary .uk-button-secondary:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover{background-color:#f2f2f2;color:#666}.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,.uk-card-primary.uk-card-body .uk-button-secondary:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary:active,.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,.uk-card-secondary.uk-card-body .uk-button-secondary:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary:active,.uk-light .uk-button-secondary.uk-active,.uk-light .uk-button-secondary:active,.uk-offcanvas-bar .uk-button-secondary.uk-active,.uk-offcanvas-bar .uk-button-secondary:active,.uk-overlay-primary .uk-button-secondary.uk-active,.uk-overlay-primary .uk-button-secondary:active,.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active{background-color:#e6e6e6;color:#666}.uk-card-primary.uk-card-body .uk-button-text,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-text,.uk-card-secondary.uk-card-body .uk-button-text,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text,.uk-light .uk-button-text,.uk-offcanvas-bar .uk-button-text,.uk-overlay-primary .uk-button-text,.uk-section-primary:not(.uk-preserve-color) .uk-button-text,.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text{color:#fff}.uk-card-primary.uk-card-body .uk-button-text::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-text::before,.uk-card-secondary.uk-card-body .uk-button-text::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text::before,.uk-light .uk-button-text::before,.uk-offcanvas-bar .uk-button-text::before,.uk-overlay-primary .uk-button-text::before,.uk-section-primary:not(.uk-preserve-color) .uk-button-text::before,.uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before,.uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before{border-bottom-color:#fff}.uk-card-primary.uk-card-body .uk-button-text:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-text:hover,.uk-card-secondary.uk-card-body .uk-button-text:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text:hover,.uk-light .uk-button-text:hover,.uk-offcanvas-bar .uk-button-text:hover,.uk-overlay-primary .uk-button-text:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover{color:#fff}.uk-card-primary.uk-card-body .uk-button-text:disabled,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-text:disabled,.uk-card-secondary.uk-card-body .uk-button-text:disabled,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text:disabled,.uk-light .uk-button-text:disabled,.uk-offcanvas-bar .uk-button-text:disabled,.uk-overlay-primary .uk-button-text:disabled,.uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled,.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled,.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-button-link,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-link,.uk-card-secondary.uk-card-body .uk-button-link,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-link,.uk-light .uk-button-link,.uk-offcanvas-bar .uk-button-link,.uk-overlay-primary .uk-button-link,.uk-section-primary:not(.uk-preserve-color) .uk-button-link,.uk-section-secondary:not(.uk-preserve-color) .uk-button-link,.uk-tile-primary:not(.uk-preserve-color) .uk-button-link,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link{color:#fff}.uk-card-primary.uk-card-body .uk-button-link:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-link:hover,.uk-card-secondary.uk-card-body .uk-button-link:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-link:hover,.uk-light .uk-button-link:hover,.uk-offcanvas-bar .uk-button-link:hover,.uk-overlay-primary .uk-button-link:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body.uk-card-badge,.uk-card-primary>:not([class*=uk-card-media]).uk-card-badge,.uk-card-secondary.uk-card-body.uk-card-badge,.uk-card-secondary>:not([class*=uk-card-media]).uk-card-badge,.uk-light.uk-card-badge,.uk-offcanvas-bar.uk-card-badge,.uk-overlay-primary.uk-card-badge,.uk-section-primary:not(.uk-preserve-color).uk-card-badge,.uk-section-secondary:not(.uk-preserve-color).uk-card-badge,.uk-tile-primary:not(.uk-preserve-color).uk-card-badge,.uk-tile-secondary:not(.uk-preserve-color).uk-card-badge{background-color:#fff;color:#666}.uk-card-primary.uk-card-body .uk-close,.uk-card-primary>:not([class*=uk-card-media]) .uk-close,.uk-card-secondary.uk-card-body .uk-close,.uk-card-secondary>:not([class*=uk-card-media]) .uk-close,.uk-light .uk-close,.uk-offcanvas-bar .uk-close,.uk-overlay-primary .uk-close,.uk-section-primary:not(.uk-preserve-color) .uk-close,.uk-section-secondary:not(.uk-preserve-color) .uk-close,.uk-tile-primary:not(.uk-preserve-color) .uk-close,.uk-tile-secondary:not(.uk-preserve-color) .uk-close{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-close:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-close:hover,.uk-card-secondary.uk-card-body .uk-close:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-close:hover,.uk-light .uk-close:hover,.uk-offcanvas-bar .uk-close:hover,.uk-overlay-primary .uk-close:hover,.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-close:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-totop,.uk-card-primary>:not([class*=uk-card-media]) .uk-totop,.uk-card-secondary.uk-card-body .uk-totop,.uk-card-secondary>:not([class*=uk-card-media]) .uk-totop,.uk-light .uk-totop,.uk-offcanvas-bar .uk-totop,.uk-overlay-primary .uk-totop,.uk-section-primary:not(.uk-preserve-color) .uk-totop,.uk-section-secondary:not(.uk-preserve-color) .uk-totop,.uk-tile-primary:not(.uk-preserve-color) .uk-totop,.uk-tile-secondary:not(.uk-preserve-color) .uk-totop{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-totop:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-totop:hover,.uk-card-secondary.uk-card-body .uk-totop:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-totop:hover,.uk-light .uk-totop:hover,.uk-offcanvas-bar .uk-totop:hover,.uk-overlay-primary .uk-totop:hover,.uk-section-primary:not(.uk-preserve-color) .uk-totop:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-totop:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-totop:active,.uk-card-secondary.uk-card-body .uk-totop:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-totop:active,.uk-light .uk-totop:active,.uk-offcanvas-bar .uk-totop:active,.uk-overlay-primary .uk-totop:active,.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active{color:#fff}.uk-card-primary.uk-card-body .uk-marker,.uk-card-primary>:not([class*=uk-card-media]) .uk-marker,.uk-card-secondary.uk-card-body .uk-marker,.uk-card-secondary>:not([class*=uk-card-media]) .uk-marker,.uk-light .uk-marker,.uk-offcanvas-bar .uk-marker,.uk-overlay-primary .uk-marker,.uk-section-primary:not(.uk-preserve-color) .uk-marker,.uk-section-secondary:not(.uk-preserve-color) .uk-marker,.uk-tile-primary:not(.uk-preserve-color) .uk-marker,.uk-tile-secondary:not(.uk-preserve-color) .uk-marker{background:#f8f8f8;color:#666}.uk-card-primary.uk-card-body .uk-marker:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-marker:hover,.uk-card-secondary.uk-card-body .uk-marker:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-marker:hover,.uk-light .uk-marker:hover,.uk-offcanvas-bar .uk-marker:hover,.uk-overlay-primary .uk-marker:hover,.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover{color:#666}.uk-card-primary.uk-card-body .uk-badge,.uk-card-primary>:not([class*=uk-card-media]) .uk-badge,.uk-card-secondary.uk-card-body .uk-badge,.uk-card-secondary>:not([class*=uk-card-media]) .uk-badge,.uk-light .uk-badge,.uk-offcanvas-bar .uk-badge,.uk-overlay-primary .uk-badge,.uk-section-primary:not(.uk-preserve-color) .uk-badge,.uk-section-secondary:not(.uk-preserve-color) .uk-badge,.uk-tile-primary:not(.uk-preserve-color) .uk-badge,.uk-tile-secondary:not(.uk-preserve-color) .uk-badge{background-color:#fff;color:#666!important}.uk-card-primary.uk-card-body .uk-label,.uk-card-primary>:not([class*=uk-card-media]) .uk-label,.uk-card-secondary.uk-card-body .uk-label,.uk-card-secondary>:not([class*=uk-card-media]) .uk-label,.uk-light .uk-label,.uk-offcanvas-bar .uk-label,.uk-overlay-primary .uk-label,.uk-section-primary:not(.uk-preserve-color) .uk-label,.uk-section-secondary:not(.uk-preserve-color) .uk-label,.uk-tile-primary:not(.uk-preserve-color) .uk-label,.uk-tile-secondary:not(.uk-preserve-color) .uk-label{background-color:#fff;color:#666}.uk-card-primary.uk-card-body .uk-article-meta,.uk-card-primary>:not([class*=uk-card-media]) .uk-article-meta,.uk-card-secondary.uk-card-body .uk-article-meta,.uk-card-secondary>:not([class*=uk-card-media]) .uk-article-meta,.uk-light .uk-article-meta,.uk-offcanvas-bar .uk-article-meta,.uk-overlay-primary .uk-article-meta,.uk-section-primary:not(.uk-preserve-color) .uk-article-meta,.uk-section-secondary:not(.uk-preserve-color) .uk-article-meta,.uk-tile-primary:not(.uk-preserve-color) .uk-article-meta,.uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-search-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-input,.uk-card-secondary.uk-card-body .uk-search-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-input,.uk-light .uk-search-input,.uk-offcanvas-bar .uk-search-input,.uk-overlay-primary .uk-search-input,.uk-section-primary:not(.uk-preserve-color) .uk-search-input,.uk-section-secondary:not(.uk-preserve-color) .uk-search-input,.uk-tile-primary:not(.uk-preserve-color) .uk-search-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-search-input::placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-input::placeholder,.uk-card-secondary.uk-card-body .uk-search-input::placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-input::placeholder,.uk-light .uk-search-input::placeholder,.uk-offcanvas-bar .uk-search-input::placeholder,.uk-overlay-primary .uk-search-input::placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-search .uk-search-icon,.uk-card-primary>:not([class*=uk-card-media]) .uk-search .uk-search-icon,.uk-card-secondary.uk-card-body .uk-search .uk-search-icon,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search .uk-search-icon,.uk-light .uk-search .uk-search-icon,.uk-offcanvas-bar .uk-search .uk-search-icon,.uk-overlay-primary .uk-search .uk-search-icon,.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,.uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,.uk-light .uk-search .uk-search-icon:hover,.uk-offcanvas-bar .uk-search .uk-search-icon:hover,.uk-overlay-primary .uk-search .uk-search-icon:hover,.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-search-default .uk-search-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-default .uk-search-input,.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-default .uk-search-input,.uk-light .uk-search-default .uk-search-input,.uk-offcanvas-bar .uk-search-default .uk-search-input,.uk-overlay-primary .uk-search-default .uk-search-input,.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input{background-color:transparent;border-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,.uk-light .uk-search-default .uk-search-input:focus,.uk-offcanvas-bar .uk-search-default .uk-search-input:focus,.uk-overlay-primary .uk-search-default .uk-search-input:focus,.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus{background-color:rgba(0,0,0,.05)}.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,.uk-light .uk-search-navbar .uk-search-input,.uk-offcanvas-bar .uk-search-navbar .uk-search-input,.uk-overlay-primary .uk-search-navbar .uk-search-input,.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,.uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,.uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input{background-color:transparent;border-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-navbar .uk-search-input:focus,.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-navbar .uk-search-input:focus,.uk-light .uk-search-navbar .uk-search-input:focus,.uk-offcanvas-bar .uk-search-navbar .uk-search-input:focus,.uk-overlay-primary .uk-search-navbar .uk-search-input:focus,.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus{background-color:rgba(0,0,0,.05)}.uk-card-primary.uk-card-body .uk-search-medium .uk-search-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-medium .uk-search-input,.uk-card-secondary.uk-card-body .uk-search-medium .uk-search-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-medium .uk-search-input,.uk-light .uk-search-medium .uk-search-input,.uk-offcanvas-bar .uk-search-medium .uk-search-input,.uk-overlay-primary .uk-search-medium .uk-search-input,.uk-section-primary:not(.uk-preserve-color) .uk-search-medium .uk-search-input,.uk-section-secondary:not(.uk-preserve-color) .uk-search-medium .uk-search-input,.uk-tile-primary:not(.uk-preserve-color) .uk-search-medium .uk-search-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-medium .uk-search-input{background-color:transparent}.uk-card-primary.uk-card-body .uk-search-large .uk-search-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-large .uk-search-input,.uk-card-secondary.uk-card-body .uk-search-large .uk-search-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-large .uk-search-input,.uk-light .uk-search-large .uk-search-input,.uk-offcanvas-bar .uk-search-large .uk-search-input,.uk-overlay-primary .uk-search-large .uk-search-input,.uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,.uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,.uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input{background-color:transparent}.uk-card-primary.uk-card-body .uk-search-toggle,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-toggle,.uk-card-secondary.uk-card-body .uk-search-toggle,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-toggle,.uk-light .uk-search-toggle,.uk-offcanvas-bar .uk-search-toggle,.uk-overlay-primary .uk-search-toggle,.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle,.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle,.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-search-toggle:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-toggle:hover,.uk-card-secondary.uk-card-body .uk-search-toggle:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-toggle:hover,.uk-light .uk-search-toggle:hover,.uk-offcanvas-bar .uk-search-toggle:hover,.uk-overlay-primary .uk-search-toggle:hover,.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-accordion-title,.uk-card-primary>:not([class*=uk-card-media]) .uk-accordion-title,.uk-card-secondary.uk-card-body .uk-accordion-title,.uk-card-secondary>:not([class*=uk-card-media]) .uk-accordion-title,.uk-light .uk-accordion-title,.uk-offcanvas-bar .uk-accordion-title,.uk-overlay-primary .uk-accordion-title,.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title,.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title,.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title,.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title{color:#fff}.uk-card-primary.uk-card-body .uk-accordion-title:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-accordion-title:hover,.uk-card-secondary.uk-card-body .uk-accordion-title:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-accordion-title:hover,.uk-light .uk-accordion-title:hover,.uk-offcanvas-bar .uk-accordion-title:hover,.uk-overlay-primary .uk-accordion-title:hover,.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-thumbnav>*>::after,.uk-card-primary>:not([class*=uk-card-media]) .uk-thumbnav>*>::after,.uk-card-secondary.uk-card-body .uk-thumbnav>*>::after,.uk-card-secondary>:not([class*=uk-card-media]) .uk-thumbnav>*>::after,.uk-light .uk-thumbnav>*>::after,.uk-offcanvas-bar .uk-thumbnav>*>::after,.uk-overlay-primary .uk-thumbnav>*>::after,.uk-section-primary:not(.uk-preserve-color) .uk-thumbnav>*>::after,.uk-section-secondary:not(.uk-preserve-color) .uk-thumbnav>*>::after,.uk-tile-primary:not(.uk-preserve-color) .uk-thumbnav>*>::after,.uk-tile-secondary:not(.uk-preserve-color) .uk-thumbnav>*>::after{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.uk-card-primary.uk-card-body .uk-iconnav>*>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-iconnav>*>a,.uk-card-secondary.uk-card-body .uk-iconnav>*>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-iconnav>*>a,.uk-light .uk-iconnav>*>a,.uk-offcanvas-bar .uk-iconnav>*>a,.uk-overlay-primary .uk-iconnav>*>a,.uk-section-primary:not(.uk-preserve-color) .uk-iconnav>*>a,.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav>*>a,.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav>*>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav>*>a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-iconnav>*>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-iconnav>*>a:hover,.uk-card-secondary.uk-card-body .uk-iconnav>*>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-iconnav>*>a:hover,.uk-light .uk-iconnav>*>a:hover,.uk-offcanvas-bar .uk-iconnav>*>a:hover,.uk-overlay-primary .uk-iconnav>*>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-iconnav>*>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav>*>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav>*>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav>*>a:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-iconnav>.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-iconnav>.uk-active>a,.uk-card-secondary.uk-card-body .uk-iconnav>.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-iconnav>.uk-active>a,.uk-light .uk-iconnav>.uk-active>a,.uk-offcanvas-bar .uk-iconnav>.uk-active>a,.uk-overlay-primary .uk-iconnav>.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-iconnav>.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav>.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav>.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav>.uk-active>a{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-grid-divider>:not(.uk-first-column)::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-grid-divider>:not(.uk-first-column)::before,.uk-card-secondary.uk-card-body .uk-grid-divider>:not(.uk-first-column)::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-grid-divider>:not(.uk-first-column)::before,.uk-light .uk-grid-divider>:not(.uk-first-column)::before,.uk-offcanvas-bar .uk-grid-divider>:not(.uk-first-column)::before,.uk-overlay-primary .uk-grid-divider>:not(.uk-first-column)::before,.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider>:not(.uk-first-column)::before,.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider>:not(.uk-first-column)::before,.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider>:not(.uk-first-column)::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider>:not(.uk-first-column)::before{border-left-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-light .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-offcanvas-bar .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-overlay-primary .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{border-top-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-nav-default>li>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li>a,.uk-card-secondary.uk-card-body .uk-nav-default>li>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li>a,.uk-light .uk-nav-default>li>a,.uk-offcanvas-bar .uk-nav-default>li>a,.uk-overlay-primary .uk-nav-default>li>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default>li>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default>li>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default>li>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default>li>a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-nav-default>li>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li>a:hover,.uk-card-secondary.uk-card-body .uk-nav-default>li>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li>a:hover,.uk-light .uk-nav-default>li>a:hover,.uk-offcanvas-bar .uk-nav-default>li>a:hover,.uk-overlay-primary .uk-nav-default>li>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default>li>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default>li>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default>li>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default>li>a:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-nav-default>li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-default>li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li.uk-active>a,.uk-light .uk-nav-default>li.uk-active>a,.uk-offcanvas-bar .uk-nav-default>li.uk-active>a,.uk-overlay-primary .uk-nav-default>li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default>li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default>li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default>li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default>li.uk-active>a{color:#fff}.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,.uk-light .uk-nav-default .uk-nav-header,.uk-offcanvas-bar .uk-nav-default .uk-nav-header,.uk-overlay-primary .uk-nav-default .uk-nav-header,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header{color:#fff}.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,.uk-light .uk-nav-default .uk-nav-divider,.uk-offcanvas-bar .uk-nav-default .uk-nav-divider,.uk-overlay-primary .uk-nav-default .uk-nav-divider,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider{border-top-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,.uk-light .uk-nav-default .uk-nav-sub a,.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a,.uk-overlay-primary .uk-nav-default .uk-nav-sub a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,.uk-light .uk-nav-default .uk-nav-sub a:hover,.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-light .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active>a{color:#fff}.uk-card-primary.uk-card-body .uk-nav-primary>li>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li>a,.uk-card-secondary.uk-card-body .uk-nav-primary>li>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li>a,.uk-light .uk-nav-primary>li>a,.uk-offcanvas-bar .uk-nav-primary>li>a,.uk-overlay-primary .uk-nav-primary>li>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary>li>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary>li>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-nav-primary>li>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li>a:hover,.uk-card-secondary.uk-card-body .uk-nav-primary>li>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li>a:hover,.uk-light .uk-nav-primary>li>a:hover,.uk-offcanvas-bar .uk-nav-primary>li>a:hover,.uk-overlay-primary .uk-nav-primary>li>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary>li>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary>li>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-nav-primary>li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-primary>li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li.uk-active>a,.uk-light .uk-nav-primary>li.uk-active>a,.uk-offcanvas-bar .uk-nav-primary>li.uk-active>a,.uk-overlay-primary .uk-nav-primary>li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a{color:#fff}.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,.uk-light .uk-nav-primary .uk-nav-header,.uk-offcanvas-bar .uk-nav-primary .uk-nav-header,.uk-overlay-primary .uk-nav-primary .uk-nav-header,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header{color:#fff}.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,.uk-light .uk-nav-primary .uk-nav-divider,.uk-offcanvas-bar .uk-nav-primary .uk-nav-divider,.uk-overlay-primary .uk-nav-primary .uk-nav-divider,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider{border-top-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,.uk-light .uk-nav-primary .uk-nav-sub a,.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a,.uk-overlay-primary .uk-nav-primary .uk-nav-sub a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,.uk-light .uk-nav-primary .uk-nav-sub a:hover,.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-light .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active>a{color:#fff}.uk-card-primary.uk-card-body .uk-nav-secondary>li>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a,.uk-card-secondary.uk-card-body .uk-nav-secondary>li>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a,.uk-light .uk-nav-secondary>li>a,.uk-offcanvas-bar .uk-nav-secondary>li>a,.uk-overlay-primary .uk-nav-secondary>li>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary>li>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary>li>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary>li>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary>li>a{color:#fff}.uk-card-primary.uk-card-body .uk-nav-secondary>li>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a:hover,.uk-card-secondary.uk-card-body .uk-nav-secondary>li>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a:hover,.uk-light .uk-nav-secondary>li>a:hover,.uk-offcanvas-bar .uk-nav-secondary>li>a:hover,.uk-overlay-primary .uk-nav-secondary>li>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary>li>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary>li>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary>li>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary>li>a:hover{color:#fff;background-color:rgba(255,255,255,.1)}.uk-card-primary.uk-card-body .uk-nav-secondary>li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-secondary>li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li.uk-active>a,.uk-light .uk-nav-secondary>li.uk-active>a,.uk-offcanvas-bar .uk-nav-secondary>li.uk-active>a,.uk-overlay-primary .uk-nav-secondary>li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary>li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary>li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary>li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary>li.uk-active>a{color:#fff;background-color:rgba(255,255,255,.1)}.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle,.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle,.uk-light .uk-nav-secondary .uk-nav-subtitle,.uk-offcanvas-bar .uk-nav-secondary .uk-nav-subtitle,.uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-card-secondary.uk-card-body .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-light .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-offcanvas-bar .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-overlay-primary .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary>li>a:hover .uk-nav-subtitle{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-card-secondary.uk-card-body .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-light .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-offcanvas-bar .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-overlay-primary .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle{color:#fff}.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header,.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header,.uk-light .uk-nav-secondary .uk-nav-header,.uk-offcanvas-bar .uk-nav-secondary .uk-nav-header,.uk-overlay-primary .uk-nav-secondary .uk-nav-header,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header{color:#fff}.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider,.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider,.uk-light .uk-nav-secondary .uk-nav-divider,.uk-offcanvas-bar .uk-nav-secondary .uk-nav-divider,.uk-overlay-primary .uk-nav-secondary .uk-nav-divider,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider{border-top-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a,.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a,.uk-light .uk-nav-secondary .uk-nav-sub a,.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a,.uk-overlay-primary .uk-nav-secondary .uk-nav-sub a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover,.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover,.uk-light .uk-nav-secondary .uk-nav-sub a:hover,.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a:hover,.uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-light .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active>a{color:#fff}.uk-card-primary.uk-card-body .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-card-primary>:not([class*=uk-card-media]) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-light .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-offcanvas-bar .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-overlay-primary .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider){border-top-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-navbar-nav>li>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a,.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a,.uk-light .uk-navbar-nav>li>a,.uk-offcanvas-bar .uk-navbar-nav>li>a,.uk-overlay-primary .uk-navbar-nav>li>a,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-navbar-nav>li:hover>a,.uk-card-primary.uk-card-body .uk-navbar-nav>li>a[aria-expanded=true],.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li:hover>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a[aria-expanded=true],.uk-card-secondary.uk-card-body .uk-navbar-nav>li:hover>a,.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a[aria-expanded=true],.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li:hover>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a[aria-expanded=true],.uk-light .uk-navbar-nav>li:hover>a,.uk-light .uk-navbar-nav>li>a[aria-expanded=true],.uk-offcanvas-bar .uk-navbar-nav>li:hover>a,.uk-offcanvas-bar .uk-navbar-nav>li>a[aria-expanded=true],.uk-overlay-primary .uk-navbar-nav>li:hover>a,.uk-overlay-primary .uk-navbar-nav>li>a[aria-expanded=true],.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a[aria-expanded=true],.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a[aria-expanded=true],.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a[aria-expanded=true],.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a[aria-expanded=true]{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-navbar-nav>li>a:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a:active,.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a:active,.uk-light .uk-navbar-nav>li>a:active,.uk-offcanvas-bar .uk-navbar-nav>li>a:active,.uk-overlay-primary .uk-navbar-nav>li>a:active,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active{color:#fff}.uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li.uk-active>a,.uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li.uk-active>a,.uk-light .uk-navbar-nav>li.uk-active>a,.uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a,.uk-overlay-primary .uk-navbar-nav>li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a{color:#fff}.uk-card-primary.uk-card-body .uk-navbar-item,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-item,.uk-card-secondary.uk-card-body .uk-navbar-item,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-item,.uk-light .uk-navbar-item,.uk-offcanvas-bar .uk-navbar-item,.uk-overlay-primary .uk-navbar-item,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-item,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-navbar-toggle,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-toggle,.uk-card-secondary.uk-card-body .uk-navbar-toggle,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-toggle,.uk-light .uk-navbar-toggle,.uk-offcanvas-bar .uk-navbar-toggle,.uk-overlay-primary .uk-navbar-toggle,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded=true],.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-toggle:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded=true],.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-toggle:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],.uk-light .uk-navbar-toggle:hover,.uk-light .uk-navbar-toggle[aria-expanded=true],.uk-offcanvas-bar .uk-navbar-toggle:hover,.uk-offcanvas-bar .uk-navbar-toggle[aria-expanded=true],.uk-overlay-primary .uk-navbar-toggle:hover,.uk-overlay-primary .uk-navbar-toggle[aria-expanded=true],.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true]{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-subnav>*>:first-child,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child,.uk-card-secondary.uk-card-body .uk-subnav>*>:first-child,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child,.uk-light .uk-subnav>*>:first-child,.uk-offcanvas-bar .uk-subnav>*>:first-child,.uk-overlay-primary .uk-subnav>*>:first-child,.uk-section-primary:not(.uk-preserve-color) .uk-subnav>*>:first-child,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav>*>:first-child,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav>*>:first-child,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>*>:first-child{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-subnav>*>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>*>a:hover,.uk-card-secondary.uk-card-body .uk-subnav>*>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>*>a:hover,.uk-light .uk-subnav>*>a:hover,.uk-offcanvas-bar .uk-subnav>*>a:hover,.uk-overlay-primary .uk-subnav>*>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-subnav>*>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav>*>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav>*>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>*>a:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-subnav>.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>.uk-active>a,.uk-card-secondary.uk-card-body .uk-subnav>.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>.uk-active>a,.uk-light .uk-subnav>.uk-active>a,.uk-offcanvas-bar .uk-subnav>.uk-active>a,.uk-overlay-primary .uk-subnav>.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-subnav>.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav>.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav>.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>.uk-active>a{color:#fff}.uk-card-primary.uk-card-body .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-secondary.uk-card-body .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-light .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-offcanvas-bar .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-overlay-primary .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before{border-left-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-subnav-pill>*>:first-child,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>*>:first-child,.uk-card-secondary.uk-card-body .uk-subnav-pill>*>:first-child,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>*>:first-child,.uk-light .uk-subnav-pill>*>:first-child,.uk-offcanvas-bar .uk-subnav-pill>*>:first-child,.uk-overlay-primary .uk-subnav-pill>*>:first-child,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>*>:first-child,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>:first-child,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>*>:first-child,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>:first-child{background-color:transparent;color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-subnav-pill>*>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:hover,.uk-card-secondary.uk-card-body .uk-subnav-pill>*>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:hover,.uk-light .uk-subnav-pill>*>a:hover,.uk-offcanvas-bar .uk-subnav-pill>*>a:hover,.uk-overlay-primary .uk-subnav-pill>*>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-subnav-pill>*>a:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:active,.uk-card-secondary.uk-card-body .uk-subnav-pill>*>a:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:active,.uk-light .uk-subnav-pill>*>a:active,.uk-offcanvas-bar .uk-subnav-pill>*>a:active,.uk-overlay-primary .uk-subnav-pill>*>a:active,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-subnav-pill>.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>.uk-active>a,.uk-card-secondary.uk-card-body .uk-subnav-pill>.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>.uk-active>a,.uk-light .uk-subnav-pill>.uk-active>a,.uk-offcanvas-bar .uk-subnav-pill>.uk-active>a,.uk-overlay-primary .uk-subnav-pill>.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>.uk-active>a{background-color:#fff;color:#666}.uk-card-primary.uk-card-body .uk-subnav>.uk-disabled>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>.uk-disabled>a,.uk-card-secondary.uk-card-body .uk-subnav>.uk-disabled>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>.uk-disabled>a,.uk-light .uk-subnav>.uk-disabled>a,.uk-offcanvas-bar .uk-subnav>.uk-disabled>a,.uk-overlay-primary .uk-subnav>.uk-disabled>a,.uk-section-primary:not(.uk-preserve-color) .uk-subnav>.uk-disabled>a,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav>.uk-disabled>a,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav>.uk-disabled>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>.uk-disabled>a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-breadcrumb>*>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>*>*,.uk-card-secondary.uk-card-body .uk-breadcrumb>*>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>*>*,.uk-light .uk-breadcrumb>*>*,.uk-offcanvas-bar .uk-breadcrumb>*>*,.uk-overlay-primary .uk-breadcrumb>*>*,.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb>*>*,.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb>*>*,.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb>*>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb>*>*{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-breadcrumb>*>:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>*>:hover,.uk-card-secondary.uk-card-body .uk-breadcrumb>*>:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>*>:hover,.uk-light .uk-breadcrumb>*>:hover,.uk-offcanvas-bar .uk-breadcrumb>*>:hover,.uk-overlay-primary .uk-breadcrumb>*>:hover,.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb>*>:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb>*>:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb>*>:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb>*>:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-breadcrumb>:last-child>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>:last-child>*,.uk-card-secondary.uk-card-body .uk-breadcrumb>:last-child>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>:last-child>*,.uk-light .uk-breadcrumb>:last-child>*,.uk-offcanvas-bar .uk-breadcrumb>:last-child>*,.uk-overlay-primary .uk-breadcrumb>:last-child>*,.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb>:last-child>*,.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb>:last-child>*,.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb>:last-child>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb>:last-child>*{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-secondary.uk-card-body .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-light .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-offcanvas-bar .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-overlay-primary .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-pagination>*>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-pagination>*>*,.uk-card-secondary.uk-card-body .uk-pagination>*>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-pagination>*>*,.uk-light .uk-pagination>*>*,.uk-offcanvas-bar .uk-pagination>*>*,.uk-overlay-primary .uk-pagination>*>*,.uk-section-primary:not(.uk-preserve-color) .uk-pagination>*>*,.uk-section-secondary:not(.uk-preserve-color) .uk-pagination>*>*,.uk-tile-primary:not(.uk-preserve-color) .uk-pagination>*>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination>*>*{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-pagination>*>:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-pagination>*>:hover,.uk-card-secondary.uk-card-body .uk-pagination>*>:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-pagination>*>:hover,.uk-light .uk-pagination>*>:hover,.uk-offcanvas-bar .uk-pagination>*>:hover,.uk-overlay-primary .uk-pagination>*>:hover,.uk-section-primary:not(.uk-preserve-color) .uk-pagination>*>:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-pagination>*>:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-pagination>*>:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination>*>:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-pagination>.uk-active>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-pagination>.uk-active>*,.uk-card-secondary.uk-card-body .uk-pagination>.uk-active>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-pagination>.uk-active>*,.uk-light .uk-pagination>.uk-active>*,.uk-offcanvas-bar .uk-pagination>.uk-active>*,.uk-overlay-primary .uk-pagination>.uk-active>*,.uk-section-primary:not(.uk-preserve-color) .uk-pagination>.uk-active>*,.uk-section-secondary:not(.uk-preserve-color) .uk-pagination>.uk-active>*,.uk-tile-primary:not(.uk-preserve-color) .uk-pagination>.uk-active>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination>.uk-active>*{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-pagination>.uk-disabled>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-pagination>.uk-disabled>*,.uk-card-secondary.uk-card-body .uk-pagination>.uk-disabled>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-pagination>.uk-disabled>*,.uk-light .uk-pagination>.uk-disabled>*,.uk-offcanvas-bar .uk-pagination>.uk-disabled>*,.uk-overlay-primary .uk-pagination>.uk-disabled>*,.uk-section-primary:not(.uk-preserve-color) .uk-pagination>.uk-disabled>*,.uk-section-secondary:not(.uk-preserve-color) .uk-pagination>.uk-disabled>*,.uk-tile-primary:not(.uk-preserve-color) .uk-pagination>.uk-disabled>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination>.uk-disabled>*{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-tab::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab::before,.uk-card-secondary.uk-card-body .uk-tab::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab::before,.uk-light .uk-tab::before,.uk-offcanvas-bar .uk-tab::before,.uk-overlay-primary .uk-tab::before,.uk-section-primary:not(.uk-preserve-color) .uk-tab::before,.uk-section-secondary:not(.uk-preserve-color) .uk-tab::before,.uk-tile-primary:not(.uk-preserve-color) .uk-tab::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before{border-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-tab>*>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab>*>a,.uk-card-secondary.uk-card-body .uk-tab>*>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>*>a,.uk-light .uk-tab>*>a,.uk-offcanvas-bar .uk-tab>*>a,.uk-overlay-primary .uk-tab>*>a,.uk-section-primary:not(.uk-preserve-color) .uk-tab>*>a,.uk-section-secondary:not(.uk-preserve-color) .uk-tab>*>a,.uk-tile-primary:not(.uk-preserve-color) .uk-tab>*>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>*>a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-tab>*>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab>*>a:hover,.uk-card-secondary.uk-card-body .uk-tab>*>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>*>a:hover,.uk-light .uk-tab>*>a:hover,.uk-offcanvas-bar .uk-tab>*>a:hover,.uk-overlay-primary .uk-tab>*>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-tab>*>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-tab>*>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-tab>*>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>*>a:hover{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-tab>.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab>.uk-active>a,.uk-card-secondary.uk-card-body .uk-tab>.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>.uk-active>a,.uk-light .uk-tab>.uk-active>a,.uk-offcanvas-bar .uk-tab>.uk-active>a,.uk-overlay-primary .uk-tab>.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-tab>.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-tab>.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-tab>.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>.uk-active>a{color:#fff;border-color:#fff}.uk-card-primary.uk-card-body .uk-tab>.uk-disabled>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab>.uk-disabled>a,.uk-card-secondary.uk-card-body .uk-tab>.uk-disabled>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>.uk-disabled>a,.uk-light .uk-tab>.uk-disabled>a,.uk-offcanvas-bar .uk-tab>.uk-disabled>a,.uk-overlay-primary .uk-tab>.uk-disabled>a,.uk-section-primary:not(.uk-preserve-color) .uk-tab>.uk-disabled>a,.uk-section-secondary:not(.uk-preserve-color) .uk-tab>.uk-disabled>a,.uk-tile-primary:not(.uk-preserve-color) .uk-tab>.uk-disabled>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>.uk-disabled>a{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-slidenav,.uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav,.uk-card-secondary.uk-card-body .uk-slidenav,.uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav,.uk-light .uk-slidenav,.uk-offcanvas-bar .uk-slidenav,.uk-overlay-primary .uk-slidenav,.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-slidenav:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav:hover,.uk-card-secondary.uk-card-body .uk-slidenav:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav:hover,.uk-light .uk-slidenav:hover,.uk-offcanvas-bar .uk-slidenav:hover,.uk-overlay-primary .uk-slidenav:hover,.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover{color:rgba(255,255,255,.95)}.uk-card-primary.uk-card-body .uk-slidenav:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav:active,.uk-card-secondary.uk-card-body .uk-slidenav:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav:active,.uk-light .uk-slidenav:active,.uk-offcanvas-bar .uk-slidenav:active,.uk-overlay-primary .uk-slidenav:active,.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active,.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active,.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-dotnav>*>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>*,.uk-card-secondary.uk-card-body .uk-dotnav>*>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>*,.uk-light .uk-dotnav>*>*,.uk-offcanvas-bar .uk-dotnav>*>*,.uk-overlay-primary .uk-dotnav>*>*,.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>*,.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>*{background-color:transparent;border-color:rgba(255,255,255,.9)}.uk-card-primary.uk-card-body .uk-dotnav>*>:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>:hover,.uk-card-secondary.uk-card-body .uk-dotnav>*>:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>:hover,.uk-light .uk-dotnav>*>:hover,.uk-offcanvas-bar .uk-dotnav>*>:hover,.uk-overlay-primary .uk-dotnav>*>:hover,.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>:hover{background-color:rgba(255,255,255,.9);border-color:transparent}.uk-card-primary.uk-card-body .uk-dotnav>*>:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>:active,.uk-card-secondary.uk-card-body .uk-dotnav>*>:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>:active,.uk-light .uk-dotnav>*>:active,.uk-offcanvas-bar .uk-dotnav>*>:active,.uk-overlay-primary .uk-dotnav>*>:active,.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>:active,.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>:active,.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>:active{background-color:rgba(255,255,255,.5);border-color:transparent}.uk-card-primary.uk-card-body .uk-dotnav>.uk-active>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*,.uk-card-secondary.uk-card-body .uk-dotnav>.uk-active>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*,.uk-light .uk-dotnav>.uk-active>*,.uk-offcanvas-bar .uk-dotnav>.uk-active>*,.uk-overlay-primary .uk-dotnav>.uk-active>*,.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*{background-color:rgba(255,255,255,.9);border-color:transparent}.uk-card-primary.uk-card-body .uk-text-lead,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-lead,.uk-card-secondary.uk-card-body .uk-text-lead,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-lead,.uk-light .uk-text-lead,.uk-offcanvas-bar .uk-text-lead,.uk-overlay-primary .uk-text-lead,.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-text-meta,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-meta,.uk-card-secondary.uk-card-body .uk-text-meta,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-meta,.uk-light .uk-text-meta,.uk-offcanvas-bar .uk-text-meta,.uk-overlay-primary .uk-text-meta,.uk-section-primary:not(.uk-preserve-color) .uk-text-meta,.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta,.uk-tile-primary:not(.uk-preserve-color) .uk-text-meta,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta{color:rgba(255,255,255,.5)}.uk-card-primary.uk-card-body .uk-text-muted,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-muted,.uk-card-secondary.uk-card-body .uk-text-muted,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-muted,.uk-light .uk-text-muted,.uk-offcanvas-bar .uk-text-muted,.uk-overlay-primary .uk-text-muted,.uk-section-primary:not(.uk-preserve-color) .uk-text-muted,.uk-section-secondary:not(.uk-preserve-color) .uk-text-muted,.uk-tile-primary:not(.uk-preserve-color) .uk-text-muted,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted{color:rgba(255,255,255,.5)!important}.uk-card-primary.uk-card-body .uk-text-emphasis,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-emphasis,.uk-card-secondary.uk-card-body .uk-text-emphasis,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-emphasis,.uk-light .uk-text-emphasis,.uk-offcanvas-bar .uk-text-emphasis,.uk-overlay-primary .uk-text-emphasis,.uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis,.uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis,.uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis{color:#fff!important}.uk-card-primary.uk-card-body .uk-text-primary,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-primary,.uk-card-secondary.uk-card-body .uk-text-primary,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-primary,.uk-light .uk-text-primary,.uk-offcanvas-bar .uk-text-primary,.uk-overlay-primary .uk-text-primary,.uk-section-primary:not(.uk-preserve-color) .uk-text-primary,.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary,.uk-tile-primary:not(.uk-preserve-color) .uk-text-primary,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary{color:#fff!important}.uk-card-primary.uk-card-body .uk-text-secondary,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-secondary,.uk-card-secondary.uk-card-body .uk-text-secondary,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-secondary,.uk-light .uk-text-secondary,.uk-offcanvas-bar .uk-text-secondary,.uk-overlay-primary .uk-text-secondary,.uk-section-primary:not(.uk-preserve-color) .uk-text-secondary,.uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary,.uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary{color:#fff!important}.uk-card-primary.uk-card-body .uk-column-divider,.uk-card-primary>:not([class*=uk-card-media]) .uk-column-divider,.uk-card-secondary.uk-card-body .uk-column-divider,.uk-card-secondary>:not([class*=uk-card-media]) .uk-column-divider,.uk-light .uk-column-divider,.uk-offcanvas-bar .uk-column-divider,.uk-overlay-primary .uk-column-divider,.uk-section-primary:not(.uk-preserve-color) .uk-column-divider,.uk-section-secondary:not(.uk-preserve-color) .uk-column-divider,.uk-tile-primary:not(.uk-preserve-color) .uk-column-divider,.uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider{column-rule-color:rgba(255,255,255,0.2)}.uk-card-primary.uk-card-body .uk-logo,.uk-card-primary>:not([class*=uk-card-media]) .uk-logo,.uk-card-secondary.uk-card-body .uk-logo,.uk-card-secondary>:not([class*=uk-card-media]) .uk-logo,.uk-light .uk-logo,.uk-offcanvas-bar .uk-logo,.uk-overlay-primary .uk-logo,.uk-section-primary:not(.uk-preserve-color) .uk-logo,.uk-section-secondary:not(.uk-preserve-color) .uk-logo,.uk-tile-primary:not(.uk-preserve-color) .uk-logo,.uk-tile-secondary:not(.uk-preserve-color) .uk-logo{color:#fff}.uk-card-primary.uk-card-body .uk-logo:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-logo:hover,.uk-card-secondary.uk-card-body .uk-logo:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-logo:hover,.uk-light .uk-logo:hover,.uk-offcanvas-bar .uk-logo:hover,.uk-overlay-primary .uk-logo:hover,.uk-section-primary:not(.uk-preserve-color) .uk-logo:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover{color:#fff}.uk-card-primary.uk-card-body .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-card-primary>:not([class*=uk-card-media]) .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-card-secondary.uk-card-body .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-card-secondary>:not([class*=uk-card-media]) .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-light .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-offcanvas-bar .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-overlay-primary .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-section-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-section-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-tile-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse){display:none}.uk-card-primary.uk-card-body .uk-logo-inverse,.uk-card-primary>:not([class*=uk-card-media]) .uk-logo-inverse,.uk-card-secondary.uk-card-body .uk-logo-inverse,.uk-card-secondary>:not([class*=uk-card-media]) .uk-logo-inverse,.uk-light .uk-logo-inverse,.uk-offcanvas-bar .uk-logo-inverse,.uk-overlay-primary .uk-logo-inverse,.uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse,.uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse,.uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse,.uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse{display:block}.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-card-primary.uk-card-body .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-card-secondary.uk-card-body .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-light .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-light .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-offcanvas-bar .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-overlay-primary .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-section-primary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(2n):last-child{border-bottom-color:rgba(255,255,255,.2)}.uk-card-primary.uk-card-body .uk-accordion-title::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-accordion-title::before,.uk-card-secondary.uk-card-body .uk-accordion-title::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-accordion-title::before,.uk-light .uk-accordion-title::before,.uk-offcanvas-bar .uk-accordion-title::before,.uk-overlay-primary .uk-accordion-title::before,.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before,.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before,.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-card-primary.uk-card-body .uk-open>.uk-accordion-title::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-open>.uk-accordion-title::before,.uk-card-secondary.uk-card-body .uk-open>.uk-accordion-title::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-open>.uk-accordion-title::before,.uk-light .uk-open>.uk-accordion-title::before,.uk-offcanvas-bar .uk-open>.uk-accordion-title::before,.uk-overlay-primary .uk-open>.uk-accordion-title::before,.uk-section-primary:not(.uk-preserve-color) .uk-open>.uk-accordion-title::before,.uk-section-secondary:not(.uk-preserve-color) .uk-open>.uk-accordion-title::before,.uk-tile-primary:not(.uk-preserve-color) .uk-open>.uk-accordion-title::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-open>.uk-accordion-title::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")}*{--uk-inverse:initial}.uk-card-primary.uk-card-body,.uk-card-primary>:not([class*=uk-card-media]),.uk-card-secondary.uk-card-body,.uk-card-secondary>:not([class*=uk-card-media]),.uk-light,.uk-offcanvas-bar,.uk-overlay-primary,.uk-section-primary:not(.uk-preserve-color),.uk-section-secondary:not(.uk-preserve-color),.uk-tile-primary:not(.uk-preserve-color),.uk-tile-secondary:not(.uk-preserve-color){--uk-inverse:light}.uk-card-default.uk-card-body,.uk-card-default>:not([class*=uk-card-media]),.uk-dark,.uk-dropbar,.uk-dropdown,.uk-navbar-container:not(.uk-navbar-transparent),.uk-navbar-dropdown,.uk-overlay-default,.uk-section-default:not(.uk-preserve-color),.uk-section-muted:not(.uk-preserve-color),.uk-tile-default:not(.uk-preserve-color),.uk-tile-muted:not(.uk-preserve-color){--uk-inverse:dark}.uk-inverse-light{--uk-inverse:light!important}.uk-inverse-dark{--uk-inverse:dark!important}@media print{*,::after,::before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

code,
kbd,
pre,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

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

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

button, .cart.table-wrapper .actions-toolbar > .action,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

@font-face {
  font-family: "Leonidas Script TB 2";
  src: url("data:font/woff2;charset=utf-8;base64,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") format("woff2"), url("data:font/woff;charset=utf-8;base64,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") format("woff"), url("../../frontend/Apik/leonidas/nl_NL/fonts/leonidas/LeonidasScript_TB2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container-800, .container-900, .container-1000, .container-1200, .container-1280, .container-1400, .container-1440 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.container-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.container-1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.container-1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.container-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.container-900 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.container-800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.font-ubuntu {
  font-family: "Ubuntu", sans-serif !important;
}

.font-leonidas {
  font-family: "Leonidas Script TB 2", serif !important;
}

body {
  margin: 0;
  padding: 0;
}

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

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

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

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

img {
  border: 0;
}

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

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

figure {
  margin: 0;
}

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

body {
  color: #333;
  font-family: Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  font-size: 1.4 rem;
}

p {
  margin-top: 0;
}
p {
  margin-bottom: 1 rem;
}

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

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dfn {
  font-style: italic;
}

h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6 rem;
  margin-top: 0;
  margin-bottom: 2 rem;
}

h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6 rem;
  margin-top: 2.5 rem;
  margin-bottom: 2 rem;
}

h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8 rem;
  margin-top: 1.5 rem;
  margin-bottom: 1 rem;
}

h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4 rem;
  margin-top: 2 rem;
  margin-bottom: 2 rem;
}

h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2 rem;
  margin-top: 2 rem;
  margin-bottom: 2 rem;
}

h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1 rem;
  margin-top: 2 rem;
  margin-bottom: 2 rem;
}

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

a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 2.5 rem;
}
ul > li,
ol > li {
  margin-top: 0;
  margin-bottom: 1 rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

cite {
  font-style: normal;
}

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

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

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

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

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

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}

select[multiple=multiple] {
  height: auto;
  background-image: none;
}

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

input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2 rem;
}

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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

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

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .actions-toolbar:before, .actions-toolbar:after {
    content: "";
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .secondary,
  .actions-toolbar > .primary {
    margin-bottom: 0;
  }
  .actions-toolbar > .secondary .action,
  .actions-toolbar > .primary .action {
    margin-bottom: 0;
    width: auto;
  }
}
.breadcrumbs {
  margin: 0 0 20px;
  line-height: normal;
}
.breadcrumbs .items {
  font-size: 1.2 rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333;
  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: 24px;
  line-height: 18px;
  content: "\e608";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
a.action.primary,
button,
.cart.table-wrapper .actions-toolbar > .action {
  border-radius: 5px;
}

button.action, .cart.table-wrapper .actions-toolbar > .action {
  text-transform: uppercase;
  padding: 13px 15px;
  border: 1px solid transparent;
  display: inline-block;
}
button.action:active, .cart.table-wrapper .actions-toolbar > .action:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}

a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover, a.action.primary:active, a.action.primary:focus {
  text-decoration: none;
}

.action.primary,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background-image: none;
  background: #3CA82D;
  border: 1px solid #3CA82D;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 25px;
  font-size: 1.4 rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus, .action.primary:active,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:focus,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:active {
  background: #1F960F;
  border: 1px solid #1F960F;
  color: #fff;
}
.action.primary:hover,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #1F960F;
  border: 1px solid #1F960F;
  color: #fff;
}
.action.primary.disabled, .action.primary[disabled], fieldset[disabled] .action.primary,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle.disabled,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle[disabled],
fieldset[disabled] .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

a.action.primary,
.action.primary,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background-color: #001854;
  color: #FFFFFF;
  border-color: #001854;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
a.action.primary:hover, a.action.primary:focus-within, a.action.primary:active,
.action.primary:hover,
.action.primary:focus-within,
.action.primary:active,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:focus-within,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:active {
  background-color: #e2e2e2;
  color: #777777;
  border-color: #777777;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: all;
  transition-property: all;
}

a.action.secondary,
.action.secondary {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.abs-reset-list, .footer.content ul, .checkout-agreements-items, .opc-progress-bar, .opc-wrapper .opc, .cart-container .checkout-methods-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li, .footer.content ul > li, .checkout-agreements-items > li, .opc-progress-bar > li, .opc-wrapper .opc > li, .cart-container .checkout-methods-items > li {
  margin: 0;
}

.abs-action-link-button, .abs-action-addto-product, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 10px 25px;
  font-size: 1.4 rem;
  line-height: 1.6 rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.abs-action-link-button:focus, .abs-action-addto-product:focus, .product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-action-link-button:hover, .abs-action-addto-product:hover, .product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-action-link-button.disabled, .disabled.abs-action-addto-product, .product-info-main .disabled.action.towishlist,
.product-options-bottom .disabled.action.towishlist,
.block-bundle-summary .disabled.action.towishlist, .abs-action-link-button[disabled], [disabled].abs-action-addto-product, .product-info-main [disabled].action.towishlist,
.product-options-bottom [disabled].action.towishlist,
.block-bundle-summary [disabled].action.towishlist, fieldset[disabled] .abs-action-link-button, fieldset[disabled] .abs-action-addto-product, fieldset[disabled] .product-info-main .action.towishlist, .product-info-main fieldset[disabled] .action.towishlist,
fieldset[disabled] .product-options-bottom .action.towishlist,
.product-options-bottom fieldset[disabled] .action.towishlist,
fieldset[disabled] .block-bundle-summary .action.towishlist,
.block-bundle-summary fieldset[disabled] .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover, .abs-action-addto-product:hover, .product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}

.abs-product-options-list dt, .cart.table-wrapper .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after, .cart.table-wrapper .item-options dt:after {
  content: ": ";
}
.abs-product-options-list dd, .cart.table-wrapper .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}

@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after {
    content: ": ";
  }
  .abs-product-options-list-desktop dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
}
.abs-button-responsive, .actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .abs-button-desktop {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .account .column.main .block:not(.widget) .block-content .box, .login-container .block {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .login-container .block:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .login-container .block:nth-child(even) {
    float: right;
  }
}
@media only screen and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
}
.abs-reset-image-wrapper, .minicart-items .product-image-wrapper, .cart.table-wrapper .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo {
  position: static;
}

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

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

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

.abs-block-title, .block-wishlist .block-title, .widget .block-title, .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong, .block-wishlist .block-title > strong, .widget .block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8 rem;
  margin-top: 1.5 rem;
  margin-bottom: 1 rem;
}

.abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span, .account .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4 rem;
  margin-top: 2 rem;
  margin-bottom: 2 rem;
}
.abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}

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

.abs-input-qty, .products-grid.wishlist .product-item .box-tocart input.qty, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .account .table-return-items .qty .input-text, .cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 47px;
}

.abs-margin-for-blocks-and-widgets, .sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child), .block {
  margin-bottom: 40px;
}

.abs-remove-button-for-blocks {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > 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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: "\e616";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before {
  color: #303030;
}

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

.abs-reset-left-margin, .form.wishlist.items .actions-toolbar {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .abs-reset-left-margin-desktop, .wishlist-index-index .main .form-wishlist-items .actions-toolbar, .cart.table-wrapper .item-actions .actions-toolbar, .column.main .cart-summary .actions-toolbar {
    margin-left: 0;
  }
}
@media only screen and (min-width: 640px) {
  .abs-reset-left-margin-desktop-s {
    margin-left: 0;
  }
}
.abs-action-remove, .abs-add-fields .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
}
.abs-add-fields .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional {
  margin-top: 55px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .abs-margin-for-forms-desktop, .login-container .fieldset:after, .fieldset .legend, .column:not(.sidebar-additional) form .actions-toolbar, .column:not(.sidebar-main) form .actions-toolbar {
    margin-left: 25.8%;
  }
}
@media only screen and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
}
.abs-hidden {
  height: 0;
  visibility: hidden;
}

.abs-visually-hidden, .products-grid.wishlist .product-item .comment-box .label, html .page-header .panel.wrapper .switcher .label,
html .page-footer .switcher .label, .action.skip:not(:focus), .account-nav .title, .field.street .field.additional .label, .account .column.main .limiter > .label, .fieldset .fullname.field > .label, .checkout-payment-method .ccard .legend, .checkout-payment-method .payments .legend, .checkout-payment-method .field-select-billing > .label, .checkout-index-index .page-title-wrapper, .minicart-wrapper .action.showcart .counter-label, .minicart-wrapper .action.showcart .text, .cart.table-wrapper .col.qty .label, .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;
}

@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (max-width: 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;
  }
}
@media only screen and (min-width: 640px) {
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .abs-visually-hidden-desktop, .dashboard-welcome-toggler, .block-search .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.abs-visually-hidden-reset, .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, .header.content:before, .fieldset .fullname .field:before, .opc-wrapper .field.addresses:before, .opc-estimated-wrapper:before, .checkout-onepage-success:before, .checkout-container:before, .minicart-items .product-item > .product:before, .cart.table-wrapper .item-options:before, .cart.table-wrapper .actions-toolbar:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .abs-add-clearfix:after, .header.content:after, .fieldset .fullname .field:after, .opc-wrapper .field.addresses:after, .opc-estimated-wrapper:after, .checkout-onepage-success:after, .checkout-container:after, .minicart-items .product-item > .product:after, .cart.table-wrapper .item-options:after, .cart.table-wrapper .actions-toolbar:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  content: "";
  display: table;
}
.abs-add-clearfix:after, .header.content:after, .fieldset .fullname .field:after, .opc-wrapper .field.addresses:after, .opc-estimated-wrapper:after, .checkout-onepage-success:after, .checkout-container:after, .minicart-items .product-item > .product:after, .cart.table-wrapper .item-options:after, .cart.table-wrapper .actions-toolbar:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .footer .copyright:before, .header.content:before, body .page-header .header.panel:before, .block-addresses-list .items.addresses:before, .account .column.main .block:not(.widget) .block-content:before, .login-container:before, .cart-container:before, .abs-pager-toolbar:before, .account .toolbar:before, .abs-add-clearfix-desktop:after, .footer .copyright:after, .header.content:after, body .page-header .header.panel:after, .block-addresses-list .items.addresses:after, .account .column.main .block:not(.widget) .block-content:after, .login-container:after, .cart-container:after, .abs-pager-toolbar:after, .account .toolbar:after {
    content: "";
    display: table;
  }
  .abs-add-clearfix-desktop:after, .footer .copyright:after, .header.content:after, body .page-header .header.panel:after, .block-addresses-list .items.addresses:after, .account .column.main .block:not(.widget) .block-content:after, .login-container:after, .cart-container:after, .abs-pager-toolbar:after, .account .toolbar:after {
    clear: both;
  }
}
@media only screen and (min-width: 640px) {
  .abs-add-clearfix-desktop-s:before, .abs-add-clearfix-desktop-s:after {
    content: "";
    display: table;
  }
  .abs-add-clearfix-desktop-s:after {
    clear: both;
  }
}
@media only screen and (max-width: 639px) {
  .abs-add-clearfix-mobile:before, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before, .abs-checkout-order-review tbody tr:before, .abs-add-clearfix-mobile:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .abs-checkout-order-review tbody tr:after {
    content: "";
    display: table;
  }
  .abs-add-clearfix-mobile:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .abs-checkout-order-review tbody tr:after {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .abs-add-clearfix-mobile-m:before, .abs-add-clearfix-mobile-m:after {
    content: "";
    display: table;
  }
  .abs-add-clearfix-mobile-m:after {
    clear: both;
  }
}
.abs-add-box-sizing, .opc-block-summary, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-wrapper .shipping-address-item, .cart-summary, .search-autocomplete, .columns .sidebar-additional, .columns .sidebar-main, .columns .column.main, .abs-field-tooltip, .field .control._with-tooltip, .abs-field-date .control, .field.date .control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop, .sidebar-additional, .sidebar-main, .column.main {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 640px) {
  .abs-add-box-sizing-desktop-s {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop-m, .opc-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}

.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before, .abs-split-button:after {
  content: "";
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split, .abs-split-button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .abs-split-button .actions-toolbar > .action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle, .abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .abs-split-button .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e607";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e618";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before, .abs-split-button .items:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}

.abs-action-addto-product, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2 rem;
  padding: 5px 8px;
  font-size: 1.1 rem;
}

.abs-actions-addto-gridlist, .product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span, .product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before, .product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #333;
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before, .product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #006bb4;
}
.abs-button-l, .form-address-edit .actions-toolbar .action.primary, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .block-authentication .action.action-register,
.block-authentication .action.action-login, .methods-shipping .actions-toolbar .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .cart-container .checkout-methods-items .action.primary {
  line-height: 2.2 rem;
  padding: 14px 17px;
  font-size: 1.8 rem;
}

.abs-action-button-as-link, .checkout-agreements-block .action-show, .checkout-payment-method .checkout-billing-address .action-cancel, .action-auth-toggle, .opc-block-shipping-information .shipping-information-title .action-edit, .opc-wrapper .edit-address-link, .cart.table-wrapper .action.help.map, .abs-action-remove, .abs-add-fields .action.remove {
  line-height: 1.428571429;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited, .checkout-agreements-block .action-show:visited, .checkout-payment-method .checkout-billing-address .action-cancel:visited, .action-auth-toggle:visited, .opc-block-shipping-information .shipping-information-title .action-edit:visited, .opc-wrapper .edit-address-link:visited, .cart.table-wrapper .action.help.map:visited, .abs-action-remove:visited, .abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover, .checkout-agreements-block .action-show:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .action-auth-toggle:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .opc-wrapper .edit-address-link:hover, .cart.table-wrapper .action.help.map:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active, .checkout-agreements-block .action-show:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .action-auth-toggle:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .opc-wrapper .edit-address-link:active, .cart.table-wrapper .action.help.map:active, .abs-action-remove:active, .abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover, .checkout-agreements-block .action-show:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .action-auth-toggle:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .opc-wrapper .edit-address-link:hover, .cart.table-wrapper .action.help.map:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover {
  color: #006bb4;
}
.abs-action-button-as-link:hover, .checkout-agreements-block .action-show:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .action-auth-toggle:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .opc-wrapper .edit-address-link:hover, .cart.table-wrapper .action.help.map:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .abs-action-button-as-link:active, .checkout-agreements-block .action-show:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .action-auth-toggle:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .opc-wrapper .edit-address-link:active, .cart.table-wrapper .action.help.map:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .abs-action-button-as-link:focus, .checkout-agreements-block .action-show:focus, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .action-auth-toggle:focus, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .opc-wrapper .edit-address-link:focus, .cart.table-wrapper .action.help.map:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled, .checkout-agreements-block .disabled.action-show, .checkout-payment-method .checkout-billing-address .disabled.action-cancel, .disabled.action-auth-toggle, .opc-block-shipping-information .shipping-information-title .disabled.action-edit, .opc-wrapper .disabled.edit-address-link, .cart.table-wrapper .disabled.action.help.map, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .abs-action-button-as-link[disabled], .checkout-agreements-block [disabled].action-show, .checkout-payment-method .checkout-billing-address [disabled].action-cancel, [disabled].action-auth-toggle, .opc-block-shipping-information .shipping-information-title [disabled].action-edit, .opc-wrapper [disabled].edit-address-link, .cart.table-wrapper [disabled].action.help.map, [disabled].abs-action-remove, .abs-add-fields [disabled].action.remove, fieldset[disabled] .abs-action-button-as-link, fieldset[disabled] .checkout-agreements-block .action-show, .checkout-agreements-block fieldset[disabled] .action-show, fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-payment-method .checkout-billing-address fieldset[disabled] .action-cancel, fieldset[disabled] .action-auth-toggle, fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit, .opc-block-shipping-information .shipping-information-title fieldset[disabled] .action-edit, fieldset[disabled] .opc-wrapper .edit-address-link, .opc-wrapper fieldset[disabled] .edit-address-link, fieldset[disabled] .cart.table-wrapper .action.help.map, .cart.table-wrapper fieldset[disabled] .action.help.map, fieldset[disabled] .abs-action-remove, fieldset[disabled] .abs-add-fields .action.remove, .abs-add-fields fieldset[disabled] .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active, .checkout-agreements-block .action-show:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .action-auth-toggle:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .opc-wrapper .edit-address-link:active, .cart.table-wrapper .action.help.map:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .abs-action-button-as-link:not(:focus), .checkout-agreements-block .action-show:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .action-auth-toggle:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .opc-wrapper .edit-address-link:not(:focus), .cart.table-wrapper .action.help.map:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.abs-revert-secondary-color, .cart-summary .actions-toolbar > .primary button, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:focus, .cart-summary .actions-toolbar > .primary button:focus, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:focus, .abs-revert-secondary-color:active, .cart-summary .actions-toolbar > .primary button:active, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}

.abs-revert-secondary-size {
  font-size: 1.4 rem;
  line-height: 1.6 rem;
  padding: 10px 25px;
}

.abs-box-tocart {
  margin: 10px 0;
}

.abs-adjustment-incl-excl-tax .price-including-tax, .cart-summary .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.cart-summary .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.cart-summary .weee {
  font-size: 1.4 rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1 rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ")";
}

.abs-tax-total, .price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after, .price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after, .price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: "\e621";
}

.abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: "\e621";
}

.abs-methods-shipping-title {
  font-size: 1.4 rem;
  font-weight: 700;
  margin: 0 0 15px;
}

@media only screen and (max-width: 639px) {
  .abs-checkout-order-review tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty, .abs-checkout-order-review tbody tr .col.price, .abs-checkout-order-review tbody tr .col.subtotal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty:before, .abs-checkout-order-review tbody tr .col.price:before, .abs-checkout-order-review tbody tr .col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name {
    margin: 0;
  }
}
.abs-colon:after, .minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after, .block-minicart .subtotal .label:after {
  content: ": ";
}

.abs-icon-add, .abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before, .abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e61c";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .abs-icon-add-mobile {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "\e61c";
    font-family: "icons-blank-theme";
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
.abs-dropdown-items-new .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .abs-toggling-title-mobile {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after {
    content: "\e621";
  }
}
.abs-no-display, .no-display, .minicart-items .product-item-details .weee[data-label] .label, .cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br, .abs-sidebar-totals .table-caption, .opc-block-summary .table-totals .table-caption, .cart-totals .table-caption {
  display: none;
}

@media only screen and (max-width: 639px) {
  .abs-no-display-s, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .abs-no-display-desktop, .opc-estimated-wrapper {
    display: none;
  }
}
.abs-status {
  display: inline-block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .abs-pager-toolbar-mobile .toolbar-amount, .account .toolbar .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .account .toolbar .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter, .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages, .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}
.abs-block-items-counter, .block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2 rem;
  white-space: nowrap;
}

.abs-shopping-cart-items .action.continue, .cart-container .form-cart .action.continue {
  border-radius: 0px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 13px 15px;
  font-size: 1.4 rem;
  line-height: 1.6 rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #f2f2f2;
  line-height: 1.6;
}
.abs-shopping-cart-items .action.continue:hover, .cart-container .form-cart .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .cart-container .form-cart .action.continue:active, .abs-shopping-cart-items .action.continue:focus, .cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before, .cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e617";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before, .cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before, .cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus, .cart-container .form-cart .action.continue:focus, .abs-shopping-cart-items .action.continue:active, .cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-shopping-cart-items .action.continue:hover, .cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-shopping-cart-items .action.continue.disabled, .cart-container .form-cart .action.continue.disabled, .abs-shopping-cart-items .action.continue[disabled], .cart-container .form-cart .action.continue[disabled], fieldset[disabled] .abs-shopping-cart-items .action.continue, fieldset[disabled] .cart-container .form-cart .action.continue, .cart-container fieldset[disabled] .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue::before, .cart-container .form-cart .action.continue::before {
  line-height: 20px;
}
.abs-shopping-cart-items .action.continue:active, .cart-container .form-cart .action.continue:active {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
.abs-shopping-cart-items .action.update, .cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before, .cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e603";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before, .cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before, .cart-container .form-cart .action.update:active:before {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .abs-shopping-cart-items-mobile .actions, .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.continue, .cart-container .form-cart .action.continue, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop, .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions, .cart-container .form-cart .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear, .cart-container .form-cart .action.clear, .abs-shopping-cart-items-desktop .action.update, .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue, .cart-container .form-cart .action.continue {
    float: left;
  }
}
.abs-field-date .control, .field.date .control {
  position: relative;
}
.abs-field-date-input, .abs-field-date input, .field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}

.abs-field-tooltip, .field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input, .field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}

.abs-checkout-tooltip-content-position-top, .shipping-policy-block.field-tooltip .field-tooltip-content, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.abs-checkout-tooltip-content-position-top:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}

@media only screen and (max-width: 767px) {
  .abs-checkout-tooltip-content-position-top-mobile, .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.abs-checkout-title, .checkout-agreements-items .checkout-agreements-item-title, .opc-block-summary > .title, .opc-block-shipping-information .shipping-information-title, .opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6 rem;
}

.abs-sidebar-totals .mark, .opc-block-summary .table-totals .mark, .cart-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong, .opc-block-summary .table-totals .mark strong, .cart-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount, .opc-block-summary .table-totals .amount, .cart-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong, .opc-block-summary .table-totals .amount strong, .cart-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark, .opc-block-summary .table-totals .grand .mark, .cart-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount,
.cart-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount, .opc-block-summary .table-totals .grand .amount, .cart-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong, .cart-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp, .opc-block-summary .table-totals .msrp, .cart-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price, .opc-block-summary .table-totals .totals-tax-summary .amount .price, .cart-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span, .opc-block-summary .table-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark, .opc-block-summary .table-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e621";
}
.abs-sidebar-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details, .cart-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.abs-sidebar-totals .totals-tax-details.shown, .opc-block-summary .table-totals .totals-tax-details.shown, .cart-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title, .cart-summary .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after, .cart-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after, .cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong, .column.main .cart-summary .block > .title strong, .cart-summary .column.main .block > .title strong {
  font-weight: 400;
  font-size: 1.5rem;
}
.abs-discount-block > .content, .cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after, .cart-summary .active.block > .title:after {
  content: "\e617";
}
.abs-discount-block.active > .content, .cart-summary .active.block > .content {
  display: block;
}

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2 rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  color: #444444;
  font-weight: 500;
  font-size: 1.3 rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before, .fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:after {
  content: "";
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  -webkit-box-sizing: border-box;
          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-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon textarea,
.fieldset > .fields > .field .addon select,
.fieldset > .fields > .field .addon input {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after, .fieldset > .field._required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2 rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2 rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: "\e618";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.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;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}

.legend + .fieldset,
.legend + div {
  clear: both;
}

.legend strong {
  margin-left: 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;
}

label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.radio,
.checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}

.field-error {
  color: #e02b27;
  font-size: 1.2 rem;
}

.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content, .field .tooltip .tooltip-toggle:focus + .tooltip-content, .field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
._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: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: "\e612";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .fieldset > .field {
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before, .fieldset > .field:after {
    content: "";
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: " ";
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
}
@font-face {
  font-family: "icons-blank-theme";
  src: url("../../frontend/Apik/leonidas/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../../frontend/Apik/leonidas/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../../frontend/Apik/leonidas/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../../frontend/Apik/leonidas/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../../frontend/Apik/leonidas/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../../frontend/Apik/leonidas/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.columns .sidebar-additional {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 767px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .container,
  .container-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main, .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container,
  .container-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.6666666667%;
    display: inline-block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.3333333333%;
    float: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.3333333333%;
    float: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.6666666667%;
    float: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.6666666667%;
    float: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.6666666667%;
    float: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.6666666667%;
    float: right;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.6666666667%;
    float: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.6666666667%;
    float: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url("../../frontend/Apik/leonidas/nl_NL/images/loader-2.gif") no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  -webkit-box-sizing: border-box;
          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;
}

.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3 rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: "\e602";
  font-family: "icons-blank-theme";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}

.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3 rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: "\e602";
  font-family: "icons-blank-theme";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}

.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3 rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: "\e602";
  font-family: "icons-blank-theme";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}

.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3 rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: "\e602";
  font-family: "icons-blank-theme";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}

.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3 rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: "\e610";
  font-family: "icons-blank-theme";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}

.panel.header .links,
.panel.header .switcher {
  display: none;
}

.nav-sections {
  background: whitesmoke;
}

.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: #8f8f8f;
  content: "\e609";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media only screen and (max-width: 767px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: "\e621";
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    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: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: "\e621";
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 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;
    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);
            box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before, .nav-sections-items:after {
    content: "";
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-box-sizing: border-box;
            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: whitesmoke;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding: 10px 0 10px 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6 rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    -webkit-transition: left 0.3s ease-out;
    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).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: whitesmoke;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: "\e607";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
.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: 700;
}
.pages .item {
  font-size: 1.2 rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 2px 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: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2 rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\e608";
  font-family: "icons-blank-theme";
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\e617";
  font-family: "icons-blank-theme";
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e616";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled], fieldset[disabled] .ui-dialog.popup .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before, .popup-pointer:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}

@media only screen and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px;
  }
}
.price-tier_price .price-excluding-tax, .price-tier_price .price-including-tax {
  display: inline;
}

.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8 rem;
  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.8 rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ": ";
  font-size: 1.1 rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1 rem;
}

.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  -webkit-box-sizing: border-box;
          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: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  color: #7d7d7d;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8 rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
  background: white;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: white;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}

@media only screen and (min-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before, .product.data.items:after {
    content: "";
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before, .product.data.items > .item.content:after {
    content: "";
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    color: #7d7d7d;
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4 rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    background: white;
    color: #333;
  }
  .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: white;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
}
@media only screen and (max-width: 767px) {
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    -webkit-box-sizing: border-box;
            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: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    color: #7d7d7d;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8 rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    background: white;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: white;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
}
.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:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}

html .catalog-product-view .product.info .product.data.items .item a:not(.switch),
html .apk-products-slider-grid .product.info .product.data.items .item a:not(.switch) {
  color: #012866 !important;
  font-weight: bold;
  font-size: inherit !important;
}
html .catalog-product-view .product.info .product.data.items .item a:not(.switch):visited,
html .apk-products-slider-grid .product.info .product.data.items .item a:not(.switch):visited {
  color: #012866 !important;
  font-weight: bold;
  font-size: inherit !important;
}

.product.info.detailed .additional-attributes > thead > tr > th, .product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tfoot > tr > th {
  color: #012866;
}
.product.info.detailed .additional-attributes a {
  font-weight: bold;
}

@media only screen and (max-width: 639px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    color: #012866;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .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 {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
    color: #012866;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .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;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content, .tooltip.wrapper .tooltip.toggle:focus + .tooltip.content, .tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  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;
}

@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
}
/*@include lib-font-face(
    $family-name: $font-family-name__base,
    $font-path: '../fonts/opensans/light/opensans-300',
    $font-weight: 300,
    $font-style: normal
);

@include lib-font-face(
    $family-name: $font-family-name__base,
    $font-path: '../fonts/opensans/regular/opensans-400',
    $font-weight: 400,
    $font-style: normal
);

@include lib-font-face(
    $family-name: $font-family-name__base,
    $font-path: '../fonts/opensans/semibold/opensans-600',
    $font-weight: 600,
    $font-style: normal
);

@include lib-font-face(
    $family-name: $font-family-name__base,
    $font-path: '../fonts/opensans/bold/opensans-700',
    $font-weight: 700,
    $font-style: normal
);*/
body {
  font-family: "Ubuntu", sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  html h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  html h1 {
    margin-bottom: 20px;
  }
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}

html a,
html a:visited,
html .alink {
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #012866;
}
html a:hover,
html a:visited:hover,
html .alink:hover {
  color: #777777;
  text-decoration: underline;
}
html em {
  color: currentColor;
}

.uk-h6,
h6, .uk-h5,
h5, .uk-h4,
h4, .uk-h3,
h3, .uk-h2,
h2, .uk-h1,
h1,
html .catalog-product-view .product-info-main .page-title,
html .apk-products-slider-grid .product-info-main .page-title {
  font-family: "Ubuntu", sans-serif;
  color: #012866;
}

.uk-h1,
h1,
html .catalog-product-view .product-info-main .page-title,
html .apk-products-slider-grid .product-info-main .page-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  color: #012866;
  /*&::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0; //-55px; //-45px; //0;

      display: block;
      width: 125px;
      height: 2px;
      background: $c-yellow-main;
  }*/
}
@media only screen and (min-width: 960px) {
  .uk-h1,
  h1,
  html .catalog-product-view .product-info-main .page-title,
  html .apk-products-slider-grid .product-info-main .page-title {
    font-size: 40px;
  }
}

.uk-h2,
h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.uk-h2:not(.apk-title-main)::after,
h2:not(.apk-title-main)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 125px;
  height: 2px;
  background: #E09600;
}
@media only screen and (min-width: 960px) {
  .uk-h2,
  h2 {
    font-size: 26px;
  }
}

.uk-h3,
h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (min-width: 960px) {
  .uk-h3,
  h3 {
    font-size: 20px;
  }
}

.uk-h4,
h4 {
  font-size: 16px;
  font-weight: lighter;
  line-height: 1.4;
}
@media only screen and (min-width: 960px) {
  .uk-h4,
  h4 {
    font-size: 18px;
  }
}

.uk-h5,
h5 {
  font-size: 13px;
  line-height: 1.4;
}
@media only screen and (min-width: 960px) {
  .uk-h5,
  h5 {
    font-size: 16px;
  }
}

.uk-h6,
h6 {
  font-size: 13px;
  line-height: 1.4;
}
@media only screen and (min-width: 960px) {
  .uk-h6,
  h6 {
    font-size: 15px;
  }
}

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.modals-overlay {
  z-index: 1000;
}

.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 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}

.modal-slide {
  left: 14.8rem;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 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._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll, .ie10 .modal-popup._inner-scroll, .ie9 .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, .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 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;
}

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 14.8rem;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus, .modal-custom .action-close:active,
.modal-popup .action-close:focus,
.modal-popup .action-close:active,
.modal-slide .action-close:focus,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled, .modal-custom .action-close[disabled], fieldset[disabled] .modal-custom .action-close,
.modal-popup .action-close.disabled,
.modal-popup .action-close[disabled],
fieldset[disabled] .modal-popup .action-close,
.modal-slide .action-close.disabled,
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: "\e616";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}

.modal-custom .action-close {
  margin: 25px;
}

.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: 10px;
}

.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: calc(2.1rem - 15px);
  margin-top: 2.1rem;
}

.modals-overlay {
  background-color: fade(#333, 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: 1000;
}

@media only screen and (max-width: 767px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 14.8rem;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
            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);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    left: 50px;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    -webkit-box-sizing: border-box;
            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: fade(#333, 55%);
  }
}
@media only screen and (max-width: 767px) {
  .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;
  }
}
@media only screen and (min-width: 768px) {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
html .block-reorder button.action.tocart.primary, html .block-reorder .cart.table-wrapper .actions-toolbar > .action.tocart.primary, .cart.table-wrapper html .block-reorder .actions-toolbar > .action.tocart.primary {
  padding: 5px 15px;
  font-size: 10px;
}

/***********************************
                Theme
***********************************/
@media (min-width: 768px), print {
  html .page-layout-1column .product-info-main {
    width: 55%;
    background: #fff;
    padding: 20px;
  }
  html .page-layout-1column .product.media {
    width: 42%;
    background: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 0 20px;
  }
}
html {
  /***********************************
              Product - items
  ***********************************/
  /***********************************
          producttab-container
  ***********************************/
  /***********************************
          Product Tab
  ***********************************/
  /***********************************
          product grid
  ***********************************/
  /***********************************
          products-list
  ***********************************/
  /***********************************
  Product-item-action style grid list
  ***********************************/
  /***********************************
          Products-related
  ***********************************/
  /***********************************
      page-product-downloadable
  ***********************************/
  /***********************************
          catalog-product-view
  ***********************************/
  /***********************************
      .products-related,.upsel
  ***********************************/
  /***********************************
              Gallery
  ***********************************/
  /***********************************
          pt-brand-container
  ***********************************/
  /***********************************
          Item (Widget)
  ***********************************/
  /***********************************
              tab_product
  ***********************************/
  /***********************************
      CATEGORY IMAGE & DESCRIPTION
  ***********************************/
}
html .product-items {
  margin-bottom: 20px;
  overflow: inherit;
}
html .product-items:last-child {
  margin-bottom: 0;
}
html .product-items .item-inner {
  border: 3px solid transparent;
  border-radius: 5px;
  margin: 3px;
}
html .product-items .item-inner .image-container {
  width: 150px;
  max-width: 35%;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  z-index: 0;
}
html .product-items .item-inner:hover {
  border-color: #012866;
}
html .product-items .item-inner .des .product-name {
  line-height: 1.2;
  margin: 0 0 5px;
}
html .product-items .item-inner .des .price-label {
  display: none;
}
html .uk-slider-nav.uk-dotnav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
html .uk-slider-nav.uk-dotnav li,
html .uk-slider-nav.uk-dotnav li:focus,
html .uk-slider-nav.uk-dotnav li:focus-within {
  padding-left: 7px;
}
html .uk-slider-nav.uk-dotnav li *,
html .uk-slider-nav.uk-dotnav li:focus *,
html .uk-slider-nav.uk-dotnav li:focus-within * {
  width: 15px;
  height: 15px;
  border: 1px solid #012866;
  background-color: transparent;
}
html .uk-slider-nav.uk-dotnav li.uk-active *,
html .uk-slider-nav.uk-dotnav li:hover * {
  background: #012866;
  width: 15px;
}
html .producttab-conter {
  margin-top: 60px;
}
html .producttab-container {
  position: relative;
  margin: 30px 0 60px;
}
html .producttab-container .product_row .product-items {
  margin-left: 0px;
}
html .producttab-container .product_row .product-items .item-inner {
  overflow: hidden;
  padding-right: 15px;
}
html .producttab-container .product_row .product-items .item-inner .price-label {
  display: none;
}
html .producttab-container .product_row .product-items .item-inner .cart-hover {
  position: absolute;
  display: block;
  top: 35%;
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
html .producttab-container .product_row .product-items .item-inner .cart-hover .action {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.55);
  border: none;
}
html .producttab-container .product_row .product-items .item-inner .cart-hover .action span {
  font-size: 0px;
}
html .producttab-container .product_row .product-items .item-inner .cart-hover .action:before {
  content: "\e66e";
  font-family: Pe-icon-7-stroke;
  font-size: 17px;
  position: absolute;
  display: block;
  left: 0px;
  right: 0;
  font-weight: 600;
  line-height: 18px;
  color: #666666;
}
html .producttab-container .product_row .product-items .item-inner .cart-hover .action:hover {
  background: #1a1a1a;
}
html .producttab-container .product_row .product-items .item-inner .cart-hover .action:hover:before {
  color: #fff;
}
html .producttab-container .product_row .product-items .item-inner .des .product-name {
  margin-bottom: 0;
}
html .producttab-container .product_row .product-items .item-inner .des .product-name .product-item-name {
  margin-top: 0;
  margin-bottom: 20px;
}
html .producttab-container .product_row .product-items .item-inner .des .price-box {
  float: left;
}
html .producttab-container .product_row .product-items .item-inner .des .price-box .special-price {
  display: inline-block;
}
html .producttab-container .product_row .product-items .item-inner .des .price-box .old-price {
  display: block;
  margin-left: 0px;
  margin-top: 5px;
}
html .producttab-container .product_row .product-items .item-inner .des .add-to-link {
  float: right;
  width: 60px;
  margin-top: 25px;
  opacity: 0;
}
html .producttab-container .product_row .product-items .item-inner .des .add-to-link a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
}
html .producttab-container .product_row .product-items .item-inner .des .add-to-link a span {
  font-size: 0px;
}
html .producttab-container .product_row .product-items .item-inner .des .add-to-link a:before {
  content: "";
  font-family: Pe-icon-7-stroke;
  font-size: 17px;
  position: absolute;
  display: block;
  left: 0px;
  right: 0;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
}
html .producttab-container .product_row .product-items .item-inner .des .add-to-link a:hover:before {
  color: #1a1a1a;
}
html .producttab-container .product_row .product-items .item-inner .des .add-to-link .towishlist:before {
  content: "\e642";
}
html .producttab-container .product_row .product-items .item-inner .des .add-to-link .tocompare:before {
  content: "\e614";
}
html .producttab-container .product_row .product-items .item-inner:hover .cart-hover {
  opacity: 1;
  -webkit-animation: zoomIn 300ms ease-in-out;
  animation: zoomIn 300ms ease-in-out;
}
html .producttab-container .product_row .product-items .item-inner:hover .des .add-to-link {
  opacity: 1;
  -webkit-animation: zoomIn 300ms ease-in-out;
  animation: zoomIn 300ms ease-in-out;
}
html .producttab-container .tab_container {
  background: #fff;
  padding: 30px;
}
html .gruod-iner {
  margin-top: 80px;
}
html .title-tab {
  overflow: hidden;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  height: 36px;
  line-height: 32px;
}
html .title-tab ul.tabs {
  padding: 0;
  margin: 0;
  list-style: none;
}
html .title-tab ul.tabs li {
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0px;
  cursor: pointer;
  color: #999;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding: 0 30px;
  border: 2px solid #fff;
  border-radius: 20px;
}
html .title-tab ul.tabs li:hover {
  color: #303144;
  border-color: #1a1a1a;
}
html .title-tab ul.tabs li.active {
  color: #303144;
  border-color: #1a1a1a;
}
html .title-tab ul.tabs .last:after {
  display: none;
}
html .title-tab .title-text {
  display: inline-block;
}
html .cms-index-index .product-item {
  padding-left: 0px !important;
}
html .product-tab .tab_container {
  background: #fff;
  padding: 30px 15px 5px;
}
html .product-tab .tab_container .item-inner .product-item-info .image-container {
  display: block;
}
html .product-tab .tab_container .item-inner .product-item-info .product-action {
  z-index: 1;
  bottom: 4px;
}
html .product-tab .tab_container .item-inner .product-item-info .product-action .product-item-actions {
  margin: 0;
}
html .product-tab .tab_container .item-inner .product-item-info .add-to-links {
  z-index: 1;
}
html .product-item-actions {
  display: block;
  margin: 10px 0 0;
  padding: 10px 0 0;
  position: relative;
}
html .product-item-actions:before {
  content: "";
  width: 60px;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
html .product-item-actions .add-to-cart-primary {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
html .product-item-actions .add-to-cart-primary .tocart {
  padding: 0;
  background: none;
  border: 0;
  text-transform: capitalize;
  font-weight: normal;
  color: #666666;
  font-size: 13px;
}
html .product-item-actions .add-to-cart-primary .tocart:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
html .product-item-actions .add-to-cart-primary .tocart:hover {
  color: #1a1a1a;
  background: none;
}
html .product-item-actions .add-to-cart-primary .tocart:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 3px;
}
html .product-item-actions .add-to-links-secondary {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
html .product-item-actions .add-to-links-secondary a {
  display: table-cell;
  vertical-align: middle;
  float: right;
  color: #b3b3b3;
  padding: 0 5px;
}
html .product-item-actions .add-to-links-secondary a:hover {
  color: #1a1a1a;
}
html .product-item-actions .add-to-links-secondary a span {
  display: none;
}
html .product-item-actions .add-to-links-secondary a:before {
  content: "\f0ec";
  font-family: FontAwesome;
}
html .product-item-actions .add-to-links-secondary a.compare:before {
  content: "\f004";
}
html .products.products-grid,
html .amsearch-pagebuilder-carousel {
  margin: 0 0 30px;
}
html .products.products-grid .product-items .item .item-inner .image-container,
html .products.products-grid .widget-product-carousel .item .item-inner .image-container,
html .amsearch-pagebuilder-carousel .product-items .item .item-inner .image-container,
html .amsearch-pagebuilder-carousel .widget-product-carousel .item .item-inner .image-container {
  max-width: 100%;
  width: 100%;
  padding-top: 0px;
}
html .products.products-grid .product-items .item .item-inner img,
html .products.products-grid .widget-product-carousel .item .item-inner img,
html .amsearch-pagebuilder-carousel .product-items .item .item-inner img,
html .amsearch-pagebuilder-carousel .widget-product-carousel .item .item-inner img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
html .products.products-grid .product-items .item .item-inner:hover img,
html .products.products-grid .widget-product-carousel .item .item-inner:hover img,
html .amsearch-pagebuilder-carousel .product-items .item .item-inner:hover img,
html .amsearch-pagebuilder-carousel .widget-product-carousel .item .item-inner:hover img {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
html .products.products-grid .product-items .item .item-inner .product-item-details,
html .products.products-grid .widget-product-carousel .item .item-inner .product-item-details,
html .amsearch-pagebuilder-carousel .product-items .item .item-inner .product-item-details,
html .amsearch-pagebuilder-carousel .widget-product-carousel .item .item-inner .product-item-details {
  padding: 0px 10px;
}
html .products.products-grid .product-items .item .item-inner .product-item-details .price-box,
html .products.products-grid .widget-product-carousel .item .item-inner .product-item-details .price-box,
html .amsearch-pagebuilder-carousel .product-items .item .item-inner .product-item-details .price-box,
html .amsearch-pagebuilder-carousel .widget-product-carousel .item .item-inner .product-item-details .price-box {
  margin-bottom: 0px;
}
html .products-grid li.product-item {
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  padding: 0 7px !important;
}
html .products-grid .product-items li {
  margin-bottom: 0;
}
@media (min-width: 1024px), print {
  html .page-products .products-grid .product-item {
    width: 33.3333333333%;
    margin-bottom: 20px;
    border: none;
    overflow: inherit;
  }
}
@media (max-width: 992px), print {
  html .page-products .products-grid .product-item {
    width: 50%;
    clear: left;
    margin-bottom: 20px;
    border: none;
  }
}
@media (min-width: 768px), print {
  html .column.main {
    padding-right: 15px;
    padding-left: 15px;
    min-height: 5px;
  }
  html .catalog-product-view .product-info-main .page-title {
    text-align: left !important;
  }
}
@media (max-width: 555px), print {
  html .page-products .products-grid .product-item {
    width: 50%;
    clear: left;
  }
  html .page-products .products-grid .product-item .item-inner .product-item-info {
    width: 100% !important;
  }
}
html .products-list .product-items {
  margin-left: 0px !important;
  margin-top: 0px;
}
html .products-list .product-items .product-item .product-item-info {
  margin-bottom: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
}
html .products-list .product-items .product-item .product-item-info .product-item-photo {
  width: 100% !important;
}
html .products-list .product-items .product-item .product-item-info .right-list {
  float: left;
  position: relative;
  width: 65%;
  margin-left: 10px;
  text-align: left;
  border: none;
  padding-left: 20px;
  height: 100%;
}
html .products-list .product-items .product-item .product-item-info .right-list .product-item-details {
  border: none;
  padding: 0px;
  background: none;
  text-align: left;
}
html .products-list .product-items .product-item .product-item-info .right-list .box-hover {
  border: none;
}
html .products-list .product-items .product-item .product-item-info .right-list .box-info .product-name .product-item-name {
  margin-top: 0;
}
html .products-list .product-items .product-item .product-item-info .right-list .box-info .product-name .product-item-name .product-item-link {
  font-size: 24px;
}
html .products-list .product-items .product-item .product-item-info .right-list .box-info .price-box .price-container .price-wrapper .price {
  font-size: 1.8rem;
}
html .products-list .product-items .product-item .product-item-info .right-list .box-info .price-box .old-price {
  display: inline-block;
}
html .products-list .product-items .product-item .product-item-info .image-container {
  width: 30%;
  float: left;
  margin-right: 0px;
  border: none;
}
html .products-list .product-items .product-item .product-item-info .image-container .product-item-photo {
  float: left;
  width: 100%;
  padding: 0;
}
html .products-list .product-items .product-item .product-item-info .product-item-details {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  display: inline-block;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .product-name .product-item-name {
  margin-bottom: 0px;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .product-name .product-item-name a {
  font-size: 24px;
  font-weight: normal !important;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  text-align: left !important;
  margin-top: 0px;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary:before {
  display: none !important;
}
html .products-list .product-items .product-item .product-item-info .product-item-details > .price-box {
  margin: 0px 0 0;
  padding: 0 0 10px;
  border-bottom: none;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-box {
  margin: 0;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: normal;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 14px;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .minimal-price .price-label {
  display: inline-block;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .minimal-price .price-container {
  display: inline-block;
}
html .products-list .product-items .product-item:last-child .product-item-info {
  margin-bottom: 0;
}
html .products-list .item .item-inner {
  position: relative;
  padding: 30px 0 0;
}
html .products-list .item .item-inner:before {
  display: none;
}
html .products-list .item .item-inner .product-item-info {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px !important;
}
html .products-list .item .item-inner .product-item-info .image-container .box-hover {
  bottom: 5px;
}
html .products-list .item .item-inner .product-item-info .right-list .product-item-details .product-reviews-summary {
  margin: 0px;
}
html .products-list .item .item-inner .product-item-info .right-list .product-item-details .product-name {
  margin-bottom: 15px;
}
html .products-list .item .item-inner .product-item-info .right-list .product-item-details .hover-iner .price-box .price-container .price-wrapper .price {
  font-size: 24px !important;
}
html .products-list .item .item-inner .product-item-info .right-list .product-item-details .hover-iner .price-box .old-price .price-wrapper .price {
  font-size: 20px !important;
}
html .products-list .item .item-inner .product-item-info .right-list .product-item-details .hover-iner .actions-primary {
  position: relative;
  display: inline-block;
  opacity: 1;
  width: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translatey(0px);
  -ms-transform: translatey(0px);
      transform: translatey(0px);
}
html .products-list .item .item-inner .product-item-info .right-list .product-item-details .hover-iner .actions-primary .action.primary {
  padding: 15px 25px;
  background: #1a1a1a !important;
  color: #fff;
}
html .products-list .item .item-inner .product-item-info .right-list .product-item-details .hover-iner .list-text {
  color: #808080;
  font-size: 16px;
  line-height: 25px;
}
html .products-list .item .item-inner:hover .product-item-info .hover-iner .price-box {
  opacity: 1;
}
html .products.wrapper ~ .toolbar-products .pages {
  margin-bottom: 0px !important;
}
html .pages strong.page {
  line-height: 27px !important;
}
html .product-item-info .product-item-photo {
  display: block;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-from,
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-to {
  display: inline-block;
  margin: 0 10px 0 0;
}
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-from .price-label,
html .products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-to .price-label {
  display: inline-block;
}
html .products-related .item,
html .products-upsell .item {
  overflow: inherit;
}
html .products-related .item .item-inner .product-item-info .image-container,
html .products-upsell .item .item-inner .product-item-info .image-container {
  display: block !important;
}
html .catalog-product-view .crosssell,
html .catalog-product-view .upsell,
html .catalog-product-view .related {
  margin-bottom: 0;
  margin-top: 40px;
}
html .catalog-product-view .crosssell .block-title.title,
html .catalog-product-view .upsell .block-title.title,
html .catalog-product-view .related .block-title.title {
  padding: 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #012866;
  height: inherit;
}
html .catalog-product-view .crosssell .block-title.title::after,
html .catalog-product-view .upsell .block-title.title::after,
html .catalog-product-view .related .block-title.title::after {
  background-color: white;
}
html .catalog-product-view .crosssell .block-title.title strong,
html .catalog-product-view .upsell .block-title.title strong,
html .catalog-product-view .related .block-title.title strong {
  background-color: #012866;
  color: white;
}
html .catalog-product-view .crosssell .item,
html .catalog-product-view .upsell .item,
html .catalog-product-view .related .item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  html .catalog-product-view .crosssell .item,
  html .catalog-product-view .upsell .item,
  html .catalog-product-view .related .item {
    width: 33%;
  }
}
@media only screen and (min-width: 1024px) {
  html .catalog-product-view .crosssell .item,
  html .catalog-product-view .upsell .item,
  html .catalog-product-view .related .item {
    width: 24.9%;
  }
}
html .catalog-product-view .crosssell .item .item-inner .product-item-info .product-item-details .price-box,
html .catalog-product-view .upsell .item .item-inner .product-item-info .product-item-details .price-box,
html .catalog-product-view .related .item .item-inner .product-item-info .product-item-details .price-box {
  margin-top: 10px !important;
}
html .page-product-downloadable .product-options-bottom {
  padding: 10px;
  border: 1px solid #eee;
}
html .page-product-downloadable .product-options-bottom .box-tocart .field.qty {
  padding: 0;
}
html .page-product-downloadable .product-options-bottom .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
html .page-product-downloadable .product-options-bottom .box-tocart .field.qty .control {
  display: inline-block;
}
html .page-product-downloadable .product-options-bottom .box-tocart .field.qty .control .input-text.qty {
  height: 40px;
}
html .page-product-downloadable .product-options-bottom .box-tocart .actions {
  padding: 0;
}
html .page-product-downloadable .product-options-bottom .box-tocart .actions button, html .page-product-downloadable .product-options-bottom .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper html .page-product-downloadable .product-options-bottom .box-tocart .actions .actions-toolbar > .action {
  margin-left: 15px;
}
html .page-product-downloadable .product-options-bottom .product-social-links {
  border-top: 1px solid;
  padding: 20px 0 0;
}
html .page-product-downloadable .product-options-bottom .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
}
html .page-product-downloadable .product-options-bottom .product-social-links .mailto {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
html .page-product-downloadable .product-options-bottom .product-social-links .mailto span {
  line-height: inherit;
}
html .page-product-downloadable .product-options-bottom .product-social-links .mailto:before {
  display: none;
}
html .catalog-product-view .product-info-main,
html .apk-products-slider-grid .product-info-main {
  padding: 0px !important;
}
html .catalog-product-view .product-info-main .page-title,
html .apk-products-slider-grid .product-info-main .page-title {
  /*text-align: center;
  margin-top: 0;
  font-size: 34px;
  font-weight: 400;
  font-family: $font-family_leonidas;
  color: $c-blue-main;*/
  margin-bottom: 0;
}
html .catalog-product-view .product-info-main .product-reviews-summary .reviews-actions,
html .apk-products-slider-grid .product-info-main .product-reviews-summary .reviews-actions {
  display: inline-block !important;
  padding: 0;
  margin-bottom: 15px;
}
html .catalog-product-view .product-info-main .product-reviews-summary .reviews-actions a,
html .apk-products-slider-grid .product-info-main .product-reviews-summary .reviews-actions a {
  color: #012866;
  text-decoration: underline;
}
html .catalog-product-view .product-info-main .product-reviews-summary .reviews-actions a:hover,
html .apk-products-slider-grid .product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #000001;
}
html .catalog-product-view .product-info-main .product-info-price .price-box,
html .apk-products-slider-grid .product-info-main .product-info-price .price-box {
  color: #989898;
  font-weight: 400;
}
html .catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container .price-wrapper .price,
html .apk-products-slider-grid .product-info-main .product-info-price .price-box .special-price .price-container .price-wrapper .price {
  font-size: 28px !important;
}
html .catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container .old-price .old-price,
html .apk-products-slider-grid .product-info-main .product-info-price .price-box .special-price .price-container .old-price .old-price {
  font-size: 24px !important;
}
html .catalog-product-view .product-info-main .product-info-price .price-box .price-wrapper .price,
html .apk-products-slider-grid .product-info-main .product-info-price .price-box .price-wrapper .price {
  font-weight: 400;
}
html .catalog-product-view .product-info-main .apk-out-of-stock,
html .apk-products-slider-grid .product-info-main .apk-out-of-stock {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  color: red;
}
@media only screen and (max-width: 639px) {
  html .catalog-product-view .product-info-main .product-add-form .box-tocart,
  html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart {
    margin: 20px 0 0 0;
  }
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .field.qty {
  padding: 0;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .label,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control .input-text.qty,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .field.qty .control .input-text.qty {
  height: 40px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions {
  padding: 0;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button, html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions button,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action {
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  background: #001854;
  border-color: #001854;
  color: #fff;
  position: relative;
  margin-left: 0;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button, html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action,
  html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions button,
  html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action {
    margin-left: 15px;
  }
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover, html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action:hover, html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:focus, html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action:focus, html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:focus-within, html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action:focus-within, .cart.table-wrapper html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action:focus-within, html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:active, html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action:active,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions button:hover,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action:hover,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions button:focus,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action:focus,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions button:focus-within,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action:focus-within,
.cart.table-wrapper html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action:focus-within,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions button:active,
html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper html .apk-products-slider-grid .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action:active {
  background: #e2e2e2;
  border-color: #777777;
  color: #777777;
}
html .catalog-product-view .product-info-main .attribute.overview,
html .apk-products-slider-grid .product-info-main .attribute.overview {
  margin: 10px 0;
}
html .catalog-product-view .product-info-main .product-social-links,
html .apk-products-slider-grid .product-info-main .product-social-links {
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 0;
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (max-width: 639px) {
  html .catalog-product-view .product-info-main .product-social-links,
  html .apk-products-slider-grid .product-info-main .product-social-links {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  html .catalog-product-view .product-info-main .product-social-links,
  html .apk-products-slider-grid .product-info-main .product-social-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  html .catalog-product-view .product-info-main .product-social-links > *:not(:last-child),
  html .apk-products-slider-grid .product-info-main .product-social-links > *:not(:last-child) {
    margin-right: 20px !important;
  }
}
html .catalog-product-view .product-info-main .product-social-links .sharethis-inline-share-buttons,
html .apk-products-slider-grid .product-info-main .product-social-links .sharethis-inline-share-buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 99 !important;
}
@media only screen and (max-width: 639px) {
  html .catalog-product-view .product-info-main .product-social-links .sharethis-inline-share-buttons,
  html .apk-products-slider-grid .product-info-main .product-social-links .sharethis-inline-share-buttons {
    text-align: center !important;
  }
}
html .catalog-product-view .product-info-main .product-social-links .product-addto-links,
html .apk-products-slider-grid .product-info-main .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
@media only screen and (max-width: 639px) {
  html .catalog-product-view .product-info-main .product-social-links .product-addto-links,
  html .apk-products-slider-grid .product-info-main .product-social-links .product-addto-links {
    display: block;
    width: 100%;
  }
  html .catalog-product-view .product-info-main .product-social-links .product-addto-links a,
  html .apk-products-slider-grid .product-info-main .product-social-links .product-addto-links a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
html .catalog-product-view .product-info-main .product-social-links .mailto,
html .apk-products-slider-grid .product-info-main .product-social-links .mailto {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
}
html .catalog-product-view .product-info-main .product-social-links .mailto span,
html .apk-products-slider-grid .product-info-main .product-social-links .mailto span {
  line-height: inherit;
}
html .catalog-product-view .product-info-main .product-social-links .mailto:before,
html .apk-products-slider-grid .product-info-main .product-social-links .mailto:before {
  display: none;
}
html .catalog-product-view .bundle-options-container:after,
html .apk-products-slider-grid .bundle-options-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
html .catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list,
html .apk-products-slider-grid .bundle-options-container .bundle-options-wrapper .required .control .options-list {
  margin: 10px 0 0;
}
html .catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list input,
html .apk-products-slider-grid .bundle-options-container .bundle-options-wrapper .required .control .options-list input {
  display: inline-block;
}
html .catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .label,
html .apk-products-slider-grid .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .label {
  display: inline-block;
  vertical-align: middle;
}
html .catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .control,
html .apk-products-slider-grid .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .control {
  display: inline-block;
  vertical-align: middle;
}
html .catalog-product-view .bundle-options-container .block-bundle-summary .title,
html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .title {
  margin-bottom: 20px;
}
html .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty,
html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  padding: 0;
}
html .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .label,
html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
html .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control,
html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control {
  display: inline-block;
}
html .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control .input-text.qty,
html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control .input-text.qty {
  height: 38px;
}
html .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions,
html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .box-tocart .actions {
  padding: 0;
}
html .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button, html .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper html .catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions .actions-toolbar > .action,
html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .box-tocart .actions button,
html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .box-tocart .actions .actions-toolbar > .action {
  margin-left: 15px;
}
html .catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links,
html .apk-products-slider-grid .bundle-options-container .block-bundle-summary .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
html .catalog-product-view .product.info,
html .apk-products-slider-grid .product.info {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 0px;
}
html .catalog-product-view .product.info .product.data.items .item a,
html .apk-products-slider-grid .product.info .product.data.items .item a {
  height: auto;
  border: none;
  background: 0 0;
  padding-left: 0px;
  font-size: 22px;
  font-weight: normal;
  color: #012866;
}
html .catalog-product-view .product.info .product.data.items .item a:hover,
html .apk-products-slider-grid .product.info .product.data.items .item a:hover {
  background: none !important;
}
html .catalog-product-view .product-options-wrapper,
html .apk-products-slider-grid .product-options-wrapper {
  margin-top: 25px;
  padding: 20px;
  border: 1px solid rgba(1, 40, 102, 0.25);
  border-radius: 5px;
  background-color: rgba(1, 40, 102, 0.05);
}
html .catalog-product-view .product-options-wrapper .control,
html .apk-products-slider-grid .product-options-wrapper .control {
  padding-top: 10px;
  padding-bottom: 20px;
}
html .catalog-product-view .product-options-wrapper .control label,
html .catalog-product-view .product-options-wrapper .control .label,
html .apk-products-slider-grid .product-options-wrapper .control label,
html .apk-products-slider-grid .product-options-wrapper .control .label {
  font-weight: normal;
}
html .catalog-product-view .product-options-wrapper .radio,
html .catalog-product-view .product-options-wrapper .checkbox,
html .apk-products-slider-grid .product-options-wrapper .radio,
html .apk-products-slider-grid .product-options-wrapper .checkbox {
  display: inline-block;
}
html .catalog-product-view .product-options-wrapper input[type=radio],
html .catalog-product-view .product-options-wrapper input[type=checkbox],
html .apk-products-slider-grid .product-options-wrapper input[type=radio],
html .apk-products-slider-grid .product-options-wrapper input[type=checkbox] {
  margin: 2px 5px 0px 0px;
}
html .catalog-product-view .product-options-wrapper .fieldset > .field .field.choice,
html .catalog-product-view .product-options-wrapper .fieldset > .fields > .field .field.choice,
html .apk-products-slider-grid .product-options-wrapper .fieldset > .field .field.choice,
html .apk-products-slider-grid .product-options-wrapper .fieldset > .fields > .field .field.choice {
  margin-bottom: 5px;
}
html .catalog-product-view .product-options-wrapper .fieldset > .field > label,
html .catalog-product-view .product-options-wrapper .fieldset > .field > .label,
html .apk-products-slider-grid .product-options-wrapper .fieldset > .field > label,
html .apk-products-slider-grid .product-options-wrapper .fieldset > .field > .label {
  font-weight: bold;
}
html .catalog-product-view .product-options-wrapper .fieldset > .field > .control select,
html .apk-products-slider-grid .product-options-wrapper .fieldset > .field > .control select {
  border: 1px solid #f1f1f1;
}
html .catalog-product-view .product-reviews-summary .rating-summary,
html .apk-products-slider-grid .product-reviews-summary .rating-summary {
  float: left;
}
html .catalog-product-view .product-reviews-summary .reviews-actions,
html .apk-products-slider-grid .product-reviews-summary .reviews-actions {
  display: block !important;
  float: left;
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px;
}
html .catalog-product-view .block .block-title,
html .apk-products-slider-grid .block .block-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-top: 0;
  color: #fff;
  background: 0 0;
  padding: 0;
  padding-bottom: 0px;
  height: 43px;
  border: none;
  line-height: 43px;
}
html .catalog-product-view .block .block-title:after,
html .apk-products-slider-grid .block .block-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 410px;
  max-width: calc(100% - 40px);
  background: #1a1a1a;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
html .catalog-product-view .block .block-title strong,
html .apk-products-slider-grid .block .block-title strong {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 20px !important;
  background: #fff;
  padding: 0 20px;
  z-index: 2;
}
html .catalog-product-view .block .block-content .products-slider .products .item .item-inner,
html .apk-products-slider-grid .block .block-content .products-slider .products .item .item-inner {
  margin-bottom: 0px !important;
  display: block;
}
html .catalog-product-view .block .block-content .products-slider .products .item .item-inner .product-item-info .product-item-details,
html .apk-products-slider-grid .block .block-content .products-slider .products .item .item-inner .product-item-info .product-item-details {
  border: none;
}
html .catalog-product-view .block .block-content .products-slider .products .item .item-inner .product-item-info .product-item-details .price-box,
html .apk-products-slider-grid .block .block-content .products-slider .products .item .item-inner .product-item-info .product-item-details .price-box {
  margin-top: 10px;
}
html .catalog-product-view .block .block-content .products-slider .products .item .item-inner .product-item-info .product-item-details .price-box .special-price .price-container .price-label,
html .apk-products-slider-grid .block .block-content .products-slider .products .item .item-inner .product-item-info .product-item-details .price-box .special-price .price-container .price-label {
  font-size: 10px;
  display: none;
}
html .catalog-product-view .block .block-content .products-slider .products .item .item-inner .product-item-info .product-item-details .price-box .old-price .price-container .price-label,
html .apk-products-slider-grid .block .block-content .products-slider .products .item .item-inner .product-item-info .product-item-details .price-box .old-price .price-container .price-label {
  font-size: 10px;
  display: none;
}
html .catalog-product-view .block .block-content .products-slider .products .item .item-inner .product-item-info .box-hover,
html .apk-products-slider-grid .block .block-content .products-slider .products .item .item-inner .product-item-info .box-hover {
  border-left: none;
  border-right: none;
}
html .catalog-product-view .fotorama__thumb-border,
html .apk-products-slider-grid .fotorama__thumb-border {
  border: 2px solid #E09600;
}
html .catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist,
html .catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare {
  border-radius: 0;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}
html .catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist span,
html .catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare span {
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
html .catalog-product-view .product-info-main .product-info-price .price-box .price-from,
html .catalog-product-view .product-info-main .product-info-price .price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
html .catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label,
html .catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
html .catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist,
html .catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare {
  margin-right: 5px;
}
html .related .block-actions {
  display: none;
}
html .related .choice.related {
  display: none;
}
html .fotorama-item.fotorama--fullscreen {
  z-index: 2000 !important;
}
html .fotorama__nav-wrap {
  text-align: center;
}
html .fotorama__nav__shaft {
  top: -3px;
}
html .fotorama__nav__shaft .fotorama__nav__frame--dot > .fotorama__dot {
  width: 12px;
  height: 12px;
}
html .fotorama__nav__shaft .fotorama__nav__frame--dot.fotorama__active > .fotorama__dot {
  background-color: #012866;
  border-color: #012866;
}
html body .swatch-attribute {
  clear: both;
}
html body .swatch-option.text {
  padding: 0 8px;
}
html .bren-iner {
  padding: 0 60px;
  margin-top: -108px;
}
html .bren-iner .pt-brand-container {
  background: #fff;
  padding: 90px 0;
  border: 1px solid #e7e7e7;
}
html .pt-testimonial-container {
  background-color: #fff;
  padding-bottom: 20px;
}
html .pt-testimonial-container li {
  margin: 0 0 20px;
}
html .pt-testimonial-container li .pt-testimonial {
  padding: 30px;
  padding-bottom: 0;
  overflow: hidden;
  text-align: center;
}
html .pt-testimonial-container li .pt-testimonial .des {
  line-height: 24px;
  font-size: 13px;
  margin-top: 25px;
  text-align: center;
  color: #666;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
}
html .pt-testimonial-container li .pt-testimonial .content-tes {
  overflow: hidden;
  text-align: center;
}
html .pt-testimonial-container li .pt-testimonial .content-tes .text {
  margin-top: 20px;
}
html .pt-testimonial-container li .pt-testimonial .content-tes .text .info {
  text-transform: uppercase;
}
html .pt-testimonial-container li .pt-testimonial .content-tes .media-body {
  padding-left: 20px;
}
html .pt-testimonial-container li .pt-testimonial .content-tes .media-body .name {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
html .pt-testimonial-container li .pt-testimonial .email {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
html .pt-testimonial-container li .pt-testimonial .email:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  background: url(../../frontend/Apik/leonidas/nl_NL/images/bg_neme.png) no-repeat;
  height: 18px;
  width: 25px;
}
html .pt-testimonial-item {
  background: #fff;
  padding: 20px;
}
html .pt-testimonial-item .testimonial-item {
  margin: 0;
  list-style: none;
  padding: 0;
}
html .pt-testimonial-item .testimonial-item li {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding: 0 0 30px;
}
html .pt-testimonial-item .testimonial-item li .media-body {
  padding-left: 20px;
}
html .pt-testimonial-item .testimonial-item li .media-body .testimonial-name {
  margin: 0 0 10px;
  font-weight: bold;
}
html .pt-testimonial-item .testimonial-item li .media-body .testimonial-testimonial {
  margin: 5px 0;
}
html .pt-testimonial-item .testimonial-item li .media-body .testimonial-created-time {
  font-style: italic;
  text-decoration: underline;
}
html .item .item-inner .product-item-info {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 100%;
  border-radius: 3px;
}
html .item .item-inner .product-item-info .image-container {
  position: relative;
}
html .item .item-inner .product-item-info .product-item-details {
  padding-top: 15px;
  padding-bottom: 25px;
  text-align: center;
}
html .item .item-inner .product-item-info .product-item-details .product-item-name {
  margin: 0px;
  font-size: 1.4rem;
  vertical-align: top;
  font-size: 16px;
  color: #444444;
}
html .item .item-inner .product-item-info .product-item-details .product-item-name a {
  font-weight: 400;
}
html .item .item-inner .product-item-info .product-item-details .hover-iner {
  position: relative;
}
html .item .item-inner .product-item-info .product-item-details .hover-iner .actions-primary {
  position: absolute;
  display: block;
  z-index: 99;
  right: 0;
  left: 0;
  opacity: 0;
  bottom: 0px;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translatey(20px);
  -ms-transform: translatey(20px);
      transform: translatey(20px);
  width: 100%;
}
html .item .item-inner .product-item-info .product-item-details .hover-iner .actions-primary .action.primary {
  background: none !important;
  color: #012866;
  font-size: 14px;
  font-family: inherit;
  border: none;
  padding: 0px;
}
html .item .item-inner .product-item-info .product-item-details .hover-iner .actions-primary .action.primary:hover {
  color: #1a1a1a;
}
html .item .item-inner .product-item-info .product-item-details .price-box {
  padding: 0px 0 0px;
  margin: 5px 0 0px;
  color: #989898;
}
html .item .item-inner .product-item-info .product-item-details .product-reviews-summary {
  margin: 10px 0;
}
html .item .item-inner .product-item-info .product-item-details .price-final_price .price-from .price-container .price-wrapper .price {
  font-size: 1.1rem;
}
html .item .item-inner .product-item-info .product-item-details .price-final_price .price-from .old-price .price-final_price .tax .weee .price-wrapper .price {
  font-size: 1.1rem;
}
html .item .item-inner .product-item-info .product-item-details .price-final_price .price-to .price-container .price-wrapper .price {
  font-size: 1.1rem;
}
html .item .item-inner .product-item-info .product-item-details .price-final_price .price-to .old-price .price-final_price .tax .weee .price-wrapper .price {
  font-size: 1.1rem;
}
html .item .item-inner .product-item-info .box-hover {
  display: inline-block;
  padding: 0;
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  opacity: 0;
  margin: 0 auto;
  bottom: 7px;
  height: 41px;
  padding: 5px 0;
  z-index: 99;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translatey(20px);
  -ms-transform: translatey(20px);
      transform: translatey(20px);
  width: 100%;
  background: #012866;
}
html .item .item-inner .product-item-info .box-hover .add-to-links {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
html .item .item-inner .product-item-info .box-hover .add-to-links .material-symbols-outlined {
  line-height: 30px;
}
html .item .item-inner .product-item-info .box-hover .add-to-links a {
  border: none;
  color: #FFF;
  float: left;
  font-size: 0;
  width: 50%;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
html .item .item-inner .product-item-info .box-hover .add-to-links a span {
  font-size: 0;
}
html .item .item-inner .product-item-info .box-hover .add-to-links a:first-child {
  border-right: 1px solid #FFFFFF;
}
html .item .item-inner .product-item-info .box-hover .add-to-links a:before {
  text-align: right;
  width: 100%;
  position: relative;
  display: block;
  left: 0;
  top: 1px;
  font-family: Pe-icon-7-stroke !important;
  font-size: 20px;
  height: 100%;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
html .item .item-inner .product-item-info .box-hover .add-to-links a:hover:before {
  color: #fff;
}
html .item .item-inner .product-item-info .box-hover .add-to-links .action.out-of-stock {
  color: #FFFFFF;
}
html .item .item-inner .product-item-info .box-hover .add-to-links [data-role=tocart-form] {
  height: 30px;
  width: 50%;
  margin-left: auto;
}
html .item .item-inner .product-item-info .box-hover .add-to-links [data-role=tocart-form] .action.tocart.primary {
  padding: 0;
  background-color: transparent;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  font-weight: 400;
  color: #fff;
}
html .item .item-inner .product-item-info .box-hover .add-to-links [data-role=tocart-form] .action.tocart.primary:hover, html .item .item-inner .product-item-info .box-hover .add-to-links [data-role=tocart-form] .action.tocart.primary:focus, html .item .item-inner .product-item-info .box-hover .add-to-links [data-role=tocart-form] .action.tocart.primary:focus-within {
  background-color: transparent;
}
html .item .item-inner .product-item-info .box-hover .add-to-links .towishlist {
  display: block;
}
html .item .item-inner .product-item-info .box-hover .add-to-links .towishlist:before {
  content: "\e642";
  display: none !important;
}
html .item .item-inner .product-item-info .box-hover .add-to-links .tocompare {
  display: block;
}
html .item .item-inner .product-item-info .box-hover .add-to-links .tocompare:before {
  content: "\e6c2";
  display: inline-block;
}
html .item .item-inner:hover {
  z-index: 1;
}
html .item .item-inner:hover .product-item-info {
  position: relative;
  z-index: 9;
  background: #fff;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .item .item-inner:hover .product-item-info .image-container .box-hover {
  -webkit-transform: translatey(0);
  -ms-transform: translatey(0);
      transform: translatey(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
html .item .item-inner:hover .product-item-info .image-container .product-item-photo .image-rotator {
  opacity: 1;
  z-index: 2;
}
html .item .item-inner:hover .product-item-info .hover-iner .actions-primary {
  -webkit-transform: translatey(0);
  -ms-transform: translatey(0);
      transform: translatey(0);
  filter: alpha(opacity=100);
  opacity: 1;
  background: #FFFFFF;
}
html .new-product-slider {
  margin-top: 100px;
}
html .new-product-slider .item .last-child.item-inner {
  margin-top: 30px;
}
html .tab_product {
  position: relative;
  display: block;
}
html .tab_product .row {
  margin-left: 0px;
  margin-right: 0px;
}
html .tab_product .title-tab {
  margin-bottom: 0px;
}
html .tab_product .tab_container.producttab_inner {
  overflow: hidden;
  position: relative;
}
html .tab_product .item .item-inner:hover .product-item-info {
  z-index: 2;
}
html .title-gruod {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
html .title-gruod h3.text {
  text-align: center;
  font-size: 16px;
  color: #808080;
  font-style: italic;
  display: inline-block;
  margin-top: 0px;
}
html .ma-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  margin-top: 0px;
  color: #1a1a1a;
  font-style: inherit;
  display: block;
}
html .ma-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 410px;
  background: #1a1a1a;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 13px;
}
html .ma-title span {
  padding: 0 20px;
  background: #fff;
  z-index: 2;
  position: relative;
  font-weight: bold;
}
html .title-text {
  display: inline-block;
  padding: 0 350px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 45px;
  color: #7e7e7e;
  text-align: center;
}
html .box-haeder {
  position: relative;
  display: inline-block;
  float: right;
  border-left: 1px solid #545180;
  color: #fff;
  padding-left: 15px;
}
html .box-haeder .icon {
  display: inline-block;
  color: #f82e56;
  font-size: 40px;
  padding-right: 10px;
}
html .box-haeder .icon span {
  display: none;
}
html .box-haeder .text {
  display: inline-block;
}
html .box-haeder .text h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
html .box-haeder .text p {
  font-size: 14px;
  margin-bottom: 0px;
}
html .box-haeder {
  position: relative;
  display: inline-block;
  float: right;
  border-left: 1px solid #545180;
  color: #fff;
  padding-left: 15px;
}
html .box-haeder .icon {
  display: inline-block;
  color: #f82e56;
  font-size: 40px;
  padding-right: 10px;
}
html .box-haeder .icon span {
  display: none;
}
html .box-haeder .text {
  display: inline-block;
}
html .box-haeder .text h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
html .box-haeder .text p {
  font-size: 14px;
  margin-bottom: 0px;
}
html .column.main .category-view {
  position: relative;
  /*@include min-screen($mage_screen__s) {
      .category-image + .page-title-wrapper {
          position: absolute;
          transform: translateY(-100%);
          width: 100%;
          max-width: 50%;
          padding-left: 15px;
      }
  }

  @include max-screen($mage_screen__s) {
      .category-image {
          display: none;
      }
  }*/
}
html .column.main .category-view .category-image + .page-title-wrapper {
  position: absolute;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  max-width: 50%;
  padding-left: 15px;
}
html .column.main .category-view .page-main {
  padding: 0;
}
html .category-description > div > div {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  html .category-description > div > div {
    font-size: 1.8rem;
  }
}

.apk-pre-order-alert {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 30px 15px 15px;
  border-radius: 5px;
  background-color: #F8C861;
  color: #012866;
}

html .page-layout-1column .block.widget .products-grid .product-item {
  width: 50%;
}
@media only screen and (min-width: 640px) {
  html .page-layout-1column .block.widget .products-grid .product-item {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  html .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  html .page-layout-1column .block.widget .products-grid .product-item {
    width: 20%;
  }
}

.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  display: inline-block;
  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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: "\e615";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  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 li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #fff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}

.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: " –";
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

.search.summary {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .block-search .block-content {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 639px) {
  .block-search {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: "\e615";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus, .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8 rem;
  margin-top: 1.5 rem;
  margin-bottom: 1 rem;
  font-weight: bold;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .actions-toolbar > .action:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ":";
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}

.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}

.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}

.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}

.block.crosssell {
  margin-top: 70px;
}

.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.price,
.order-items.table-wrapper .col.qty,
.order-items.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .secondary a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  padding: 10px 25px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #012866;
  color: #FFFFFF;
  border-color: #012866;
  width: 100%;
}
.block-minicart .block-content > .actions > .secondary a:hover, .block-minicart .block-content > .actions > .secondary a:active, .block-minicart .block-content > .actions > .secondary a:focus {
  text-decoration: none;
}
.block-minicart .block-content > .actions > .secondary a:hover, .block-minicart .block-content > .actions > .secondary a:focus-within, .block-minicart .block-content > .actions > .secondary a:active {
  background-color: #011433;
  color: #FFFFFF;
  border-color: #011433;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: all;
  transition-property: all;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  display: none;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}

.minicart-wrapper {
  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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: "\e611";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: "\e611";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px 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 #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
  z-index: 101;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: "\e616";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled], fieldset[disabled] .minicart-wrapper .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart::before {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  pointer-events: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  bottom: 0px;
  right: 0px;
  border-radius: 9px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
  max-width: 18px;
  -webkit-filter: brightness(1) blur(0.5px);
          filter: brightness(1) blur(0.5px);
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  line-height: 1;
  font-size: 11px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
  display: none;
}

.minicart-items-wrapper {
  border: 1px solid #ccc;
  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 #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: "\e621";
}
.minicart-items .product-item-name {
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1a1a1a !important;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal !important;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1 rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1 rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit, .minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span, .minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before, .minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: "\e606";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before, .minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: "\e604";
}

@media only screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
}
@media only screen and (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
}
.checkout-container {
  margin: 0 0 20px;
}

.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}

.checkout-index-index {
  /*.page-header {
      background: url("../../frontend/Apik/leonidas/nl_NL/images/header/leonidas-delice-main-header-bg-compressor.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;

      &::after {
          content: "";
          z-index: 0;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(12, 37, 89, 0.3);
      }

  }
  .logo {
      margin-left: 0;
  }
  */
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .minicart-wrapper .action.showcart {
  padding: 0px;
  background-color: transparent;
}
.checkout-index-index .minicart-wrapper .action.showcart .material-symbols-outlined {
  font-size: 35px;
}

.checkout-onepage-success .print {
  display: none;
}

@media only screen and (max-width: 639px) {
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .opc-wrapper {
    width: 66.6666666667%;
    float: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333;
}

@media only screen and (min-width: 768px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}

.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8 rem;
}
.opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.8 rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: "\e610";
  font-family: "icons-blank-theme";
  line-height: 1;
  font-size: 2.8 rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333;
}
.opc-progress-bar-item._complete > span:after {
  content: "\e610";
  font-family: "icons-blank-theme";
  line-height: 1;
  font-size: 2.8 rem;
}

@media only screen and (min-width: 768px) {
  .opc-progress-bar-item {
    width: 185px;
  }
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}

.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required, .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: "\e623";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
._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: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}

@media only screen and (max-width: 479px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: "\e610";
  font-family: "icons-blank-theme";
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: "+";
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}

.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}

.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}

.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}

@media only screen and (max-width: 639px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: "\e606";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .opc-wrapper .shipping-address-item {
    width: 33.3333333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
}
.checkout-shipping-method {
  position: relative;
}

.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}

@media only screen and (max-width: 639px) {
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.3333333333%;
    float: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  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: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: "\e606";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.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: transparent;
  padding: 22px 30px;
  margin: 0 0 20px;
  padding-top: 0px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4 rem;
  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 #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8 rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\e621";
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6 rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1 rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
}
.authentication-dropdown {
  -webkit-box-sizing: border-box;
          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.8 rem;
  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 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    transition: transform linear 0.1s, visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
    transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
    transition: transform linear 0.1s, visibility 0s linear 0s;
    transition: transform linear 0.1s, visibility 0s linear 0s, -webkit-transform linear 0.1s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.3333333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6 rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .popup-authentication .block[class] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "\e621";
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-option {
    margin: -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}

.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}

.checkout-agreement-item-content {
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  html .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
  }
}

html .contact-index-index .apk-newsletter-mailchimp {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
html .contact-index-index .asterisk {
  color: #e02b27;
}
html .contact-index-index #mc_embed_signup {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  html .contact-index-index #mc_embed_signup .apk-input-type label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  html .contact-index-index #mc_embed_signup .apk-input-type input {
    max-width: 74.2%;
    width: auto;
    min-width: 290px;
  }
  html .contact-index-index #mc_embed_signup .apk-content-type {
    width: 74.2%;
    margin-left: auto;
  }
}

ul.contact-socials {
  margin: 0;
}
ul.contact-socials li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .customer-account-create .form.create.account {
    width: 80%;
  }
  .customer-account-create .form.create.account .fieldset .legend {
    font-size: 2rem;
    display: inline-block;
    width: 100%;
    margin-left: inherit;
    border-bottom: 1px solid #e5e5e5;
  }
}
.customer-account-create .form.create.account .fieldset.additional_info {
  display: none;
}

@media only screen and (min-width: 768px) {
  html .customer-account-login .fieldset > .field:not(.choice) > .label,
  html .customer-account-login .fieldset > .field:not(.choice) > .control {
    display: block;
    margin-left: 0;
    float: none;
    width: 100%;
    text-align: left;
  }
  html .customer-account-login .fieldset > .field.choice::before {
    display: none;
  }
  html .customer-account-login .actions-toolbar {
    margin-left: inherit !important;
  }
}
html .customer-account-login .block-title {
  text-transform: uppercase;
}
html .customer-account-login .login-container .fieldset:after {
  margin-left: inherit;
}

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8 rem;
}
.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.2 rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}

.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}

.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}

.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4 rem;
  margin-top: 2 rem;
  margin-bottom: 2 rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}

.field.password .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.field.password .control .mage-error {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.field.password .control .input-text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  z-index: 2;
}

.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  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;
}

@media only screen and (max-width: 639px) {
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .login-container .fieldset:after {
    text-align: center;
  }
  .block-collapsible-nav .title {
    top: -4px;
  }
  .block-collapsible-nav .content.active {
    margin-top: -15px;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .account.page-layout-2columns-left .sidebar.sidebar-main {
    padding-right: 25px;
    padding-left: 0px;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
}
.cart-container .cart-gift-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gift-item-block {
  border: 1px solid #001854;
  border-radius: 5px;
  background-color: transparent;
  padding: 15px 35px;
  color: #001854;
}
.gift-item-block a {
  color: #001854;
  text-decoration: underline;
}
.gift-item-block .title {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  background: transparent;
  border: 0;
  color: #001854;
}
.gift-item-block .title::after {
  content: none !important;
}
.gift-item-block .title:hover {
  background: transparent;
  border: 0;
  color: #FFFFFF;
}
.gift-item-block .content {
  padding: 0;
  display: block !important;
  border: 0;
}

.gift-options-title {
  margin: 0 0 30px;
  font-size: 1.3rem;
}
.modal-content .gift-options-title {
  display: none;
}

.gift-options-content .fieldset .label {
  color: #001854;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 10px;
}
.gift-options-content button:not(.primary), .gift-options-content .cart.table-wrapper .actions-toolbar > .action:not(.primary), .cart.table-wrapper .gift-options-content .actions-toolbar > .action:not(.primary) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.gift-options-content textarea {
  border: 0;
  border-radius: 2px;
  color: #333333;
}
.gift-options-content input[type=text],
.gift-options-content textarea {
  color: #001854;
  border: 1px solid #cbd6e2 !important;
  border-radius: 3px;
  background-color: #f5f8fa;
}
.modal-content .gift-options-content .fieldset .label {
  color: #333333;
}
.modal-content .gift-options-content textarea {
  border: 1px solid #d4d4d4;
}

.gift-options-content input[type=text],
.gift-options-content input[type=password],
.gift-options-content input[type=url],
.gift-options-content input[type=tel],
.gift-options-content input[type=search],
.gift-options-content input[type=number],
.gift-options-content input[type=datetime],
.gift-options-content input[type=email] {
  border: 0;
  border-radius: 2px;
  color: #333333;
}
.modal-content .gift-options-content input[type=text],
.modal-content .gift-options-content input[type=password],
.modal-content .gift-options-content input[type=url],
.modal-content .gift-options-content input[type=tel],
.modal-content .gift-options-content input[type=search],
.modal-content .gift-options-content input[type=number],
.modal-content .gift-options-content input[type=datetime],
.modal-content .gift-options-content input[type=email] {
  border: 1px solid #d4d4d4;
}

.gift-options-cart-item {
  display: none;
}

.gift-options .actions-toolbar .secondary .action-cancel {
  margin-top: 0;
  height: 46px;
  line-height: 44px;
  color: #001854;
}
.gift-options .actions-toolbar .secondary .action.action-update {
  color: #333333;
}
.gift-options .actions-toolbar .secondary .action.action-update:hover {
  color: ligten(#333333, 10%);
}

body.checkout-index-index button.action.secondary.action-hide-popup, body.checkout-index-index .cart.table-wrapper .actions-toolbar > .action.secondary.action-hide-popup, .cart.table-wrapper body.checkout-index-index .actions-toolbar > .action.secondary.action-hide-popup {
  padding: 10px 25px;
}

.block .filter {
  /*.block-subtitle {
      border-bottom: @border-width__base solid $c-blue-main;
      font-size: 400;
      font-weight: @font-weight__semibold;
      line-height: 1em;
      padding: 15px 15px 20px;
  }*/
}
.block .filter.block {
  margin-bottom: 0;
  background-color: #FFFFFF;
}
.block .filter-title.block-title {
  text-align: center;
}
.block .filter-title.block-title strong {
  background-color: #012866;
  color: #FFFFFF;
  padding: 5px 15px;
}
.block .filter-title.block-title strong[data-count]:after {
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 15px;
  min-width: 1em;
  padding: 2px;
  color: #FFFFFF;
}
.block .filter-title.block-title strong.disabled {
  opacity: 0.5;
}
.block .filter-subtitle {
  display: none;
}
.block .filter-current {
  margin: 0;
}
.block .filter-current .items {
  padding: 15px 15px;
}
.block .filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .block .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 15px;
}
.block .filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.block .filter-actions {
  margin-bottom: 20px;
  padding: 0 15px;
}
.block .filter-label {
  font-weight: 700;
}
.block .filter-label:after {
  content: ": ";
}
.block .filter-options {
  display: none;
  margin: 0;
}
.block .filter-options-item {
  padding-bottom: 15px;
}
.block .filter-options-title {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 15px 45px 0 15px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
}
.block .filter-options-title:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="white" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6z"/></svg>');
  position: absolute;
  right: 13px;
  top: 12px;
  width: 20px;
  height: 20px;
}
.active > .block .filter-options-title::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="white" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z"/></svg>');
}
.block .filter-options-content {
  margin: 0;
  padding: 15px;
}
.block .filter-options-content .item {
  line-height: 1.5em;
  margin: 15px 0;
}
.block .filter-options-content a {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.block .filter-options-content a:hover {
  text-decoration: none;
}
.block .filter-options-content .count {
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
}
.block .filter-options-content .count:before {
  content: "(";
}
.block .filter-options-content .count:after {
  content: ")";
}
/*** SLIDER TOOLTIP ***/
html .amshopby-slider-tooltip {
  color: #444444;
}

@media only screen and (max-width: 639px) {
  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: 25px;
  }
  .filter.active .filter-subtitle,
  .filter.active .filter-options {
    color: #FFFFFF;
    background-color: #012866 !important;
  }
  .filter.active .filter-subtitle *,
  .filter.active .filter-options * {
    color: #FFFFFF;
  }
  .filter.active .filter-title strong {
    position: absolute;
    right: 6px;
    top: 6px;
  }
  .filter.active .filter-title strong::after {
    font-size: 16px;
    line-height: inherit;
    color: #FFFFFF;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="white" d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8L4.646 5.354a.5.5 0 0 1 0-.708"/></svg>');
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    padding: 15px 45px 0 15px;
  }
  .filter.active .filter-title {
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    /*.lib-icon-font(
    @icon-remove,
    @_icon-font-color: @text__color__muted,
    @_icon-font-size: 16px,
    @_icon-font-position: after
    );*/
  }
  .filter.active .filter-subtitle {
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    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: 400;
  }
  .filter-actions {
    margin: -35px -15px 20px;
  }
  .filter-options-content {
    padding: 15px 15px;
  }
  .filter .filter-current {
    border: solid #012866;
    border-width: 1px 0;
    margin: 15px -15px 0;
    padding: 15px;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 0;
    /*.lib-icon-font(
        @_icon-font-content: @icon-down,
        @_icon-font-size: 13px,
        @_icon-font-position: before,
        @_icon-font-display: block
    );*/
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    content: " (" attr(data-count) ")";
    font-size: 0.9em;
  }
  .filter .filter-current.active .block-subtitle {
    /*.lib-icon-font-symbol(
        @_icon-font-content: @icon-up,
        @_icon-font-position: before
    );*/
  }
  .filter .filter-current.active .items {
    display: block;
    padding: 10px 0 0;
    margin-bottom: 30px;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current.active + .block-actions a {
    color: #444444;
  }
  .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: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  html .page-layout-2columns-left .sidebar.sidebar-main {
    padding-left: 0;
    padding-right: 3%;
  }
  html .page-layout-2columns-left .filter.block {
    color: #FFFFFF;
    margin-bottom: 25px;
    background-color: #012866;
    border-radius: 5px;
  }
  html .page-layout-2columns-left .filter-title {
    font-size: 20px;
    display: none;
  }
  html .page-layout-2columns-left .filter-subtitle {
    color: #FFFFFF;
    display: block;
    position: static;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  html .page-layout-2columns-left .filter-content {
    color: #FFFFFF;
    padding: 15px;
  }
  html .page-layout-2columns-left .filter-content .item {
    color: #FFFFFF;
    margin: 15px 0;
  }
  html .page-layout-2columns-left .filter-content .item a {
    color: #FFFFFF;
  }
  html .page-layout-2columns-left .filter-content .item a.amshopby-link-selected {
    font-weight: 700;
    color: #FFFFFF;
  }
  html .page-layout-2columns-left .filter-actions {
    margin-bottom: 30px;
  }
  html .page-layout-2columns-left .filter.active html .page-layout-2columns-left .filter-options, html .page-layout-2columns-left .filter-options {
    color: #FFFFFF;
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  html .page-layout-2columns-left .filter.active html .page-layout-2columns-left .filter-options-title, html .page-layout-2columns-left .filter-options-title {
    padding: 0px 35px 0 0px;
    text-transform: initial;
    font-weight: 400;
    font-size: 16px;
  }
  html .page-layout-2columns-left .filter.active html .page-layout-2columns-left .filter-options-title::after, html .page-layout-2columns-left .filter-options-title::after {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  html .page-layout-2columns-left .filter.active html .page-layout-2columns-left .filter-options-content, html .page-layout-2columns-left .filter-options-content {
    margin-bottom: 0;
    padding: 0;
  }
  html .page-layout-2columns-left .filter .filter-actions a {
    color: #FFFFFF;
  }
  html .page-layout-2columns-left .filter-current-subtitle {
    font-size: 16px;
    padding-bottom: 0;
  }
  html .page-layout-2columns-left .filter-current .amshopby-items {
    padding: 0;
  }
  html .page-layout-2columns-left .catalog-topnav {
    display: none;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #012866;
  }
  .page-layout-1column .filter-content {
    margin-top: 15px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options {
    color: #FFFFFF;
  }
  .page-layout-1column .filter-options-item {
    color: #FFFFFF;
    border: 0;
    display: inline-block;
    margin-right: 20px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after, .page-layout-1column .filter-options-item.active:before {
    bottom: -1px;
    display: block;
    left: 15px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-item a {
    color: #FFFFFF;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    color: #FFFFFF;
    border: 1px solid #012866;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 15px;
    color: #FFFFFF;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
    color: #FFFFFF;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #111;
    color: #FFFFFF;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    display: inline;
    font-size: 400;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ":";
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 20px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 20px;
  }
}
/***********************************
       Top Bar Annouce
***********************************/
.apk-topbar-announce {
  padding: 4px 0;
  background: #F8C861;
}
@media only screen and (min-width: 768px) {
  .apk-topbar-announce {
    padding: 4px 15px;
  }
}
.apk-topbar-announce--message {
  font-size: 12px;
  color: #012866;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .apk-topbar-announce--message {
    font-size: 14px;
  }
}
.apk-topbar-announce--message .uk-slider-items > div {
  text-align: center;
}
.apk-topbar-announce--message .uk-slider-items > div a {
  text-decoration: underline;
  color: currentColor;
}
.apk-topbar-announce--message .uk-slider-items > div .font-leonidas {
  font-size: 22px;
}
.apk-topbar-announce--message .uk-slidenav.uk-slidenav-next, .apk-topbar-announce--message .uk-slidenav.uk-slidenav-previous {
  color: #012866;
  opacity: 0.5;
}
.apk-topbar-announce--message .uk-slidenav.uk-slidenav-next:hover, .apk-topbar-announce--message .uk-slidenav.uk-slidenav-previous:hover {
  opacity: 1;
}

/***********************************
       Top links
***********************************/
.ammenu-header-container .apk-top-links .material-symbols-outlined {
  font-size: 22px;
  line-height: normal;
}
.ammenu-header-container .actions.dropdown.options.switcher-options {
  margin-top: 4px;
}

/***********************************
        Custom header Search
***********************************/
.apk-header-search-inner {
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.apk-header-search-inner.loading {
  display: none;
}
.apk-header-search-inner[hidden] {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .apk-header-search-inner {
    position: absolute;
    right: 90px;
    top: 60px !important;
    padding: 15px 25px;
    background-color: #FFFFFF;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .apk-header-search-inner {
    right: 140px;
  }
}

.page-header .amsearch-wrapper-block {
  min-width: 300px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-header .amsearch-wrapper-block {
    padding: 0;
  }
  .page-header .amsearch-wrapper-block:before {
    display: none;
  }
  .page-header .amsearch-wrapper-block input {
    width: 100%;
    min-height: 50px;
    border: inherit;
  }
}

/***********************************
   Amasty menu overwrite (desktop)
***********************************/
.ammenu-header-container.page-header {
  margin-bottom: 25px;
}
.ammenu-header-container.page-header + .breadcrumbs {
  margin-top: -25px;
}
.ammenu-header-container .header.content {
  /*& > * {
      color: $c-white;

      & a {
          &:hover {
              color: darken($c-white, 15%);
          }
      }
  }*/
}
.ammenu-header-container .material-symbols-outlined {
  line-height: 40px;
}
.ammenu-header-container .material-symbols-outlined {
  cursor: pointer;
  font-size: 32px;
}
.ammenu-header-container .material-symbols-outlined:hover {
  color: #d9d9d9;
}
.ammenu-header-container .action.showcart {
  color: #FFFFFF;
}
.ammenu-header-container .action.showcart:hover {
  color: #FFFFFF;
}
.ammenu-header-container .ammenu-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.ammenu-header-container .ammenu-menu-wrapper > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.ammenu-nav-sections.-topmenu {
  position: relative;
  background: transparent;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  background: transparent !important;
  color: #FFFFFF !important;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  background: #012866 !important;
  color: #FFFFFF !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root a,
.ammenu-nav-sections.-topmenu .ammenu-items.-root a:visited {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  color: #FFFFFF;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  -webkit-transition: padding-left 0.25s;
  transition: padding-left 0.25s;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root a:hover,
.ammenu-nav-sections.-topmenu .ammenu-items.-root a:visited:hover {
  padding-left: 10px;
  -webkit-transition: padding-left 0.25s;
  transition: padding-left 0.25s;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  position: static;
  font-size: 12px;
  letter-spacing: 2px;
  padding-left: 7px;
  padding-right: 7px;
}
@media only screen and (min-width: 1400px) {
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1519px) {
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
    font-size: 16px;
  }
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-text {
  padding-left: 7px;
  padding-right: 7px;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-text[data-bind] {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 300px;
  max-width: 600px;
  border-radius: 0;
  background-color: #012866 !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding: 25px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-category-columns .ammenu-column {
  padding-bottom: 0px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-category-columns .ammenu-column .ammenu-title {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  color: #FFFFFF !important;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  -webkit-transition: padding-left 0.25s;
  transition: padding-left 0.25s;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-category-columns .ammenu-column .ammenu-title:hover {
  padding-left: 10px;
  -webkit-transition: padding-left 0.25s;
  transition: padding-left 0.25s;
}

/***********************************
   Amasty menu overwrite (mobile)
***********************************/
.ammenu-nav-sections.-sidebar {
  overflow: visible;
  background-color: #012866;
  color: #FFFFFF;
  font-weight: 400 !important;
  max-width: 300px;
}
.ammenu-nav-sections.-sidebar .ammenu-menu-title {
  padding: 21px 0px;
}
.ammenu-nav-sections.-sidebar .ammenu-menu-title .ammenu-title {
  display: none;
}
.ammenu-nav-sections.-sidebar .ammenu-button.-icon.-close {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 17px;
  background-color: #012866;
  color: #FFFFFF;
}
.ammenu-nav-sections.-sidebar .ammenu-button.-icon.-close::after, .ammenu-nav-sections.-sidebar .ammenu-button.-icon.-close::before {
  width: 25px;
  height: 3px;
}
.ammenu-nav-sections.-sidebar .ammenu-tabs-list {
  margin: 0 0 20px;
  padding: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-tabs-list .ammenu-item .ammenu-button {
  border-radius: inherit;
  padding: 10px 20px;
  font-size: 20px;
}
.ammenu-nav-sections.-sidebar .ammenu-tabs-list .ammenu-item .ammenu-button.-active {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 400 !important;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root {
  max-height: 100vh;
  overflow: auto;
  padding-bottom: 75px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  color: #FFFFFF !important;
  font-weight: 400 !important;
  min-height: 45px;
  padding: 12px 35px 12px 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-label {
  display: none;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-inner[hidden] ~ .apk-ammenu-items-custom-switcher::after {
  display: block;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-inner ul {
  padding: 0 0 0 30px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-inner ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.8rem;
  position: relative;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-inner ul li a {
  font-size: 1.6rem;
  min-height: 50px;
  padding: 14px 0;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  margin: 0 20px;
  margin-bottom: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-inner ul li a:hover {
  text-decoration: none;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-switcher {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 0px;
  width: 40px;
  height: 40px;
  margin: 5px 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-switcher:hover {
  cursor: pointer;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-switcher::after, .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-switcher::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .apk-ammenu-items-custom-switcher::after {
  display: none;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link {
  border-bottom: none !important;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle svg {
  display: none;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle::before, .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle::after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-active > .ammenu-icon-block.-toggle::after {
  display: none;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .ammenu-items {
  padding: 0 0 0 20px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  color: #FFFFFF !important;
  font-weight: 400 !important;
  min-height: 38px;
  padding: 8px 0px;
}

/***********************************
        Menu Login (custom)
***********************************/
.apk-menu-login > * {
  padding: 0px 7px;
}
.apk-menu-login-inner {
  display: none;
  padding: 5px 15px 15px;
  background-color: #808080;
}
.apk-menu-login-inner ul {
  padding: 0;
  margin: 0;
}
.apk-menu-login-inner ul li {
  margin: 0 !important;
}
.apk-menu-login-inner a {
  padding: 0 25px;
  color: #FFFFFF;
  line-height: 35px;
  font-size: 13px;
}
@media screen and (max-width: 1150px) {
  .apk-menu-login {
    display: none;
  }
}

/***********************************
        Mini cart
***********************************/
.minicart-wrapper .action.showcart:before {
  display: none !important;
}

/***********************************
        Amasty Toggle
***********************************/
.ammenu-button.-hamburger {
  width: 32px;
  height: 32px;
  margin-right: 15px !important;
  border: none;
  margin: 0;
}
.ammenu-button.-hamburger::before, .ammenu-button.-hamburger::after {
  display: none;
}

.ammenu-menu-overlay {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/***********************************
        Footer container
***********************************/
.footer-top {
  padding-top: 45px;
}
.footer-top .footer-infos-store {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #012866;
}
.footer-top .footer-infos-store * {
  color: #FFFFFF;
}
@media only screen and (max-width: 959px) {
  .footer-top .footer-infos-store {
    text-align: center;
  }
  .footer-top .footer-infos-store img {
    width: auto;
    width: 100%;
  }
}
.footer-top .footer-infos-store-container * {
  color: #FFFFFF;
}
@media only screen and (max-width: 959px) {
  .footer-top .footer-infos-store-container {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .footer-infos-store-container {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-top .footer-infos-store-container .pagebuilder-column {
    padding-left: 0 !important;
  }
  .footer-top .footer-infos-store-container .pagebuilder-column > div {
    padding-left: 0 !important;
  }
}
.footer-top .footer-infos-store-container .action.primary {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #012866;
  text-transform: uppercase;
}
.footer-top .footer-infos-store-container .action.primary:hover, .footer-top .footer-infos-store-container .action.primary:focus, .footer-top .footer-infos-store-container .action.primary:focus-within {
  border-color: #FFFFFF;
  background-color: #e6e6e6;
  color: #012866;
}
.footer-top .footer-infos-misc {
  padding-top: 10px;
  color: #808080;
}
.footer-top .footer-infos-misc .footer-static-title::after {
  content: none !important;
}
.footer-top .footer-infos-misc .footer-static-content {
  display: block !important;
}
.footer-top .footer-infos-misc .footer-static-content img {
  background: white;
  margin-top: 10px;
}
@media only screen and (max-width: 959px) {
  .footer-top .footer-infos-misc .footer-static-content img {
    max-width: calc(50% - 15px);
  }
}
.footer-top .footer-infos-misc .footer-static-content img:not(:last-child) {
  margin-right: 10px;
}
.footer-top .footer-infos-misc .footer-static-content a.action.primary,
.footer-top .footer-infos-misc .footer-static-content .action.primary {
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
/*.footer-container .container-inner {
    padding-top: 50px; //100px
    color: $c-grey;
    background: #ffffff;

    .footer-top {
        border-top: 1px solid #dddddd;
        padding-top: 45px;


    }
}*/
/***********************************
        Footer Style
***********************************/
@media only screen and (min-width: 960px) {
  .footer-container .container-inner {
    background: inherit;
    padding-top: inherit;
  }
  .footer-container .container-inner .footer-top {
    background-color: inherit;
    border-top: inherit;
  }
}
.footer-container .footer-top {
  padding: 70px 0 0px;
  color: #808080;
  background: #FFFFFF;
}
.footer-container .footer-top .footer-static {
  border-top: 1px solid #ddd;
  padding-top: 100px;
  padding-bottom: 80px;
}
.footer-container .footer-top a:not(.primary) {
  color: #FFFFFF;
  /*@include min-screen($uk-bp-medium) {
  	color: $c-white;
  }*/
}
.footer-container .footer-top a:not(.primary):hover {
  color: #FFFFFF;
  text-decoration: underline;
  /*@include min-screen($uk-bp-medium) {
  	color: darken($c-white, 10%);
  }*/
}
.footer-container .footer-top .text-logo {
  display: inline-block;
}
.footer-container .footer-top .text-logo p {
  margin-bottom: 0;
  color: #808080;
  font-size: 14px;
  /*@include min-screen($uk-bp-medium) {
  	color: $c-white;
  }*/
}
.footer-container .footer-top .footer-static-title h3,
.footer-container .footer-top .footer-static-title .h3 {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 15px;
  color: #1a1a1a;
  /*@include min-screen($uk-bp-medium) {
  	color: $c-white;
  }*/
}
.footer-container .footer-top .footer-static-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .footer-container .footer-top .footer-static-content ul {
    margin-top: 20px;
  }
}
.footer-container .footer-top .footer-static-content ul li {
  line-height: 30px;
  margin-bottom: 0;
}
.footer-container .footer-top .footer-static-content ul li a {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  color: #808080;
}
.footer-container .footer-top .footer-static-content ul li a:hover {
  padding-left: 10px;
  color: #808080;
  text-decoration: underline;
}
.footer-container .footer-top .footer-static-content ul p {
  color: #808080;
  font-size: 14px;
  /*@include min-screen($uk-bp-medium) {
  	color: $c-white;
  }*/
}
.footer-container .footer-top .footer-static-content .text1 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
}
.footer-container .footer-top .footer-static-content .modun {
  margin-top: 40px;
}
.footer-container .footer-top h2.title {
  font-size: 14px;
  text-transform: capitalize;
}
.footer-container .footer-top ul {
  padding-left: 0;
}
.footer-container .footer-top ul.adress {
  margin-top: 15px;
}
.footer-container .footer-top ul.adress li {
  margin-bottom: 0px;
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
  margin-left: 25px;
  list-style: none;
  /*@include min-screen($uk-bp-medium) {
  	color: $c-white;
  }*/
}
.footer-container .footer-top ul.adress li span,
.footer-container .footer-top ul.adress li svg {
  position: absolute;
  color: #FFFFFF;
  padding-right: 5px;
  font-size: 19px;
  top: 2px;
  left: -25px;
  /*@include min-screen($uk-bp-medium) {
  	color: $c-white;
  }*/
}
.footer-container .footer-top ul.adress li strong {
  margin-left: -25px;
}

.footer-container .footer-top h2,
.footer-container .footer-top h3,
.footer-container .footer-top h4,
.footer-container .footer-top h5,
.footer-container .footer-top h6 {
  color: #1a1a1a;
}

.footer-bottom {
  padding: 24px 0 24px;
  text-align: center;
  position: relative;
  border-top: 1px solid #e0e0e3;
  font-size: 14px;
  background: #fff;
  /*@include min-screen($uk-bp-medium) {
  	color: $c-white;
  	background: $c-blue-main;
  }*/
}
.footer-bottom .copyright {
  display: block;
  font-size: 14px;
  text-align: left;
}
.footer-bottom .switcher-store {
  display: block;
  margin-top: 15px;
}
.footer-bottom .switcher-store strong:after {
  display: none !important;
}
.footer-bottom ul.link-follow {
  float: right;
  margin: 0px;
  padding: 0;
  list-style: none;
}
.footer-bottom ul.link-follow li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}
.footer-bottom ul.link-follow li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #757575;
}
.footer-bottom ul.link-follow li a:before {
  font-family: "FontAwesome";
}
.footer-bottom ul.link-follow li a span {
  display: none;
}
.footer-bottom ul.link-follow li a:hover {
  color: #808080;
}
.footer-bottom ul.link-follow li.first {
  margin-left: 0px;
}

#mc_embed_signup fieldset {
  border: none;
  padding: 0px 0px 10px;
  margin: 0px;
}

#back_top {
  bottom: 35px;
  display: none;
  height: 40px;
  position: fixed;
  right: 12px;
  width: 40px;
  line-height: 40px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  background-color: #012866;
  font-size: 1.5rem;
}
#back_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
}
#back_top:hover, #back_top:focus, #back_top:focus-within, #back_top:active {
  background: #011e4d;
  border-color: #FFFFFF;
}

html .slick-dots > li {
  width: 12px;
  height: 12px;
}
html .slick-dots > li button, html .slick-dots > li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper html .slick-dots > li .actions-toolbar > .action {
  width: 12px;
  height: 12px;
  border: 1px solid #012866;
}
html .slick-dots > li.slick-active button, html .slick-dots > li.slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper html .slick-dots > li.slick-active .actions-toolbar > .action {
  background-color: #012866;
}
html .product-items.slick-slider .slick-slide .product-item {
  max-width: 230px;
}

body {
  background-color: #fff;
}

[data-gs-href]:hover {
  cursor: pointer;
}

.apk-hp-blocks-inner[data-gs-href] img.uk-cover,
.apk-bg-overlay-container[data-gs-href] img.uk-cover {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.apk-hp-blocks-inner[data-gs-href]:hover img.uk-cover,
.apk-bg-overlay-container[data-gs-href]:hover img.uk-cover {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
      -ms-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}

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

body .page-header {
  border-bottom: none;
  margin-bottom: 20px;
}
body .page-header .panel.wrapper {
  border-bottom: inherit !important;
  background-color: #012866;
}
body .page-header .header.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: inherit;
  padding: 5px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1440px) {
  body .page-header .header.panel {
    padding: 5px 50px;
  }
}
body .page-header .header.panel .switcher {
  display: block;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 21px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  body .page-header .header.panel .switcher {
    margin-right: 0;
  }
}
body .page-header .header.panel > ul li a,
body .page-header .header.panel .switcher-options:not(.active) {
  line-height: 21px;
}
body .page-header .header.panel > ul li a:hover,
body .page-header .header.panel .switcher-options:not(.active):hover {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
body .page-header .header.panel > ul {
  padding: 0;
  margin: 0;
}
body .page-header .header.panel > ul:first-child {
  margin-left: auto;
}
body .page-header .header.panel > ul li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}
body .page-header .header.panel > ul li a {
  color: #FFFFFF;
  padding: 0px 5px;
}
body.contentmanager-contenttype-ct_homepage .page-header {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  body.contentmanager-contenttype-ct_homepage .page-header {
    z-index: 20;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
  }
  body.contentmanager-contenttype-ct_homepage .page-header .apk-header-content-container:not(.uk-active) .header.content {
    background-color: inherit;
    background-image: none;
    -webkit-transition: none;
    transition: none;
  }
  body.contentmanager-contenttype-ct_homepage .page-header .apk-header-content-container:not(.uk-active) .header.content::before {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

.header.content {
  padding-top: 10px;
  position: relative;
}
.apk-header-content-container .header.content {
  background-color: #012866;
  max-width: inherit;
  padding: 5px 15px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1440px) {
  .apk-header-content-container .header.content {
    padding: 10px 50px;
  }
}
.apk-header-content-container .header.content > * {
  position: relative;
}
.apk-header-content-container .header.content > *.ammenu-robots-navigation {
  position: absolute;
}
.apk-header-content-container .header.content .link.wishlist,
.apk-header-content-container .header.content .apk-header-search,
.apk-header-content-container .header.content .minicart-wrapper,
.apk-header-content-container .header.content .ammenu-button {
  margin: 0px;
  padding: 0px 0px;
}
.apk-header-content-container .header.content .link.wishlist > *,
.apk-header-content-container .header.content .apk-header-search > *,
.apk-header-content-container .header.content .minicart-wrapper > *,
.apk-header-content-container .header.content .ammenu-button > * {
  padding: 0px 5px;
}
.apk-header-content-container .header.content .link.wishlist .counter.qty {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: width;
  border-radius: 10px;
  background-color: #012866;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  padding: 0;
  margin: 0;
  color: white;
}
.apk-header-content-container .header.content .link.wishlist .counter.qty.a-lot {
  font-size: 10px;
}
.apk-header-content-container .header.content .material-symbols-outlined {
  color: #FFFFFF;
}

.apk-header-content-container.uk-sticky {
  z-index: 80 !important;
}
.apk-header-content-container:not(.uk-active) .header.content {
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
.apk-header-content-container:not(.uk-active) .header.content .ammenu-logo img {
  height: 60px;
  width: 60px;
}
.apk-header-content-container.uk-active {
  min-height: inherit !important;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.apk-header-content-container.uk-active .header.content {
  background-color: #012866;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
.apk-header-content-container.uk-active .header.content .ammenu-logo img {
  height: 60px;
  width: 60px;
}
.apk-header-content-container.uk-active .apk-header-search-inner {
  position: absolute;
  top: 80px !important;
  width: 100%;
  left: 0;
  z-index: 10;
}
.apk-header-content-container.uk-active .apk-header-search-inner .amsearch-wrapper-block,
.apk-header-content-container.uk-active .apk-header-search-inner .amsearch-input-wrapper,
.apk-header-content-container.uk-active .apk-header-search-inner .amsearch-form-block,
.apk-header-content-container.uk-active .apk-header-search-inner input {
  width: 100% !important;
}

.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}

.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}

body .page-wrapper .breadcrumbs {
  max-width: inherit;
  padding: 0;
  padding-top: 14px;
  padding-bottom: 10px;
  background-color: #F5F5F5;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  body .page-wrapper .breadcrumbs {
    margin-bottom: 40px;
  }
}
body .page-wrapper .breadcrumbs .items {
  font-size: 12px;
}
body .page-wrapper .breadcrumbs .items strong {
  color: #444444;
}

.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          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: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3 rem;
  background: #fdf0d5;
  color: #6f4400;
  margin: 0;
}
.message.global.noscript a, .message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover, .message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active, .message.global.cookie a:active {
  color: #006bb4;
}
.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: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3 rem;
  background: #fdf0d5;
  color: #6f4400;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #006bb4;
}

.page-footer {
  margin-top: auto;
}

.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}

.block .block-title strong {
  font-size: 18px;
  color: #252531;
  font-weight: 600;
  text-transform: uppercase;
}

html .page-header .panel.wrapper .switcher,
html .page-footer .switcher {
  margin-right: 10px;
}
html .page-header .panel.wrapper .switcher .options,
html .page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
html .page-header .panel.wrapper .switcher .options:before, html .page-header .panel.wrapper .switcher .options:after,
html .page-footer .switcher .options:before,
html .page-footer .switcher .options:after {
  content: "";
  display: table;
}
html .page-header .panel.wrapper .switcher .options:after,
html .page-footer .switcher .options:after {
  clear: both;
}
html .page-header .panel.wrapper .switcher .options .action.toggle,
html .page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
html .page-header .panel.wrapper .switcher .options .action.toggle > span,
html .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;
}
html .page-header .panel.wrapper .switcher .options .action.toggle:after,
html .page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
html .page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
html .page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
html .page-header .panel.wrapper .switcher .options .action.toggle:active:after,
html .page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
html .page-header .panel.wrapper .switcher .options .action.toggle.active,
html .page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
html .page-header .panel.wrapper .switcher .options .action.toggle.active > span,
html .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;
}
html .page-header .panel.wrapper .switcher .options .action.toggle.active:after,
html .page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  content: "\e621";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
html .page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
html .page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
html .page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
html .page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown,
html .page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 30px;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
html .page-header .panel.wrapper .switcher .options ul.dropdown li,
html .page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
html .page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown:before, html .page-header .panel.wrapper .switcher .options ul.dropdown:after,
html .page-footer .switcher .options ul.dropdown:before,
html .page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown:before,
html .page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown:after,
html .page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown:before,
html .page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown:after,
html .page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
html .page-header .panel.wrapper .switcher .options.active,
html .page-footer .switcher .options.active {
  overflow: visible;
}
html .page-header .panel.wrapper .switcher .options.active ul.dropdown,
html .page-footer .switcher .options.active ul.dropdown {
  display: block;
}
html .page-header .panel.wrapper .switcher .options .action.toggle::after, html .page-header .panel.wrapper .switcher .options .action.toggle.active::after,
html .page-footer .switcher .options .action.toggle::after,
html .page-footer .switcher .options .action.toggle.active::after {
  margin-left: -5px;
  margin-top: 1px;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown,
html .page-footer .switcher .options ul.dropdown {
  background-color: #808080;
  border-color: #808080;
  -webkit-box-shadow: none;
          box-shadow: none;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown::before, html .page-header .panel.wrapper .switcher .options ul.dropdown::after,
html .page-footer .switcher .options ul.dropdown::before,
html .page-footer .switcher .options ul.dropdown::after {
  border-bottom-color: #808080;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown a,
html .page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
  color: #FFFFFF;
}
html .page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
html .page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
html .page-header .panel.wrapper .switcher li,
html .page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
html .page-header .panel.wrapper .switcher strong,
html .page-footer .switcher strong {
  font-weight: 400;
}

.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}

.ui-datepicker td {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper, .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .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.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  html .columns {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  html .column.main {
    padding-right: 15px;
    padding-left: 15px;
    min-height: auto;
  }
  html .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html .page-layout-2columns-left .sidebar-main {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: left;
    float: left;
  }
  html .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: right;
    float: right;
  }
  html .account.page-layout-2columns-left .column.main {
    width: 75%;
  }
  html .account.page-layout-2columns-left .sidebar-main,
  html .account.page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
}
a.pagebuilder-button-secondary {
  background: #E09600;
  border-color: #E09600;
  color: #FFFFFF;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
a.pagebuilder-button-secondary:visited {
  color: #FFFFFF;
}

.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: "\e601";
}

.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}

.block-wishlist .product-item .price-box .price {
  color: #989898;
  font-weight: 400;
}
.block-wishlist .product-item-name {
  margin-right: 0;
}

.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 .box-tocart input.qty {
  height: 32px;
}

@media only screen and (max-width: 639px) {
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 10px 0px;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 767px) {
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px !important;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6 rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.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;
  }
}
@media only screen and (min-width: 640px) {
  .wishlist-index-index .products-grid .product-item {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0px !important;
  }
  .wishlist-index-index .products-grid .product-item:last-child {
    margin-bottom: 20px !important;
  }
  .wishlist-index-index .products-grid .product-item-tooltip {
    display: inline-block;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 10px 0 0;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 0.748%;
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
/***********************************
        Debug pour le slider -> Le slider prend les margins négatives pour calculer la width des slides
***********************************/
html .columns {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html .columns .column.main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/***********************************
        Blocks avec Background
***********************************/
.apk-hp-blocks {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .apk-hp-blocks {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.apk-hp-blocks-inner {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
}
.apk-hp-blocks-overlay {
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  max-width: 300px;
  width: 100%;
  min-height: 220px;
  text-align: center;
}
.apk-hp-blocks-pre-title {
  font-size: 14px;
  color: #767676;
  min-height: 20px;
  display: inline-block;
}
.apk-hp-blocks-title {
  display: block;
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #1a1a1a;
}
.apk-hp-blocks a {
  font-size: 16px;
  color: #1a1a1a;
  margin-top: 30px;
  display: inherit;
}
@media only screen and (max-width: 639px) {
  .apk-hp-blocks .is-layout-2 .uk-cover-container {
    min-height: 200px !important;
  }
}
.apk-hp-blocks .is-layout-2 .apk-hp-blocks-content-layout2 > div {
  padding: 25px 20px;
}
@media only screen and (min-width: 640px) {
  .apk-hp-blocks .is-layout-2 .apk-hp-blocks-content-layout2 > div {
    min-height: 275px;
  }
}
.apk-hp-blocks .is-layout-2 .apk-hp-blocks-pre-title {
  font-size: 14px;
  color: #FFFFFF;
  min-height: 20px;
  display: block;
}
.apk-hp-blocks .is-layout-2 .apk-hp-blocks-title {
  display: block;
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #FFFFFF;
}
.apk-hp-blocks a.action.primary {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
}
.apk-hp-blocks a.action.primary:focus, .apk-hp-blocks a.action.primary:hover, .apk-hp-blocks a.action.primary:active {
  color: #777777;
}

/***********************************
        Blocks Slider product
***********************************/
.apk-slider-product {
  margin-top: 75px;
}
.apk-slider-product .apk-title {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.apk-slider-product .apk-title-pre {
  text-align: center;
  font-size: 20px;
  color: #012866;
  display: inline-block;
  font-weight: 500;
  margin-top: 0;
}
.apk-slider-product .apk-title-main {
  overflow: hidden;
  margin: 10px 0 0;
  font-family: "Leonidas Script TB 2", serif;
  font-size: 40px;
  font-weight: normal;
  color: #E09600;
  text-align: center;
}
.apk-slider-product .apk-title-main span {
  padding: 0 15px;
  background: #FFFFFF;
  z-index: 2;
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.apk-slider-product .apk-title-main span::after, .apk-slider-product .apk-title-main span::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 110px;
  background: #E09600;
  height: 2px;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}
.apk-slider-product .apk-title-main span::before {
  left: inherit;
  right: 100%;
}
.apk-slider-product.apk-expanded .container-inner {
  max-width: 1880px;
}
@media only screen and (min-width: 1200px) {
  .apk-slider-product.apk-expanded .container-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .apk-slider-product.apk-expanded .item.product {
    max-width: 16.6666666667%;
  }
}

/***********************************
    Block Background avec overlay
***********************************/
.apk-bg-overlay {
  margin: 80px 0px;
  position: relative;
  /*.action.primary {
      font-size: 10px;
      text-transform: uppercase;
      background: rgba(60, 45, 33, 0.87);
      padding: 11px 25px;
      margin-top: 35px;
      color: #fff;
      margin-bottom: 5px;

      @include min-screen($mage_screen__s) {
          font-size: 15px;
      }

      &:hover {
          background: $c-black-menu;
          border-color: $c-black-menu;
      }
  }*/
}
.apk-bg-overlay-container {
  padding: 60px 30px;
}
.apk-bg-overlay-overlay {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 25px;
  width: auto;
  text-align: center;
}
.apk-bg-overlay-title {
  margin: 0px;
  display: block;
}
.amcart-qty-wrap > .amcart-control {
  background: #012866;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.amcart-qty-wrap > .amcart-control:hover {
  opacity: 0.8;
}

.amcart-confirm-buttons .am-btn-left,
.amcart-confirm-buttons .am-btn-right {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}

.ambanner-slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Mieux cibler
  .ambanner-arrow-button {
      &:active {
          background-color: $c-blue-main;
          &::before {
              color: $c-white;
          }
      }
  }
  */
}
@media only screen and (min-width: 1024px) {
  .ambanner-slider-container {
    margin-top: 40px;
  }
}
.ambanner-slider-container .ambanner-slider-wrap {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .ambanner-slider-container .ambanner-slider-wrap {
    margin-top: 0;
  }
}
.ambanner-slider-container .ambanner-slider-block {
  margin: 0 !important;
}
@media only screen and (min-width: 640px) {
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block {
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block {
    height: 700px;
  }
}
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .ambanner-image-block img {
  -webkit-filter: none !important;
          filter: none !important;
}
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-container {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner {
  position: absolute;
  top: 50%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 639px) {
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner {
    text-align: center;
    top: 25%;
  }
}
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner * {
  color: #FFFFFF;
  font-size: 18px;
}
@media only screen and (min-width: 640px) {
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner * {
    font-size: 28px;
  }
}
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner .title {
  margin-bottom: inherit;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
}
@media only screen and (min-width: 640px) {
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner .title {
    font-size: 60px;
  }
}
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner .title .font-leonidas {
  font-family: "Leonidas Script TB 2", serif;
  font-size: 42px;
  font-weight: 400;
}
@media only screen and (min-width: 640px) {
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner .title .font-leonidas {
    font-size: 87px;
  }
}
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner h1,
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner h2,
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner h3,
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner h4 {
  margin-bottom: inherit;
  font-size: 25px;
}
@media only screen and (min-width: 640px) {
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner h1,
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner h2,
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner h3,
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner h4 {
    font-size: 40px;
  }
}
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner p {
  margin-top: 15px;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 640px) {
  .ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner p {
    font-size: 18px;
  }
}
.ambanner-slider-container .ambanner-slider-block .ambanner-item-block .apk-overlay-inner a.action.primary {
  font-size: 18px;
  display: inline-block;
  border: 1px solid #eef3f6;
  background: #eef3f6;
  color: #1a1a1a;
  padding: 10px 25px;
  margin-top: 25px;
  text-transform: capitalize;
  font-weight: 400;
  /*
  &:hover {
      border: 1px solid #1a1a1a;
      background: #1a1a1a;
      color: #eef3f6;
  }
  */
}
.ambanner-slider-container ul.ambanner-slider-dots {
  opacity: 1;
  bottom: 10px !important;
}
.ambanner-slider-container ul.ambanner-slider-dots > li {
  margin: 0;
}
.ambanner-slider-container ul.ambanner-slider-dots > li button, .ambanner-slider-container ul.ambanner-slider-dots > li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .ambanner-slider-container ul.ambanner-slider-dots > li .actions-toolbar > .action {
  border-color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.ambanner-slider-container ul.ambanner-slider-dots > li button:hover, .ambanner-slider-container ul.ambanner-slider-dots > li .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .ambanner-slider-container ul.ambanner-slider-dots > li .actions-toolbar > .action:hover {
  background-color: #FFFFFF;
}
.ambanner-slider-container ul.ambanner-slider-dots > li.slick-active button, .ambanner-slider-container ul.ambanner-slider-dots > li.slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .ambanner-slider-container ul.ambanner-slider-dots > li.slick-active .actions-toolbar > .action {
  background-color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.ambanner-slider-container ul.ambanner-slider-dots > li:not(:first-child) {
  margin-left: 16px;
}

@media only screen and (max-width: 639px) {
  body.checkout-index-index .checkout-header {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  body.checkout-index-index .authentication-wrapper {
    float: none;
    margin-top: 0;
    margin-bottom: 25px;
    max-width: 100%;
  }
}

.am-checkout .amcheckout-step-container .amcheckout-title {
  border-radius: 5px;
  background-color: #012866;
  color: #FFFFFF;
}
.am-checkout .amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border-color: #FFFFFF;
}
.am-checkout .amcheckout-step-container .amcheckout-title > .amcheckout-icon::before {
  border-bottom-color: #FFFFFF;
  border-right-color: #FFFFFF;
}
.am-checkout .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
  border-color: transparent;
  background-color: #F8C861;
}
.am-checkout .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  border-radius: 5px;
}
.am-checkout .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected {
  border-color: transparent;
  background-color: #F8C861;
}
.am-checkout .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  border-radius: 5px;
}
.am-checkout .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: transparent;
  background-color: #F8C861;
}
.am-checkout .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  float: left;
}
.am-checkout .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .credit-card-types.worldline-payment-types img {
  width: 60px;
}
.am-checkout .amcheckout-step-container.-summary {
  border-radius: 5px;
}
.am-checkout .amcheckout-step-container .primary .action.checkout,
.am-checkout .amcheckout-step-container .action.checkout.amasty {
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #E09600;
  color: #FFFFFF;
}
.am-checkout .amcheckout-step-container .primary .action.checkout:hover,
.am-checkout .amcheckout-step-container .action.checkout.amasty:hover {
  background-color: #e2e2e2;
  color: #777777;
  border-color: #777777;
}
.am-checkout .opc-payment-additional.discount-code {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.am-checkout .opc-payment-additional.discount-code button.action.action-apply, .am-checkout .opc-payment-additional.discount-code .cart.table-wrapper .actions-toolbar > .action.action-apply, .cart.table-wrapper .am-checkout .opc-payment-additional.discount-code .actions-toolbar > .action.action-apply {
  background-color: #001854;
  color: #FFFFFF;
  border-color: #001854;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.am-checkout .opc-payment-additional.discount-code button.action.action-apply:hover, .am-checkout .opc-payment-additional.discount-code .cart.table-wrapper .actions-toolbar > .action.action-apply:hover, .cart.table-wrapper .am-checkout .opc-payment-additional.discount-code .actions-toolbar > .action.action-apply:hover, .am-checkout .opc-payment-additional.discount-code button.action.action-apply:focus-within, .am-checkout .opc-payment-additional.discount-code .cart.table-wrapper .actions-toolbar > .action.action-apply:focus-within, .cart.table-wrapper .am-checkout .opc-payment-additional.discount-code .actions-toolbar > .action.action-apply:focus-within, .am-checkout .opc-payment-additional.discount-code button.action.action-apply:active, .am-checkout .opc-payment-additional.discount-code .cart.table-wrapper .actions-toolbar > .action.action-apply:active, .cart.table-wrapper .am-checkout .opc-payment-additional.discount-code .actions-toolbar > .action.action-apply:active {
  background-color: #e2e2e2;
  color: #777777;
  border-color: #777777;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: all;
  transition-property: all;
}
.am-checkout button.action.action-update, .am-checkout .cart.table-wrapper .actions-toolbar > .action.action-update, .cart.table-wrapper .am-checkout .actions-toolbar > .action.action-update {
  background-color: #001854;
  color: #FFFFFF;
  border-color: #001854;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.am-checkout button.action.action-update:hover, .am-checkout .cart.table-wrapper .actions-toolbar > .action.action-update:hover, .cart.table-wrapper .am-checkout .actions-toolbar > .action.action-update:hover, .am-checkout button.action.action-update:focus-within, .am-checkout .cart.table-wrapper .actions-toolbar > .action.action-update:focus-within, .cart.table-wrapper .am-checkout .actions-toolbar > .action.action-update:focus-within, .am-checkout button.action.action-update:active, .am-checkout .cart.table-wrapper .actions-toolbar > .action.action-update:active, .cart.table-wrapper .am-checkout .actions-toolbar > .action.action-update:active {
  background-color: #e2e2e2;
  color: #777777;
  border-color: #777777;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: all;
  transition-property: all;
}
.am-checkout button.action.action-cancel, .am-checkout .cart.table-wrapper .actions-toolbar > .action.action-cancel, .cart.table-wrapper .am-checkout .actions-toolbar > .action.action-cancel {
  color: #001854;
}

html body .amprot-field.-checkable {
  margin-bottom: 25px;
}
html body .amprot-radio-block > .amprot-mark {
  display: block;
  width: inherit;
  min-width: inherit;
  border: none;
  background: transparent !important;
  margin-left: 25px;
}
html body .amprot-radio-block > .amprot-mark .amprot-value,
html body .amprot-radio-block > .amprot-mark .amprot-text {
  font-weight: 400;
}
html body .amprot-radio-block > .amprot-mark .amprot-value:hover,
html body .amprot-radio-block > .amprot-mark .amprot-text:hover {
  color: #012866;
}
html body .amprot-radio-block > .amprot-mark::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 1px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: transparent;
  border: 1px solid #012866;
}
html body .amprot-radio-block input:checked ~ .amprot-mark::after {
  width: 6px;
  height: 6px;
  position: absolute;
  left: -22px;
  top: 4px;
  background-color: #012866;
}
html body .amprot-radio-block input:checked ~ .amprot-mark .amprot-value,
html body .amprot-radio-block input:checked ~ .amprot-mark .amprot-text {
  font-weight: 500;
}
html body .amprot-image-block .amprot-text {
  font-size: 14px;
  padding: 0px 5px;
}
html body .amprot-swatch-option:hover,
html body .amprot-swatch-option.-selected {
  background-color: #012866;
}
html body .amprot-swatch-option:hover .amprot-text,
html body .amprot-swatch-option.-selected .amprot-text {
  border-color: #012866;
  color: #FFFFFF;
}
html body .abs-product-options-list dt, html body .cart.table-wrapper .item-options dt, .cart.table-wrapper html body .item-options dt,
html body .cart.table-wrapper .item-options dt,
.cart.table-wrapper html body .item-options dt,
html body .cart.table-wrapper .item-options dt,
html body .opc-block-summary .items-in-cart .product .item-options dt,
html body .block-giftregistry-shared-items .product .item-options dt,
html body .multicheckout .item-options dt {
  margin-right: 5px;
}
html body .abs-product-options-list dt:after, html body .cart.table-wrapper .item-options dt:after, .cart.table-wrapper html body .item-options dt:after,
html body .cart.table-wrapper .item-options dt:after,
.cart.table-wrapper html body .item-options dt:after,
html body .cart.table-wrapper .item-options dt:after,
html body .opc-block-summary .items-in-cart .product .item-options dt:after,
html body .block-giftregistry-shared-items .product .item-options dt:after,
html body .multicheckout .item-options dt:after {
  display: none;
}

#mageplaza-betterpopup-block #bio_ep {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
}

@media only screen and (min-width: 1200px) {
  .custom-promo-popup-modal {
    background-color: rgba(0, 24, 84, 0.8);
  }
}
@media only screen and (min-width: 640px) {
  .custom-promo-popup-modal .modal-inner-wrap {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .custom-promo-popup-modal .modal-inner-wrap {
    min-width: 500px;
  }
}
.custom-promo-popup-modal .modal-inner-wrap .content {
  padding: 25px 15px;
}
@media only screen and (min-width: 640px) {
  .custom-promo-popup-modal .modal-inner-wrap .content {
    padding: 25px;
  }
}
.custom-promo-popup-modal .modal-inner-wrap .content .uk-h1 {
  display: block;
  font-size: 16px;
}
@media only screen and (min-width: 960px) {
  .custom-promo-popup-modal .modal-inner-wrap .content .uk-h1 {
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-promo-popup-modal .modal-inner-wrap .content .uk-h1 {
    font-size: 24px;
  }
}
.custom-promo-popup-modal .modal-inner-wrap .content .uk-h2 {
  display: block;
  padding-bottom: 8px;
  font-size: 14px;
}
@media only screen and (min-width: 960px) {
  .custom-promo-popup-modal .modal-inner-wrap .content .uk-h2 {
    padding-bottom: 8px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-promo-popup-modal .modal-inner-wrap .content .uk-h2 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.custom-promo-popup-modal .modal-inner-wrap .content .flag-fr, .custom-promo-popup-modal .modal-inner-wrap .content .flag-be {
  display: block;
  position: relative;
  padding-left: 25px;
}
.custom-promo-popup-modal .modal-inner-wrap .content .flag-fr::before, .custom-promo-popup-modal .modal-inner-wrap .content .flag-be::before {
  content: "";
  width: 13px;
  height: 13px;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.custom-promo-popup-modal .modal-inner-wrap .content .flag-be::before {
  background: url(../../frontend/Apik/leonidas/nl_NL/images/flags/flag-be.svg) no-repeat top left/cover;
}
.custom-promo-popup-modal .modal-inner-wrap .content .flag-fr::before {
  background: url(../../frontend/Apik/leonidas/nl_NL/images/flags/flag-fr.svg) no-repeat top left/cover;
}
.custom-promo-popup-modal .modal-inner-wrap .content .apk-modal-footer {
  padding-top: 45px;
}
@media only screen and (min-width: 640px) {
  .custom-promo-popup-modal .modal-inner-wrap .content .apk-modal-footer {
    text-align: center;
  }
}
.custom-promo-popup-modal .modal-inner-wrap .content .apk-modal-footer button, .custom-promo-popup-modal .modal-inner-wrap .content .apk-modal-footer .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .custom-promo-popup-modal .modal-inner-wrap .content .apk-modal-footer .actions-toolbar > .action {
  display: inline-block;
  margin: auto;
}
/*# sourceMappingURL=styles.css.map *//**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* The issue with a blurred text was fixed */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate(0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Apik/leonidas/nl_NL/Amasty_Cart/css/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
@charset "UTF-8";
@font-face {
    font-family: 'form-builder-font';
    src: url(data:application/vnd.ms-fontobject;base64,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FAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3Jz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);
    src: url(data:application/vnd.ms-fontobject;base64,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FAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3Jz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) format("embedded-opentype"), url(data:application/octet-stream;base64,d09GMgABAAAAABfcAA8AAAAAMbwAABeEAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEXgggCZZwEQgKuHCzbgE2AiQDTAsoAAQgBYY5B4IGDIEGGwYuFeOYJeA8gFS/u+0i+//6wDaWNnZfEGToJHc0LPIwI0RoR8P8epqi0CiK35oaP2fuDSb2Cs1gQzC/aFyXukTxacCsoz/dre9+Y+NSnLev1hOzwvnuUEp4vnTm+9LKPu2KQ4gVMdsJWyHobtIdUBcg7HPp4qY7/2nN6n0q7upQZxaY5ACpJajJQlT2CI04YeT9n87y/9HIlr2CEbBBYJaRVwdEPh9VQGWqvJTEr0/RbBfANmWR4Wlz/45bwnGrENZxLPLuVk3UMllaGLDQBqOGAlahP5bWMCuGtamzTsDDqvGphNM/77grthK7AfkUuWSWLnVPFAaN/KBtqmyAwOa+SADA/6PulYYxZS9XfQGSCxRwSZ9aTlgqyj8wzB1mb9ORy/+3ZmWranb3GBwNGXkozAlzRqZ+p7L9qzqdqc5SD3cWexY7g53jJAfMCqkzmCwlCwDqQIEEcmfkKTly3wl5wtqDdLakewvpjTkGCj70Ibb5e6T2OWSIyQlHXhLm1v9vGALQnKA3Mjn9+lkEFCIFA7Y1VokIB2k05Qwh2I6ySrtUruEA6wjlKXApCsi/AWLh5TEbMuGsDSe5pMVibM/523R/zQQ/VucBeKvBBvQGFJAD1LZdcDH2jlSitVHW06Uipxg3NIAioSEsIMgIis3/F88TiCQyhY5Kz4iYBCQDUR6mFq1ka+yjjESgsSCgsSGgURDQOBDQZCCgyUJAUwIBjQsBjYaAxkBA40FA40NAE0BAE0JAE0FAE0PgKUkgVvMVDEGwf6J4B7QF3IqjJL39B/LDWzJPnyLjLRof+VLdrQix9r8gHcnObFo5B9wDTtiwBxTm4EEQxJceAp2Lf/eg0ae+EfIcnY0OPkdnruruiqt70ZGmSszjJfOPpJLBa89pHIsDV/Qdhz4T+RfFQejTROTvYz6RAV3mYzYl05acstcq0FMy4Gq8SMnDQSNBrT0XPPcivAYyGngPJzD2UJhI2TovfBpEjdcMYRiMR2dwM0ebQ3UdPApe+s2qTFH7Me9V7UGKllLc9DCOZCWRaHQkDw+y3OiB6AUz+9uiwQTEoYWkl2AGxvAzTxbiMOeAZ/+opCqcIc3pfDoPrfEE9Nm+cBTWnaYfIgfNW/kKKqEbcAJqWaMuTlrBMJIDviGXE2yRmqYPnFk7LP+eHOTVVAo8AHy5bjEh4j4E4tAf9Oon0VXm0rrzSCikdsLzduiRAcYSIt/YfNOjISEd0OtU6u1RIJg+fP2jkjV5wJCZ1e2FrME8DG+PYqH5MC0iFfbDo+Ltfnx7mKArN67Tm2oooPDYVFZlMAkonoATEAtFXFOpFLhqgrO9WDTnQy10bQt1Dpg5A5OdVaVB9jSxGSYlcCI6Tih52qmY1pugANjYECSw7TFGN30PdMwUyMlRRNGgEQcayCsYB2Uw+c3mZ2EkR6HbF62V8GGjup08BgroGx4TBSNiMUJsxhGHUeIynngsQ3yWJQUmkCLLzSlhxve1c0HLtEQDsDAEACMAMAYAKwBgFQCsAYB1ALABwNwm1Awl0srKsFiD+tXA3BmMafaoRQloOZ/PzNOGNJGuM9Zu2X2q+FQ+VLo8HfNfF1dpz8CVu5LdqWuQPMlze9AjEd9DHzPISclPD3qNQMuA9QtIZOoz2yq9YK57Bio/Ek1EXAScaLf8BQ1RX288o2weyLOsFcYoRFaXVGsCxH120evu0zNrt1W8X9eYQA39KODKlXXPBIAFtVfjfCQ5blx0XZWarpo7TM+lVfs9gmpgaBX7C3louh9/kv35oForiea9FIIJgepixndp4wzlNbIkC/S7eARhPjc4tufnPMK22sl8c8nLHm5NgkY27ja0yr0xxN6MBh42y7HsNuZS5siDtzbIm4FXBsoo44CH1t7t62bNZJJnpr6pdMBH6GXNlmee5CFooJtjQ03QUWqhL+BeGDMMN2Otxlx1khhLiZHQt87YwZ1eP1bjrVRw0IpO4eJ1eJaN22wXmZ+7eeVLtGPPCqbaYGsbH0Q1qS5JMDY866TL7N3FhrFw+ttvwcRLDByCqXe1Qk/hghawxoGyJnFPOrgShoWe1d/UqLatsj7cxzaL0LDQDyfFZOAB73BP0Y3dNm7e1TNdEk8e10RCdXZipjNXqDBdXnrSMi9Mp4dr8HNZqBnMPKdoi05vFsCHZuh4ZzYZv8mzBguOTLXGnQDCc85t9kXN2Vng/GYPkLShFxgSwlwFnWAeDMj8dJrMCsCSbAAkBwDJBcUZDyD5AEgBAFIISjIRQIoBkIUAyCLQFFYMkCUAyFIAZBkowcoBsgIAWQnAwqqgvmgdy+o93Rcf19XQBFU7lLhFE0ldKoZR1sOAaogBqhGwIE3HxUrJ0oBqtgGqBQDSelycbFsaUO02QHUAMGBs0GBf5SrrQ1GJid5Xsr7P7jzr0LPE74BAX9XQwo9FNQpp1xEugboIzjYAc7TTwf+P9OEQJpAZdirztc4X5oivaPUAVmR5e0epzgcyCl7U2TSp1e27nmtIfoBq7hnbO/kstl18SHulsoFjnHX3isgOKO+6ZtjJ3gy6lUZaQCUvDPgrFa3nA+dsksvGYMGZLdgKPq5+qLWVe6qDwnNx8nVPjC9afFSqSx/VLPM8+h1QGUM0v+UrtWe5TYuxr+MVyiFXYTJCjs60Skq+44Lo8jb/+SVQ/k7TbuFW40budrNeenc9a3IhfSp6oeKrLhrzhTGS/2NM+gti0iaTPjtqSTAvKDyu5T4qTL+1WTgvL5MsCIuBgFRhKJifjSUiWP1qFFESQKEE8/ivL18v09M4TW7/pM7T8X2V3OOa4A2MsKBQnqtIq/KViyi8/ofMXZjkyxZ5NFI8ReWemTh9wV3b80PmpwAvHbY0rkdKcA2G3L0D5CXPyPAqSnRBzA+jCYxqnX0ifljCBYj42YxwwMK5xj5k8U0EyN/DgRbDEVX2wuCFIC9rDudvFPYP8eW/EZ8v2vFAKI7ul6tzR61e1hEVOUdRkWDOadQy1G0VLXWjrf6RsI0VBnY4n/d6Lwes8rrQ2N4iZ9Jm2d0F8/OeHO3u/rvg7T/t8Vex1mMs86j+2D2il56l7ZU9OG9AD92Tw1FR7MmlaXtha3d5064yYa9Sp7blL1PYC1U922k0Y6pim9ZBtFxpJ+gtN6d/lwZTC22qlmhWHOg+qDzccyiuD1SpuNRzWUADC2l8AVUI9NTuK1QFt+5jK64rObW93XqFfd0+xZWribV7acr9rj14nYo6OHiFkOwI9/XmkDKx9uJkxTVFrt3SQD3blVsctkBQj72Kiihs+d3evcPKTU7dK2xTT9yyZe85cw4/aXo0Kg1V5eOj2jymR+ugvKq8TlOqQW6jYqPtRjC/l0ZXOiyv5i18VDs2QxM6hMtLPn+TUmeH0psB7wZzWftAdW+lSt4JGVPjKPjalGvCa1DPddHp0nrrpkJUEZUfnATMSTQRp3GnmzbRicjpMhmuZYlrNBzYcoe+c0awNBu3UY8ahxYanNQ6J9dJDCvGO4Y747yTRuekylNTLC4nRE46zZ5AqVT/rt2AE7g+CP9/GbWSRbEEUZ6BsAqFUAMKAhUrxhYZKkIt5T/J6fnrsuKRtQPrBo54jtg5s39gIFZBTfzgusGro4l6e/z+RFc9BwcGD4euM93N9jLVGm864qo1N9l5MmfCtdbXWDWtM1W3e5ppTTbVRqqvBZ5m7mZYM9XM00GzzChvlrdXS9S1czrPy7OEUdQZpnpFxCHnL4ogpgBfg12Tu/+iXuGVT4FN4b3h1YHDCAoCTNTYpFYEush4gb8YmTtxD8FaoWE9jGxEW1rqWirXDkdny7RDditjVsxoB9HRbh1vIGq6NeykU2MaHabTYGqdowyFGLDykC53OuECBH1ruDU+MnTZUhmZgbTPFRbOcpRnLfvXbPmzrYThznzH8GBIGNYdU6V1TPsMzBqjYzoWNSCVBEnoEhsJMqMxeimdSxfROfQyes4LRGWCvnaxybGhW1+33oLYXHPnXrPeipyce8H6Pz3XtRxFLy83U4ZwEDGSg0S0LFOKYG7JruRtk0QolyxKlviF+PIbTuJKAD+0I4JliIlbhHfoO0YC00C3frRdHx+7QBC42RbghCxx/c4jiTiBTxw9zb7ShqdKw9oHKAzEr/+7NbIe/4J/Hu3AO+Ro3BDpPZjCd2QYoFb4sX639d3OuPXixUQZbsDLiJVjIh2lZ3DlDg2nuDjzvpA6esdUDktXSs8vli4uPmVi/ck0j4TMjDJjBDFmdYNZJgg9qtaT2f78+fkLL15GXNQwI0pKnr8oKY6I5/8sGznryvqrP7f9xGVyXL5weJQMXBmrj03Dna6k4tbd2AU5UU7c2muOh4V38fSbXYMF1w4+MccJ676sw4E5q1HBhYyEDAtWcc+C+RoXDYayLDITMlEeU/FwtzG2YUK/RCcJLkkcIqQEPiwhJA5Lcd8yj0phZUrwgzEL+6p5YcWa5jUnYNd9bblfe+Okyf7NLa2uf6LDPuQliURJORP7+9//P3Vq3x8OJ9XSypLP4e4Zz+GBfZq+Ps8Qr/uUkGFKyl0bS4HHvSePBZbhFqlPnriHh/z14TapKbWJcX0FTpUwxt5ykq/7Vqrz9xnOKbcQoyq7SfZVoL4gd4aNCwGh118618Phj2BHKUPtZd7lWYwU9JhPs3KiiXHG48GrvmIY3XnBaRb2GLaXb26R8+UZgfngTaXFLLTSGBnID+y9OGKPXv/pWA2HijnujUNHm5qEPOAnB878zLCyQHeyT7zwt2ShDPYo2M5lOsqSE+ysreytqA2Lt9DumkljmptXsifJLqmakWx/ZTsNZXWj+m/LV7qMylGGMPYip+/mn2OpnaxgyLC0OECa/z0hj6xDePALS7y8dpMoYK4/xFnAZtHF/dxRm3Y8OVlDTp8tW0wuNoIoaHG2EZNlonDvWlE49xrOtapEvAzxpNW2yi/gZ58fX/uZoatcf1w+riwHjXH1REn+egwPNfEsORTv4VK9L92kHpeyzYSRI5MDtQsiO5wX3PldF690EjIvt6zHw2jAnYKicqr42MfDrncbjnjiNk6U7HuwZktr5/wLR3ZcTV32SC69dh9B+7VrFpmcL6ePPv2RJ9Oq1MvpMV5/cPfQvUKySSDgcBwdsfz7t3TihPHjxna0NTXU19XWVFdVVpSXlRYLxH2+SMjh7yEel12Qn5uVkZ6WmpKcROLzybCftJqNeq1aiaMwKJeKBcfX13qubZmGrqlM7BW7gXxr2Yg/mqQ/JBk5rp3rVLhpkWydLpPjeu74TR+nri1JDNPcwSFLlDCoWTEN1mYsI9pnEYJSO4ITrXQ3wBMlcbsmFuDYXQ5JQTp27kN7S1N9XXVFabGQl5eblkpsN+vVcjGfTSfjQa9ZF4yPko4rSG8W8ceTtJe0lTpkhWlrhrQBAgvxAgLIS4jg7eYIYn+ymo2pHUrSl0xUO4lRD2OIR9GFAb2zrRNoRzDO0cnmGvp1CNiEW3J5aDRtiAguhgaXWdfs3wOg1yAq2BFLCObqrl3IDRwuYaIdTq63CkUgs3FeHsVJbvKuXJr/wYdEto40mS7WMKF3qV/AwY8zvh3BEajySN27WDEV6nRfMEgYLBInQlw02+6nD+bHmv3gfmP3yOS8XJKYTZNWFJoGY9eu5vLz+OlpxIU0J3453c62w35rkkxq1bAZNX3PCMyA6ayDNCs67oUjcw1UuQo02afZZy9OQ49mGffoxQaBBxO+DTu4D+PWZLwbDXoderVZCQoOz3KVHFw6VT0RHiseujm5eDI+Xk79rZ1TE20XopJn8TboqtJZLjr67U6/26ZXDI3JWtIVsSEhhhQbAvwzwTc8heVitdzBY5jNF7MdOCL3HM7RO5CjxPNuQJR6j9dzSNsfUdAzoQRc53MmHORc/UGUdpnV/yXRc5MWU84g13D3b7Rqcc3CbDG5SSbj89ns3NzMzNRUkkxIiImhgPOzZs6YPq2nW9bVyzrlU6dMvrVer72ttaVZ0tR4gwVvxZLiokIxXzTOFwrYvPO5nNyC8/PzMnPOz85KzfDT08gU8nbrJhAJdzU3Jj7GB+dTsrDwsNCQ4KAb8M1vcaNgEMt79Nxv2ewOsk/rxmCWInmJolq+HrbJwM/54YXnkHnGzZ9Fhqpo56vvltNnz1EKoX6NpCcKhI5TOjhXjrnjwA9FvsHBd84fnMYABHzKkwi/PoXMRe4myVe16PKDawr2apq2Xrum1R1W0xn1B9f0dV+vpq3vSIHe3yG4Y5oA+ppNbB8C3FBup98ZF3Rc0zHHhjOqUjsUlOm4ys/H650EoKRYikRJKa0QKmUXMkdE7HaTZx1DmRRjeo6U4jvEFAexdbz440Q/uJHvSJ8gEAJwKg7E9kq+pXMqy3OiqhS9M4VAxooNSXoXsHjrwdS0MjpKGamVnnMkc9kWgZz37vlbSedfwzu/eypAaCRere31nlYlhVlQGCfxJOtDEaldQrbjluwTVjzMsUAoAejWXp+1nrbOF3i2n8DCP0EgPwFE+JohUqXnb78E6Rso6d7RtMb0MPjJiX5HWgOcDhybKTHYrW6WlW7fH6eSbgTHavoTDPaTJ0AY0sBE/BzM9BrEtBsjIfZxIrMa3LlQSWNVf/lLOXoTT5fEFJyyR6+906BHHSu1YQxMV9kOpqCZuraDAQzbNHawBtbHm83cwWFwfNfZJfVqHJaL2aOe51/fK+d7t1u1ShSUCtkjvnf+yka+h2wPcz078z3ULT6m3NqLWRCHtT+ybHGVEowM9IMQsRGvYFa2wdzxzhBWWYWesSPJLwH1ChcDbT2a9mS+KQkSJP0wxlSQvnZUAsrXnmrMVpfIbPmrI7boSisQIITGMCDWp3qOqdpzmLUOMfEYSaVWGOjKmEvB9/rKOf/D52U1VyJPPivhoF/eA3aF6bByX+NY8w8utbk8zuNbVu6jT69XZ0bum9VUviMe6em5Padk0mzUqnFUKrqh936s01GdXnW6xh/7+iUQc8buBzg1oOTqxZMs4GHsbQEF9CVU8RZUCvs1u1bVTTMSctZ6qZDP4oKtITFvJXI5erHgClQKYAq8KMIE0MvoiBDeUgJh/6PJ7W2S2opysaAgPzsVX7+w5sZessNJmhQFJqYtMAi8FMpd/lh71makz2OesfxJI2b0I0nMwVotPMliH5xvuUqV7UQhdGEHuKi6wIdxSiV8Iv6f8O9B/7++/M/i2f8ht9EuAn8qB6KI/zeWKn5eXlICA2bjfwUlMOqGhvAhBCIbUY0geS8qCndYvDtFqq3YOsH6bG1tKptGXKApZHSL/yhlLyBLabvQlfC3+eQQZghxfBD36i08m/U2Y6ZTNXVFvUPmp/oMY47Ua66Srt4w5T42pFzAFv57qSfOyKB6psp8FNrUtaiYerbemEsZOkx9Vp94LfVblblgDfld5HAVnzmFu7d7WMzmG0iuwMdb5CssAKM6lhqeIeVKqSh4YrhMVaIcJ9EXlmQ8fffflMUCxcp/9HP/k9SeK5hPZvTcL6pIUMk2vpr6lC1UU0iFS/hs9i9BED6S0YlTDYfpVJwaG28cruIzp3BHKX8Pi9l8A8nVTzJD0FdYoDdGdb5fw7OFqR+slIrZdXliuKSVk3KcRF9YdMmYGb99N4v+s0VhvZWp6n9+Vu0/WJhPZkXol6pOFSqRsuq79clrW2jToKgSxZ4KPlVug0D3j2QsNTFsUMNhuirKRPFL+RWAJqs2ShdCQkpGjjwFir9wOtT9emb8ShfURBeDMgCR23eTQ0FKbYMFVRalbRyZPOHLcDPiOBOOoSdoPY/XoSPeuLHSRZs1FWS089JrjELYjSfwVYjaDFQZX3TTadFJ377z1lK1Fz0Sqv2NxicS9Q336ydRlc9M3ERVNK7pCC1JJ6DNjA0PrlnFMiGZBwBydoGPXHE/BC0o7IP+5SXT3g+cf3pwQM/NkkEqBTJzT0JBOJO8h3IAAa5PsieD8SEYTO73guZw/k9j0RxxP1xzMZ+IPWbdQIzIOdX8BAdMfjpVHkQoEBLwK/R35pHR/H4KmAwA) format("woff2"), url(data:application/font-woff;base64,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) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIA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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'form-builder-font';
    src: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format('svg');
  }
}
*/
.form-builder-wrap [class^="icon-"]:before,
.form-builder-wrap [class*=" icon-"]:before,
.amform-form [class^="icon-"]:before,
.amform-form [class*=" icon-"]:before {
    font-family: "form-builder-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-autocomplete:before {
    content: '\e800';
}

/* '' */
.icon-calendar:before {
    content: '\e801';
}

/* '' */
.icon-checkbox:before {
    content: '\e802';
}

/* '' */
.icon-checkbox-group:before {
    content: '\e803';
}

/* '' */
.icon-radio-group:before {
    content: '\e804';
}

/* '' */
.icon-rich-text:before {
    content: '\e805';
}

/* '' */
.icon-select:before {
    content: '\e806';
}

/* '' */
.icon-text-area:before {
    content: '\e807';
}

/* '' */
.icon-text-input:before {
    content: '\e808';
}

/* '' */
.icon-pencil:before {
    content: '\e809';
}

/* '' */
.icon-file-input:before {
    content: '\e80a';
}

/* '' */
.icon-hidden-input:before {
    content: '\e80b';
}

/* '' */
.icon-resize-vertical:before {
    content: '\e80c';
}

/* '' */
.icon-button-input:before {
    content: '\e80d';
}

/* '' */
.icon-attach:before {
    content: '\e80e';
}

/* '' */
.icon-header:before {
    content: '\e80f';
}

/* '' */
.icon-paragraph:before {
    content: '\e810';
}

/* '' */
.icon-number:before {
    content: '\e811';
}

/* '' */
/*
  Mixins
*/
/*
  Animations
*/
@-webkit-keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

@keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

.cb-wrap {
    float: right;
    width: 50%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    /* smartphones, Android phones, landscape iPhone */
}

.cb-wrap.pull-left .form-actions {
    float: left;
}

.cb-wrap h4 {
    margin-top: 0;
    color: #666;
}

.cb-wrap .save:hover {
    color: #08fe00;
}

@media (max-width: 481px) {
    .cb-wrap {
        width: 64px;
    }

    .cb-wrap h4 {
        display: none;
    }
}

.frmb-control.sort-enabled li.ui-state-highlight {
    box-shadow: none;
    height: 0;
    width: 100%;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin: 1px 0 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

.frmb-control li {
    cursor: move;
    list-style: none;
    box-shadow: 0 0 1px 0 inset;
    padding: 10px;
    text-align: left;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* smartphones, Android phones, landscape iPhone */
}

.frmb-control li:hover {
    background-color: #f2f2f2;
}

.frmb-control li.ui-sortable-helper {
    border-radius: 5px;
    -webkit-transition: box-shadow 250ms;
    transition: box-shadow 250ms;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
}

.frmb-control li.ui-state-highlight {
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0 none;
}

.frmb-control li.moving {
    opacity: 0.6;
}

.frmb-control li.fb-separator {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    cursor: default;
}

@media (max-width: 481px) {
    .frmb-control li:before {
        font-size: 30px;
    }

    .frmb-control li span {
        display: none;
    }
}

.frmb-control {
    margin: 0;
    padding: 0;
}

.fb-mobile .form-actions {
    width: 100%;
}

.fb-mobile .form-actions button {
    width: 100%;
    font-size: .85em !important;
    display: block !important;
    border-radius: 0 !important;
    margin-top: -1px;
    margin-left: 0 !important;
}

.fb-mobile .form-actions button:first-child {
    border-radius: 5px 5px 0 0 !important;
    margin-top: 0 !important;
    border-bottom: 0 none;
}

.fb-mobile .form-actions button:last-child {
    border-radius: 0 0 5px 5px !important;
}

.form-actions {
    float: right;
    margin-top: 5px;
    /* smartphones, Android phones, landscape iPhone */
}

.form-actions .clear-all:hover {
    color: #fff !important;
}

[id^='frmb-'][id$='-form-wrap'] {
    /*   ------------   TOOLTIP   ------------   */
}

[id^='frmb-'][id$='-form-wrap'] .empty .frmb {
    border: 3px dashed #ccc;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.25);
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.pull-right .frmb {
    margin: 0 0 0 6px;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .stage-wrap {
        width: calc(100% - 64px);
    }
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links {
    width: calc(100% - 141px);
    display: none;
    float: right;
    overflow: hidden;
    text-align: right;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.empty:after {
    content: attr(data-content);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1em;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links .active {
    font-weight: 700;
    color: #000;
}

.field-label-container {
    min-height: 20px;
}

li.editing .field-label-container {
    background-color: #41475d;
    min-height: 40px;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

li.editing .field-actions {
    display: none !important;
}

[id^='frmb-'][id$='-form-wrap'] .frmb {
    list-style-type: none;
    min-height: 200px;
    margin: 0 6px 0 0;
    padding: 0;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.removing {
    overflow: hidden;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li {
    position: relative;
    padding: 0;
    min-height: 33px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #fff;
    -webkit-transition: background-color 250ms ease-in-out, margin-top 400ms;
    transition: background-color 250ms ease-in-out, margin-top 400ms;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.hidden-field {
    background-color: rgba(255, 255, 255, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child .field-actions .btn:last-child {
    border-radius: 0 5px 0 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li :hover {
    background-color: #fefefe;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.no-fields label {
    font-weight: 400;
}

@keyframes PLACEHOLDER {
    0% {
        height: 0;
    }
    100% {
        height: 15px;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.frmb-placeholder, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-state-highlight {
    height: 0;
    padding: 0;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin-bottom: 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.moving, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-sortable-helper {
    -webkit-transition: box-shadow 500ms ease-in-out;
    transition: box-shadow 500ms ease-in-out;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
    border-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled {
    z-index: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled [type=checkbox] {
    float: left;
    margin-right: 10px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled h2 {
    border-bottom: 0 none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled label {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled .prev-holder {
    cursor: default;
    line-height: 28px;
    padding-left: 5px;
}

.frmb li .top-close-field{
    display: none;
}

.frmb li.editing .top-close-field{
    color: white;
    border: 1px solid white;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    padding: 0 5px 2px;
    cursor: pointer;
    border-radius: 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field {
    position: absolute;
    padding: 5px 20px;
    background-color: #1f8295;
    color: white;
    font-size: larger;
    left: 50%;
    bottom: 12px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #D7D7D7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field:hover {
    background: #2a9cb0;
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .close-field:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .prev-holder {
    margin: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .field-label {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field.editing .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .fld-label {
    min-height: 150px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover .close-field {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting {
    z-index: 20;
    pointer-events: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled {
    padding: 0 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled :hover {
    border-color: transparent;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled .form-element {
    float: none;
    margin-bottom: 10px;
    overflow: visible;
    padding: 5px 0;
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .frm-holder {
    display: none;
    position: relative;
    top: -12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .tooltip {
    left: 20px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder {
    display: block;
    margin-top: 12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder .form-group > label{
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='date'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder select[multiple] {
    height: auto;
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder label {
    font-weight: normal;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='checkbox'],
[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='radio'] {
    margin-right: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .required-asterisk {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .legend {
    color: #666;
    margin-bottom: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .disabled .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions a:hover {
    text-decoration: none;
    color: #000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 0;
    border-color: #b3b3b3;
    background-color: rgba(255, 255, 255, 0.75);
    color: #b3b3b3;
    line-height: 32px;
    font-size: 16px;
    border-width: 0 0 1px 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn:first-child {
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form {
    font-size: .85em;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form:hover {
    background-color: #65aac6;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .copy-button:hover {
    background-color: #6fc665;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .del-button:hover {
    background-color: #c66865;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions {
    text-align: left;
    margin-top: 10px;
    width: 99%;
    margin-left: 11px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    background: #f1f1f1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
    width: 74%;
    display: inline-block;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap label {
    font-weight: normal;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
        display: block;
        width: 100%;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options {
    display: inline-block;
    width: 99%;
    max-height: 500px;
    overflow-y: auto;
    margin-left: 11px;
    background: #b3b3b3;
    margin-bottom: 0;
    border-radius: 5px;
    list-style: none;
    padding: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:not(.touch-disabled) {
    cursor: move;
    margin: 1px;
}

.touch-disabled {
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:nth-child(1) .remove {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field .remove {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove {
    position: absolute;
    opacity: 1;
    right: 7px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    top: 8px;
    font-size: 18px;
    padding: 0;
    color: #C10000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove:hover {
    background-color: #C10000;
    text-decoration: none;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=checkbox],
[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=radio] {
    margin: 0 0 3px 3px;
    width: 5%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type='text'] {
    width: calc(44.5% - 17px);
    margin: 0 1%;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-field .form-group {
    width: 100%;
    clear: left;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-6 .form-elements,
[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-8 .form-elements {
    width: 100%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements {
    padding: 10px 10px 40px;
    background: #f7f7f7;
    border-radius: 3px;
    margin: 12px 0 0;
    border: 1px solid #d7d7d7;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
    width: 73%;
    margin-left: 2%;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap > input[type=checkbox] {
    margin-top: 8px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='text'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='date'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='color'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements textarea,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements select {
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    padding: 6px 12px;
    border: 1px solid #AFAFAB;
    background-color: #fff;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

.col-md-6 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label,
.col-md-8 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label, .col-md-6
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label,
.col-md-8
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
    width: 25%;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
        display: block;
        width: auto;
        float: none;
        text-align: left;
    }

    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child.empty-label,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child.empty-label {
        display: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.multiple, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.required-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.toggle-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.roles-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.other-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.multiple,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.required-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.toggle-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.roles-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.other-label {
    text-align: left;
    float: none;
    margin-bottom: -3px;
    font-weight: 400;
    width: calc(81.3333% - 23px);
}

[id^='frmb-'][id$='-form-wrap'].fb-mobile .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip] {
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:after {
    background: #262626;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:before {
    border: solid;
    border-color: #222 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 17px;
    content: '';
    left: 2px;
    position: absolute;
    z-index: 99;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .tooltip-element {
    display: inline;
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: default;
}

.kc-toggle {
    position: relative;
    margin: 4px 0 0 2px;
    width: 60px;
    height: 21px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background: #e9e9e9;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease;
}

.kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0;
}

.kc-toggle input {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.kc-toggle .kct-on {
    color: #0e880e;
}

.kct-off {
    color: #666;
}

.kct-on, .kct-off, .kct-handle {
    width: 28px;
    height: 100%;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    float: left;
}

.kct-on, .kct-off {
    position: relative;
}

.kct-handle {
    position: relative;
    height: 17px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
    border: 1px solid #999;
    font-weight: 100;
    color: #4b4b4b;
    text-shadow: none;
    border-radius: 3px;
    margin: 1px;
}

[id^='frmb-'][id$='-form-wrap'] * {
    box-sizing: border-box;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] input {
    line-height: normal;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] optgroup,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {

    width: 400px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn {
    position: relative;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn-group,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:last-child:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group > .dropdown-toggle:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn-group > .btn, [id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn.active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:focus,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:hover {
    z-index: 2;
}

[id^='frmb-'][id$='-form-wrap'] .btn {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.active, [id^='frmb-'][id$='-form-wrap'] .btn.btn-active, [id^='frmb-'][id$='-form-wrap'] .btn:active {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary:hover, [id^='frmb-'][id$='-form-wrap'] .btn-primary:active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger:hover, [id^='frmb-'][id$='-form-wrap'] .form-actions .clear-all:hover, .form-actions [id^='frmb-'][id$='-form-wrap'] .clear-all:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

[id^='frmb-'][id$='-form-wrap'] .btn-default {
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn-group > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn {
    display: table-cell;
}

[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

[id^='frmb-'][id$='-form-wrap'] .form-control,
[id^='frmb-'][id$='-form-wrap'] output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] textarea.form-control {
    height: auto;
}

[id^='frmb-'][id$='-form-wrap'] .form-control {
    min-height: 34px;
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

[id^='frmb-'][id$='-form-wrap'] li.dependent-field .form-control {
    display: inline-block;
    width: 50%;
}

[id^='frmb-'][id$='-form-wrap'] .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .form-group {
    margin-bottom: 15px;
}

[id^='frmb-'][id$='-form-wrap'] .btn,
[id^='frmb-'][id$='-form-wrap'] .form-control:not(select) {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .pull-right {
    float: right !important;
}

[id^='frmb-'][id$='-form-wrap'] .pull-left {
    float: left !important;
}

textarea.idea-template {
    display: none;
    width: 617px;
    color: #fefefe;
    font: 13px/19px courier;
    padding-left: 40px;
    height: 1055px;
}

.template-textarea-wrap {
    display: none;
}

.form-wrap {
    position: relative;
}

.form-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.cb-wrap,
.stage-wrap {
    vertical-align: top;
}

.action-links .action-links-inner {
    overflow: hidden;
    width: 0;
    height: 20px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.action-links .dev-mode-link {
    -webkit-transition: color 250ms;
    transition: color 250ms;
    color: #666;
    cursor: pointer;
    padding-right: 2px;
}

.stage-wrap h4 {
    margin-top: 0;
    color: #666;
}

.action-links a.clear-all:hover,
.del-button:hover,
ul.frmb span.required {
    color: #C10000;
}

.action-links a {
    color: #666;
}

.form-elements input[type=text].error {
    border-radius: 0;
    border: 1px solid #C10000;
}

.form-elements input[type=text].fld-maxlength {
    width: 10%;
}

.form-elements input.field-error {
    background: #fefefe;
    border: 1px solid #afafab;
}

.form-elements label em {
    display: block;
    font-weight: 400;
    font-size: .75em;
}

.form-elements label.maxlength-label {
    line-height: 1em;
}

.form-group .available-roles {
    display: none;
    padding: 10px;
    margin: 10px 0;
    background: #e6e6e6;
    box-shadow: inset 0 0 2px 0 #999;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    .form-group .available-roles {
        margin-left: 0;
    }
}

.form-elements .available-roles label {
    font-weight: 400;
    width: auto;
    float: none;
    display: inline;
}

.form-elements .available-roles input {
    display: inline;
    top: auto;
}

.form-elements,
.form-group,
.multi-row span,
textarea {
    display: block;
}

.form-elements:after,
.form-group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-elements .field-options div:hover,
.frmb .legend,
.frmb .field-label-container {
    cursor: move;
}

.frmb-tt {
    position: absolute;
    border: 1px solid #262626;
    background-color: #666;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    z-index: 20;
    text-align: left;
    font-size: 12px;
    pointer-events: none;
}

.frmb-tt:before {
    border-color: #262626 transparent;
    bottom: -11px;
}

.frmb-tt:before, .frmb-tt:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #666 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 20px;
}

.frmb-tt a {
    text-decoration: underline;
    color: #fff;
}

.frmb li:hover .del-button,
.frmb li:hover .toggle-form,
.fb-mobile .frmb li .del-button,
.fb-mobile .frmb li .toggle-form {
    opacity: 1;
}

.fresh .frmb .legend .element-info {
    display: inline-block;
    visibility: visible;
    line-height: 12px;
    margin-left: 6px;
}

.frmb-xml pre.ui-dialog-content {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    padding: 0 30px;
    margin-top: 0;
}

.action-links a.export-xml:hover,
.toggle-form.closed:hover {
    color: #6fc245;
}

a.btn.toggle-form {
    margin-left: 5px;
    opacity: 0;
}

a.btn.toggle-form:hover {
    border-color: #cccccc;
}

a.btn.toggle-form:before {
    margin: 0;
}

.formb-field-vars .copy-var {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #999;
    text-indent: -9999px;
}

.ite-warning {
    box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.5);
    border-radius: 0;
    border: 1px solid #ddd;
}

.ite-warning .ui-dialog-buttonpane {
    height: 27px;
}

.ite-warning button {
    color: #4479B9;
    margin: 0;
}

.ite-warning button:focus {
    outline: 0;
    font-weight: 700;
}

.ite-warning button.cancel:before {
    content: '|';
    margin-right: 15px;
    padding: 0;
}

.ite-warning .ui-dialog-content {
    padding: 0 15px 10px;
}

.ite-warning .ui-dialog-titlebar-close {
    display: none;
}

.ite-warning .ui-widget-header {
    height: 15px;
}

.ite-warning {
    font-size: 12px;
    line-height: 1.5em;
}

.ite-warning h3 {
    color: #666;
    margin-bottom: 10px;
}

.ite-warning button {
    background: 0 0;
    padding: 2px 5px;
}

.required-asterisk {
    display: none;
    color: #C10000;
}

.ui-button .ui-button-text {
    line-height: 0;
}

.form-builder-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.form-builder-overlay.visible {
    display: block;
}

.form-builder-dialog {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    padding: 10px;
    box-shadow: 0 3px 10px #000;
}

.form-builder-dialog h3 {
    margin-top: 0;
}

.form-builder-dialog.data-dialog {
    width: 65%;
    background-color: #23241f;
}

.form-builder-dialog.data-dialog pre {
    background: none;
    border: 0 none;
    box-shadow: none;
    margin: 0;
    color: #f2f2f2;
}

.form-builder-dialog.positioned {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.form-builder-dialog.positioned .button-wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.form-builder-dialog .button-wrap {
    position: relative;
    margin-top: 10px;
    text-align: right;
    clear: both;
}

.form-builder-dialog .button-wrap .btn {
    margin-left: 10px;
}

.admin__scope-old li select:not([multiple]):focus {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field {
    padding-right: 34px;
}

.amform-layout-two:not(.editing),
.amform-layout-three:not(.editing) {
    width: 100%;
}

.amelement-content .title {
    margin: 0;
}

.frmb .amform-layout-two:not(.editing),
.frmb .amform-layout-three:not(.editing) {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.frmb .field-label-container .field-label {
    font-weight: 600;
}
/*phpcs:ignoreFile*/
/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
.kc-toggle {
  position: relative;
  margin: 4px 0 0 2px;
  width: 60px;
  height: 21px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e9e9e9;
  border: 1px solid #cbcbcb;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease; }
  .kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0; }

.kc-toggle input {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.kc-toggle
.kct-on {
  color: #0e880e;
}

.kct-off {
  color: #666; }

.kct-on, .kct-off, .kct-handle {
  width: 28px;
  height: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  float: left; }

.kct-on, .kct-off {
  position: relative; }

.kct-handle {
  position: relative;
  height: 17px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
  border: 1px solid #999;
  font-weight: 100;
  color: #4b4b4b;
  text-shadow: none;
  border-radius: 3px;
  margin: 1px; }

.rendered-form * {
  box-sizing: border-box; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form input {
  line-height: normal; }

.rendered-form button,
.rendered-form input,
.rendered-form optgroup,
.rendered-form select,
.rendered-form textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

.rendered-form textarea {
  overflow: auto; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .rendered-form .btn-group > .btn {
    position: relative;
    float: left; }
  .rendered-form .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rendered-form .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .rendered-form .btn-group .btn + .btn,
  .rendered-form .btn-group .btn + .btn-group,
  .rendered-form .btn-group .btn-group + .btn,
  .rendered-form .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .rendered-form .btn-group > .btn:last-child:not(:first-child),
  .rendered-form .btn-group > .dropdown-toggle:not(:first-child),
  .rendered-form .btn-group .input-group .form-control:last-child,
  .rendered-form .btn-group .input-group-addon:last-child,
  .rendered-form .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .rendered-form .btn-group .input-group-btn:first-child > .btn:not(:first-child),
  .rendered-form .btn-group .input-group-btn:last-child > .btn,
  .rendered-form .btn-group .input-group-btn:last-child > .btn-group > .btn, .rendered-form .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rendered-form .btn-group > .btn.active,
  .rendered-form .btn-group > .btn:active,
  .rendered-form .btn-group > .btn:focus,
  .rendered-form .btn-group > .btn:hover {
    z-index: 2; }

.rendered-form .btn {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .rendered-form .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .rendered-form .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .rendered-form .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.active, .rendered-form .btn.btn-active, .rendered-form .btn:active {
    background-image: none; }

.rendered-form .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4; }
  .rendered-form .btn-primary:hover, .rendered-form .btn-primary:active, .rendered-form .btn-primary.active, .rendered-form .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74; }

.rendered-form .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a; }
  .rendered-form .btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925; }

.rendered-form .btn-default {
  background-color: #fff;
  border-color: #ccc; }

.rendered-form .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .rendered-form .btn-success:hover {
    background-color: #449d44;
    border-color: #398439; }

.rendered-form .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da; }
  .rendered-form .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc; }

.rendered-form .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236; }
  .rendered-form .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512; }

.rendered-form .input-group .form-control:last-child,
.rendered-form .input-group-addon:last-child,
.rendered-form .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.rendered-form .input-group-btn:first-child > .btn:not(:first-child),
.rendered-form .input-group-btn:last-child > .btn,
.rendered-form .input-group-btn:last-child > .btn-group > .btn,
.rendered-form .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rendered-form .input-group .form-control,
.rendered-form .input-group-addon,
.rendered-form .input-group-btn {
  display: table-cell; }

.rendered-form .input-group-lg > .form-control,
.rendered-form .input-group-lg > .input-group-addon,
.rendered-form .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.rendered-form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.rendered-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.rendered-form .form-control,
.rendered-form output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

.rendered-form textarea.form-control {
  height: auto; }

/*
.rendered-form .form-control {
  height: 34px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .rendered-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }*/

.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 15px;
}

.rendered-form .btn {
  background-image: none;
}

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

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

.form-group .required {
  color: #C10000;
}

.form-control.number {
  width: auto;
}

/*   ------------   TOOLTIP   ------------   */
*[tooltip] {
  position: relative;
}

*[tooltip]:hover:after {
  background: #262626;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px 5px 5px 0;
  bottom: 23px;
  color: #fff;
  content: attr(tooltip);
  padding: 10px 5px;
  position: absolute;
  z-index: 98;
  left: 2px;
  width: 230px;
  text-shadow: none;
  font-size: 12px;
  line-height: 1.5em; }

*[tooltip]:hover:before {
  border: solid;
  border-color: #222 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 17px;
  content: '';
  left: 2px;
  position: absolute;
  z-index: 99;
}

.tooltip-element {
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
}

.form-control[type='color'] {
  width: 60px;
  padding: 2px;
  display: inline-block;
}

.form-control[multiple] {
    height: auto;
    background: none;
}

.amform-form .am-customform-depend {
  display: none;
}

.amform-rating-container {
    display: inline-block;
    font-size: 1rem;
}

.amform-rating-container .amform-versiontwo-label {
    float: right;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #ffb300;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FRQUFBQUhVV1lWQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUFtSkxSMFFBLzRlUHpMOEFBQUFIZEVsTgpSUWZpQnhJQU9UdGc1emV6QUFBTnlrbEVRVlI0MnUyZGUzQlZ4UjNIZjN2eWd2QXNJVUY4RkJSRlc2c0prU0NSQkRqbkpybVFCSUk2CmplQ2pQbXFoMG82UDF0S3hZNGRxZFdwbGZPS000S01pNGl0MU9qWFZsRWh1ampvNkhWSHJqUFhSZ205RnJJbFdJSmlZNU82dmY4UkEKUXU2OTU3Vzd2N09YKy9rck9YZlA3dTkzdm5mMzd0bnoyOThCeUpBaFE0WU1HVEpreUpCaEJMR2wxQlprR0VMcnNmWjJhaHZFWWxBYgpFSXpzZWxiV2VneTFGU0xSWEJDakRpRDNMR29yaEhwRWJVQVFXc2ZBUWdETUNCSVdjcXBZSGdCVXRCUlNXeUlPclFWaDlRQUFocEczCmpOb1NjZWdzQ01QYWI1MUlvMEdMVVJ2Z24xaHAxcXNEZi9IZWVGSDFIbXA3eEtCeER4a1lzQUFBak55cytpQTFoUW1OQllHNklYK24KemFDbDdaRFZOaVZyTnp0Z1BmKzZjM0pqTjdWTkl0QzJoN0JhTnVUTFpPUVhMS0syU0F6NkNuTElyMGE2ekxRMEhiS2FjaWQzR3VPRwpIc0d2ZGhTdDZxTzJLemlhOXBEQytjUGxBR0FUVDdDb3JSS0Jwb0pBb21sdVdneGE2U1RJc3JXNmVqTUVMVjJ3VDJJekVyaFNWRG1QCjJyTGdhQ2tJSkxrdnp6cWIyckRnYUNrSTFpVTVmaWExWmNIUmNOcHJUNFFPbHAzNE15d3pYNkcyTHhnYTloQ01KcE1qSFo0ZWFpZ0kKUzdHeXl6S0NxR2F0QVl1VGY4cE9iUHMrdFlYQjBFNlFCZVdzSU5YbldacjNFZTBFZ1RxSHp6V2YrdW9uaU1PelFWYlNlaXkxaVVIUQpUSkRZTk9NVXB6STVXZzlhbWduQ25BWXNBTTBYR1RVVHhHbkFBZ0JnNVZ1blVwdnBINjBFYWM1bnBuTXB4bktXVVZ2cUg2MEVHVlBGClJybHlTdU5CU3l0QlhQMkNBQUFzM0RxSjJsYS9wS1VnTER0UDIzMVZHZ215YlJZN3ltMVpmUmNaTlJMRVM3Z29xN2JIVXR2ckQ0MEUKY1RQbEhZU05Hb3lNMXcxdEJHa3RZbVZleXV1NkVLK05JTG5EUWtkZFVOZVNSMjJ6SDdRUnhNdUFCUURBeHViVlVKdnNCMDBFYWNwRgp6NWRYejl0RFRRUVpHVHJxREM2MXM3MmVRNDhtZ25nZHNBQUFqRW00Z05wc0gxWlRHK0FTZjF2V05CeTB0QkNrL2NSRW9hTXVPRk8vCnVETXRCUEhaUDhDWTJqYVgyblRQTmxNYjRBcmZlMnoxaS9iVlFCQjdJcXZ3ZTY1KzBiNGFDSklxZE5UUnZlUHNFbXI3UFZwTWJZQXoKTEZCU0FOMFc0a012U09yUVVXZDBXMlFNdlNEejU2WU9IWFdDbmR3Mms5b0hMNFJla0dBREZvQnUwYjZoRjhUL2xQY0FXazE5UTM0bgp1KzI3T1I4R3I2VnZXdlZIMUo2NEplUTlSRXphcFd5TjdrWkNMb2lBQVF2MG12cUdlc2hxemgvM2hidFl4ZFJ3M2pjMStqbTFOKzRJCmRROFpFeEVoQjRCaFpEZFErK0xhVm1vRFVoRjh5bnZBVFcwR3JYQUw0amFXMTVuSXRnblUzcmdqeElKNENSMTFndVZrTDZIMnh4MGgKRmtSc3BsRmRabG9oRmtUZ2dBVUFFRzNPcC9iSURhRVZwTFVJNWdoMU5IK3NGbWt5UXl1STU5QlJSL1JZaUErdElHTHUwWWZYMkpSTAo3WlF6SVJYRVQraW9FMnhDUVlUYUwyZENLb2lmMEZFWHptb3dhSVZVRUFrREZnQmdRMU1XdFdOT2hGVVFzVlBlUVdjTEovc09LRklGCnM1ZmpHaFl5V1pBWnA4cXBtWC9LT3FpOUcrSHREcmJhN0J6OGp3RzBSMkd6VVVSdDF1RUtib0hMeks2RC96TUFBUHNJMk1JMG1JR2sKRzdnZmZtNXVHbjRzQ3dEZ3dhN3BXNmIxd1lLd0RWM3BEWCtkMVpodGh4NGRjamRzVitBalJscTlOVFBNNEFhNHl1d1plWHpZOHNUVwpTYmtQR05vbXBkQUgzQU9YbWs4ay9tekVlcEY5QmQ1c2FMREVvQy80RWl3M1AwajI2WWhmRGZNT0xNZDNxSTFPVnhENXVoMlZ5ZVZJCkVuWHk1TGp4ZDdQenFJMVBQL2puN0VKemErb3lTWmU0N1l2Z0xqYUcyb1YwQW1Od3Z2bVpVNm1rRTExekU4em1yMU03a1M1Z25GLzcKYkkyekhBNkJjdllvdk1WWVRlMk0vdkNQNEZ6clJYZGxIWi9LdFovRjdtY1RxVjNTR2Z6ci9rdnEvK2UydEl2SHBMRnA3Rkdqbk5vdApQY0Z2NEdyekxpOW51RmdzaVh6STV2TS9JRkk3cHgvNEg1anJUUTRQd2RaMkZXeGhVNmhkMUFsOHNQZG4wZjFlei9JUTJkRTJ4ZGhzCmFKbURTajNZeFZkSEh2SnpwcmRRRzJhdmdSdjg3eG8vWE9DdjlaOVRzOVBmdVo1am4reTUrS2d4bmRybE1NUHY3RmxUKzQzZnMzMEUKbzlrVDRUNm0xVVpLZGZBdjhlSkljNUFhZkVZSDJqK0YyOFJzcGtrbitBdDk1MFkvRGxhSHoyZUU1b2IrT2ZnMjlRVUlFNXp6MzNjdQpEQ3BIb0QyR3pmbGoxeHVYVUYrSWNNQjM4L09xYkJFMUJReG9qcTFnRzJYRUdPb0YvM3ZQaGJXQ3dvc0NSNWpIWmhpUHNkblVsNFFPCjdNTnJyRnRCMkRwRzREaVR5THNkOC9odGgrdkNDbjh2UHMrNlJad2N3dmFwdDlmQkptTXl6VVdoQXgvdlhsbTdWMnlkd2piRnhJNHkKSG1ZYTVzbjFDKzltbDV2M2lhOVhXRFQ0NW4zVE4wOUhxRHc4Z3Uzd0RWNFRhWlZScytCdFk3SDV4aVBpTmpPSEZYNVA1NVdOM1hMcQpGcDdycEswZ2E1TzREQXpoQS9md24wVCtMSzkrS2NsbjdDdnhqK2taYk1lMzl5MlB2aSt6QlNranZubDdPZ2JiSWZKMU95dmt5aUV4ClBWTzZCZHU1Q1hJVGdkUjhXYkdMamZYcEVXeUhzVzh1V0xSYlJVdFNKNm1SQjlJaDJHNGd5RTJOSEFveXl1a2ViTWMvaGhWdWc5eEUKb0NURm43N0JkdDZDM0VTZ0tPZWlqc0YyM29QY1JLQm9vVU8vWURzL1FXNGlVSnFWVko5Z083NjViN1gzSURjUktFNFRxME93bmY4ZwpOeEdvejlzYjhtQTcvaHBmWHJXRHJuMlNSTXJoRGJiajYzdCs1VC9JVFFSRW1hM3R5YkE3ZkwwRTd6Q3ZwTGFCNm5GU1NmamtBSUFRCkJHc1FDUkxPcEsxWWJoOUJiUU9OSUF5V1VUdWVDTU9ndDR0RWtGaTVNWlhhOGNUUTkxd1NRY0tiKzVBdGZPbzd0QmJRREZuaEZTUW4KbnpoSFBJRWdkZ2s3bHRicFZGQ25XeVlRaEg2Y1RtbGRUU3ZwTTA0Q1FhaS9nNmt4UnVjR2VyTm80UFpWTjlnMms1MU02YkF6dEQxWQp1U0FhdkhlempqSkh2UG9oSy9TQ0dPTUxxZ2hiVjl0YzZ6R3NqTTVadDFEZUp5a1dKRWVMZDI1UzVvaFhMRWk0WjFpREdKTUxLOG5hClZ0bFlTeUdFUGhuK0FIUXpMYVdDakc1Z29YOWR4QURzVEtwSGQwb0ZDZmM5K2xEWTBUR2l5WWRDUVZyR2cwWUovNmxtV2dvRkdWV3YKMHlZZXF0NnNVQkE5WmxpREdDZllQeUJwVjFWRFRhT1JkTkhPT3pSOVJKa2doVkZEaTFlZkhvU21SeXNUUko4WjFpQ3NlTnR4Nmx0VgpKTWpHSEtiSjY3T0hrazN3SlZJa3lQR21qaHQyS0hxMUlrRmt6dXF4SzNnZGlXRnpuemxTbnQySlVTTElXbWtCYU5nVi8xSDhlUDZNCm5Ob1p5NVprZDNLVUNMTHdERG5iZFBocjhkTWlEMVg5MTFxRTEyQy9qQmJVejdTVUNDSm5MT2JyZThxLzNjbUI1azN4K2ZpaGhFWVcKYkowazg4cU1SSWtnNHI5bi9FdSt6THA4NkU2T3FuOUFDZitMY011ejh4Uy90VTZCSUxGU05rMXNqZmhpWDRuMTVLRkh6YStzcytPcgpzY2RQalNuYVVqeG9LUkJFN0F5TGM3eXhZMEd5L0xpUnUrT240NzlGdHNlcTdiSHlyczFJVkF4WkFnWEJ6NkRHdkxZeG5yeEUxZXU5CnMzR1R1QmJaS0t5VmRtVVNJRjBRK3lUMlBWRjFZV3R2c1JWektoWGRiMTdNenhkM2Q2SjJwaVZkRUZGak1QYnpYNXVMbzUrN0syMDkKM0ZmSy95bW81ZHFXUERuWEpoSFNCUkh6L2VJZllJVjFzNWY4dURVN084djVuU0xhTnNhTnJwWnpiUksySnJmNjJEUjJXdkJhK0JOcwpsdldTMTdNYWU2MHI0ZzM4eStEdHE1eHBTUmJFQ0J3WWh6MTRtZlZEOHl0L1owZWFXVEYvSWFnTmJLbXRiTSt3WkVHQ2ZyZnc3ZjQ1CjVvWWdOWmlmZEM3RUd6Z1BVZ2NyNFBQRlg1dkVTQldrYlFyTUMzSSsvOU8rMmRYL0NtcEZZOXo4TFZielFCbmgxTVdnU0JYRWFEQjgKMTgvMzhmT3NIeS85V293bGtmYWVZZ3lRd2hLVkJjNUpGY1QvREF0ZlphWFdJeUp0cWUwd2ErTnJzTS9mMmNhUjl1bGlyMDNTbHVSVgpiVThFeTkrWmVIdkhHYWI0dkw4WVdjY3IwR2ZlWFZVekxaazlwSjdsK0hEOGkvaFM4NnJHWGprbVJiYjN6K0srRW9XcnVsK1hLSWlmCjd4Ui9Ia29pZjVQcGNQVWVxNUd2NHA1VDZiTVpiYWZLdEdzUWFZSTA1OE1pYjJkd3pxL3Z0TXhQNUR0dDNjUG04TGU4bnFWbWQ2UTAKUWNZdU1rWjdLYzgvWlJGcmJhcDFYSkdZYjNTVjRmM2V6bEh6S3lKdnlQTDBMbERld29yTloxVTRQTWpTcjgxTGNRWDM4TUlpNDVSbgpUcEJ2bHlSQm1uSlpuZHV5Mk1ldnR1ck5Udm5PSG9yNUdKYmlLKzdMNXlqb0k1SUVLWWl3Q2U1S2luL1BtUmU4dldOT3hhQWxTUkMzClN3MzRlTStzcXBmbHU1bWN4bDdyRjdpRXUrcWZyTXcrV3JZOVVnUlphMkNEY3luZUhWOXBMaGY5MmprL1dFOWpDVDduWEk0eExuMWIKdHhSQkZsUWFoVTVsOEUwb2k5d3IyejIzUkhaMVJQQTY1elZoK2JlSGNvWXNSN1A1dlIxbDFwdXluZk5DWTl6OEhWaTRLM1VwVm1sTApmbjJtSEVGU2RteStseSszVnNwNjdWd1FyT2VnQko5T1ZZSmx1Um1NZ3lCQmtMWXk0NWprbitMTDhWblc0M0tkOG8vWmFTN2h2K1NwClZ0SWtEMW9TQkVtK3hJQ0l0K3lZVi8yZVhKY0NndGF0YkI2K20vVHpxcGJ4TXB1WElFaXkyVHJ2NVBYbTFhdDhQcEZRaWZsS2R5bC8KTFBGblJtNmU2MXRlUHdnWHBQMWtZMmFpNC96Wi91SklpMHhYUkZLNzExckJMK1VKbjFmS25XbUo3eUVKek1VNFgvdGNwT1pUbVk2SQp4N3FmbCtFYkk0K3p4VTJlbGsyOUlWd1FObUpSRVhkeHk3cit1a0J4SHpSVXZkVXhoOTh6d3NNeGhWRjViUW9XSkRhREZROC9nay9GCml5UFB5M05BTG8zZDFpcCtEdTQ1NUxDbmxXeHZDQlprZVAvZ3ZYaVZ1YVRxQzNubXE4QnE2cDNGdHc4N3RHU2pqNGZUN2hBdHlKQmYKRUh3SHpqQnZsMlc0U3FMdjc2emc2dzZ1Q2JNSk02WGxOUklxaUgwMHpCbjhHN2ZzTGJWZWxXVzJhbGIxV1d0d01UOFlleTl0MEJJcQpDSjdGR0FBQWR1RkY1Z1VOKzZSZEh4S3NWbGJNdDMzcnFiUTBtV0tIckxNQkJqWXJtdzlLdlRaRW1KOVowWUVOMkViaEpFblJ2Z0lGCmFTMkNDZ0IrNTRITnl1a0ltamRCSmY5QWl3emQ3U3Z0enBpR0tXYThzMjFDZTFQN0xxbzBtYTVwLzAzc0tHb2JGSHE3c3IwNGVDMFoKTW1USWtDRkRoZ3daMVBCL2loT0haU3U4TWdNQUFBQWxkRVZZZEdSaGRHVTZZM0psWVhSbEFESXdNVGd0TURjdE1UaFVNREE2TlRjNgpOVGt0TURjNk1EQjR6SUdnQUFBQUpYUkZXSFJrWVhSbE9tMXZaR2xtZVFBeU1ERTRMVEEzTFRFNFZEQXdPalUzT2pVNUxUQTNPakF3CkNaRTVIQUFBQUFCSlJVNUVya0pnZ2c9PSIgLz4KPC9zdmc+Cg==');
    background-size: contain;
    background-repeat: no-repeat;
}

.amform-rating-container.radio-group .amform-rating {
    display: none;
}

.amform-rating-container .amform-versiontwo-label:hover,
.amform-rating-container .amform-versiontwo-label:hover ~ .amform-versiontwo-label,
.amform-rating-container .amform-rating:checked ~ .amform-versiontwo-label {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FNQUFBQ2FobDZzQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQ2xGQk1WRVVBQUFDOXZiMjV1Ym0vdjcrOQp2YjI1dWJtL3Y3Ky92Nys1dWJtK3ZyNit2cjYydHJhL3Y3Kzl2YjBBQUFDR2hvYS92Nys5dmIyN3U3dSt2cjYrdnI2K3ZyNit2cjY4CnZMeXFxcXE5dmIyOXZiMi92NytxcXFxWm1abS92NysrdnI2L3Y3Kyt2cjYvdjc5L2YzKy92Nys4dkx5L3Y3Kyt2cjY2dXJxL3Y3Ky8KdjcrK3ZyNit2cjYvdjcrOHZMeSt2cjYvdjcrL3Y3Kyt2cjY5dmIyK3ZyNit2cjYrdnI2K3ZyNjR1TGl5c3JLOXZiMi92Nys0dUxpWgptWm0vdjcrN3U3dSt2cjYrdnI2L3Y3Kyt2cjY1dWJtL3Y3KzJ0cmEvdjcrOXZiMi92NysvdjcrK3ZyNit2cjYrdnI1eGNYRzh2THkvCnY3Kyt2cjYvdjcrK3ZyNi92Nys5dmIyOHZMeS92NysvdjcrN3U3dS92NysrdnI2L3Y3Kyt2cjYvdjcrOXZiMnFxcXEvdjcrK3ZyNi8KdjcrK3ZyNi92NysrdnI2K3ZyNi92NysvdjcrL3Y3Kyt2cjYvdjcreXNySy92NysvdjcrK3ZyNi92NysvdjcrK3ZyNnhzYkcvdjcrLwp2NyswdExTK3ZyNi92NzhpSWlLL3Y3Kyt2cjY5dmIyL3Y3KzZ1cnEvdjcrK3ZyNit2cjYvdjcrK3ZyNjd1N3UvdjcrK3ZyNjh2THk5CnZiMjl2YjIrdnI2OHZMeSt2cjYydHJhOXZiMi92NysvdjcrL3Y3Ky92Nys5dmIyOHZMeS92Nys5dmIyL3Y3Kyt2cjYrdnI2L3Y3KysKdnI2K3ZyNi92NysrdnI2L3Y3Kyt2cjY5dmIyL3Y3Kyt2cjYvdjcrbnA2ZTl2YjIvdjcrK3ZyNit2cjYvdjcrL3Y3Kyt2cjY3dTd1OQp2YjIvdjcrNnVycS92NysvdjcrOHZMeS92Nzh6TXpPK3ZyNit2cjYrdnI2L3Y3Kyt2cjYvdjcrK3ZyNit2cjYvdjcrK3ZyNi92Nys5CnZiMi92NysrdnI2L3Y3Kzl2YjIvdjcrK3ZyNit2cjYvdjcrK3ZyNit2cjYrdnI2K3ZyNi92NysrdnI2K3ZyNi92NysrdnI2K3ZyNisKdnI2L3Y3Ky92NysrdnI3L2R3RG1hd0QvLy84bS9GNXlBQUFBMlhSU1RsTUFUaUhLYlIyNGJ3dkJUeFdiWlFIc3R6SVBmbHZKclJjSgpZVkdqQmdWRVI1Q1ozQUlvUFhTLzRSQTBWNGJZS2p0OHo5SWZjMnJGdGhrS2Fic1M2V0F4c24wTVZoYW9CNnhObndSRGxTZnZPWXpkCk1JTFVPaVo0eXg1Y3JzaFNwRWtEMno5WXp0RFJxaFFZdkhzODQ1Y0lzVlFnaWcxSXJ4SEdiUHVndVYxM0pUamZrV2pETGRhZFFWa2oKampWTERodkFaSC9UUGhPelZYQ2hrc1NXdXQ1ZXNLWktuRzVBNWphSVd0b3NVS0lpUnBnYTRJUXUxL2g2ZHMzTU4weXJuaHpDZzBLVQpaaVIxajRIVmdLVzFLNXEwWTNLSDJhY3pYNU12UUJIMUNBQUFBQUZpUzBkRTI1a0VGaFFBQUFBSGRFbE5SUWZpQnhJQU9oNEF6ckEzCkFBQUhTa2xFUVZSNDJ1MmQ5M3RVUlJTR0w3MjZvWVZpUWtoSUJFSlZpaGlrU3BBaTBxV1hwUVJDQUJHRGlnVUlYUkJCcElnZ05sUkUKc0lLQ0tLS0lEVUd4ZS9ocjNFMnlaTXU5ZDg3TW5ablBQTSsrdjkrWjczMWdTODdNT2VzNGFkS2tTWk1tampyb0FKcW9XdytkUUJQMQpxUUU2Z2g0YVVpTjBCQzAwSm1xQ3pxQ0Zwa1RVREIxQ0I4MGpJcmVoUTJnZ2xCRVJhWUZPb1lHV0ZLVVZPa1p3V2xlS3RFSEhDRTVtCnBVaGJkSXpBdEtNcTJxT0RCS1ZEdGNqdDZDQkJhVnN0a29VT0VwQnNpdEVSSFNVWU9iZEVPcUdqQkNQM2xrZ2VPa293T3Q4U3VabVAKemhLRUFxcmhEblNZSUhTSkU4bEZod2xDMXppUmJ1Z3dBU2lrZUxxajQ2alRJMEdrSnpxT09sa0pJcjNRY1pUSnAwUjZvd09wMGlkSgo1RTUwSUZWNkpvbmNoUTZrU3Q4a0VhcUxUcVJHdjJRUDZvK09wTWFBRkpHNzBaSFVHSmdpUXZlZ002bFFsT3BCZzlDaFZLampJbkl2Ck9wUUtlUzRpTkJpZFNvRWhiaUpEMGFua0dlYm1RY1BSc2VRWjRTcEM5NkZ6U1pQcExqSVNuVXVXWW5jUEdvVU9Kc3RRRHhHNkg1MU0Ka3RGZUltUFF5ZVRJOXZLZ3NlaG9jdVI0aXRBNGREWXBjcjFGSGtCbms2S3p0OGg0ZERZWkh2VDJvQWtoZERvSit2dUkwRVIwT2dtNgorb2xNUXFmalUram5RWlBSOGZqMDhCV2hLZWg4YkxMOFJhYWk4M0hKOS9lZ2FlaUFYQjRTaU5CMGRFSW1QVVVpTTlBSm1mUVZpY3hFCkorUXhTK1JCTkF1ZGtjVUFzVWp0dUswNVVDeFNLMjVyRm9rOWlJclJLUm1NNFlqVWh0dWFlUnlSRnVpVURJWndSR3JCYmMxaExBK2EKamM0cFpBUlBaQTQ2cDVDNVBCRXFRZ2NWVU16MG9Ibm9wQUtHY2tYbW81TUtHTTBWb1d4MFZGK3kyUjYwQUozVmx4eStTSE4wVmw5eQorU0lVUm9mMVk2R0V5Q0x0dXk5ZVVxS0pwUkllbEtGcjE1SmxwZFVtblc3S0JQamZrVlZ6d3JxOERCMG1BQWxuOS9rcjBIRlVXVnFRCjlFSlp1UW9kU1ltSFY2ZTg1QWMvZ2c2bHdCclhkNjlHNkZpeXpIM1U0MzI0cGN6SEFKNXk3K2FhdGZQUjRmamNmTXozdzVIOU5SeE4KMlhMQngzeUIxS2N6akJYaXZwclY0OUVoeFhUcncvcnVOUStkVThUalQ3QThIS2ZmT25SVVg1NWtha1FZSnp5cndkRkw3aXcxNXlsMApZQStlYml6bDRUanRua0ZIZG1XOXBFYUUwQVowNkZTV2JKVDNpRkN4Q1IwOGljMnE5d2dMK1ZVcUd3UVozYk1GSGI2R3JjSG0zV3piCmpoYW9abW80a0lmakZPMUFLMFNaOEd4QWpTZzcwUlpFQS9XTXV0azFFK3pSWDlmdHdlem5rQnFUZDJ2U2lQSTh6bVBVSG8wZWpyUDMKQlpESFBxMGFFZkpmUkdqc045SGZlNEIzZ3E2VFBETURiZzRlc3V6eGtoR05LSWR0YW1TYWJPMjFXTUlyTnp2YnhsWUpUMUIrMDBFSApHeDVsTnJwNkxaVHdHT1UzSFpndTRhM2lsZDkwWUxTRXh5Ni82Y0JnQ1UraS9LWURVeVU4eWZLYkRveVU4RjZXTGIvcHdFQUpUNkg4CnBnUGRKYndsdUM0R3JTVzhJOGcyM2xKOUhybEFEYW43V1NLT1FrVmUwZmhmUzNTNmFaTFFCSTBpVzRBaXdtNHFHWTRCUlNicEZDR2IKMzdHU2VGV3J5R3N3anlsYVBlaDFtTWhVdlNLRStLSlZ5VFROSW11Q1IxSml1bVlQZWdNa01rTzNDT3ErZkQzdEltOUNQQnBvOTZEagpFSkczOUl0ZzdzdWJPREY1RytEUnpJQUhIUUdJN0RNaDhnNWdhQXFqdDFpQkU5WTk5aGp4b0hldGk1dzBJL0tlZFJGVEY0ZE9XZlpvCmI4aURXbHNXT1cxS3BNU3l5UHVtUk9nRHF4NGRqWGxRRjZzaUg1b1RXV2RWNUNOekl2U3hSWTk4cWJPUjlYSUhFQU1zaXF5VXlCVTkKTEFqSi9ERlpabEZFNGlKYTlXSEJ4RS80ajFpY2JzeFAxVFQyU0dGYjlqUDJwaHUzNUVZNkduOVhkeEQzcWVIV1JNNHdFNTBKSnp4Mgo5bFBtYzlhbUcvTXVOWCtXTXV5ejhWaWVpSzNweGdXc05BM2RCaDIxWVQxcWE3cnhPVTZZOCs1L3RHNzhuUE93cFdQUkMrSWttNzd3CmVqaDdNMFBrU3lzZS9jUkJMaGI2UEY5SC9QeFhWa1RFRnhzRnA0R1h0Z3BYc0RMZCtHdEJpTzNiUkN1RXZ4R0pYTGJnMFU2UVlRZG4Kdk5GbHdYSHd0eFpFcnZoSE9NbGJwVmtMMzFVeUxCVHFHdm9GdVBBZGQ1blE5NzRtRmNZOUN2MjIvMEhtcE9hRTM1bHd1WEdSMlQ2NwpTdzYzYjdYTWU2bk94a1htZU83ZDVKTDBZajZ2dDdPR1BZbzhkLzR4ckxEY3FaKzhscnRxV01Ucm9teUc0aEZOMFhHUEJmc2FGdm5aCmZkdHJwY29yTHZZd1VXdkw1ZUl4MFN4UVc1cEhVOTBHb3lJTDNMWU0ycGJtM2xTWGFWU2t1Y3VPR3RyU1hKdnE1TjhFK2JqTkg5Y3kKS05hdHFhNitRWkZGS2J0TnU2NW41ZkRWbEtXN0doUkorZXZ1RjMxdGFZdFNtdXJVM3dtRkpNL2c2cUZ6OGRKZmsxYS9ZY3hqZCtKRwo5VFNmeVlSK1Mxei9takdSM3hQMm1hUy9MYTE3NGkvSjZPM1NqZU9QK0YyTVhFbmE4MmY4RmpzTmVWeVBmMHN4ZFJ4ekkyNlRpNGIyCmlCdXUzTnBjVzFydi9UWGJtR25WZFVwaTZ3ODVZRXdqUXZ1YU9lZW5qV3l3SzdiOG9ZTW1QU0tNak8yVVpXVDU4OVdySHphc0VhRnUKN0VjSWpmVHJWbzN0WHZpWGVRL0g2VmhlSldLaVkvZFMxVC8yV2hzZVRteFFySW5weHBWM01mKzJwQkZoK2JIb2htSDlDemV4M1paVwplYWF0WTBKTklzVUJwa0twVXJHSi90Rys2QlhFYjB1MldxYS9DSHh1cjMyUENGZitoV3liSmsyYU5CYjRENHJDSHdENjN5QWZBQUFBCkpYUkZXSFJrWVhSbE9tTnlaV0YwWlFBeU1ERTRMVEEzTFRFNFZEQXdPalU0T2pNd0xUQTNPakF3MmpDV2VRQUFBQ1YwUlZoMFpHRjAKWlRwdGIyUnBabmtBTWpBeE9DMHdOeTB4T0ZRd01EbzFPRG96TUMwd056b3dNS3R0THNVQUFBQUFTVVZPUks1Q1lJST0iIC8+Cjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
}

.frmb .form-elements .dependent-field select:not(:focus) {
    padding-right: 40px;
}

.amform-no-display {
    display: none;
}

.amform-form .fieldset .fields .amform-layout-two,
.amform-form .fieldset .fields .amform-layout-three {
    margin-right: 2%;
}

.amform-layout-two:last-child,
.amform-layout-three:last-child {
    margin-right: 0;
}

.amform-layout-two:not(.editing) {
    max-width: 48%;
}

.amform-layout-three:not(.editing) {
    max-width: 31%;
}

.circle-theme.amform-form .fields .amform-layout-two,
.circle-theme.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.circle-theme.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.circle-theme .amform-layout-three:not(.editing) {
    max-width: 32%;
}

.default.amform-form .fields .amform-layout-two,
.default.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.default.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.default.amform-form .fields .amform-layout-three {
    max-width: 32%;
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}.product-items .ampreorder-observed .price-box {
    margin-bottom: 15px;
}

.product-items .ampreorder-observed .ampreorder-note {
    margin-bottom: 20px;
}

.ampreorder-observed,
.ampreorder-note,
.preorder_note {
    word-break: break-all;
    word-break: break-word;
}

.ampreorder-observed .tocart {
    white-space: normal
}