/**
 * 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: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.543;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #707070;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: transparent;
  color: #000000;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #707070;
  margin-bottom: 24px;
  margin-top: 24px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
h4 {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h5 {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h6 {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.6rem;
  margin-top: 0rem;
  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: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #ff6e81;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #ff6e81;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #3d3d3c;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #ff6e81;
  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: transparent;
  color: #1a1a1a;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: transparent;
  color: #1a1a1a;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: transparent;
  border: 1px solid #707070;
  color: #1a1a1a;
  line-height: 1.543;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.4rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #707070;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  line-height: 1.543;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #3d3d3c;
  line-height: 1.543;
  font-size: 1.2rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #707070;
  color: #3d3d3c;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans';
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #707070;
  color: #3d3d3c;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #707070;
  color: #3d3d3c;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  color: #b1b1b1;
  font-family: Noto Sans;
  font-size: 14px;
  height: 48px;
  line-height: 125%;
  padding: 14px 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="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: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #f5f5f5 url('../../frontend/Willow/willow/en_GB/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  color: #b1b1b1;
  font-family: Noto Sans;
  font-size: 14px;
  height: 48px;
  line-height: 125%;
  padding: 12px 25px 12px 12px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
  background: #f5f5f5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  color: #b1b1b1;
  font-family: Noto Sans;
  font-size: 14px;
  height: auto;
  line-height: 125%;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.4rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e900";
}
.icon-search:before {
  content: "\e901";
}
.icon-user:before {
  content: "\e902";
}
.icon-cart:before {
  content: "\e903";
}
.icon-eye:before {
  content: "\e904";
}
.icon-heart:before {
  content: "\e905";
}
.icon-heart-solid:before {
  content: "\e906";
}
.icon-grid:before {
  content: "\e907";
}
.icon-grid-list:before {
  content: "\e908";
}
.icon-cog:before {
  content: "\e994";
}
.icon-plus:before {
  content: "\e909";
}
.icon-minus:before {
  content: "\e90a";
}
.icon-cross:before {
  content: "\e90b";
}
.icon-arrow-up:before {
  content: "\e90c";
}
.icon-arrow-down:before {
  content: "\e90d";
}
.icon-arrow-left:before {
  content: "\e90e";
}
.icon-arrow-right:before {
  content: "\e90f";
}
.icon-up:before {
  content: "\e912";
}
.icon-down:before {
  content: "\e913";
}
.icon-left:before {
  content: "\e914";
}
.icon-right:before {
  content: "\e915";
}
.icon-left-dark:before {
  content: "\e911";
}
.icon-right-dark:before {
  content: "\e916";
}
.icon-play:before {
  content: "\e917";
}
.icon-award:before {
  content: "\e918";
}
.icon-box-seam:before {
  content: "\e919";
}
.icon-tag:before {
  content: "\e91a";
}
.icon-history:before {
  content: "\e94d";
}
.icon-clock:before {
  content: "\e91b";
}
.icon-clock1:before {
  content: "\e94e";
}
.icon-clock2:before {
  content: "\e94f";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-location:before {
  content: "\e91c";
}
.icon-envelope:before {
  content: "\e91d";
}
.icon-phone:before {
  content: "\e91e";
}
.icon-refresh:before {
  content: "\e91f";
}
.icon-refresh-cw:before {
  content: "\e920";
}
.icon-pencil:before {
  content: "\e910";
}
.icon-pencil-square:before {
  content: "\e922";
}
.icon-filter:before {
  content: "\e923";
}
.icon-navigation:before {
  content: "\e924";
}
.icon-compass:before {
  content: "\e949";
}
.icon-trash:before {
  content: "\e925";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bin-dark:before {
  content: "\e9ad";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-libreoffice:before {
  content: "\eae3";
}
.icon-facebook:before {
  content: "\e926";
}
.icon-facebook-f:before {
  content: "\e927";
}
.icon-instagram:before {
  content: "\e928";
}
.icon-instagram-dark:before {
  content: "\e929";
}
.icon-twitter:before {
  content: "\e92a";
}
.icon-x:before {
  content: "\e92b";
}
.icon-pinterest:before {
  content: "\e92c";
}
.icon-linkedin:before {
  content: "\e92d";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-loop:before {
  content: "\ea2d";
}
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #707070;
  color: #3d3d3c;
  cursor: pointer;
  font-family: 'Noto Sans';
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #707070;
  color: #3d3d3c;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #707070;
  color: #3d3d3c;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.box-tocart .action.instant-purchase,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  width: 100%;
}
.block-giftregistry-shared-items .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-account-blocks .block-title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .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-account-blocks .block-title > strong,
.magento-payments-review .block .block-title > strong,
.paypal-review .block .block-title > strong,
.multicheckout .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.account .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 {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
.account .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;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
.account .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;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
.account .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 {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
.account .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;
}
.magento-payments-review .block .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.multicheckout .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
.account .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;
}
.magento-payments-review .block .block-content .box,
.paypal-review .block .block-content .box,
.multicheckout .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
.account .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;
}
.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: 18px;
  line-height: inherit;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: "\e912";
  font-family: 'icomoon';
  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;
}
.column .block-addbysku .qty .qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.customer-review .product-details,
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 500;
}
.product-item-name > a,
.product.name a > a {
  color: #3d3d3c;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #ff6e81;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #ff6e81;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.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%;
}
.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;
}
.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;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.am-labels-folding .am-collapse-icon,
.opc-wrapper .form-discount .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.product-item-info .bss-bt-quickview .bss-quickview span,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.products-grid .product-item-inner,
.toolbar-sorter .sorter-label,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.block-search .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.filter-subtitle,
.filter-options-content .filter-count-label,
.block.newsletter .label,
.block-reorder .product-item .label,
.header.panel::before,
.header.panel::after,
.header.content::before,
.header.content::after,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.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,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.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,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.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-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  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: inherit;
  color: inherit;
  content: "\e912";
  font-family: 'icomoon';
  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-actions-addto-gridlist > 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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #666666;
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before {
  color: #3d3d3c;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.order-review-form .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .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,
.form-address-edit .actions-toolbar .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.order-review-form .amshopby-button,
.multicheckout .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
.order-review-form .am-filter-go,
.multicheckout .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.543;
  padding: 0;
  color: #ff6e81;
  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,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #ff6e81;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #3d3d3c;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff6e81;
  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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #ff6e81;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.magento-payments-review .block .actions-toolbar .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go {
  background: #eeeeee;
  border: 1px solid #707070;
  color: #3d3d3c;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .amshopby-button:focus,
.magento-payments-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.magento-payments-review .block .actions-toolbar .am-filter-go:focus,
.magento-payments-review .block .actions-toolbar .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active {
  background: #e2e2e2;
  border: 1px solid #707070;
  color: #3d3d3c;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.magento-payments-review .block .actions-toolbar .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover {
  background: #e1e1e1;
  border: 1px solid #707070;
  color: #3d3d3c;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 7px 15px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 10px 0;
}
.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,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .weee,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: "\e912";
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: "\e912";
}
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.account .legend {
  border-bottom: 1px solid #707070;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.account .legend > strong,
.account .legend > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.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 .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #878785;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.543;
  margin: 0 20px 0 0;
  padding: 0;
  color: #ff6e81;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #ff6e81;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #3d3d3c;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff6e81;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #ff6e81;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form-giftregistry-edit .field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.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;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #3d3d3c;
  font-weight: 600;
  font-size: 2.4rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #707070;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
  word-break: normal;
}
.cart-totals tbody .amount *,
.cart-totals tfoot .amount *,
.opc-block-summary .table-totals tbody .amount *,
.opc-block-summary .table-totals tfoot .amount * {
  white-space: nowrap;
  word-break: normal;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #707070;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #707070;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e912";
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #707070;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong {
  color: #ff6e81;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field {
  display: table-cell;
}
.contact-form-widget .form.contact .fieldset > .legend,
.contact-content-widget .content-wrap .block-title,
.login-container .block .block-title,
.form-create-account .fieldset > .legend {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  font-size: 2.4rem;
  border: none;
  margin: 0 0 15px;
  padding: 0 0 10px;
  position: relative;
}
.contact-form-widget .form.contact .fieldset > .legend::before,
.contact-form-widget .form.contact .fieldset > .legend::after,
.contact-content-widget .content-wrap .block-title::before,
.contact-content-widget .content-wrap .block-title::after,
.login-container .block .block-title::before,
.login-container .block .block-title::after,
.form-create-account .fieldset > .legend::before,
.form-create-account .fieldset > .legend::after {
  content: '';
  height: 2px;
  background-color: #ff6e81;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.contact-form-widget .form.contact .fieldset > .legend::before,
.contact-content-widget .content-wrap .block-title::before,
.login-container .block .block-title::before,
.form-create-account .fieldset > .legend::before {
  width: 12px;
}
.contact-form-widget .form.contact .fieldset > .legend::after,
.contact-content-widget .content-wrap .block-title::after,
.login-container .block .block-title::after,
.form-create-account .fieldset > .legend::after {
  width: 30px;
  left: 18px;
}
.bestseller-product-widget .sidebar-title,
.filter-options-title {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  font-size: 2.4rem;
  border-bottom: 1px dashed #707070;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/regular/NotoSans-Regular.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/regular/NotoSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/medium/NotoSans-Medium.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/medium/NotoSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/semibold/NotoSans-SemiBold.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/semibold/NotoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/bold/NotoSans-Bold.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/bold/NotoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/black/NotoSans-Black.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Noto_Sans/black/NotoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelasio';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Gelasio/regular/Gelasio-Regular.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Gelasio/regular/Gelasio-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelasio';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Gelasio/medium/Gelasio-Medium.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Gelasio/medium/Gelasio-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelasio';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Gelasio/semibold/Gelasio-SemiBold.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Gelasio/semibold/Gelasio-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelasio';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Gelasio/bold/Gelasio-Bold.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Gelasio/bold/Gelasio-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haute Couture';
  src: url('../../frontend/Willow/willow/en_GB/fonts/HauteCouture/HauteCouture-Regular.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/HauteCouture/HauteCouture-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../frontend/Willow/willow/en_GB/fonts/icomoon/icomoon.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/icomoon/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.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 {
  -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 tr th,
table tr td {
  word-break: normal;
}
.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 #707070;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #707070;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #ff6e81;
}
.message.info a:hover {
  color: #3d3d3c;
}
.message.info a:active {
  color: #3d3d3c;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'icomoon';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #ff6e81;
}
.message.error a:hover {
  color: #3d3d3c;
}
.message.error a:active {
  color: #3d3d3c;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'icomoon';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #ff6e81;
}
.message.warning a:hover {
  color: #3d3d3c;
}
.message.warning a:active {
  color: #3d3d3c;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'icomoon';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #ff6e81;
}
.message.notice a:hover {
  color: #3d3d3c;
}
.message.notice a:active {
  color: #3d3d3c;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'icomoon';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #ff6e81;
}
.message.success a:hover {
  color: #3d3d3c;
}
.message.success a:active {
  color: #3d3d3c;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'icomoon';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav-sections .nav-sections-items {
  width: 100%;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  text-align: center;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: inherit;
  color: #3d3d3c;
  content: "\e900";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #ff6e81;
}
.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: #3d3d3c;
  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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Willow/willow/en_GB/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 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  color: #000000;
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  color: #b1b1b1;
  font-family: Noto Sans;
  font-size: 14px;
  height: 48px;
  line-height: 125%;
  padding: 14px 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.4rem;
  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: 28px;
  line-height: 14px;
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.4rem;
}
.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: #3d3d3c;
  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;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #878785;
  content: '\e612';
  font-family: 'icomoon';
  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: 'icomoon';
  src: url('../../frontend/Willow/willow/en_GB/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Willow/willow/en_GB/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(112, 112, 112, 0.8), inset 0 -1px 0 0 rgba(112, 112, 112, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
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: linear-gradient(to right, #3d3d3c 50%, #ff6e81 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background-position: left bottom;
  color: #ffffff;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #e3e3e3;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.6rem;
  color: #3d3d3c;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #3d3d3c;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #3d3d3c;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #3d3d3c;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: transparent;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items > .item.title > .switch {
  padding: 12px 20px 12px 0 !important;
  font-size: 1.1rem;
  line-height: 16px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #a3a3a3;
  text-transform: uppercase;
  height: auto;
  position: relative;
}
.product.data.items > .item.title > .switch:visited {
  color: #a3a3a3;
}
.product.data.items > .item.title:nth-child(1) > .switch {
  border: none;
}
.product.data.items > .item.title.active > .switch {
  color: #000000;
}
.product.data.items > .item.content {
  padding: 0 0 15px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #a3a3a3;
  content: "\e909";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:hover:after {
  color: #000000;
}
.product.data.items .item.title a:active:after {
  color: #000000;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.product.data.items .item.title.active a:after {
  content: "\e90a";
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.product.data-items .data-item {
  border-bottom: 1px solid #707070;
}
.product.data-items .data-item .item.title {
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 12px 20px 12px 0;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.product.data-items .data-item .item.title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #3d3d3c;
  content: "\e909";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data-items .data-item .item.title:hover:after {
  color: #3d3d3c;
}
.product.data-items .data-item .item.title:active:after {
  color: #3d3d3c;
}
.product.data-items .data-item .item.title:hover {
  color: #3d3d3c;
}
.product.data-items .data-item .item.title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.product.data-items .data-item .item.content {
  font-size: 1.4rem;
  padding-bottom: 12px;
}
.product.data-items .data-item.active .item.title {
  color: #3d3d3c;
}
.product.data-items .data-item.active .item.title:after {
  content: "\e90a";
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: normal;
  margin: 0 10px 0 0;
  display: inline-block;
}
.pages .item:nth-child(2) {
  margin: 0 10px;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .item.pages-item-previous {
  margin: 0;
  float: left;
}
.pages .item.pages-item-next {
  margin: 0;
  float: right;
}
.pages a.page {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  background: #f5f5f5;
  color: #000000;
  display: inline-block;
  padding: 12px 15px;
  text-decoration: none;
}
.pages a.page:visited {
  background: #000000;
  color: #ffffff;
}
.pages a.page:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.pages a.page:active {
  background: #000000;
  color: #ffffff;
}
.pages strong.page {
  font-size: 16px !important;
  border-radius: 10px;
  background: #000000;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 12px 15px;
}
.pages .action {
  border-radius: 10px;
  background: #f5f5f5;
  color: #000000;
  display: inline-block;
  padding: 12px 5px;
  text-decoration: none;
}
.pages .action:visited {
  background: #a3a3a3;
  color: #000000;
}
.pages .action:visited:before,
.pages .action:visited:after {
  color: #fff !important;
}
.pages .action:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:hover:before,
.pages .action:hover:after {
  color: #fff;
}
.pages .action:active {
  background: #000000;
  color: #ffffff;
}
.pages .action:active:before,
.pages .action:active:after {
  color: #fff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
  margin: 0 !important;
}
.pages .action.next:visited:before {
  color: #000000;
}
.pages .action.next:active:before {
  color: #000000;
}
.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: 12px;
  line-height: inherit;
  color: #ffffff;
  content: '\e608';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #000000;
}
.pages .action.next:active:before {
  color: #000000;
}
.pages .action.next:before,
.pages .action.next:after {
  color: #000;
}
.pages .action.previous {
  margin: 0 !important;
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #000000;
}
.pages .action.previous:active:before {
  color: #000000;
}
.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: 12px;
  line-height: inherit;
  color: #ffffff;
  content: '\e617';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #000000;
}
.pages .action.previous:active:before {
  color: #000000;
}
.pages .action.previous:before,
.pages .action.previous:after {
  color: #000;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.6rem;
  color: #3d3d3c;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #3d3d3c;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #ff6e81;
  text-decoration: none;
}
.breadcrumbs a:active {
  color: #3d3d3c;
  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: 9px;
  line-height: normal;
  color: #ff6e81;
  content: "\e916";
  font-family: 'icomoon';
  margin: 0 15px;
  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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'icomoon';
  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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._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: 16px;
  line-height: 16px;
  color: #3d3d3c;
  content: '\e616';
  font-family: 'icomoon';
  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: #232323;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 20px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 20px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Willow/willow/en_GB/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/Willow/willow/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Willow/willow/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Willow/willow/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Willow/willow/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.4rem;
  font-size: 2rem;
  line-height: 1.543;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #ff6e81;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #ff6e81;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #3d3d3c;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff6e81;
  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 {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #ff6e81;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  background: linear-gradient(to right, #3d3d3c 50%, #ff6e81 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background-position: left bottom;
  color: #ffffff;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  background: linear-gradient(to right, #3d3d3c 50%, #ff6e81 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background-position: left bottom;
  color: #ffffff;
}
.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: 1400px;
}
[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: 1400px;
  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;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #e3e3e3;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.6rem;
  color: #3d3d3c;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #3d3d3c;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #3d3d3c;
  text-decoration: none;
}
.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 {
  color: #3d3d3c;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: transparent;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * 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;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #707070;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * 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 {
  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 {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  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 {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button: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 {
  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);
  }
}
.-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: 1370px;
  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 {
  -webkit-appearance: inner-spin-button !important;
}
.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 {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  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;
}
.back-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* Space between icon and text */
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #ff6e81;
  /* Your primary color */
  border: none;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(255, 110, 129, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.back-to-cart i {
  font-size: 20px;
  transition: transform 0.3s ease-in-out;
}
.back-to-cart:hover {
  background: #000000;
  /* Black background on hover */
  color: #ffffff;
  /* White text on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.back-to-cart:hover i {
  transform: translateX(-5px);
  /* Move arrow left on hover */
}
.back-to-cart:active {
  background: #222222;
  transform: scale(0.96);
}
.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) {
  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 {
  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 .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.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;
}
.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-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-prev:focus,
.amrelated-grid-wrapper .slick-next:focus {
  box-shadow: false;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button {
  background-color: #dfdedd;
}
.amrelated-sidebar-wrap .slick-prev:focus,
.amrelated-sidebar-wrap .slick-next:focus {
  box-shadow: false;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  padding: 10px 0;
  position: relative;
}
.amrelated-pack-wrapper .amrelated-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f9f9f9;
  margin-top: 25px;
  position: relative;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.amrelated-pack-item .amrelated-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  z-index: unset;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price .price-wrapper .price {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  background: transparent;
  border: 0;
  flex-direction: row-reverse;
  height: auto;
  min-width: auto;
  position: unset;
  width: auto;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  margin-left: 10px;
  position: static;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  align-self: center;
  position: static;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  max-width: 100%;
  min-height: 2.7rem;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  height: 100px;
  margin: 0;
  min-width: 100px;
  position: relative;
  text-align: center;
  width: 100px;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  height: 100%;
  width: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-height: 100%;
  max-width: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f6ff;
  border: 1px solid #3978bd;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  box-sizing: border-box;
  color: #000000;
  font-weight: 600;
  height: 30px;
  min-width: 30px;
  padding: 0 4px;
  position: absolute;
  right: 0;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-size: 11px;
  font-weight: 400;
}
.amrelated-photo-container .amrelated-checkbox {
  opacity: 0;
  position: absolute;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  background: #ffffff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}
.amrelated-photo-container .amrelated-checkbox:focus + .amrelated-label {
  box-shadow: false;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c84949;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
.amrelated-discount.-product {
  display: none;
  font-size: 12px;
  right: -10px;
  top: -10px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  font-size: 16px;
  max-width: 100%;
  padding: 5px 15px;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  font-weight: 600;
  margin-left: 5px;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.amrelated-price-wrapper {
  border-bottom: none;
  box-sizing: border-box;
  justify-content: center;
  margin: 0 15px;
  padding: 15px;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  height: auto;
  line-height: normal;
  padding: 7px 15px;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: false;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #ffffff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #cccccc;
  border-color: #cccccc transparent #cccccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: .3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: .03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-break: break-word;
  word-wrap: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.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: #3d3d3c;
  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;
}
.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: #5e5e5d;
  border-color: #5e5e5d;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #232323;
  border-color: #232323;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #3d3d3c;
  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;
}
.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: #5e5e5d;
  border-color: #5e5e5d;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #232323;
  border-color: #232323;
}
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 .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-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/Willow/willow/en_GB/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: 'Noto Sans';
  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: 'Noto Sans';
  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;
}
.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 {
  background: #fff;
  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;
  word-break: normal;
  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 #ff6e81;
  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: #ff6e81;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #ff6e81;
  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 #ff6e81;
  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: #ff6e81;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #ff6e81;
}
.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 .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 .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'] {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  font-size: 1.6rem;
  color: #3d3d3c;
  text-decoration: none;
  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-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item']:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item']:hover {
  color: #ff6e81;
  text-decoration: none;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item']:active {
  color: #ff6e81;
  text-decoration: none;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'].amshopby-link-selected {
  color: #ff6e81;
}
.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-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: 0;
}
.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: #3d3d3c;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #ff6e81;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #ff6e81;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #3d3d3c;
}
.filter-options-content .item a:active {
  color: #ff6e81;
  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;
}
.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: #3d3d3c;
}
.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: #3d3d3c;
}
.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/Willow/willow/en_GB/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/Willow/willow/en_GB/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: #575757;
  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;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.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 {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.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 {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.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;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 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;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #68a8e0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  display: flex;
  align-items: center;
  position: relative;
  width: 100% !important;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhzQDNAPcAAP9ugf9vgf9vgv9wgv9wg/9xg/9xhP9yhP9zhf90hv91h/92iP93iP93if94if94iv95iv95i/96i/97jP98jf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwAVACwAAAAAzQDNAAAI/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwYdAJhKtSoAqFg1Wt3KNavXiBO4iu36tWzCAGPTbjXLdiABtXCtti17IK7dqnOz3t1LNe9TvoCv+lXKIHDgwUjrGj6MuOjixY2HPn4cGejkyZV7JriMObNOzpc940QAOrTomqU5n6aZWvVqmAZau37dUrZhBhRox7QN94FunLzF/t4ZvOqE4TyLA1CAvGfwAc17Sgge3adtA9Wty86uPTX37qCZ/n9P7n08edALzJ+frT5nYdDt1z9OEJ84Z9/1c4KWkD9nWNP9AQdggDaxRyBNEAx4IGuT4bcgTW89Jt6DDC5WAIWoPRYAhhlCxuFMnX0YkwKPHSfibotteCJMEVC2IkwuvvhSjDKyRGONKy1mIo45eshjj4z9qNJmhgkJJGBGHslXkikphiSTKPkIZUlFTmmSAFVaSZKUWoaUZZcifQnmR4YJMGaYQZ5JZppqdiRmmxoNEBh9cLrJZp0ZvYnnRXruWVGffk50Z6AU/bckoRgBiuhDii7aUKOOLgRppAlNSulBll5aUKaaDhQYAp1GFBgEoUI0aKmVPonqo6q+eKpF/oExICOJrWoFGAEyolVrnq8+yKlDv8YXLEPDqlesQseOlyxCy3LXrEHPVhctQdM2V61Ahu4lY6+w7soht3+C29+1noqbH7kCofuauuqupq6cgE2IIZF8HeClue21W4G+menLb2X66sqXmRgaBh2a3gb477+ILcxwXlx+VMDDcxkG6pb4Optxtxtb+zBpHSNnmLwjRZwvxfui7JXJIdEa8rojp8TydzPfq7JTN5q0WG7qJXhzujWLHDTCt5qH5c/lIn1Uzig1wPRwjzUw42K4Vgev0gNNPLRoj1089dYAP61Si2J7NhnPKC5GMG1Hg33SZPa+prXbb09GcmUu0113/omiPaDgTCCXXbHd+v3tl4EFGt4W4jblvZiDbUl1mazyLUYnW4GHWLlhVZfVtubOwfdVaUI5qfhSpcUdVGoOPOU06US11pTsRtGelO214y6Z7rmzPtTr5aG+nWXDz25b6MU3NR1vhdvGH1bFPR8T2cyPrtzX1JmlXF9Rbi8YW97jBVL43A9Ovvjhnl8+xOqrhTYF7asVGfDx18+X1P3ar39cq32+//9TOdhq4AdAAAqtgPaTFgLV9x3TLTA4XqPZA7MnrAkGLz+Os2Bg0rOg5WmQLzsq2Af5t60RCudHmftgBI0UmwmqrktX01/n6hS/S11vVQORXGBah8Me+vCHFUAMohCHSMQiGvGISEyiEpfIxLYEBAAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwcPAJhKtarVqgOgao14tavXr1S3ih0ItqzZqmOhnl27Ni1TtnDPukUat27ZBXOJ2t0LNq9QvoC9+v0ZuPDVwTwNK0aLGOfixwDwNq4JGfJkmgUqW74cU3Nlzi89awbNcoHoypJJozw9WvVq1p9dlzQNO7ZskbXZPjDY4Ott3LmtZlTwG2RwAAeKJ4Y9QblP1gGc+5Rwmrj0ngxEX/+ZwLOE7T4n/mguAJ6w7fLLH6M3v/j7+p6b36c33EB+zwGL7T9XrB++YQj9zQdYgDxRYBiBAu6F4E4HLphTBIU5qFOEEuIkQGAV5oRhhjcFxgCHHQ4IImUijjgThHyZSOJe1qkoU4kuwgRjjKHthQCNnaWIo4wK7lhjjz62pGOQLPUGJJEqDYlkkkcueZICTTppkpJSTmmXe1WahECUWQJnV5cncQmmcV+OSRJ+ZZrpZVxqkiRmmxu9CSdGVM4ZZ5p2diRnnhXtyedEfv7JVV0GCMoRnoZeFGiiDS3K6EKOPppQpJIeRGmlBdkVHaYU2fUhp4DWBWqnoo4qEaKmNlpqqg+hyqpC/q6+ilCsshpEa60E2ZUarrPWlRWvk97K66WjEguqsZyKtyqwli7LbKZ1UfBss86OSNWmLiG7nm9MVgtiW7MJu6C2DJG7nbmwiksgusF6WyG7CElVlwAm7vVrSPD+lm+v7iJInbqK7qtanR6h2W+ANpYkMGhQAkznwpcR/JG8B9uXsJUOnwsxvxVvu/FB/2bsHF8tYtwxeBKvebJ0M5oc16f2GfhxujNv1XKYKUtnQM5u8qzcza/V3BRg9WXLF7bbbekzSSgKrRRg9xq9NGgbwiTz1JMFBuCLUDunNNYu19Xcbw9UPROFtwVGr01oD2w2TUYCjVhhEWjYdtZ3s523/V8N6kSx3GP1zaDgbjUNGHn77a3V128nuNfYYuUXFOOAIf3UYkUHpd5TDRtGQFGPQf705qAvZnlRIfNH12MOHHWe6/Fp/vrqsfPU3exIlV1ZAv7hntTtrYUY/FOZaTdT8Z6N1bnxQrI2V24pQZ/XcQDge9zc1E+VUfbaN8a9V5kb9ADw31cfcfnow+Va+uz3JVv78F9bnLLxo9/6yPV/D57h+TO33s79O83a5BPA5K2rgIrBEoFSh0CxfauB6nMRBM3iowBM8DBLuqDopBTAko2Jgd8rlKAcQL3wSQoCzOOVweByo2m58IUwjKEMZ0jDGtrwhjjMoQ53yEMYBgQAIfkECQMAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06cGDwCYSrWq1asHoGp1+OCq169grSrYSjas2bNhEZBViratW7BrhyJ4S7duVQJxe9rdyxfAhLw2+wrmC1jm4MN2C79EzPit4paNI7d9rFKyZbNqKZu8zBmuZpJSO4u2+nnk6NNUS4dEzRqAao8KWqMe+3qjbNa1bd9GnRtjhN28e1sEfnUBhYMREvQVXhG4gYsQ2j5gPlE2A5BhqUvEbfI3ae0PR/5nZancNXiHos8D5aw+6OX27iXDj984wvz1jQXcx894P//D/gEVQH8B+hTbYfoV6BNi9imoF4AO9jTgYBEuSGGFPEGIoU4abojTgct5yKFgIo4YYok4kYhiiieuGBhfAbh4k4oy0gRiYjXW1FcCOepIWI8ztQgkTHwlOCSRPx6JpF3XKblYkk5CtleULzUAJZWVTYmllDhuqVJodTXoZUpXjrmZXZmZeVKZapqmZZtn1iUBnGt2SedIE9Z1Z0lv7ilSn35iZ2egHg1gF4+ECqpnoorSxWijjj3qkV0DSDrpopZuNMGgmV4EaKfDcQoqRZ+OWp2opkZk13Sphupoq/6uRgorqZjOul2ttkKEaq4L7cprQr7+elCwwhZEbLEDHYtsBXbNuWyvdcX4rEKlTpusssVWay2z2GaL67YEdSusXdKCa6y4vGprrbrTCsDus+8uGy+y8xab56vmhoturns5m69AbG4bsMB2jVdiASZ+iyFViNbk7r7nWfkdTQMXCFaaSyrs4FkxSQwxc24951LF+2nMJ8nwCRlnXRBE6N3HnqJ8nsomUVCkggTIvJrOIPP8UXQ+19aXmCz11eR8N5p8EgM0g9cXxlzWWxqNL5UX9GP31nWcYX21DN6mTUcNc1lhiz02VBf6WDZladcE9NqFDQY1xW1/1uGMdT929/NNOecN2GFe74QY23vnNHjchScMt1ILHA6U1YIZiTZiCAvVmFaXE9VYA005kHlRkS0VOlKRzR2UoZ+TPvpQ8jFlGX2pi/56hrM7ZfN7LNb+1Nu4x5QeWRKI1xLYnf19Gm0rF484a399ZEBrhN9GNEVJBxc9cVMlML1AFDSO/VQGawbm9+R7JnT56E+cW/rplysc8ewDt4B68QM3H+T1/15y/p2JbDH/rasQAB23IfwNUFYogt8BOQakBZolSg68ypgceKf8IW9PXSGf5B5VPdFUalYdRIz/4LUXzv3rhChMoQpXyMIWuvCFMIyhDGdIwxr6KSAAIfkECQMAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06cGCwCYSrWq1atQs0K8yrWrV6taw1b4Sras1wJilQYwy7YtV7RpgTZwS7eu1QRxd9rdy3cqg7w0JfQd3Bfwy7WEE/OdYDjlAMWQ+y5oTFJq5Mt88VL2iACz58KbNTL4TBp06IqlU5s+/TCC6td8WTuETbuuANkLJ9Te3Ra3Qt7Ay/pOGLy41+EHjSsHi5zgcquTB86l3dx5cAUWXWOuLnD3A5CKuf6Pfa25pGW74lWXV4m+eunbMnu7/5yTrIT523keb+4ZqAOs/F32nVAGUHUfcvkVNVWAkIl3VGTROUgUYolJaJQCDVqoYGIGaLghYR5+OFiIREFQIYlDnYhiUCqu+FOBI7rIYowy/kRYAzUCNRgBOdpIY487jbYakDr9SGROj/GFwJH6DcmkTZ3F9mSRUk6Jk3Z7WVlflVraxBePXXrJZZgz8QUBmTUlMCaaMK3J5ktuvskSAXtFIGd8Wd4Z015L6nlYnn66FGegJwFKKEuGHupYoooW2l6j7D0KKUqMTjrSXoxZ6mhdmlIqaaeXfgpqSHatNyqpnJ5KkqiqdlRpq/4bvQprRrLOelGttqJWV4S5xppqrxyxCqxFwg5LUbHGSoRsslv9yiyxzj57bLTSKktttc3SNSC21l7LLUO4fpvcsuIaFG651nmL7rjqrmtuu+6m61aH8S50rrv3rpsvuvuWq2ZdAdRrL7nx9iuuwd8mCW+9CHPbMLaDCizkwgXbZafACEVcL4V0YUzcw9JqHC+WFOsL8rNOejwewSafnKyJe22rcncir0tByhIumGLNw1WVKVA38yzbv1UJZWR6XOH4U9B7BZzzVzr29XN1HHeFnU9H+3aAfE3ifNoDdPWpV9anuUySbmRT1hdcW6YNWIs3wd2Y3DYR7bVYiV09NviIc9ONk2JTh4U23z4SJrZWdPqtU5SEwZcVZE7PGB5UkYlIGNtK2U04UZct1TlSl0VOlACfI/XfZYdHXflSC3h2INaY6Z05fV1fJvtSjCdYE9OY/QXV1qQdUGZpMj91Hmkuad5fWtOlNgBKg6dmGG23cxT9a2rz5sBFylO32XIJnGlQ689RxVrV5acPwMWsXa/+cgy+rxx33csPm4X27+b40/mrtmL/wasRAEtXI/IN8G4rQt8BzdIl4C1QOGg63QO54qcJUoVehMLQATulMPUVr1PlM5YC3+Ow0niML5ibmQpXyMIWuvCFMIyhDGdIwxra8IY4VFlAAAAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwYBSJ1KtapVAAigan14tavXrwAUbN06AazZs1chjFUqAK3bt1XXDoVLt+5UuTwP2N27F69NvoD5+oVJIbBhvhQGqyx7uPFeBopNOp7MN2tkkJQzC77MUbPnzZwttv1M2m5oiqVT201wmqvq13VbL3wAuzZdCbIP2t5NNzdB3sDf+lYQvDhaAq2NT3WAkIFyAKF3L8io1/Zl2CIdYB+cOjFK1X5J/rN2WVru55rnt2oOkDPz1sLueToeS3lAUMP0JxcFDXXydKPO9abefErBld9hThWA1lgBNKaVWWMl4OCAXa112HhjjRbXgYANhsCGFHaoGGPQjUUif4qVyGFfvvUXWItQSSgijE69SGONgE1wI457YbhjgXwJ8CNT8LE4JJBGHonUh0kqeRRfBTiZVAQoSklUlVbOZZcBWT7ZZJdCfQkmUFiO6ZOYZvYkgV1CphmmaW6+GVucQMkoIJ0/oYknTnDu2VN1d/q5k12WCTronIYeGmiiNw1QV5SMtodopDf1Selfk146k53CaYrpop7GZGmoomZK6kt12XeqTKau2lKr/q6qNGqsK81Ka0q23npSrrqWxGuvI/0KbEjCDvtRXQcYiytdYim7K10POPssXN5JSxKs1npUV7XZEktXst2KVGy4Fo1LLmrYnnuRuepGxG67roEK77rpzisRoJ3aq1FdPupbbr3+OvRuwAgNTHBUAB+skHbfKlyRwQ4LBHHEEzus4VvsRSxRxQpzfLCeGiNEZcIh/1ZXBCXHK2/KunlMMMgsDwRzzBVAMHPMN7NcJs0yu+zvzjzbzCbPCQFNM6crEx0k0QctwBduTBc0Y9QC0Wa0zlNHfeKjVPfMV7NdB6Zj18RlzTR+sqnootkpSrUVk2zjBeJTh43NnVUhVubX5shX5b1Xm2M5+hXUTsFt44NnQUb3hIuj1e9SjkG6lNNwcdk4gkjSpSqPhzVwlOF1Zcw55lqiPTrpPl1selOa9aQZt0sVSVlODcYHFd+2s+qZeZ9FSx5p4ZX230kBAn83eOK+dp1thVqENPLLG6e4QQwr1xq+z2Xvtm/ad09j98/tuDX42w1Jfm2iH/n8+blLyb5nm4P5vn50zn84nuvbDyGjVutvlt2Rkp3/5haqAU4FObfKn/eUZQDyITBbquONvmr3mgcejIKTAZzShta1DnrwgyAMoQhHSMISmvCEKEyhClfowYAAACH5BAkDABUALAAAAADNAM0Ah/9ugf9vgf9vgv9wgv9wg/9xg/9xhP9yhP9zhf90hv91h/92iP93iP93if94if94iv95iv95i/96i/97jP98jf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ACsIHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJMqXcq0qdOnBh0AmEq1qtWrAKBqhYgAq9evXhVsHVsBrNmzYMkuRcu2LVYEaoVKdUu3LlUDcXna3csXQIG8Nbv2HbwXMEzCiPsaXpm4cd8Ei0s6ntw3QGSQlDP3bXB5o+bPijtbLAC6NF/RE02r3gsXdcPVsAu7Tjghtu26DmYbvM27ru6BvYO71R1BuHG2f0UfryqhYIQEy6d27o2xAfXFsVt/DBDbsGrIKFf+5zX90jQEsqCTx2QAWrtTCZ8p4Pws1ukDzT1JU37Q1DrloJk1RZkARP2nlIFGTZbUZO4l6NhRCjLFXmNFOQaeUw8KdQCFW22IWIM9cTjWXIQBiBgBgCX2U2ITYIdYTxMONp2MIZao3F4E1kgjanb9JFhos9EFlI2/scXAkIO1+JtAZwk1WH1LVhDjVSDq1dcAURLk1VAQ7Jglk1VZNpSXX4KZFVH6yVYmQbU5eNqaS/mnJpwLvknngXtxdmedc+7ppm9+IgVkoBX2SahQCth56JiGLopkj44O9aOQkTIKaaUm1lUlpjpNOhynjwIKqk+NjppTqabaxN2lqeq0V27+re6EaqwzzUorTF3WheKt87HKa022/tpSsMIy5muxMdkFJbIyHcusS56y9Wytzk5rrKjWukRstiNty21I3n77kV1HisuSXUqaq1K16pLEbrsivQsvZtjOK1m99naLb77g7svvuHUt+y+9/g7smbwGXxRuwhEtzPBDDj/cUKIFS2wRwhZLZJd6GWcUcccIfQzybhiPzFBtFZsMcckqJyRyy2WxDDPJMs+sZc02m0lpzhApyjNDxeGc814L/Lyy0DMb8HLLPhvt8tIqN+30QVJPXdCqSMPMV9FWPw01yBQM2nVBYo89UNhVj02m2TqnPPXabMOtttxdD3Yh2zGXbTbukXjfR/fbfMcd+NhKD173i3jnnWTiiW1qdOGE5bi3iHMndveCRWaIFAFTccyjY+kWWNWSCGZq1W/wlc5TtKPrNqXmrpoVwW+sq3gT59L+lmZmeibrNmALlCYmS6+7dUCU4oVn+OerXc6R6kHyBmtFtVOuW3QAJDD7zbx9if33X6b+/XFljn+c87pBZ35v25e/vm17Vv8+7HvO/5nkh9ofYaVo6693pJDz36diVTwBekU+wjLgV5rzLAW2jlsCEKC9cDe+Xf1LfrDpGMViY8GWUZBBgntV4kZIwhKa8IQoTKEKV8jCFrrwhTCMYQkDAgAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwYhAJhKtarVqwCgaoWItatXrwy2iq2A4KvZs17HLkXLti3WCGqFlnVLty5VuHF32t3LN2vemn0D8zXw92UCwYj7FlZ5OLFjvotLKnhMua+CyB8dVN6sGLNGCpxDd/ZcUbRpvgJIS1xwuvXesKobup69N7ZCA7Rz17V9ULdvugN4C4zwu7hb3gSMK2e7QPXyqgkMNng+1fPvyxd/R84dkvtf1xBO/jJwHRe0aewsT4+dYHrm5NAStLLn/ABnaKgP6PPk/HSzA6CbNVUZbEJVthZlR83nWFIIKtVgUY8Fx5QEjxUVwIJQOZaaUO8hJtZ4iMUXVGKEqZXYiB5+l2JPFwq23Yp6uYgZYtHFGJhzMuYEo3U52tQhZLwJNoF9NwpXQY8zIRlkkTQxaaRATsYUWI1PCtQYkDL1FUCVBQVGQZajcTlQlCz9uJuYBvX15Ut9SYgmQSDW5pKCdr3ZG19rpoelnV3uqVKYfI7pJ0qABiqoW1Tqadd/hkbVVkwt1tnonWYlKeekjna1oUxmHocppVWhZ6mkn2ZaHZGkltqnTp2ypSpR/oO+2tNebsrqk2ap2jrrpbruemavPvEKrE6R0jWsr3QNeayNxi7LrKfO6ljXAdFK+2u1NgmL7ajNbgtYrt5KeW24YHZLbkwDgHtuS9quq6i57rKrbrwp2VUrvSvNi+9J+u5bUr/+jgRwwN2NS7BJAx/sUcIKc8Rwwxo9DDFGEk9skV15WlywwRp31G7HG30MckYij5xdxSY7ZB68KUfMccsnvwwzRSXPHFHNNj+Ec84O2YUAzxSjDHSfMg8tm9BGQ7lz0qBCyzRXdoX3NNRIG01c1UbHOnVCWm/dtFuMes1Q12ITxBeBZSO0ctFpH/la2wkVyzLch9aVKN11s1326Np6i10o3nzPTXdfm+Kdt+Bwk4m34olrabjZfdX3eAXp/t245W0reTnmZe8Id36ap33i44k1QDpi92Y+Ot3Jrb65535XOPhjW76OGLWqU4a215wpG/tmoj5NYWgEjPqqei2xVpWs5BHaFfOziYSWrdoF7XSpy/2s0ANzcW5o99QB32v49/UqAPmViTg++rIDyz6Gw8b5vvelnj8/2dDfj7Wd+vedf/9nSZ2zADg9chHwK74LF/gO6C8C3m1fgaMOyJ5TgJnRqXlWC43UbNeWDU7ugyAMoQhHSMISmvCEKEyhClfIwhYOLSAAIfkECQMAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06cFEwCYSrWq1asAKEDd+hCr169guYoVCLas2a8FxiotcLatW6xqh76dS9eqgrg7EdTdyxdAALw1+wruC/jlgcGICRdOqTexY74LFpOU+rgyX8kgFVjerBhzRgmcQ3f2TFG06dGkHTY4zXpvhNQOW8veC1th49m432qtXTC3b7q8B/4e/pa3A+LI2zZIndzq64Gam0/1PPziYd+ScYfUDrh1ApSt8f6e3r2SsmgJY0UTmDlANHmnoDnjJBAa6gP5O9tvdgph/08B/i1lGVEBDKhUZXcZZeBRlQn4GIOOQdBUgwQ6BtUEjv0llHmCDSCWYw8IlViIY+k3WFCJAbYaYj+luJiLO0XAImaIkajTjNSdeKOOzPFoE4e08eZjYIIFR1aRNg0pZF8CJNnXd0YKRAGSMwmmYZQCGUAlTPFdhiVBW74U5pcVjFkeamQeudd7LJlJ5m11vWRinGke1BebKaFZp3BeroRhn3sWBOdceJqkZ6Bq0qkSXwggmhCgJx3qaJl7XRmpa5M+GuRJWm6aqUF8Fbqdp5+CSupIkJYK5qmj1jWBqv6a0tVkSanCyqeiqNZlgK0IdQocSWzhymtvdT0nUq3DUirsR6wmm2hxuf7qrKnSgoSss9dm1Oy0x70lYbRzTRtrWOAtK+6zVbVk7rnKApCWmOuyS9O28spEb70w1dUovjjFy+9L/VX7b5X+DtxmwQYvinDC5QrMsEt1efhwTAtPTKvDFq9UccbHYsxxw9B+fHC4Io8ccsl5eowyuG6trPBcxrp8scoye3RvzRvdjLO2G+9ckc4+WwR00BTJSDPRGOmLtLU9L91V0043NHTUsUFNtUJTynp1zlZvbWfXXhNLV8xhT5Rt2VKDjXa7J68d0dluI7TA1HHfOteudUMEd/7eq6qN9t58o9ty4A0F7HfYgAcuKeF9H8042yQ/jpDhdEUmOUKLP06544T3ZePlBGVNd9xuSi56XeuBLjamqjd++NUAZt556Y8reTmOreMO+n2216777Ygtlztis6puoeq+DkY24xQCf7zzz/v+WOrSP7Yv85sxUH1lr87OGXqKmxb+aXnPRjp2F6WbsHQAWD7Q5l5dPzDv7Ee+fv1tG4z/4BbvbxaU/fMfuTLWJQFapWQGvMrKEkgVB7iMgQCQ2en2h7PoUNBn+xPVygrEvqUZLTlUA+HWLMidsuWmfPi53ATfAr7WufCFMIyhDGdIwxra8IY4zKEOd8jDHgokIAAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwcBSJ1KtapVAFCzPlxwtatXrwi0iq3wtazZr2OVPjjLtu3VA2mFGnBLt27VuDzt6t0LIAHemgT4Ct77F+bgw3z9Fk6JuDFfBotLOp7M90FkkJQz85VweaPmz3w7X5wLurRe0RNNq9Y7AbXDAKtj23W9ULbtugtoG7zNu67ugb2Du/0tvDjbBqiNV4VgkIFyrJeDI7/IO7JtkQJiF17tAOUB1XhN/r80TWEsaMUyQZfP+jlne6iaeybI/JQ+UPtLKRfVr3SygKMQTJaUgP05dpRj/zGFgIFEZYcYe40N1UCEWjWG3k8UipWhT4jBFVdgh2EYYmETjpjXYJ0ddiFOJkaHok4tpvjiTRLM6Npglt1kI207picYc79VEEGPhvFlQJADkUYYTUTq1uRKEwiG5G6h+bjklAVJCZMDVWJJ5WlFXuklQVq2xJWYY5K513osdZnml7OxVCKYb8LpW5to1qkmnYzxqaedw6nk5p9Z5kmSoYQC5ydJay2aqKJ2sSmZo49CeqdJegVQaUKIftTppmTZleChlIIaapykXmqqQRSUytGZ/qquWmhdEaRK1wCyIvSpRq7K2mtGv5oarEV6FZArp8NSlCyoy0rUbKXPQhRtotM2BGugxyZ0bVshVUstqh15S6i4yMaaLaBsYVaXpueWS5e677ab0ILmZhRgvfJayq1H5I4LLq//5rtnvBz1+6fBA2Mr8KwEexbwwqc2DDC+AiOsL1tAQpzwvgVTrPF4Hn/c0sMig0yXpCWH6VZrKVvpVq0tx2QXzDGbLHHNK1mMc2ok74xpzz7bqnDQKOlMtENGH83QkCEr7WnTTocLdNRSQ001sFNfPfHNWnvkHK1dj5R02BenSza8XJ+NddZq82x129KyDXfccs/d0Hx1282Q/F4o663s2GTv6jfSgIct+OAL3Zs34uiazbjbiz9etuOS0x255DXqFVbllr/NeQWtHv65QHx5OPreoo9e5ukKrc56VHwR8HrrfE03e+ND3z557rpH6bruEadeeYy6M/377YjZDjxioy7/IPAVZE786yBOzzqBumOPPILOOwbZ9tpfj5/446v+Gc2ch/7ZkeaXtvnw2kneG+LPSXVhxk4rUP9dWu8/leH+O9v+lNe/57CLbL4zDtyUY7fi+C049LsN4+a0GsnRCzycw+DnLli+z8VHd9WzHuuMNyjoCYSDvDMhw8qiwha68IUwjKEMZ0jDGtrwhjjMoQ53eMOAAAAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwUhAJhKtarVqwAYQN36kAHWr2DBKuBKtkLYs2jDllUaIa3bt1jHrg1KAK7du1UFzOWJt69fABT21hTwt7BfwTANK/6LWGWAxZAZNyaJILJlyZM9tr3M+XDmjZ1DY/5MUbRpvwFIS/R6ujVe1Q9dy+4Le+Hs23cd1DaIu/fd3QN9C4e7+8Hw4261kkZedULBBcypfu4tASP03pNnJwipYDbi1gdS/rqeK+H0S/NkJ4hOLfN6Z7KhldsMvfU9X85POUMAytn5UvxDXfafZUc1QCBSlm2X1IFFMaiUcZAVVddi9S2ml1DqUcgVZA8IFWFZ3SkW1GJyzaVhTycKlmJO5Rk2nYv3FaaaiDrROCOMOOEIm4418bijjPMBCZxAPiY22pCVHWmkXwoOGZyQMf3FnpMEQXmeklSahaVKGdKWpUEObCmeXw18eZCVKkHopZm8+aVbS2Ka2eKaafoVAZsJxTmSnmzyCZJneCbk3m8q+dlnX1OeBGigCi1akpp2JcooQn75Z5Kjk1JKJ0l9XZhpo5uKhOmnZ+KFwKWhktrmayX1Zamq/giFSOhIgxIHq22s7pnqrVXuypGvvD45a0jABqvlsB+NauxAhOWarLPLlopsR8UuW61F1wab7US1unVqtKDa9eqv0IK7ql1/lmtur9NqtK226mb0Lq8TovusXd+uq6m9HVEQr75EtovRvPAKjO2/ABPMkMK3MhwuvwCfayu5BieMcGkXr1vvxKDdNUDEeVaMMcQgF5SxRCevmzJEK4PbskMvWyvyRDEbWzOuJJcsLMfuzryuVD5HdHPDQ4dsVwE6m1z0vjmX7LDRTYP8NNM86zy1tFFHfLXEbyVNENBZV8Ra2F4ncFa6ZHttUAFVoQ1XeGrPtHXcPQdNN6dL363R/thV673S3H5XBHjgNOdNuOCDH86y4YqjzHjjiz8OeUPdujU5Sn0ZcDmqkm8Oddqey5t46Fx3TXpISXZ+Oru5rX6v6q4fexfcsXc8uuuQ2l17Q3+9uTtGBxj6+8LCDy9o78ZfhGbyQhfPvNLOP78zXgRI7zjy1keubPYIhbk891TfTrqN4OMc/fMrlo/1X2Wq//n5xm9GvvsEbfy9+5HRTv/0ReIfWb77k136/Ocg+tlnf/RBYGhKVD70NLA1D3SNfNDXmwUwL3W3oWAGNSgb621Qev4aD/da46kRioZ+jzkgAQu4wgGqL4QudN+c7kc/7/mlhAEsneVyuBCwmY6HLMTbIRAdwrevDLFwWDmi8qSjxCY68YlQjKIUp0jFKlrxiljMoha3yMUuTiQgACH5BAkDABUALAAAAADNAM0Ah/9ugf9vgf9vgv9wgv9wg/9xg/9xhP9yhP9zhf90hv91h/92iP93iP93if94if94iv95iv95i/96i/97jP98jf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ACsIHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJMqXcq0qdOnBicAmEq1qtWrAKBqfegAq9evXwtsHVsBrNmzYCWQTfoArdu3WBWsFYoArt27VufurIu3r1+9Nv0KHiwAMMzBiBEbVqkgsWPFi0s+ngw58kfKmCtbzpi5s+bNEz2LJgxa4oHRqAWXfpi6terVCdu6no33AWyDtHP3vT1Qt++7twn8Hg7XNmjiVhkUnNAY+dTNvy9GX0wbJIXqgFsnONk19VzZoif+uERNlq/nmafPa13g+QBO9U4jdHbAs/PTzAiAZm6KufBQzEsBaFQClCVVoFIHFpWgUhBMpuBj4t3nGAFDEejYWAU4JldQjg2wlgQX6pdYA9kl9lOIhqGo0wAmWtbiTi+6+FlgM0YWY00WvgYbYmrdVONxg/kYJG+9CRYAjX8RSdCQMw2Wn5IDmbebTDlOCWWRScbE5JVYWulSlcBxiZtfPY7n15NiEhSAjiyBaVeaBwmG5kpswrlkloz55Z+dBWXoZUp18tllmCr5ZZygBbn5Fp14Inrnn5L1FaGjBYFHqEmWvklpnH1taFKjmz56KUmghipQqSAJ0Bd9phokJVz+c4qEaquzdtTXka1yildJDe6aK0J9HRpSrbRC6pGxvwp0na+yMpvsmKMei+yzxEqHFwXPIpTposM6m21B03Lm7beDcvsRe3eJRa5B26LVbbTrnjquRuF+W29F91I7r7jwxrtmvxjtG29ZAFvU7lkDA3tXmRvlm63DEEGcrMQOUZyrxQxhbKrGCnG8qccK27VAwiHDJa2mJENrsq0FDywwvi3H+zJFM8scs0Q1r5tzRDvbezPPP/uMcsNBP1x0xUdPnHTGd2GbMkEsLr0QyI5SrfLKT8srdcc9K711QlYLGjZBfg799Niimps1XpNy1HWuIH7NtV24nv02a3eHinb+2mqTvHe5bmVNsNxzw+Vpwqou/K7ZNhNeONYJ/823W8Ku26vjYEt+W7XWYn6l5pO7m7Lnmef9ceAjXc44yc19BUGkd9UteAVRX/Up6HDaXtKrbx0++53qwk767zCbTjxHvPd9fKF9jbw8S4E+f5JfFErPPO7Wl2589jRzzv1GySv//eLbj89V9OafjH36g69v/mAGsN+sXxHID9KP9ge8Zf4ate49/3jbHwA7h74BSkQ++DNgxG6kwNAkxmkN7B5ighfBiCjKfdb7FwMr2JDJVI+DAVQRCJn2GNmN8HEbPGFBVPcYFSokbgJyoa4wwzAZai0ze7Jh++yjwx1i5oNlNhRNDwEnQh0aADPbGWLo/jdCBynxan4h0RNniMHvabB8IKxi+oSzuimWTHReRBrCwgg0sJDRgV45owSrokaLXLGN+oOjHOdIxzra8Y54zKMe98jHPvrxj4AMpCAHSchCGhIlAQEAIfkECQMAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06cFIwCYSrWq1asADkDd+hAC1q9gw3Id6yCs2bNhFYxVOgCt27dYCawdGgCu3btW5/LEy7fvVAd6bfod7DcwzAaEE/uFYFhlW8WQ+zY2Gbny4MkhDVjeXBjzRgqcQ3f2bFG06b5ySUsUcLo1X9UQXct+DVuh19m47VKofTC377u8Cf4eDjd4AuLI3TJWnbxqgt0EjzcHQHo4xt+YcUcIObuxbJSuA/6fTtASsem1UkXPPKB+K2jOCG4iCL2VM0/2m5/m/6nZ8gSmlj0wVAGWLVWZVkYViFRlSjHAYIKQFdDUg0NFVh9kQ5WVmABjQYYgUIqRtxaGICZmmHSE/aRYdibyJEGLLA4GnU4welbjTTfamGJOO/JGmFo4XhacQD3SxNpoQ1ZQpEyDAZlkBQ4iGdOSSfYn2UxCPimclC5lqeWWV740AZdfEtmXky15WeZAj9HWkoZurlmQX2iq5BdgcvYWpkoPkJlnBSgCx5Kffyq5J3h8xVfoQe/htRKhi0IKUl8LLKrQoST1GaelBvWlKGV84ckpQpiKVOqoA536UV//oYqQAv581cndpq7OSeukeA1Qa0J1OUrSArfumipeM87qq7B6HmusXcheqiyugjabLLOmBistXwFUG620BgH7bEfWchvudd9yO+y2HXlrV6XmTlsctNS26+5b8L4rb6flZjSuuPmSi+69Zv6rUb/yzicwRo3aC7Ct8XK0r7kPRxTxtQRTNHGzFzuUsbAbM4SXhAvje3BpIwNscMMDlwxwxROxLK/LEqt8L8yxyfyyzTGjHPK5Cqes886G/nwRzfwKTbLRCxOtMc4QM/0QXssBLVB6SFusNMdXe5x1rR0v1LWrXycU9qhjH0TA1mDflRq4TiOLttd3sSv12862zTXdYuNdaP7ZpOr9J9/zuiV10FUfDVe2Oyf8ltweAb6m44GjBTTkItsla7uUF9Sr3Zaq6nPhu/JV7Kp+f5l55aCj6rlGmnL+N16famtX7NK2mbq/rj9++kGwls7bmLtHLnnRubccfGNwFi/RycoH15cBKa1eqLrNSyTp68fn7ftkvW//tPR5Zl/3XSJi/dbloIo/V/dnuZR89T6exfijfX2IsVgvsQ//kF+1+pKazcJPVbCEmplRhSaDacDKqIPA6w2uJFR6oJ0AKEGU6M97FfweBTMIwQhycCSKU98HwbTBEdbrTCZMnwdTyBEBrpCFn3shDHGXoxnGkDAKtCHbLKRDh1Goh3wYAd6KgLiRQJWQiBO5IAaB2Dq+QA+JjQMfFI13l9FNcSNLvCLhhqdFkGyufV0MSRPBEkaSmAV9ZfThV9JYEiEOkI0qnAocEcXAOZ5kAByyox73yMc++vGPgAykIAdJyEIa8pCITKQiF8nIRjrykZCMpCQnSclKWvKScwwIACH5BAkDABUALAAAAADNAM0Ah/9ugf9vgf9vgv9wgv9wg/9xg/9xhP9yhP9zhf90hv91h/92iP93iP93if94if94iv95iv95i/96i/97jP98jf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ACsIHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJMqXcq0qdOnBgFInUq1qlWpULM+vMq1q9cAWsMm8Eq2rNcDYZWaXcuW64C0Q9vKnWsVLk8CdPPqBZDArs29gPf6jRm48N4Gg1VCMMx4r4PEJRtLBgwBMsgHkzPvlWCZo+bPgjtfBE06tOiICEqrzvv4tMPVsPO6Xog5tm25CGYfvM17rm6CvYO3/S1AuPG1Clwfn3qgskEGywGI7q2Rt+XYfUNCX52YO8qxpe3+LgjvcgDptAdAT6AJWquCzzkDaIZaWzJanvOdZg66n+nkov+p1RhnRgV4lGRLIVggY9ktlR5jAEIIFWNgCQVeYBVmxVhy/BV2X1jFFdZhYK3BFYFhP6EImYo7jRfYdC/iFyOMgO0k4mw33uTAjDgChthNgVHwm0A8zkTikAMVSViNSAo0AZNGQtlkBRfKJtOTpk0pUIh5CbmkXlpGlWVLO+pFYJjA6ZXbS3sRgKZB74HpUpW+vSlmXj+yNKadScq5Ump+8klQA4GmtKegRBZ6kqKI9knXSoc2WkGkIjEqaaKPogRoppcahBdda5pkaaeTWimqqaQWNKpHq5KaV6j+I7XaqazV0bVeqgmhGpKLdeKKUF4FkERrp1zKJSynvv6KLEi6JqvqsqzSZYCzudLlZkjNUptmrx9lqy2mxmIL7bfgDgfSdnJFQO5Bm7bFYbTcrrttuPDSK++85tab772O2uvZuPJ6ixHA9xJskcABx1urwvyWipu+bDV8p78ZIbyuxRNh/K3GEXFMrcdbGXyxyBnPBavEDlM8MMMNf6ryaCzzS+daEJuFckGExlwRXWfejOXLB8+V580pR9wRXQ0STbJE0hLdr9H/6rzuzDYfvbS2IL929cdbhyw1uVk3FDauYy9UtqtdO2Te1xunrTXQCcv1btRt9Syx22/D3Tb+2yXznezZZuM9q+AMAd6o4QnF+TDKhIvduKCIKxT5m5Mr63eqlR8k3+NvGpD5bpyj+Tnol186+sR6Y356QWWWjmheC0Rm67o/p76w63YOi1HrtkualwCLrn6d8KTjHqbuGfHee+6vGkq8X8jfbvyQlFb6fFrRb1Q989dXS9eHkhYrd0vbH589R8ov/9tesbu0V4Z8uhz6RZ6fb5kEez3wZfdISenSieVTTv6ipBfgmS+AKAHMydYHGC8RUC/qapKS9se/oDxofh5pVwWBkj6zJK0mOZKg+iA1Qd3sCyc58x/1zLJAIIUQSVXryQth6JURbXAo9atLUNaGQa2k74N4PrnhgagSobbc6nBYWdBagAi5pEDNaX8pCxRzkkKuTFEn9dHhFXVylS3KkIhe/KJ0whjEoZHxjGhMoxrXyMY2uvGNcIyjHOdIxzra8Y54zKMe98jHPvrxj4AMpCAHSchCGvKQiEykIhfJyEY68pGQjKQkJ0lJkAQEACH5BAkDABUALAAAAADNAM0Ah/9ugf9vgf9vgv9wgv9wg/9xg/9xhP9yhP9zhf90hv91h/92iP93iP93if94if94iv95iv95i/96i/97jP98jf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ACsIHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJMqXcq0qdOnBhEAmEq1qtWrEqBqdSjhqtevYKtO2Eq2QtizaMEOKKuUQNq3cL1CYCtUaty7eKvS3akgr9+/ALLupQm4MODBLx8YXnwYccoEjCM3djzygOTLkyl7xMw5s2aMnUMDpvDZoujTnks37Iu6dV4Fqh26nu039kLauPEesG0wQO7fd3kPBE48LunYkIsrf6t6+VTYBbs6p/r5927QvynTHrl9cGsCKSP+tN6L+iXqB2QXiK4puoFWB6FzhobelELnnp0TOOUc1PdlBExhVhRmxyF12VpGqSdZUpct1aBRkiEYYGQDUgjVgkIpuBhZAjBWgFAWpsdYUIzpR96GPo3omIo7wWdYdYZFwBOKMBa2E42l4WjTi7wZZgBOPAoXJGE2CicQa6nBVKSRAg0ZU2EOMEmQk+YlaWRhYz1pJZNLVlmblAchmReAXuYFZkJdsrTlmYC519KaZ5r1l0t/LRCnQnCKlGece340550LGfBnSv6ZCehtg56U6KFofonSoowe9FeWJkEaqaSOlmTppQVt+lGhwXHKkF/0cZepqAh52tGpqB7UAKv+H2kYaqt4wrqqrbQOh+tGu+bapKF6AutrqsJ+1GGxw3aal4R+IpussngFG+2zjU4LUq/JYmsaXj9SixAEeV23mbPe6mrtreeWC+2s6LKr7pTkYpfuuwLZ5S6veJlI77pwfWRvXPtiem9G2lK77LjzBlwwRAtnG29FDQ8bcUMT51oxognvm9zAF13cKgMPU5SXvgEPJF7G23KsMMoQs0xvyBPBrK7MEdHsrc0P4fyszhTjRWnJAsnab7twoQe0uSq3fJedR//qcsw8Wxw1xknPPHWtT998dbVVl+sx1wA3LWfWEm0t6pjNdk0tqEMjHNdcR3+NtdoOk1222ZHKDXb+2yXrjZBldkvtc0h+31k4sYG3erjAdAve+EQD5PXhvqoSjDefl1Md9suZzx2XAJx3vjffWuPlpqmJMwqu6J5vbvDiCrnFemyVc1T7pbfjO3uNqVv07+OYv5ZS7oASr/vu3hl//F2nKw57zspfGb1Gr/oFOqq/x1Xq8NPT3r1G2bvOKGBR0tmnbUID/1Hkf8F96PmoP/9Umi0p9v2J97utvmOy568/c4A6mf/+dxYGHMo+gLkeewD4PvrJpH9hyZsDZ3IWZhmOSgv0iozGh8GaVM8quOvgjkDIKBeJcIQAmNyhAHfCmwAghDoSm6IWUyAZcg8w4LHhSgQFPx0SbX9uPlwe6YKokt4RkSMgG+IRi8jAJZrvLE6UCRSjKMWvUHEmEKTOFSlIwi1ycSpe3FEAwmgTwZDxjGhMoxrXyMY2uvGNcIyjHOdIxzra8Y54zKMe98jHPvrxj4AMpCAHSchCGvKQiEykIhfJyEZ+JCAAIfkECQMAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06cGJwCYSrWq1asAGkDd6hCr169gATzgStZA2LNoryogqzSt27dX2Q5NALeuXQAE5PJUcLfv3Qh6a0r1S7hvYJiDCyu+a+CwysSLI9tF4LikBMmY/VKuDDKzZ79rOW/8TNqvBNEXzZZefRc1Rdaw7y5w/TC27da0F97eXXdz7oIFeAuH+5vg8ONviy9AzjztbNfNq0Ig6CB6VdTHLyIYznk3yOq3Hf7HPoAydmDWgFuyns4VPOmZfElrhRqBdGib9p9S+Nzzs++lngXl2X9IZXbaUJmxVyBmR2WWFINtSdZgZPMxJSFRFz6VIVDLKSYAWQREJtRiekHml4CKiZeiTyRW1uJOA6zYXWH35SSjaDfelCOOheXEQI/FFfahjoQVNxCQNSFpZAVKylTkksadSNOTUA4Un2EyPeAXeVVG2VeFL1HZ5ZFSvqQllmMW5NcAMJWZJkExosnSmbi9qWZfNarkpp1e2tUSnXXlyadAe5Yn56B91sXSoYgOFGKdhkLaaKLEpcTopALVJ2lJl2LKZKedbeopmX6eBKqnp3Z0gKijCnQlXP5DkpQqqqx6dFderSIUXKkjdahorgndFYCstQI7K0Z3MQCsQsVq1KyxvIKk2q/LInQXmyHJVi2z0dra7bZ3UvvRs8uSS5GJboGb0KtuNTbut+pSmlao4sYbbqXe1msvqfh2ZO6yq+rrbF0U7GutwBnBa/Cn/Y6msMH/1vbwvhF3NbG9FTeUca4b63ZxvOzO629dBSx8cMMJI2zyxxKxHK/LEMEMrswWo2wyoSpXRHO1OzPUM7Q2X/Qzxzm/VjTFR7ectLqXLR2z09t2zC1cB97Mb3IjQ13u0MFyjanUXWsNdNAWgf211ydjbTXOcDnwLtn2/ih2zW+NtbbZYcOtLv7eaat9M98HAW6n4Pf6vfBdCWSL9uCL52040nNLHDmivuotNOFQ3hUrvZYTPbnknY9KV+NTf57msRcFgHmQdj030l0lv7x6349vTfpCj9YF5rKj15W4SagPGnzKt7sGwfAY9Q6X3babPpHu4O43u8dp/T4z8gOH5a66Iae7UljYYoy9w1cNC3FfE6gX18rjb/Sq1YXqCcDa27W/dr7F32+0/fpnP33/DpnW/wDos/gRkFN+2dwBgSemBSLQgA7kHP8i+LQGUlCCd2HeBTE4wAsqD4IbxIgAXhTCrDWphBnpnuZQyBEIsZB4JHyhzlwoQ4oEbEM1VBoNcxiRAPGQInu7ikx6fvi8yLiNiEBcjOuQWEQLMjEiQewgCkH4xIdEsXZVbKJbwpfFi1wxLF1socjCqJEvXkWDZIQhVtLoETMCgEtsNCFV4giSKNJRJFO540jSp8c++vGPgAykIAdJyEIa8pCITKQiF8nIRjrykZCMpCQnSclKWnIoAQEAIfkECQMAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06cGFQCYSrWq1atQs0K8yrWrV6taw1b4SrasVwRilT4wy7YtVwVphVJwS7du1QlxedrdyxdAXpt9A/f9C1Ow4cGEU849zJhv4pIOGktG/Pjj5MuUK2fEzDmz5okDOovem+CzRAmjU+81/VC169WsFb6eXRdv7IIBaOt2K+D2wN3A3d4uELw4W9bGrZYeOOFA8qmagWPc/Xi2yNeEVaNcPDouhO4t1/6KFougM02pnLUySI+TvVPUl3tifhofaP2lk4lyZ4y/MYOjAkiWVGME9MefUY059d2BQ+V2WFYJCrWgYWExdoBQD6YVGYX2cZhXhvJ5+BeIOpUnWHSCRaDXiZ+JeJOLlcE403qB+SYYWi/W6NtYOtbE4o48ehZTj0AGCdtMgcFV5G9CttQAkUtC6ZKUUTap0oR2LYlQXzhOydeFWhq0X10vjUlXmFvy1YCXR6JpkJUmwYkmelmyJKebd4bEl5JuJuSYSnni+SdKg/YpW5slRVCooWnaxWdJizLaKJknRSrpm4iK5JxdFFzK0F5djmSppwWN6hFppC60IaWiZpoqpv51hQqSqa8KRKtGrtZK0KpntsqqrpMKJ5KDdAUA7KF1gTlrnccixKuwy/7aLKy9RlvttNRC65EBdi2AbbBtPcpRrt8aqe24zJZbarroSquurexuxOm72bZlrb30FkTnufK6m2+8GQXoL73kVlRwuQdPlDC2C0fUcLMPt1bXcvkSFLFDAOf77HEdZfzvwBZ5TDDIBpP8rsgUoayuyhKx/K3LW5m8sswt0/yyzTFfWzGTOm+G87QwS0zXmjsPJF7P0wUNLHE/Y6y0rhc3FHWtUy9UdapX+/k01XX11pGZZhXNM7+41tWp2FtLnbanCaxttduSZo0s0jM3LTTdCMOd0P6mdrNtF8Wn6i1o33fjW7Hcb5sF+M6IKxTaV2IXRMDfvlZVYOT1cnwdVbZhflDjVnueOOGi9xtr6S21LTjqKYPOekRgK/46oK7P7lDsYdteae26f8p771r/DnxUtw7vs/DGj0168mojz3xfZzPf0eTFS68wXxBY33Gg2hdeF9HdY8S388ZTGf71fHl9fsjmr+99be6X3H78o1dPf+Z1PXC/wzLuH/z8/iPIBEgUwIQQKzD6K+DcfqRAgzyJQQ1cFwQjKBDVTZCC+aGg8gjYQMxEr4OYcUAEaYQZbykQPAHUTgFVuEIUttA8GMSMsiI4Hw3CS0A2FMgCGiOBHFqMg0s5NMzifGiu1Z3Pfho0YvzoIisiImSHZkmgE5vnlSnyrytWrBlYstg6v3DRIlL8ohjHSMYymvGMaEyjGtfIxja68Y1wjKMc5+jDgAAAIfkECQQAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06cHBwCYSrWq1asAoGp1CAGr169fFWwdWwGs2bNgySpFy7atVwFqhUp1S7cuVQJxdyawy7cvgAN5a/od7LdBYJcTCCv2m+BwygWLI/sF7HjkXsmY++Kt/DGzZ78TOG/8TNqv6IsBSqvue1qigtWw+TZu3TC2bb60FSK4zbvu7NwEewuvC3zg8ONugR9Azpztb87NrYotCDm66OMPLjIQXpm3yNuHY/6nFB939UvzY6t/lkCzNHuolz3nFPB5etMHn3t+RuBUPlDPEDCVWVEDriUZZUWlJllSmC3VoFEPLrVbZAlSCNWCQiW22FiRPefTYgaoVcCG/ynm4VbqDfbTXIO9FxiJPCl2HWEB7iTjaTfmlCOOhOXUlYrAEbaZTYQxUFxZQNZEn1/8HYmkaYL5NYCTxkE5U49UCpSiXe1ZmeWTuMmU5JcCjekSY2QW5Jd9LZmZ5o9hnslamgZ5uZKddFYZ551z5lnQdnuO16efag6KUl8nElpmoCbhqeiijJJk6KPBRSrSa5ZSyiJdoZ00KaWVculppqB+ChKmxIGqEF9sfkeqqv6mevSqqmAmR9KEqdKaEF9NuiqqrgjFOtqvwAZLLEiz6pqsRZu2NWSxB/E1ZUjLKntsR9XSmq1E25Z67UbL1dUptAnh6haC2H5LbqG5ptvuutGqi1G3sMp7kV0hwrurvRbxCy+qtsr6rr51DpwRvdr6y63C6yK8KsPkOryvwQTrSZfAFFdca1sYX6xxvBlXZFcAH4PsMUd2OVCyQQqePKzLKwvUAMQP0RxxyBTZDK3ODPEMrM8P05VdzKEG/LJbBRA9EH44TyQxpSM2vbDUDQM9McwrP23yVa0qXTDVEKnstdNWj41y2WZrpHXa84LNNrVuv+2RAWjLLXLddpMdd/7eauPN90MO2JXo33DvTXi/fh/ec+KKJ7QkXdM27ivWkndsdOWWX4752XWhu/lGcFL+eduMj76xc6ZzbnjqV4vO+tR1GfY66avPXnTttldgruu51yZs70GX/rmjwC/OV43F10x88gjFJzjzyv8OvcV2GTn9Qlhen1CzuL++u/CNM7289qfThTz57I5//Y7oU7/25xEoFnn7usNIPwH2t28h/eXbNT/5EUJfALXHPTdBT0MYAmCBtJcfBjYQeuLzD/PQUzzy2G5m4GFd4IZjuuaQrIPIoQDrkDO74fRqhL3pXQpVaJvkIbA0XcsdBSdIGgVmJobJy4yLbMg+AfZQfzXq46Fbzse/9KHlhEXcmldwmESDxA8r42pizf4nxSpa8YpYzKIWt8jFLnrxi2AMoxjH2MSAAAAh+QQJAwAUACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gApCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwUBSJ1KtapVAAOgaoWo4KrXr18hbB1LAazZs2DJKg2Atq1br2qFEnhLty5VAnF3HrDLty8ABXlpMvBL2G/glwkKK/Yr4XBKA4sj+2XgmOQAyZj9Jqj8EULmz4Y5bwRNOrToiqVT9w1wWmJi1bDtLmjtMLZtvrQVvr7N+y2C3AZ7C68LfODw42+B70bO3Ozv082lzi7YNfpU0cIpW3xwvPJtkbwP/sdOOT6u6pfnxzooTdMzaQdaEYAWkJP0ZqcFQPcE3Zjp4MxBfdYUgEQRmBRm9BkFmWQHMqgUZkdJdt9SEBYYmVaRsSbUXouNdaFQixWgVn6KBagYYHHJV6JPHR7GXWFZ8fQfYdgVtp+N0OFYn4450ojTXD7SJkFhE+DEI20z9nXTkblx2BdeNQVZnECXmSYTYfBNSRCTLvmloZZbWomemGAKJGVL1eFWpkHLEQeTXw+sedCZKrmnppzBKdmlnnjOyedKfWnXZ553qkTmoMb9iZKiiBKUppvkMdpoooWaJOmklEJqUgN8xYipn3ZlaWmln0ZFKninlmpmqh+16Zaq/grxhSJJl8JaFqsd4Wqrrho5SZetsdr1HKp2AZtQraMVa+yxyhL767II8XpRlXQlCK1BQNLl6UfSAtstRd/CGq5E45Za7kO+ujXrtaC+dQBI55rbbK7zskvosx7F+6m+C/E76YL40kvXhPa2+6pHE9RbsKkBJ6vpwgw3nJG/mFL8kKtUQRytwitNp3HEyX28JMciv0lyyXs+jDJMjx688kwnvwyoyjK3FHPNi9KMc0ott7XzS2zp/POoQg9N681Gh2Rx0uQizXS+Tj/N0dJS1xZ11RMXjTVHGJ+1dUlUf82s1mJjFHbZ94aMtkfUurs2t1e/DdHZct9Kdt1z2/Ul/t5mx813v37/vXHggqftFpSFo0Z44plKzPhDfA37eN6LP47s5AgFXZfkmDd0eecgOw764HePbnflhffssunB0o22X2KxnlCSpYM+mexjuy42nbgLpOLnoL8IvO1+Id5746jzXVjsx6/Ku+wrNn/68I8PCaP0C7R4fLbPjx5ZA807iDuJ2kMvPusCVGj++d4b2L77nWuufufsdf67fpO3TZrltglOe3lDo8q6BJK96DDNOmAhWAAReJWqMdAqVVvPA6UCPgdOEABfm6CgsPbA11nnbdGJEwiREwG8dedvwklceBLHKdj0h3GqUSAMQbMt+s2PddGTHl82KL0e+vCHFUAMohCHSMQiGvGISEyiEpfIRIgEBAAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwcBSJ1KtarVBVCzPrTKtavXqlrDVjjwtaxZr2KVKjjLti3XB2mFRnBLty7VuD3t6t0LAK9NvoD5+oUZuLDgwSoNKz6MmOTix3whNAYJuTLjyRkta76MeWKCzaD1Eug8MbRpvRJIOzzNWq9qhXNby6b7+mCA2bjdBqg9MLdvt7x/C2dbgPTwqQcmEPx8fCrm3Bh9N24tUvbg0xRQnsYbWnLL0MrD/m5WQHO8Vs05NcN1SsFy3spOJ8AHOn8p5OxDIdtfPODogsdJAajUAIsdtVhqTRVIlIJPKdafUAxCpVh49BXmQFyGBZWhXxu+F9h0hfXUQIiTFZYATyQ+96FOKXbWYk0GrPhaYAzgJGNtN86UI46A/cUZbxX0WN6PQK5FJEvy7YUAkFHxdWFMQjJpUJQuFXCklEHuFQFhe2GZEFldujSiXrt5idCVJqFpppoj7dWAmQqxGZKcXtLpUZhwKmSkXSvZWSeeJwGaZ5yuoYSAoIOeWWigiyaqUHuNOhapo4ryadKhllK6EKR1nVgSopo2mWmbdr0Z6kJg1pXmqKcmBOqc/sC1utCrI+3pFYWyuspqYl3lytCkLMV4l6+E1vWgjqYSq6uqylbIbLM+AQstTszRdcC00e6K7U3Sbjvks95Sq22438ZKro3gnluTXceqW6657uo4brzfzUvvSrele69LsdG2r0z2/qudvgL3SXDBKQWMsKT+LsySwg7D2nDECR9MsUicwntxSdVqvDGpFn98J8QiZ0ZyyRd1i/JGKq9s8sQue/TAyTFL1HLNFd2Mc2k077xazz7PapenQb8Mc9EW6Yw0Q2OGvPTPdV37dNJAT72c0laL6nTWy9JFNNcPWVk117SCjVDTdCVrdkNlrz0l1mvvhaDbv8Jttp9go3006t1ab023AG3znaXdZAdON6aEZ80XeYJXmvjUVDZOkK1jPx255AIBJgDmBe0oOY2c9+a54C9+Hhh+nHcoud6GK6564xHyzTreRQso+H+xu60f6bsfXhmuYBNY2ZJxa8Y42KCt5zpohZsWrlRlfkQAdc9bVaNFiFtXvVkJeFfQBKkOd25zgR2/PfmVOwoB+o9ryn5dxLv7vsfjz2/Wv/aXFf+9+aNVcP9WWZjYANgXhxGwgBED4MbWZz+RzW9l6KvZcdSGs9ltRnnL6x3mstcWqYXugyAMoQhHSMISmvCEKEyhClfIwha6kCIBAQAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwUZAJhKtarVqwAmQN3q0AHWr2DDHuBKVkHYs2jBjiWrNK3bt18RsB06AK7du1UVzOUJAa/fvwAW7LUJuDDgwTALGF4MmAJilQcYS278uGTkyZj/aq380Wzmz385c+wLunRo0RdNq/67FnVEz6tj33UNUbZtvAFoLzRwu/ds3Qd9C7drADjB4cjhGl+QvLnbBrSdW3VAkLR0AKiHJ0g9nHNv6h97/j+WjZJ37L0PVru0Xpqt1NJ6ZaqOsDVB+5uwMzt2igB0T/9NXYZZUJ8xxR5jREmQ2VILGtXgUQO2NRmEkjnFXIVETQiVZLkJJRkBZAXAGHg/TcDYZmRRgCBQKw7WIk8vurhYT/YZlp1hxe00o2s75tQjjzbiJECQwBkGAU5EGpfkTEsqWRhhhxln0JM0FQadlFNGGVN+eGF5kGJ/7QcTlV5meVpMZ5ZpJl5iomnXAGompCWTb8UpZ5g3pWWnQnPWdNaeCXEJV5tQXgUon2neFIFVOR6KUKI4XYido3f65VMChFJaEKSaDsVppx5aCqqDoo5alF/bmZphqaoGNWSX/q16iheJsf70aa051fgbrrbCyqtPfrX2607v7Tqsjr4eqxOryiKZbLPOGgttoXZN6+Oz1tIpbbYypbctt25WC66f2I7rErPmnltuuiuhy267676LkojfyovSovXae1K8+pbEb78j/QtwSAIPHF6+BhOMcMIHi8uwSQU/rFHEEl8kqJ4VB0xxxhS5y/FGHn+cUcgic+dwyR1tjHJXKq/MEMkuSwRzzLW1TPNBXt0lwM0Yzczzyzb/fFzQQldwa9EL+Yx0cEQLffTSjyoNtUB1Nf3z01MTdHFaIGbdENZeV4Cv1Tf/JVjYCo29MNp9ol2QeWTT3LbbA81Nt0B20w3Y/JV3Dw321GrfVUDfm+bN9t6ED6Sr1EibaHjYTepNJuE4Jm505IdPfvdi8fUdo9ufh73440tz6DmGbjegIeirh/0q6pBHGDtmne85KbKZ1W6nrtd+xgClV+nukqSfPUCpgFZ12NJqEmiK8b7nafr68w2T16lffFuUs2+gTnZAA5kOJMHW4nV/nWxymX++eqauz/6o7pumPPzxF9hq/Zmlfz/+sKvKP2PhA5Xj/vcXWsVqgAS0S/aGlcC3nM1aDQyL8KxFrwhOpV8NDKC86je4jKnOOfpD2ehWszOkmUZYaEPgXRZouRa68IUwjKEMZ0jDGtrwhjjMoQ532LeAAAAh+QQJAwAUACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gApCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwYhAJhKtarVqwigan0o4arXr2CrSthKVkDYs2jBkl0qNa3bt1cJrB0aAK7du1Wzzt3ZFa/fvwv22vxLuDAAwTAnGF5M+AFilYoZS/6r4HHJvpMz+9Vr2SNmzaDxdub4ObTpu6Mxnl5NOPVEBaxj+63s2qHs235rLzSAuzdq3Qd9C7crAPjAtsOTuzWuvPnbBLWdW41QcAJs6amHZzwgvDPukd8F/keITR3lgNh7HbB+uZ7s9dA1TzPQmsB0TtPlmyKAz5M/0/2ZFQcUaEyVtlhRmi2V2XxGmTVZUpkp+KBREzJ1nmQIYghVhUEhR5iAWkkWGFGFOTCXhiTmJlh9BxZVwG+PMWZUZMuNtthYFKYVnWFIoQVci0YB6JVxFPAI4VVECmRkj1U1kKSSHypV1ZMDFbZUfVQOxICVWTrFZZdNfQmmhCqOyVRrZpIpWppqwsjmUVuW+eZRaM5Jp5x2poiXXHnmuGaferoJqFB/DRqoXYYe+pYBiRKKZ6M9PQrpTn4xOGmkkl6KU6aaDvZnpzr5NQCo/X1K6k2cnhpTqqq+dCGi/q1uamqsMrFK60q23ppSrrqexJugvbJ3l4nBrjprsbgei+yuyi57Eq/OggRttB5NSy1H1l6rEXfAaltSs96GBG64H41LbkfmnqvReN2q65F67brL0XtwyTuSkPXaK266+lKUbb+28QtwRP8OvBBeIBqskcAKBwxrwxnB+zDEFxVMcUEWX1wlwxoHd9cBHVeUcccja1wyxQ7aNWrIE51MscsNpzwxyw8VSjNEHuZ7c80wK+wXnzs3ZHPQQvc88F/QEc3Q0EonVGfTB9E7M9QYM001QYRBcLXHRvdLGG1bb2z11nH6VUDYWD8ddmH5rS3m1jJz3DGLalNtYLxKG8Yo7dpAbt331Ys55vaSVEv8dtMoWnbYVpKB7N1UISaOmFUrX8khYgsMKeXlk39VOVGvymjjWRlyLthbQYGGo2Vx+1iqZm0jxi7ewhKYXd0uEXCaa4wl3VJ7o5sOHnqp4ZvgvrftGJvjFiWnfHJgGzR7c7XRLd31Vjn5I/bcL05kXd07lyWN4ftGbJfl+8am9embJvib7e8OaPyZrT4o/Ya93yj7+Ls1Yqc56x9YfKcqAYKFebcy4JSi1T8CUktq2LOX7pzjwH69qDc0I59mKhg048FFe2gLoQhHSMISmvCEKEyhClfIwha68IUwFEhAAAAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwYBSJ1KtapVqVCzPgxwtavXr1rDfh1LdqyCsEoFlF3LtivaoW3jyrX6lmeCuXjzAihQ16bev3r7wlwAuHBgwSobGF6sNwLikg8YS/77GGSEyZj1QqjMMbPnw5wtfh4NOjRExaRTz01g+qHq13hbLzwAu7bcB7IP2t4tNzdB3sDb+r4bvHhZAa2NS2VwEAJt5QBC79bIm7PqBiIRwLbumTVK1ZUn/kwm8JI0dsTaDdMU7xnBY7V6A+T0fBZx6ZzPJeO23xso5srCETUZgGUdBYFkBHq1FIKPdeUeU+mph5gCdEHF2GMEUBUWV4Ut0CAAA7yVH2WPOVaXAxL6ZmFhKmbVYYsrkgijUyzOSONfE9h44306IhWZjD0mBViQTA1JpFJAHnlUkkoSJYFe+zVpFHyxSblkXh5aaRSPWvqHZZdFcQlmT+zNNaaAeZ0JV5Vqerlam0GlCedPcs7pU5127oRnnjkdaCafPOGVJaDzsUkoToYe6tefit40QKKNzgRppDFNSml5jF4q05NyOaApTZZ+ulKooqZEaqknnYqqSZmuytJc/ge46pKqsoZEa60f3YprR7ruulGvvmYEbLAXcRgXsSf5eSyyrPbH7EiXOftsSAy0Oq1HxC17LUgFWLvtr95+K2y44l40bLkMnYuuQuqui1C77kZFbrwRzfUgveZKiy9FFOq7r0Tw/hvwvgPjW3C8GcpV378THRyvw+5CjC5eITLc8LwWs4txxrpJXC5e53HsEKf+iqzxxiYPBHLKDe3J8rsef5tXyC/DjHLKYtZcAQUu66xyzz53G/O2OdfcmM/yAq2zXvciLRCTPv+1mdMCGTs0s0YuBUGUvv1YtFBCw5i1kBr6BljTV1aVW41kX5Xc2Gm7xZ3USRFGVo78wU0U5JVkoa1VtHqv2ZZ8aCUcuFBKI2lYxVt+3XiKYQLGuFKoQT5UtmwjxWDchfkdVL+LLbg54qO3faGbjNGs+IA88b2YBE95zfpNBmSmVbWeeSqpZ2iVmRlyLilre13goSQ774LB5h1IuKeWYG3U2SYddLob1HxwsZpmNXTcY2V2992LDb5yNoI+vvRBnl8b8EQKrf5oWr7vmQFjyl96l5Xbn3j8+t+s5fX9AwulAqggURFwKnxxVQBh56v3Xct1vMkeuraXGhMJzDOTexnUqMbBDnrwgyAMoQhHSMISmvCEKEyhClEYEAAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTpwYBSJ1KtapVqRSganV4tavXrxG2ik3wtazZrxDEKiVwtq3bqwTUDn1Lt27VAHJ5MrDLt6/UvDb9CvYLGKaDwYj9PiiskkLix37jMi4JubLgySEta/Z7ADPHzaAJe9YYurTd0RhNq34rALXF1bDPuqbINrbtrmlnR7zN+6puiBF6C5/6++Hw4wqKNwydoCAFssepKl+YOHXv6Qr5hoRgGztCuihh/ns/eNZBS+ihxzv32llmaQnqB15FcBMB6Pjyp9LfuRl/Bant+aSZf0MdVhmBQxlwIIJCLcggULVV92BQj7U2IVABJAbfhT/ZhxiHQE0gIYgCfkhiiZediKJoKvJkYov8pQhjjCzOmJNgFtqI0wIy6njTYD7eWGOQNfVI5Ewi9nXkj0MuGZNfEzhJ0wNNSumSX1lZ6Z6SWsbk4WldPsllmC6hVxeZMPWVJZosUakdmy2NCadKSYI5p0py3nlShnbqGZ5dC/iZUp6CkvRmoSYdiqihii4qUqOOggRppB5NSilHPNbFwKWP9slpR5Z+at2ZolbqaamkkYrqZ6qummqr/q5eFGqsu51K60Sz3uoQn+DpalGdb/kqK6zC1tprsbgSiyxXyi7LkK3OUtdstAlBS+13014bVbbaDqSAtd3mx224uZILbrj/nWsuXcmhW+243X4ZrLvYwqttud3ie6+6+9p7rb7/8nvttwJTy5dk9BYEcLTAzpswQYQmzJd5Dw+kYMHRRuxuw261W3G6GDurMbp97ffxyOuG/FJzJKJc014AtOzyTFVxeMDMYla12IRV0hShVTz3teFN3JXFYAE952w0gn41wKRbBBoZ08XHjvezvyZx7DB2BOP8Z18eTyd1mmPPhuPTXgMGJE5r6zZY2EW2jdqLbMuNGd04uVm29VyIReki3nmN+PdgucnV9d51DxbgVo8JZSDgTT3GMoWNP+VY5XM9hrBSDhLVuVEwY25UZSZ7/vnolRUOFNKnHzXgT6y3jlR/O8VeGdxLgRaoTbZXtilUEpQ20wChDa2VaS7JSzvfqi0+UujCF2bb5B01ENvdwg1722jRAU2Qmce5Bn335FNFsdnlpx+zclerf5137gu3Jvzxd+ef9fUj/6AA+W+2+YP9kx0AA4i4CWmNgGY5EgLbYqUFeoVM7QsgXuCEvwAiCnzkK8CllPc+VBXNfsI6IOSiFZy+OO9jKEyhClfIwha68IUwjKEMZ0jDGtqwUAEBACH5BAkDABUALAAAAADNAM0Ah/9ugf9vgf9vgv9wgv9wg/9xg/9xhP9yhP9zhf90hv91h/92iP93iP93if94if94iv95iv95i/96i/97jP98jf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ACsIHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJMqXcq0qdOnBgFInUq1qlUAE6BqfVjgqtevXx9sHQsBrNmzYMcuVYC2rdurEdQOfUu3btUEcn9KsMvXLoK8PPsKrgs45+DDbwvfRMwYLQPFMxtLNgs55uTLXyu/xMzZqmaWnUNT/ZxStGkAf0mbPG1adUnWpsW6DikAduvZIG3fxt1Rt2kDvDnaVUChIAPfaYNrpGwRuVTlGT3ntg39YgIAsksiYF1d6ATTxbv+BxWtQLxQA52zm//pgHP49UC3X4Y/NMB8+kLv4wf6XfL+/P79x1+AAv7U2GMF/jQAYwkC1QCDDRqIWIQSDgYchT1NiGGGh23IoWAIeqhThyLuRGKJhgmGok7y9bViin2F+GJNg82IE4g22tSiXTnahGOPNKkI5Ey18bXAkJG5iGRMZfG1pExCPulSkzxKuRlf71m5EgVKagmak16y9ABfF4apUpdmooRmmifxFRebaoIJp0n9ETZnm1Xe+ZqceooUAZ99hgRooB8NSmhH6NWV5aEeGcrocnk+2lukkm7kaKUWcWknpsLVlRWnllIKanOijkrRpaZChGqqDq3KKkP+BJT6qqqbzjqRrLY2hGuuC+3Ka0K+/npQsMIWRGyxAx2LbAXKFjtmrcsC26ywrkZb7bLXImvXANEyNC210HYb1be8ZlusueCGK+5AO7q1rrTqvsssuba2R++sa8o7b7wuPTdjnXQlOdqL+Z7p1YxYtnQWASsWTFJiKDo8XcAlXmcXXquha57EhWosHsceaXpvcH2VF+fIuLHl8UVRNtgyniirFuvKGL38n80mUVkXxgLiDHPMlfmcs9DdCWaywn2pt16NL4kMdF6CNWAZ0bwxPTWZS1NdmmCLBjczyAaDrdmDWqtUpNiQnRik1bipTSPbqh12tI9ua6YhjGVvdXf+TsfVDRhiXS+299+Dj1j4Vn8ebrjcci2ouE7PHibAWI3N/ZN9ED7V2ORESXZAU45n3jmBSE2W1GSpFYV5Y0tdZrlPTot++mUyBnbZp0vF3hgEtl8WOFKRX8atTQCbrlXfnREZmlrtYsbzSruNVXxnDP+8fGG6hRR89ITr9vpEByD3mXNe1U4Q+QN/9jX67DM3W/vwH0xy/PQDUN309We/cf6+cb6eyvw7jYBWF0DMFMBlBdRPhBIoOwwxEG0CWsADIdajCboPSaGzIAACEKbEPfBO+Gvf5w4Fv1GJz1YhRMzzlpXCs+jrhTCMoQxnSMMa2vCGOMyhDnfIwx7KMCAAIfkECQMAFAAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKQgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06cGFQCYSrWq1asAHkDdShGr169VF3AduxCs2bNk0w48y9ZsBLVc28oFSwCu07l4v9pdmrcv1gF7jwrwS9hq4KKFE1MVcDio4scAEDT2CRmyhMk7K1fGnFOzZs42PWt2AHrmYNGbS8dE/Vn1S9aeXbeEHVu2Stqe39o+eVVBQQm48e7mCSE41uE+ExinihyoAePNHeOeEB3o9OpApbLGLnQ7d6AOUP5/l157/E/R5oEeKJ++J/v2PCvXhU8ZMv2fpxXfT25/v/vH/v2X2GUBZqZfgQYmhmCChC3IoF8O6pQYYxHipGCFN61XGIY3XchhTR5+OFNh1Ik4k3INmjgiYVqpKNOGLsbUAGElxvhaijbe2FeOMMHI42wQ/ghkXzUKeVuQRqoUAJJJpoRjk7wxCWVJE0g5JUl++XalSU9uOZKVXoIEZpgedUnmR2OeuVGaambEZpsXIbAjnGLOSWdHb945UZ56RsRnnw8RYCegbuZF6JqDHlrRn4oqxGijCD0KqUGSTkpQpZYKJKihme7Jaad+fgrqQ4mOylCppjoqaqplrcpqQv6ovvpbrLKuRWutFGCaqa6W8jqprxg9wFyMwIbqlY19QRASXgcQ66pGxXK35LOFUhthtAdhW522BXHbnLeX5iWZiFXmpRuatxYIbrjWIriure2qm+5FZi5YL0fvlpYvvMJxuK9A9/oX8EbaxUufXy1+2VfCCBbwL7/92vswwBPb5ReFJQ2cnsZ4VpwWxxwJ2xfG+xGWgJMeb4XivGWCHJ2PKLmM3KYso5tyUzCjVLC58BVG4Eo5c7dyzSAtEPS2hI07ZF/nYhciSyLfXNTQeTWw2tG7Pd1SuX7N9y3WLCXGwNdgh102ZgfSlLZrDKy94tmBua221pMpNraFch8GoPmEeVvcN01G/03WY0V2tvde/QmYmNJktX14fY9vlRpQMyYOVWXKCjVt5ExVVgBirS3l8ORE5abUe6WjHtRzoSMlGuPWqW6UeLHLfhRqJBuO3uXeddg776zdHRPVti8FHG0B6AgbXMb9zCV0fi8nvEeBL6f3coZdRLz1jWHfVkE7e49Vs5iFJ/75dHeP/voRq7Y5+/AfO1z89FdVuG310/9d/uhvzP9yuRvP/3AToAHuzl0GFNx9jpfAvDgPQw2UC2lipKEIHsdIFqRK5qCUnwGqqXLxmx6d+rer38mKMGLBlQpXyMIWuvCFMIyhDGdIwxra8IY4zGFJAgIAIfkECQMAFAAsAAAAAM0AzQCH/26B/2+B/2+C/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKQgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06cWAUidCrWqyalYsy6wynVj1q9fu4qdCLZs1gdj0y40yxarAbVwCbadSzWuWrp4ARCwKzavX75W/QoG/FSwYcJMDStGnFSxY8ZFGTh2/BZy0ACTJ1sGmjmzgM09O3cGvVO0aNI4TZ9GXVP1atYyXYs+ABvnAtmDa5fG3VZ3zwa8y/r+GTzr8J8Jiks9zrk48+a8n0OXLX266uo/BeDGTpw6957aXf5/9+l6wPjQqiGc5yl+/U4D193rjBBffk7T9nePzn//NX+b/v3X2n4C1gRBgAXGNACBCc6EYIMvMQhhTBJO6NIEmUlgYWyZbcihYw54SKFmIr6EmWNolehShyqu+FiLLbEI40okzqjSZBPYSOOLOqJUY48n/QgkSUIOKZIEPBpJpGIKKFnSiYc5uWSUUoqUZJUfhUcllh9dySVHXn6pUZhiZqSYhmV2RGaaFa3JJlmLvTlmnHKauWWdURmWI54XuclnQ37+uRadgkoUaKEIHYqoQYpClNUBETipAKFzChaiiJTaKViKGyJ5p6Z+qefhgZ9ipFikHj6QqamGobkhcP6l9qmniLfFmmduHk5qa5uGNelhow8Bu56wgK6aILEMIfudsgoxi52ziRpbILQHUfuctQVJtut/iu2p5rb5YQguRYoFsCG2jErLH7oFsVubuwPBy5q8FNSKa4OqthoSvZvxS4G/kPkLMGMCK/bZsQAPDNjACvPFcMNwFemRruM+y2RJIP7nQMMSn9exRx8vC3HI1ZH8rbolQ0yBuCgzN9mlQapclckg06ybjD465ip3Ntcsc2I9d0Tqz0kdMBmqOxKNFM4qbRx0wJPtnLTSQxHA9EqeUi3U1SxVOC/XXYPdr9hTa73TgmSXbVgBrCWXttqGiQragzDRvbDXHz4dGP7eeetdmN19m1034DJl/fbMonmrU31puU04TaolkJaWfKdm2sFctQeU448f5ZriP0HZOVGusU26a3sBrfnpq3vuneuu0WaU6PgpFd1QnDPe2O3dbeeUc+wFhzhv5lou/N7Ay5Rv8sgXV3xLBSi33FjSY5VS9XWlhb31Vm4/fcTeG8dq+NnHRT5dnFKAwPm9EUYf+/BPJjnU8dePF2n2588Wa07r779v/tPfcVgWQPJJDYAFDJ/IEqgc9zCQd/J5YO0EJEHHMGBCFcxLZTaEtgyCxUYenIrsemQ1CXLJf+ZhUwfDh7Q/0S52i2qW32JIwxra8IY4zKEOd8jDHvrwhwlADKIQh1imgAAAIfkECQMAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06dQo0qdStUkhapYQwLYCqBA1q8ZuYoFALasxLFjEZhduxCtW7ZwCbqdC0Bt3LV06Sa4WzZvXgV8s/r1yyDw1MGIJxiGirjxYqeNGz94vDRyZMpILVvei5moZs2dh34GHRroaM2TS/MccFqzANU7W4+GnVP2bNo5E9i+jFvnhN2De/MkAJyu8J7F3x7nmXwshOXMm299Dj229Oo8dTfHHj05950Otv5/15k8wHidrIFzPn+zQXH25IHDry1//k3gEezf361/v+3+Nu22HoAy8UcgTQYeGJN2rSk4U4IOvmSbYhHC9F+FFrY2IIYrXchhS7IN8KFLso0IYmsUmqhSiSqqxOBnLXbYYIwoSTAjjSe1ZheOJt3II0k+/ijSb6cJWVKQRn5kQJFJjnTahk12hGSUHDFJ5UdWXilllh6JJSSXW6JFI5hV+mUimRtZxuFtWLJ5IJoYwTmfnBbRyZ6dFOE5HgJulqnZjgr2qREEghI4mgRdFgqgnhAxOp6jDkHKnaQMUVqdpQphuhxxMIZJWoWK1vlZfhiGWpGp/aE6kar2sRqRq/7wwfqQrOfR2pCt3+HaVqel8pqmrxHqmimwCjIgbEKjURfssQhpepyzB0Hbm7QFUUubtQNhq5q2FXAbGrcRMCucuM0SC+AB5Eb7GaCGpmuQt5TBC+9j8rpb2ryjXXWgAPa+22+8/8oV8GLzdjtwYAsUPOWdBRtsLsMP+/mpfg07HPGkFfN5MFynKSvSaebNl97FEk9ca8UCtebAnKO91iPKWC0MkszL0eyRAjbjhmJKO+cKs8A/M5Zzm6NBOW7QQG982NAfEYm0Ui+iduLTSbHIUtQmwyZbalNTTVR4TIv0gNVa9ywh2d+iTaLaj/Eb9pGyhYyZe2yv3doCnXn4oP7ehtnmck0Q8hX4TFiT/NXgCCLel+J787244zbhzDhVwHEd3+RRveeT5lhJjnlNYO8GGFVuf25T6bbJLXR9QonnVLjFGVBUc4UxdZ1RtyPlNOe4N4d3764fRWjuQXEaPFJLSkfWTxoTr1TyyvOUsPLLO1U47zTZSH31T3lO/egxDb89VXRvv9XZ5nMv1e7p//5y+ucfDv9YH8/PlVn2zxVn/vTjxT9iHqvA9P5nHLh4j4AIPA2iBJfABmYtLg6MYHAocz0JNnBbFrQgbSiQwQam6Fod/N+lQgi/R5EweuyB3Ql3o6/5hG6FnwFffw4IQzP1qoZz+duHXojDBY6phjFRal4EjRalBGrpVuM7YkVU+JkWKvGJUIyiFKdIxSpa8YpYzKIWt8jFLnrxi2DkSEAAACH5BAkDABUALAAAAADNAM0Ah/9ugf9vgf9vgv9wgv9wg/9xg/9xhP9yhP9zhf90hv91h/92iP93iP93if94if94iv95iv95i/96i/97jP98jf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ACsIHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJMqXcq0qdOnUKNKnUq1qtWrWLNq3cq1q9evYMOKHQggwdizBAGoXYB2rNq3AB60BQsX7tyudfPe1Zo3b4O9VvsKBkxVsOADhKEOMGw4sVPGjCM4VqoAMuMBk5FatpzZ6GbOnYV+3hw66GjSpXue/pya52rWrXG+Hj0h9s0GszfXtm0Td27GvHEu+N04+E3ig40fR15X+U0BzO06txldrYDp1KsrwF7TQHXu2Zn+g68ZHfP4mdHP00yvXib79jCZ/4UfHzn9mOLvu5xgX79LBP35x1KAAq5EYIEpEecAgist9huDBv62G4QoEecSAP4d8OCAb+lnYYRwQQCfAxumFIBgZqn3WwAqQVaAirmlRAFs3P3GQIWngVdiSbNht+NIv81nHH+z3chjjNP9GJKSvDn4WknD9VjjbBSQxGRwV3KUm1w6SikSkl0++SWYU77G4pJegjdjmh6RGeZqY4p5npscRbnai+oRwKaWe76Z40d0+jkaSIGWCSegfRr6Z5tywpfoRRI8qiiNfDba3mwEMGopjJtiVKiglGr06aShZjSqj5JSlCqpoFW66H3+q0oUa5KdXjSrc7c+lKtxuzbUK2+/LhRsbMMmVGxqxx6UbGjLFtRsZs+SVet4EUQr0Gzm0XfqRNviam0F3SoXLkTjYvltucC+lq2rg8I6ra3vonqopvNyWi+77V767bX7toWurv2i9a9Ddp7GlnoFBAyuwmENDHC85kJskcOTPUCxrxcTlqWoDHuVMcYSp1ZZxxsT+zFDI4fMbMf8qiuvyvCyjFXJGwFIpXMF3xsnzBqf/DDPe+X8KklC52sbzfTqXFoCSHf0ocmznZmgz1xpSHVET5eW9dSzpbjy1bI2LbDYH6Us81Jbg9g1tGmrZDPYUrWt9tmeyT33agj0TLb+lcRN6O+B9e19VdFD4wd4w8ThSd7hHjMOk2928+W44ZNf9Z5s+eGVuU6XZxWd3zl9JzlyUrvW+VSQVx4ecttR5aTqNiUselTVYThU7bY/VbsBReGeN1O4505U8GjjnlTwihN1ovFKBS88UN4RD7zzQBEOe1DVOg+ABDuRqD3t2gOwoE1Mhz9V+B3K9LrzVZ6PvlpGcvi+5e+nf1L99geGv3SE7q/WVv7Ti6cCyL/RETAvCOBSQt52wAJypYEQJI7XvhLBChaOghbMoGCuMxcNevB/gFneByM4mRE2MH6O0ZMJ8beuzqxwful6Ye2cEykZXi80ZrOh0cBTPh22SltCPuzL7wrUQx9SKC0yPGJCZJdBJf7Mf6BzIkQsFj7uSbEjEBDcFbfIxS568YtgDKMYx0jGMprxjGhMoxrXyMY2TiQgACH5BAkDABUALAAAAADNAM0Ah/9ugf9vgf9vgv9wgv9wg/9xg/9xhP9yhP9zhf90hv91h/92iP93iP93if94if94iv95iv95i/96i/97jP98jf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ACsIHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJMqXcq0qdOnUKNKnUq1qtWrWLNq3cq1q9evYMOKHUu2rNmzaNOqXcu2rdu3cOPKnbsSAAC6Vu3ajYBXagO9dgn0hQoY8OCmhQsfVlogseLFRx0nhlxUsmPKQi1LxvwzgmbJDzjz/GwZguicpDWfvnkgterVNF1/hi1TNmnaLxXYvo3b5W7NCXr7/r1ZeEvixY2vnIB8Ms/GAug2B2x6p+G50/VaL6wAe/a7OBP+JIf7HQHO13G/3yRtIC7z7DXf834rfnpN2xPgCoAvc8Fv8tPxFRNyADYXk27IBefWdAfAxF9bD7LUmoEFEufAcATKZR9LBmwYF4LEHUehdxmq1JwEfY2IkofSqWiSiy2GiFKHJaaI3IUnwYiXjiHxSOJ/Ju0nI2XIdVeSjzECSRJyoWGGQI0h+TckZkUuCSVkSGp0JWQUbNmRl4uBqSVx5q2W5UViHvZAmmhOeRqbFsFpo5IfuXlaAHZuJOdge0bU5455ZvRnkraBRJxgvQ3qUKCiPUknR4yKFmlFA0xK5W9lQmopkZv62WmYnz6kKKGyeTTqj4V++dsCyp2aUKj+h9W3m6mP4uYArA3h2leXtWKk65ypajqrchX8qpCxpKZG67Ct9trmbig2y6yevzFALLIIuRqXo9OO6eyb2B6kbYXBUvutpOEaNO5b6xZU6bmctVtQugv+1qSqu7EqHL3q8qsWnvBWJK9aAxNUMFoHC5SwWQsX+1sAiQYcp79nNeywxMCWu2y36GJM0ZmAUtyvxxqKPDLHnJL8scVdgXwRiCgfhhwFRxKXn5MsD+QyuzkLBLPGMhNXQI4951W0wkdTtXNGP8sGcdAmL7Q0WvKpLOjUDCM3QF1JOyVl1AyxmB7W5v4W7dhdz0v2VxKIbeLaLcNdtr08y61R23Zj5Tb+SxGm1TeGh671N+DEGVnx4IRbbRW3aTMEcN5PqWeT5GNRXpOskCv13b2TWx434jN9B97ne9fUNNijldeT6KPrLfpPrDdoFQSsB8V661FN6HlP774u1e3tZXa7gk7djjtQxh9/FOO722780EklH730Rq1p/FLJ20VU9kz9lX2mq2cv4FI0cp969jg2xfzz52VvF/FOnX69TAy4r5fsUVlvv10NuPS4/fpS2v6uQ7QBas91BiSgRzCXwK0kUDLgm4j3HvgYB1LQNQWJAAMveBmv3IqDIKxdWEJIQuTcTCwlTCEGzaI/FbpQL4Y73AtdWK8ZhjCCa/mfDRuIqh26D2pfPpwfloIoOvxRpmpE3E3/YOOZJJZKWk4cD7EuFkUAPG2KBumdD7eGRYbwyoU47GJDCBDCAIrxIutjHaLOGJIJoo6NcIyjHOdIxzra8Y54zKMe98jHPvrxj4AMpCDNEhAAIfkECQMAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWr169gw4odS7as2bNo06pdy7at27dw48qdS7eu3bt48+rdy7ev35ERBPxlCgBAgcFJCxdOgNioYsUMGg99/FiC3cJLKVOu+zix5s1yNR/9/Dku6aKkT7tNHWDogtSq18IGwDjo7NhobwOwrbt07t4/e6c+KxxAa54OiuMG+0D5bp7OfYd9HX1ndNFiEVzHjHPCdsVjv/4XVoBT/PPw4m+aN+s9fU3xtcsmcD9zPVoB9GPmJ/69fn+2+7GU3HZvfUfeS9858NYA/7U0H4FwNciShAVCuFJz1yEwlwEWqkRhhB2iFGJcFIxY0oemmTiSiilWh5ICLIIY3QQiXrdXjB7hKKNzJ+nYonINmOTjjsoJ6WJfNpKk3ZF8ZUjSdcf1VUCSIlHpl5UgYdkkkx9dZwBi+Dl3QJVcXlkmR1oieeZGaW7JI0jtKbeAZBBEd2COa6r5Jp57NtYmRn+6WWSXefJFQKEWRaegZAIhStGDgzJagaMTBapncQPwGSmjllZKqV6dShQqqJ9CNGpepz6U6l2rNtQqZ/6lqupcfIwy2KdGseIFaXGaCifpQA3k6uqtksXJa0fRQfBro8QC6lxkvxrrK7LOafjrqwtFR8Cy2CrUbWjCMvTtj8eiGS5d4x6UboXNXrTuaud6Gy+47VokLXDXzkropo3tOm2vvd3p57zy1itoudQafCPBCb0rG8MIwahwXrYqR0FIDv82caIQq5WxQR+bFTJBAUR32GDXCUbmxuh2XDC/B/+LcXTWXgqzR4e6TNbI6uosVp0+N8xzV0NiJDHL7Cqn8olDa1V0Rk8/HLRC9/a29GXX0Vjj1E43jRCKRN78pNdURc2m2eiRLbSdc4UZ3QMtgS0117KqTdh2tK703f6YbrlN90NH/82UBN/NCVOA/KGdpdxiiae1ft9tq7HiM28n8FhTMs6S34IPtaTmEyLeFYags8SAfWGZdzlN5p3nVevWoc4V7NDJnlXreZdHO1ZA265T6wBEcNXnoucEvORTlbz7T/6W7hjwNQMFPHdPTe86b8AHyVTOwI9mfWbfI2U9ANG7Nj744U92/t3WZyr9+NcnVSL88atHf1T0A3D1e/lPlb9x/Mvfxfz3P+qxJFgFvEoBFaO9kwTuf7dbYGdWJsH6la2ClMndRA6AQdBspYO3WZRBTgfC4XhlfiVM4d4ap8IWio1oLozhbCYnwxo+LnE1jCG8cphCDaalYmg8rGDLgphAVhERfjE74nVWh5eqKbE3whvYE/H1K+5NUTrLGsgVH+PDLFbAikHkmxcZgsIY7m+MDwFiBaOExoxwbnpnbKNH3igzOdrxjnjMox73yMc++vGPgAykIAdJyEIa8pCIDGRAAAAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CjSp1KtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Lti1BAADcbk0AF8AEuVjr1sVbdYJevXylBvgLOPBTwoQNN0VMeIBipYwRPz7qN7LkyUPpWkacAHPQBZsje/7pILTl0TwjmLZ8FzXOyqtFu74ZO/TsmrVt35aZW/ful70tC/gNM7hs4i41G/+LvPhyvY6bu3yut4H06dThXneJIHvc7S29/oMPn308S9DUXSvAWR61dpvtPQsoPFNC+tGJad7HfBym8uAEeGZZBLw9x59vyRn4mH2mFeCccZPl9tIBCgZWWm7rkQehYcu1RKFxDHDYIUsVBlYiSiMqNt+GKZ1oYoonwaiYaiya9J+EAhpnXYw1Hhgcij1GGGRIMmLWgHEImFSkj70pGVyIs3X3I0k3xvabcdGJtGSOU2rZ5W5DdhQmfl9+tGKTxGHpJZrIjZmRm2Sy+RGcXOL4EQN0YgZBcEnOWWaaf2qUZ521gTQok4X6KSdyH9opZm8BbhcoRhc6Kt2kFx1K6GrDPbpoc5o6FKqQn2I06mOnLpSqYVJa+iam/leWmmlvC5gHK0W3gimrRbne1mtEv7oW7EPDxpkoR8VuappHySK6GrO7AuqqqdHupkCzqlbrK7YK8TneqgmBy5e4B5Erl7kFoduWugOxu5a7FTA4rbTHelpvcwVwm21ufV6qb7f/ugWvQAObVXDBZRXcaG0U+Ntba4rOK2zAAGvr7LNEUqwWwhUMwPFXxnWascWKfVyByV2ZvOXFGIs0mMYJB1crSUjehifM+5J8LsoVEKDjbMZFWtLKL+LMENHj8izQtUpLtVzDQAa3I6k6b+Ri0k23GzLVEo90tcBIr2m0VegFB7FKX78btkhHrk3Wc2evtN+6bouU73IZsgV3/kxzp9V3SzTWzdXLxsWN3XIim/XA38A919lZjDe+d8xpHy54VfHVZEDmIFNn+EzigRV6TqNzVTpOTEeOeXaP7+Tdd1m9/pPsV+15Ok+vO0hVq6rnRDjnTv3+XL9Avf7eYcYXZTwAeSvlc/JGLQ87UtInJX3iQwkPvPLVD8X76wQqVeXtOgW+vANNjU8+fNLDNXNTbbc/PW7yA9C6U7bXP79Lm+tP/FOw0d/90KY/uPwvKgXUC9RM4rEEAuABeXGgXj6nkdQ5cCsSZMwAJRK/DB5PKx5czfsIAgH1hfArlQqhCqkTALGs8IVZwx0MZ7gsyNHwhn9pnlnOhMMZgq2HZi/ES/+AmMGSETGByjpidqBkLCU+B3vucWLNQCXF2EAQPHerImPMky4t1kWHXBxICokotDDmjIZmnIj2EtjCNL5Kf24cSRarFsc62vGOeMyjHvfIxz768Y+ADKQgB0nIQhrykKMJCAAh+QQJAwAVACwAAAAAzQDNAIf/boH/b4H/b4L/cIL/cIP/cYP/cYT/coT/c4X/dIb/dYf/doj/d4j/d4n/eIn/eIr/eYr/eYv/eov/e4z/fI3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gArCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CjSp1KtarVq1izat3KtetAAF7DNgRAFqzYswXLlkWLdoJatRTYhn1LVy5XunjtZiWAF28AvVUl9B0MeOrgw4WjHl6cuOmAxYwbK4UMmYDkowkoU75cNIDmzZyFfv4cGuho0qV7nv5sILXOCKtHu8YJIbbs2TZtU0aA+6buxRN6+/7dVzhO4ngjGB+OvKyA5cybm4VeUzrZAtRzW89u08F27tWb/jMAHx45+fLEz9NE0Fw9zfbuZcKPD9NtevoxzeOHqX//y/v+uUScAgG6lNlvBQqIYIIsMbAggyv9dgCEK9WmG4URXohhShQ8uKFJHn5Ykm4EigiihiaOaNuGwaEE24oQltUASigG+EBdJ9WIH2Em8RVbXPgtsFiJJOl4HmpFxtaaegciKVKTp6lnpEdTQlclR7YBSZ59qyXZpXswhvRYbPHZ9ldIYYJJJpprltnmR2lK+WZHti0Z3wGxTQjnnGp+SSWfcvpJJ6BHEopRbAn4N2aUezLqn6EWcXnbo4JuFCd9lx4KKXmZXtRpoI5auil4n1YUG28BKjCqRD8muGpE/q9yF+tDs1JX61iV7ncrQ7sa16tCv/YWLELDzlasQcemlixBy4bWrEDPXhZttI05mKump9m5n2fXekptYaVSFC6p034L2LismqsXuumGumO32E6qK7zenjYApfRaxO5y+8KqLlv9QhSwsN+qutqZbq72HEgDu9Ywrf+K9bBDtjmAqbqLukvuaveKNLG0EVes3ov5ZnSlrx87BKW8sqZM8ank+ViyRifjVvNGBq/WInUdxmbZiRFfdTOWLgNc9EPeHT2XbcrRqLRXQw/69FYhAr1a07hZG/RBVZfWtdWn/eywblqq9LVkZ5ckWNRG2wbBf7rNGJrWWyvEHtsS6/Y2/n9ptz21vrp1nBhx48nXd1g3Hp4SgOsqvjjjfv9tMuR5O67S3ZZThdzO2lFOdX/Hgf655zWRnHlTzWmbk3Sjkx7d6UixblpzC1TVs+g9Zey6UgJIV7to3z1l3XTAS7f3UkIGT9TwxB/FfFLMi00UnsMvxXzzs1fP1PXY78S98N/zxH33k42P0+3XGzY+WTOtT9bxirkPAOcpUe++BFbJv9ZJK6+flf5q0ZNH1gZA9mmlgG8hUkVMh0DyVaWBh1lA2QYSgf5BcH9Qu6AGdYOqym3wg6CJHAhH+BbA5IyEJKSfXVBIQmex8IIKvIzMXqg/gtHQf/y64fNapsMBgaqHSSz7IRARU6AhEpFCRsSgiE74whQdhFsjhJ8TEaI7/cVwig4xwPquiEWL0E1jXQyjGMdIxjKa8YxoTKMa18jGNrrxjXCMoxzVGBAAIfkECQMAFQAsAAAAAM0AzQCH/26B/2+B/2+C/3CC/3CD/3GD/3GE/3KE/3OF/3SG/3WH/3aI/3eI/3eJ/3iJ/3iK/3mK/3mL/3qL/3uM/3yN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4AKwgcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06dQo7KEILXqyAYAsgKwynUjBK1gASDoSnbihLBot5Zdu5BC2rds4xp8S1et3Lh1695dGyFv3r1dGfgdDLjq4MOFoR5enLgpgcWMGyeVABmyZKSVKxe4XDRzZs5CH3uuDBroaM+le2I9/Tm1zgKsPTNwjTP2ado2bUNugLu2br+9df7WGzyn2+Foi/NEHlb5cuYABDh/znw69eHWr+umml348M3dvf7/Dr8TOXmdC34bOC8+Nvv2rN/nHC//JgLd9X27z5/bNn+bCvj3X00CDjhTgQbKFNsECR7I2gANynRffBHGtF+FL8F2G4YwPcjhSwlQ+GFLIo640lcbmrhSiSqidJxsLa6YYowozUijSQfYeCNJOu44Uo8+giRaa0GWBGSRHo3GHZIiBTAakzw+CaVIUk4ZUpVWejSAZ+tl+RGWXnIEZpgajUnmRSESeWaZqE0ZIEhmthhgc1+2KedfdZI24oSI5WkZhgbY2ZGgERLKppqFGopRnAMyWpGj/EE6kaT1URqRZwF8aClEMHK46UOKJpimnmIiGiFlpi6aaoOhWtSqgf6vUhTrf7NKVGt+t3K6aoK5gpoZBSP26pBnCXx41q6PCkveqH+WimykyjL06XnTNlRteNculG122ybU7XTfHvRisxVGa21mY2ForrTrOrcaqYO2q1y4CNHbm71zyVscvgUdKd+4izlwpb648Zvvs+wZ3C/BtClMkJMMlwZxZQf8GDFoDi+MMLYX15sxYP5qpOHG1o0GYZSZCZxfXx17+7FcIW/EJ7zvjVasSTHP+/LBJAeXs8w/FzyaBCkF3fDOB7FYstEbMc2ZYEh7HLViTjc9WpfgVm311E0pjdKcXCvlddGnKaDcxC1LtKXWbB2rpIVjc3bhSyiy3VVswCrImv7Zqa1tt5+eMQia22EPO7dksUnXX9wwHz6TAwiCHNuSizNOFn7wFV753zhHXpZu6e7kN2sRsEVfT7/dfDfmP2FnVd2O8/Su502hzVroQA1pG99OmUdUdUw94HtnyAmO2fBGQXcU1K4nBZ1dQSnP1POqoy49U4Qjn9PMwz1A9fPzPQ8A70+JnxXWcIsPnlTma/VS+1ktsDr80BtJf/1W3Q/WwPrjz1X/dLoIAPfXuAGGJQHeQ8jsDBhAuWSPgRAk114iSME+Ia6CGExLadKTwQwarzQdrGBwHhhC+n2wNwIo4f3Q5xwVtu88sHMh69iDKhmy5oTysWHa5KZDwmiqhz5pyVSLatjDIoGthFkaGQVxmCXm6S+Ba5IadEoXRYlw7zAnq6IWt8jFLnrxi2AMoxjHSMYymvGMaEyjGqcUEAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) 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 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 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;
}
.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 {
  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-radius: 0;
  color: #1979c2;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6e81;
  border-radius: 0px 5px 5px 0px;
  font-size: 0rem;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.amsearch-button.-search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amsearch-button.-search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  content: "\e901";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amsearch-button.-search:hover:before {
  color: #ffffff;
}
.amsearch-button.-search:active:before {
  color: inherit;
}
.amsearch-button.-search:focus,
.amsearch-button.-search:active {
  background: none;
  border: none;
}
.amsearch-button.-search:hover {
  background: none;
  border: none;
}
.amsearch-button.-search.disabled,
.amsearch-button.-search[disabled],
fieldset[disabled] .amsearch-button.-search {
  pointer-events: none;
  opacity: 0.5;
}
.amsearch-button.-search:hover {
  background: #3d3d3c;
}
.amsearch-button.-search:active {
  background: #ff6e81;
}
.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 {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  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 {
  content: none;
}
.amsearch-slider-section button.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;
  /* Fix the image cutting issue is list view */
}
#amasty-shopby-product-list .products-list .product-image-wrapper {
  position: absolute;
}
.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: #3d3d3c;
}
.amsearch-products-section .amsearch-link:hover {
  color: #ff6e81;
}
.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;
}
.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: calc(50% - 15px);
}
.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: 35px;
}
.amsearch-input-wrapper .amsearch-input {
  padding: 14px 16px;
  padding-right: 74px;
  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 {
  font-size: 1rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 53px;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 53px;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe.-disabled {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
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: #3d3d3c;
  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 {
  color: #ff6e81;
}
.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;
}
.mgk-adcpopup-block {
  padding: 0;
  margin: 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item {
  overflow: hidden;
  margin-bottom: 2rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-photo {
  float: left;
  display: block;
  width: 37%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-details {
  float: right;
  width: 60%;
  padding: 0;
  margin: 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-name {
  font-size: 3rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-pricing {
  overflow: hidden;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c1c1c1;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-pricing .price-container {
  float: left;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-pricing .price {
  font-size: 2.2rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-sku {
  float: right;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-sku .label {
  font-weight: 600;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .options .list {
  display: table;
  border-collapse: collapse;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .options .list .option-item {
  display: table-row;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .options .list .option-item .label,
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .options .list .option-item .values {
  display: table-cell;
  text-align: left;
  padding: 1rem;
  border: 1px solid #e5efe5;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .options .list .option-item .label {
  font-weight: 600;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty {
  font-weight: 600;
  margin-top: 2rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .qty-text {
  display: inline-block;
  border: 1px solid #c1c1c1;
  padding: 0.8rem 1.4rem;
  margin-left: 2rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner {
  display: inline-block;
  margin-left: 2rem;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner-input {
  width: 4rem;
  text-align: center;
  height: 3.3rem;
  background: none;
  border: none;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner-down,
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner-up {
  height: 3.3rem;
  cursor: pointer;
  text-align: center;
  width: 2.3rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner-down:hover,
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner-up:hover {
  text-decoration: none;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner-down > span,
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner-up > span {
  font-size: 2.4rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner-down {
  float: left;
  border-right: 1px solid #c1c1c1;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .details-qty .ui-spinner-up {
  float: right;
  border-left: 1px solid #c1c1c1;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-actions {
  margin-top: 2rem;
  display: block;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-actions .action.delete {
  font-size: 1.2rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .multi .product-item:last-child {
  border-bottom: none;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .multi .product-item-photo {
  width: 17%;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .multi .product-item-details {
  width: 80%;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .multi .product-item-name {
  font-size: 1.6rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .multi .product-item-pricing .price {
  font-size: 1.4rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .multi .product-item .details-qty {
  margin-top: 1rem;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .multi .product-item .details-qty .qty-text {
  padding: 0.5rem 1.2rem;
}
.mgk-adcpopup-block .adcpopup-summary .shopping-cart .summary-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem;
}
.mgk-adcpopup-block .adcpopup-summary .shopping-cart .summary-items {
  display: table;
  border-collapse: collapse;
}
.mgk-adcpopup-block .adcpopup-summary .shopping-cart .summary-item {
  display: table-row;
}
.mgk-adcpopup-block .adcpopup-summary .shopping-cart .summary-item .label,
.mgk-adcpopup-block .adcpopup-summary .shopping-cart .summary-item .values {
  display: table-cell;
  padding: 1rem;
}
.mgk-adcpopup-block .adcpopup-summary .shopping-cart .summary-item .label {
  font-weight: 600;
}
.mgk-adcpopup-block .adcpopup-summary .shopping-actions {
  margin-top: 2rem;
}
.mgk-adcpopup-block .adcpopup-summary .shopping-actions .action {
  margin-right: 1rem;
  cursor: pointer;
}
.mgk-adcpopup-block .adcpopup-category {
  overflow: hidden;
  font-size: 0;
  clear: both;
}
.mgk-adcpopup-block .adcpopup-category .sub-title {
  font-size: 2.4rem;
  font-weight: 600;
}
.mgk-adcpopup-block .adcpopup-category .product-item {
  display: inline-block;
  padding: 0;
}
.mgk-adcpopup-block .adcpopup-category .product-item-info {
  border: 1px solid #c1c1c1;
  width: auto;
}
.mgk-adcpopup-block .adcpopup-category .product-item-photo {
  text-align: center;
  display: block;
  border-bottom: 1px solid #c1c1c1;
}
.mgk-adcpopup-block .adcpopup-category .product-item-details {
  padding: 0.5rem;
}
.mgk-adcpopup-block .adcpopup-category .product-item-name {
  font-size: 1.3rem;
  margin: 0;
  height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mgk-adcpopup-block .adcpopup-category .product-item-sku {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-style: italic;
}
.mgk-adcpopup-block .adcpopup-category .product-item-pricing {
  margin-top: 0.5rem;
  overflow: hidden;
}
.mgk-adcpopup-block .adcpopup-category .product-item-pricing .price-container {
  float: left;
}
.mgk-adcpopup-block .adcpopup-category .product-item-pricing .price {
  font-size: 1.3rem;
  font-weight: 600;
}
.mgk-adcpopup-block .adcpopup-category .product-item-pricing .buy {
  float: right;
}
.mgk-adcpopup-block .messages .message {
  margin: 1rem 0;
}
/**
 * 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 {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Willow/willow/en_GB/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icomoon';
  font-size: 14px;
  line-height: 1;
  color: #3d3d3c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'icomoon';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.magepow_core {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized,
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
.loading_body .preloading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  opacity: .8;
  z-index: 9999999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.loading_body .loading {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background-repeat: no-repeat;
  background-size: 100%;
}
.loading_img .lazyload {
  background-image: url("../../frontend/Willow/willow/en_GB/Magepow_SpeedOptimizer/images/loader.svg");
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.loading_img .lazyload.loaded {
  background-image: none;
  background-size: auto;
}
.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;
}
.product-subcategories {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: 1fr;
  -moz-grid-template-columns: 1fr;
  -ms-grid-template-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
.product-subcategories .subcategory-box {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
  width: auto !important;
}
.product-subcategories .subcategory-box:hover figure img {
  transform: scale(1.1);
}
.product-subcategories .subcategory-img {
  border-radius: 100%;
  aspect-ratio: 1;
  max-width: 273px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.product-subcategories .subcategory-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-subcategories .subcategory-caption {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
.product-subcategories.category-with-product {
  -webkit-grid-template-columns: repeat(6, 1fr);
  -moz-grid-template-columns: repeat(6, 1fr);
  -ms-grid-template-columns: repeat(6, 1fr);
  grid-template-columns: repeat(6, 1fr);
}
.product-subcategories.catalog-subcategory-slider {
  margin-bottom: 80px;
  padding: 0 0;
}
.product-subcategories.catalog-subcategory-slider .subcategory-box {
  width: 100% !important;
}
.product-subcategories.catalog-subcategory-slider .slick-list {
  margin: 0 -20px;
}
.product-subcategories.catalog-subcategory-slider .slick-slide {
  margin: 0 20px;
}
@media all and (min-width: 480px), print {
  .product-subcategories {
    -webkit-grid-template-columns: repeat(2, 1fr);
    -moz-grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
.sibling-categoriesmain .category {
  color: #3d3d3c;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.sibling-categoriesmain .category:hover {
  color: #FF6E81;
}
.sibling-categoriesmain .category .siblingcategory-name {
  max-width: 80%;
}
.sibling-categoriesmain ul {
  list-style: none;
  padding-left: 20px;
  width: 100%;
  margin: 0;
}
.sibling-categoriesmain ul li {
  margin: 4px 0;
}
.formmain {
  margin-top: 100px;
}
.trackorderform {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.trackform-title {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.trackorder-form-group {
  margin-bottom: 15px;
}
.tackform-description {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 15px;
}
.trackorder-input-wrapper .field {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.trackorder-input-wrapper .actions {
  text-align: center;
}
.trackorder-input-wrapper .action.primary,
.trackorder-input-wrapper .amshopby-button,
.trackorder-input-wrapper .am-filter-go {
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 20px 9px;
}
.trackorder-input-wrapper .action.primary:hover,
.trackorder-input-wrapper .amshopby-button:hover,
.trackorder-input-wrapper .am-filter-go:hover {
  background-color: #ff6e81;
}
.trackorder-input-wrapper .field:focus,
.trackorder-input-wrapper .action:focus {
  outline: 2px solid #ff6e81;
  outline-offset: 3px;
}
@media (max-width: 769px) {
  .formmain {
    margin: 50px 0 20px 0;
  }
}
/*===========================================

@category  :    Ubertheme
@package   :    Ubertheme_Base
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2021 Ubertheme

==============================================*/
@keyframes shine-lines {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ub-icon-next,
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level3 > li.mega > .mega .menu-title,
.drilldown-root li.mega > .mega.has-child span.menu-title,
ul.vertical-root li.mega.has-child > .mega span.menu-title {
  display: inline-block;
  text-decoration: none;
}
.ub-icon-next:after,
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level3 > li.mega > .mega .menu-title:after,
.drilldown-root li.mega > .mega.has-child span.menu-title:after,
ul.vertical-root li.mega.has-child > .mega span.menu-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17.28px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ub-icon-prev,
.drilldown > .btn-drilldown .btn-back {
  display: inline-block;
  text-decoration: none;
}
.ub-icon-prev:before,
.drilldown > .btn-drilldown .btn-back:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: '\e617';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ub-icon-down,
.nav-off-canvas .nav-sections .switcher-trigger strong,
ul.accordion-root li.mega.has-child > .mega > span.menu-title {
  display: inline-block;
  text-decoration: none;
}
.ub-icon-down:after,
.nav-off-canvas .nav-sections .switcher-trigger strong:after,
ul.accordion-root li.mega.has-child > .mega > span.menu-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ub-icon-up,
ul.accordion-root li.mega.has-child > .mega.active > span.menu-title {
  display: inline-block;
  text-decoration: none;
}
.ub-icon-up:after,
ul.accordion-root li.mega.has-child > .mega.active > span.menu-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e912";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media all and (max-width: 1199px) {
  .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: "\e913";
    font-family: 'icomoon';
    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: "\e912";
  }
  .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: "\e913";
    font-family: 'icomoon';
    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: "\e912";
  }
  .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: #000000;
    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:before {
    content: "\e90b";
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: calc(100% - 58px);
    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: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
    display: none;
  }
  .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: transparent;
    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: #000000;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.4rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 500;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #ff6e81;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    background: #ff6e81;
    border-color: #ff6e81;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
    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) {
    background: #ff6e81;
    border-color: #ff6e81;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
  }
  .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: #ff6e81;
  }
  .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: #ff6e81;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff6e81;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search {
    display: block;
    margin-top: 5px;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search .control {
    border-top: 0;
  }
  #html-body .child-content-inner li.mega .pagebuilder-column-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #html-body .child-content-inner li.mega .pagebuilder-column-group .pagebuilder-column {
    width: 100%;
    padding: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  body {
    padding-bottom: 58px;
  }
  .header.panel .panel-phone a,
  .header.panel .panel-email a {
    font-size: 0rem;
  }
  .header.panel .panel-message {
    font-size: 1.2rem;
  }
  .header-utilities {
    background-color: #ffffff;
    border-top: 1px solid #ff6e81;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-gap: 0;
    -moz-gap: 0;
    -ms-gap: 0;
    gap: 0;
    width: 100%;
    height: 58px;
    z-index: 9;
  }
  .header-utilities > * {
    padding: 15px 10px;
    width: calc(100% / 4);
    height: 58px;
    border-right: 1px solid #ff6e81;
  }
  .header-menu-list {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ammenu-header-container .header-mega-menu {
    position: fixed;
    width: 25%;
    bottom: 0;
    right: 0;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    z-index: 9;
  }
  .ammenu-header-container .ammenu-button.-hamburger {
    background: transparent;
    min-width: auto;
    height: auto;
    padding: 0 0;
  }
  .ammenu-header-container .ammenu-button.-hamburger::before {
    color: #3d3d3c;
  }
  .footer-info {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .footer-info > * {
    max-width: 450px;
    margin: 0 auto;
  }
  .footer-bottom {
    padding-bottom: 50px;
  }
}
#ub-top-bar {
  position: relative;
  height: 0;
  opacity: 0;
  width: 100%;
}
.nav-sections-item-content {
  width: 100%;
}
.nav-sections-item-content .no-menu {
  display: block;
  padding: 25px 0;
  text-align: center;
}
.ub-nav-sticky {
  padding-bottom: 147px;
}
.ub-nav-sticky .panel.wrapper {
  height: auto;
}
.ub-nav-sticky .page-header {
  background: #ffffff;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ub-nav-sticky .panel.wrapper {
  width: 100%;
  transition: .4s linear;
}
.ub-nav-sticky .header.content {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.ub-nav-sticky .header.content .minicart-wrapper {
  order: 1;
}
.ub-nav-sticky.sticky-fired .panel.wrapper {
  min-height: 0;
  padding: 0;
  border-bottom: 0;
  font-size: 0;
  transition: .4s linear;
}
.ub-nav-sticky.sticky-fired .page-header {
  border-bottom: 1px solid #d1d1d1;
}
.ub-nav-sticky.sticky-fired .header.content {
  padding-top: 10px;
}
.ub-nav-sticky.sticky-fired .header.content .block-search {
  display: none;
}
.ub-nav-sticky.sticky-fired .header.content .minicart-wrapper {
  margin-top: 5px;
}
.ub-nav-sticky.sticky-fired .nav-toggle {
  top: 8px;
}
.ub-nav-sticky.sticky-fired .logo {
  margin: -5px 0 5px;
}
.ub-nav-sticky.sticky-fired:is(.nav-off-canvas) .logo {
  margin-right: auto;
  margin-left: 20px;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections {
  background: none;
  margin: -6px auto 0;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root {
  position: static;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root > li.mega.has-child.mega-hover > .mega {
  position: relative;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root > li.mega.has-child.mega-hover > .mega:before {
  height: 60px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .nav-sections ul.level0.horizontal-root > li.mega.dynamic-width .child-content {
  left: 20px;
}
.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) .header.content .minicart-wrapper {
  margin-top: 5px;
}
.child-content .child-content-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.child-content li.group > .mega {
  font-size: 2rem;
  padding: 0 0 0 !important;
  text-transform: uppercase;
}
.child-content .block.widget {
  margin-top: 30px;
  width: 100%;
}
.child-content .block.widget .block-title {
  color: #3d3d3c;
  line-height: 30px;
  text-transform: uppercase;
}
.child-content .block.widget .block-title strong {
  font-size: 2rem;
  font-weight: 500;
}
.child-content .block.widget .products-grid li.product-item {
  margin: 0;
  width: calc(33.33333333%) !important;
}
.child-content .block.widget .products-grid li.product-item .product-item-info {
  float: left;
  padding: 0;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .ub-quick-view-btn-container {
  display: none !important;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-item-name {
  float: left;
  margin: 5px 0;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .price-box {
  float: left;
  margin: 0;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-reviews-summary {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-reviews-summary .reviews-actions {
  display: none;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-item-actions {
  float: left;
  width: 100%;
}
.child-content .block.widget .products-grid li.product-item .product-item-info div[class^='swatch-opt-'] {
  display: none !important;
}
.child-content .block.widget .products-grid li.product-item .product-item-info .product-item-inner {
  display: none !important;
}
.child-content .block.widget .products-grid li.product-item .product-item-info.active,
.child-content .block.widget .products-grid li.product-item .product-item-info:focus,
.child-content .block.widget .products-grid li.product-item .product-item-info:hover {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 2 !important;
  box-shadow: none !important;
}
.child-content .menu-widget-content {
  font-size: 1.5rem;
  display: grid;
  gap: 10px;
}
.child-content .menu-widget-content h3 {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.child-content .menu-widget-content h3 a {
  color: #3d3d3c;
}
.child-content .menu-widget-content h3 a:hover {
  color: #ff6e81;
}
.child-content .menu-widget-content ul {
  display: grid;
  gap: 7px;
  font-size: 1.5rem;
  margin-left: 10px;
}
.child-content .menu-widget-content ul li {
  margin-bottom: 0;
}
.child-content .menu-widget-content + .menu-widget-content {
  margin-top: 15px;
}
ul.level0 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
}
ul.level0 ul.level1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level1 > li.mega {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level1 > li.mega .mega {
  color: #3d3d3c;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
}
ul.level0 ul.level1 > li.mega .mega .sale-item {
  color: #ff0101;
}
ul.level0 ul.level1 > li.mega .mega i {
  margin-right: 5px;
}
ul.level0 ul.level1 > li.mega .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level1 > li.mega .mega.ui-state-active,
ul.level0 ul.level1 > li.mega .mega:active,
ul.level0 ul.level1 > li.mega .mega:focus,
ul.level0 ul.level1 > li.mega .mega:hover,
ul.level0 ul.level1 > li.mega .mega.active {
  color: #ff6e81;
  text-decoration: none;
}
ul.level0 ul.level1 > li.mega .group-title > .menu-desc img {
  max-width: 160px;
}
ul.level0 ul.level1 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level1 > li.mega.has-child.mega-hover > .mega {
  color: #ff6e81;
}
ul.level0 ul.level1 > li.mega.has-child > .child-content {
  opacity: 0;
  left: 105%;
  visibility: hidden;
}
ul.level0 ul.level1 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level1 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
}
ul.level0 ul.level1 > li.mega.has-child:focus .child-content,
ul.level0 ul.level1 > li.mega.has-child:hover .child-content {
  top: 0;
}
ul.level0 ul.level2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level2 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level2 > li.mega > .mega {
  color: #3d3d3c;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level2 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level2 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level2 > li.mega > .mega.ui-state-active,
ul.level0 ul.level2 > li.mega > .mega:active,
ul.level0 ul.level2 > li.mega > .mega:focus,
ul.level0 ul.level2 > li.mega > .mega:hover,
ul.level0 ul.level2 > li.mega > .mega.active {
  color: #ff6e81;
  text-decoration: none;
}
ul.level0 ul.level2 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level2 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level2 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level2 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 0;
}
ul.level0 ul.level3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level3 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level3 > li.mega > .mega {
  color: #3d3d3c;
  display: block;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level3 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level3 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level3 > li.mega > .mega.ui-state-active,
ul.level0 ul.level3 > li.mega > .mega:active,
ul.level0 ul.level3 > li.mega > .mega:focus,
ul.level0 ul.level3 > li.mega > .mega:hover,
ul.level0 ul.level3 > li.mega > .mega.active {
  color: #ff6e81;
  text-decoration: none;
}
ul.level0 ul.level3 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level3 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level3 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level3 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
ul.level0 ul.level4 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level4 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level4 > li.mega > .mega {
  color: #3d3d3c;
  display: block;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level4 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level4 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level4 > li.mega > .mega.ui-state-active,
ul.level0 ul.level4 > li.mega > .mega:active,
ul.level0 ul.level4 > li.mega > .mega:focus,
ul.level0 ul.level4 > li.mega > .mega:hover,
ul.level0 ul.level4 > li.mega > .mega.active {
  color: #ff6e81;
  text-decoration: none;
}
ul.level0 ul.level4 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level4 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level4 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level4 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
ul.level0 ul.level5 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level5 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level5 > li.mega > .mega {
  color: #3d3d3c;
  font-weight: 400;
  display: block;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level5 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level5 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level5 > li.mega > .mega.ui-state-active,
ul.level0 ul.level5 > li.mega > .mega:active,
ul.level0 ul.level5 > li.mega > .mega:focus,
ul.level0 ul.level5 > li.mega > .mega:hover,
ul.level0 ul.level5 > li.mega > .mega.active {
  color: #ff6e81;
  text-decoration: none;
}
ul.level0 ul.level5 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level5 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level5 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level5 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
ul.level0 ul.level6 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.level0 ul.level6 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.level0 ul.level6 > li.mega > .mega {
  color: #3d3d3c;
  display: block;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
ul.level0 ul.level6 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 ul.level6 > li.mega > .mega span.menu-icon {
  height: 20px;
  left: 10%;
  margin-left: -16px;
  position: absolute;
  top: -10px;
  width: 32px;
}
ul.level0 ul.level6 > li.mega > .mega.ui-state-active,
ul.level0 ul.level6 > li.mega > .mega:active,
ul.level0 ul.level6 > li.mega > .mega:focus,
ul.level0 ul.level6 > li.mega > .mega:hover,
ul.level0 ul.level6 > li.mega > .mega.active {
  color: #ff6e81;
  text-decoration: none;
}
ul.level0 ul.level6 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 ul.level6 > li.mega.has-child > .child-content {
  opacity: 0;
  visibility: hidden;
  left: 105%;
}
ul.level0 ul.level6 > li.mega.has-child:focus > .child-content,
ul.level0 ul.level6 > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
ul.level0 > li.mega {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  /*            for discount icon update */
}
ul.level0 > li.mega > .mega {
  color: #3d3d3c;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
ul.level0 > li.mega > .mega .number-product {
  margin-left: 5px;
}
ul.level0 > li.mega > .mega .sale-item {
  color: #ff0101;
}
ul.level0 > li.mega > .mega i {
  margin-right: 5px;
}
ul.level0 > li.mega > .mega span.menu-icon {
  height: 20px;
  position: absolute;
  width: 32px;
}
ul.level0 > li.mega > .mega.ui-state-active,
ul.level0 > li.mega > .mega.active,
ul.level0 > li.mega > .mega:active,
ul.level0 > li.mega > .mega:focus,
ul.level0 > li.mega > .mega:hover {
  background: none;
  color: #ff6e81;
}
ul.level0 > li.mega.discount-menuitem > .mega {
  flex-direction: row-reverse;
}
ul.level0 > li.mega.discount-menuitem > .mega span.menu-icon {
  position: unset;
  height: unset;
  width: 30px;
  margin: 6px 0 0 0px;
}
ul.level0 > li.mega.disable-shop-all .menu-group-link {
  display: none !important;
}
ul.level0 > li.mega.show-border .mega-col {
  border: 1px dotted red;
}
ul.level0 > li.mega.dynamic-width {
  position: static;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .cms-content-important {
  font-size: 1.84rem;
  margin: 20px 0 0 0;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu iframe {
  float: right;
  margin-left: 40px;
  width: 40%;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area {
  background: #f2f2f2;
  margin: 30px 0 0;
  padding: 30px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area .wholesale-tile {
  font-size: 2.288rem;
  margin-bottom: 20px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area a {
  border-bottom: 1px solid #707070;
  color: #3d3d3c;
  display: inline-block;
  font-weight: 600;
  margin-top: 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area a:after {
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 1.376rem;
  font-weight: 100;
  padding-left: 10px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts {
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts .menu-title {
  border-bottom: 1px solid #707070;
  color: #ff0101;
  font-weight: 600;
  position: relative;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts .menu-title:after {
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 1.376rem;
  font-weight: 100;
  padding-left: 10px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts:hover {
  text-decoration: none;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-gifts:hover .menu-title {
  border-bottom-color: transparent;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item {
  text-decoration: none;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item .menu-title {
  border-bottom: 1px solid #707070;
  color: #3d3d3c;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item .menu-title:after {
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 1.376rem;
  font-weight: 100;
  padding-left: 10px;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item:hover {
  text-decoration: none;
}
ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .all-item:hover .menu-title {
  border-bottom-color: transparent;
}
ul.level0 > li.mega.dynamic-width ul.level1 > li.mega.has-child > .mega > span.menu-title {
  background-position: right -10px;
  display: inline-block;
  padding-right: 20px;
}
ul.level0 > li.mega.dynamic-width ul.level1 > li.mega.has-child .child-content {
  left: auto;
}
ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child > .mega > span.menu-title {
  display: inline-block;
}
ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child .child-content {
  left: auto;
}
ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child.mega-hover > .mega {
  color: #ff6e81;
}
ul.level0 > li.mega.dynamic-width ul.level3 > li.mega.has-child > .mega > span.menu-title {
  background-position: right -10px;
  display: inline-block;
  padding-right: 20px;
}
ul.level0 > li.mega.dynamic-width ul.level3 > li.mega.has-child .child-content {
  left: auto;
}
ul.level0 > li.mega.turn-left.has-child > .child-content {
  right: 0;
}
ul.level0 > li.mega.turn-left.has-child > .child-content.cols1 li.mega {
  text-align: right;
}
ul.level0 > li.mega.turn-left.has-child > .child-content.cols1 li.mega.has-child .menu-title:after {
  right: auto;
  left: 0;
  content: '\e617';
}
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1,
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 {
  left: -100px;
  right: auto;
}
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1 li.mega,
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 li.mega {
  text-align: right;
}
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1 li.mega .menu-title,
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 li.mega .menu-title {
  background: none;
}
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1 li.mega.has-child .menu-title:after,
ul.level0 > li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 li.mega.has-child .menu-title:after {
  right: auto;
  left: 0;
  content: '\e617';
}
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1,
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 {
  left: -100px;
  right: auto;
}
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1 li.mega,
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 li.mega {
  text-align: right;
}
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1 li.mega .mega .menu-title,
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 li.mega .mega .menu-title {
  background: none;
}
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1 li.mega.has-child .menu-title:after,
ul.level0 > li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 li.mega.has-child .menu-title:after {
  right: auto;
  left: 0;
  content: '\e617';
}
ul.level0 > li.mega.style-1 .child-content .free-shipping {
  margin-top: 20px;
}
ul.level0 > li.mega.style-1 .child-content .block.widget {
  margin: 25px 0 0 20px;
}
ul.level0 > li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-item-name {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .price-box {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-reviews-summary {
  float: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: auto;
}
ul.level0 > li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-1 .child-content ul.level3 > li.mega > .mega {
  font-size: 1.6rem;
  line-height: 30px;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item {
  margin-bottom: 25px !important;
  width: 100% !important;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info {
  padding: 0;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info:hover {
  background: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info .product-item-photo {
  float: left;
  margin-right: 10px;
  max-width: 57px;
}
ul.level0 > li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info .product-item-details {
  float: left;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .full-banner {
  color: #ffffff;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .full-banner h3 {
  font-weight: 900;
  left: 20px;
  position: absolute;
  top: 45px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .full-banner h4 {
  font-weight: 300;
  left: 20px;
  position: absolute;
  text-transform: none;
  top: 75px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level1 .group-title .mega {
  display: none;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level1 li.mega .mega span.menu-icon {
  margin-left: 0;
  position: static;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level1 li.mega .group-title > .menu-desc img {
  max-width: 700px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level2 {
  padding: 0 0 0 20px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level2 .group-title .mega {
  font-size: 1.6rem;
  display: block;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .mega-col .column4.last ul.level2 {
  padding: 0;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .mega-col .column4.last ul.level2 .group-title {
  display: none;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level3 > li.mega > .mega {
  font-size: 1.6rem;
  line-height: 30px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner ul.level3 > li.mega > .mega .menu-title {
  padding: 0 0 0 10px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block.widget {
  margin: 18px 0 0 0;
  width: initial;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block.widget .block-title strong {
  font-size: 1.6rem;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item {
  margin-bottom: 25px !important;
  width: 100% !important;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info {
  padding: 0;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info:hover {
  background: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-photo {
  float: left;
  margin-right: 10px;
  max-width: 57px;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details {
  float: left;
  max-width: 70%;
  width: 100%;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-item-name {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .price-box {
  float: none;
  width: auto;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-reviews-summary {
  float: none;
  padding-bottom: 10px;
  width: auto;
}
ul.level0 > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-item-actions {
  float: none;
  margin: 0;
  width: auto;
}
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega span.menu-title,
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega span.menu-title {
  padding-right: 0;
}
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega span.menu-title:after,
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega span.menu-title:after {
  display: none;
}
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child.active a.mega span.menu-title,
ul.level0 > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child.active span.mega span.menu-title {
  color: #000000;
}
.mega-with-thumb {
  float: left;
  padding: 0;
  width: 100%;
}
.mega-with-thumb ul.mega-menu {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mega-with-thumb ul.mega-menu li {
  float: left;
  list-style: none;
  padding: 10px 0;
  width: 20%;
}
.mega-with-thumb ul.mega-menu li img {
  float: left;
}
.mega-with-thumb ul.mega-menu li .mega {
  color: #3d3d3c;
}
.mega-with-thumb ul.mega-menu li .mega.ui-state-active,
.mega-with-thumb ul.mega-menu li .mega:active,
.mega-with-thumb ul.mega-menu li .mega:focus,
.mega-with-thumb ul.mega-menu li .mega:hover {
  color: #ff6e81;
  text-decoration: underline;
}
.women-brands {
  margin-bottom: 40px;
  width: 100%;
}
.women-brands ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.women-brands ul li {
  margin: 0;
  text-align: center;
}
.women-brands ul li img {
  max-width: 120px;
}
.women-brands ul li span {
  clear: both;
  color: #000000;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.men-collections div {
  display: flex;
  margin-bottom: 25px;
  position: relative;
}
.men-collections div:first-child {
  margin-top: 13px;
}
.men-collections div span {
  color: #ffffff;
  font-size: 1.84rem;
  font-weight: 400;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}
.men-collections div a {
  display: flex;
}
.men-collections div a:hover span {
  text-decoration: underline;
}
.men-collections div:before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.kids-collections {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  align-content: flex-start;
}
.kids-collections .item {
  margin-bottom: 30px;
  text-align: center;
  width: 25%;
}
.kids-collections .item a {
  color: #000000;
  display: block;
  padding: 0 10px;
}
.kids-collections .item a:hover {
  color: #ff6e81;
  text-decoration: none;
}
.kids-collections .item span {
  clear: both;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}
.child-content .menu-widget-content h3 a {
  font-family: 'Noto Sans';
  text-decoration: none;
}
.child-content .menu-widget-content ul li a {
  color: #000;
  text-decoration: none;
}
.child-content .menu-widget-content ul li a:before {
  content: "\e915";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: 700;
}
.child-content .menu-widget-content ul li a:hover {
  color: #ff6e81;
}
body .menu-brand-items ul {
  column-gap: 15px;
}
body .menu-brand-items ul li {
  margin: 0;
}
body .menu-brand-items ul li a {
  display: block;
}
body .menu-brand-items ul li a img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  body .menu-brand-items ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  #html-body .product-item-info .product-item-actions {
    opacity: 1;
  }
  #html-body .bss-bt-quickview {
    opacity: 1;
  }
}
.nav-off-canvas .nav-toggle {
  display: block;
}
.nav-off-canvas .nav-sections {
  -webkit-overflow-scrolling: touch;
  transition: left ease-in-out 0.3s;
  background-color: #ffffff;
  height: calc(100% - 58px);
  margin-bottom: 0;
  max-height: inherit;
  overflow: auto;
  position: fixed;
  top: 0;
  left: -350px;
  width: 320px;
  z-index: 99;
}
.nav-off-canvas .nav-sections .switcher {
  font-size: 1.84rem;
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding: .8rem 3.5rem .8rem 2rem;
}
.nav-off-canvas .nav-sections .switcher .label {
  display: block;
  margin-bottom: 5px;
}
.nav-off-canvas .nav-sections .switcher:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.nav-off-canvas .nav-sections .switcher-trigger strong {
  position: relative;
}
.nav-off-canvas .nav-sections .switcher-trigger strong:after {
  position: absolute;
  right: -40px;
  top: -16px;
}
.nav-off-canvas .nav-sections .switcher-trigger.active strong:after {
  content: "\e912";
}
.nav-off-canvas .nav-sections .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  padding: 10px 0;
}
.nav-off-canvas .nav-sections .switcher-options.active .switcher-dropdown {
  display: block;
}
.nav-off-canvas .nav-sections .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  border-bottom: 1px solid #d1d1d1;
}
.nav-off-canvas .nav-sections .header.links li {
  font-size: 1.84rem;
  margin: 0;
}
.nav-off-canvas .nav-sections .header.links li.greet.welcome {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  padding: 0.8rem 15px;
}
.nav-off-canvas .nav-sections .header.links li > a {
  border-top: 1px solid #d1d1d1;
}
.nav-off-canvas .nav-sections .header.links a,
.nav-off-canvas .nav-sections .header.links a:hover {
  color: #000000;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 0.8rem 15px;
}
.nav-off-canvas .nav-sections .header.links .header.links {
  border: 0;
}
.nav-off-canvas .nav-sections .nav-sections-items {
  position: relative;
  z-index: 1;
  max-width: inherit;
}
.nav-off-canvas .nav-sections .nav-sections-items:before,
.nav-off-canvas .nav-sections .nav-sections-items:after {
  content: '';
  display: table;
}
.nav-off-canvas .nav-sections .nav-sections-items:after {
  clear: both;
}
.nav-off-canvas .nav-sections .nav-sections-item-title {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  border-width: 0 0 1px 1px;
  border: solid rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 51px;
  padding-top: 15px;
  text-align: center;
  width: 33.33%;
  display: none;
}
.nav-off-canvas .nav-sections .nav-sections-item-title.active {
  background: transparent;
  border-bottom: 0;
}
.nav-off-canvas .nav-sections .nav-sections-item-title .nav-sections-item-switch:hover {
  text-decoration: none;
}
.nav-off-canvas .nav-sections .nav-sections-item-content {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  margin-top: 0;
  padding: 15px 15px;
  width: 100%;
}
.nav-off-canvas .nav-sections .nav-sections-item-content:before,
.nav-off-canvas .nav-sections .nav-sections-item-content:after {
  content: '';
  display: table;
}
.nav-off-canvas .nav-sections .nav-sections-item-content:after {
  clear: both;
}
.nav-off-canvas .nav-sections .nav-sections-item-content.active {
  display: block;
}
.nav-off-canvas .nav-sections .nav-sections-item-content > * {
  display: block;
}
.nav-before-open {
  height: 100%;
  overflow-x: inherit !important;
  width: 100%;
}
.nav-before-open .page-wrapper.nav-off-canvas {
  transition: left ease-in-out 0.3s;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
}
.nav-before-open body {
  overflow: hidden;
  height: auto !important;
  position: relative;
  width: 100%;
}
.nav-open .nav-off-canvas.page-wrapper {
  left: 0;
}
.nav-open .nav-off-canvas .nav-sections {
  box-shadow: none;
  left: 0;
  z-index: 99;
}
.nav-open .nav-off-canvas .nav-toggle:before {
  content: "\e90b";
}
.nav-open .nav-off-canvas .nav-toggle:after {
  background: rgba(0, 0, 0, 0.9);
  content: '';
  display: block;
  height: calc(100% - 58px);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.nav-open .nav-off-canvas .header.content .block-search {
  z-index: 0;
}
.nav-open .nav-off-canvas .header.content .logo {
  z-index: 0;
}
ul.accordion-root {
  opacity: 1;
}
ul.accordion-root .mega-col {
  width: 100% !important;
}
ul.accordion-root .child-content li.group > .menu-group-link {
  display: none !important;
}
ul.accordion-root .child-content li.group > .mega {
  font-size: 1.6rem;
}
ul.accordion-root .child-content .block.widget {
  margin-bottom: 30px;
  margin-top: 25px;
}
ul.accordion-root .child-content .block.widget .block-title {
  margin-bottom: 10px;
}
ul.accordion-root .child-content .block.widget .products-grid li.product-item {
  margin: 0 0 25px !important;
  width: 100% !important;
}
ul.accordion-root .child-content .block.widget .products-grid li.product-item:last-child {
  margin-bottom: 0 !important;
}
ul.accordion-root .child-content .block.widget .products-grid li.product-item .product-item-info {
  padding: 0;
}
ul.accordion-root .child-content .block.widget .products-grid li.product-item .product-item-info:hover,
ul.accordion-root .child-content .block.widget .products-grid li.product-item .product-item-info.active {
  background: none;
  border: 0 none;
  box-shadow: none;
  margin: 0;
  padding: 0px;
  position: relative;
  z-index: 2;
}
ul.accordion-root .child-content .hot-product .block.widget {
  margin-top: 10px;
}
ul.accordion-root li.mega {
  border-bottom: 1px solid #707070;
  width: 100%;
}
ul.accordion-root li.mega:empty {
  display: none;
}
ul.accordion-root li.mega > .mega {
  position: relative;
  padding: 14px 0;
  line-height: 1;
}
ul.accordion-root li.mega > .mega > .menu-icon {
  left: 5%;
  margin-left: 0;
  top: -5px;
}
ul.accordion-root li.mega.group {
  border-bottom: 0;
}
ul.accordion-root li.mega.has-child > .mega {
  font-weight: 700;
  width: 100%;
}
ul.accordion-root li.mega.has-child > .mega > span.menu-title {
  padding: 0 40px 0 0;
  width: auto;
}
ul.accordion-root li.mega.has-child > .mega > span.menu-title:after {
  position: absolute;
  right: 13px;
  display: inline-block !important;
}
ul.accordion-root li.mega.has-child .menu-group-link {
  display: none;
}
ul.accordion-root li.mega.has-child .menu-group-link.active {
  font-size: 1.4rem;
  cursor: pointer;
  display: inline-block;
  font-style: italic;
  line-height: 30px;
  margin: 0 0 0 15px;
  position: relative;
  text-decoration: underline;
}
ul.accordion-root li.mega.has-child .menu-group-link.active:active,
ul.accordion-root li.mega.has-child .menu-group-link.active:focus,
ul.accordion-root li.mega.has-child .menu-group-link.active:hover {
  color: #ff6e81;
  text-decoration: none;
}
ul.accordion-root ul.level1 li.mega.has-child > .mega:after {
  font-size: 1.376rem;
}
ul.accordion-root ul.level1 li.mega.last {
  border-bottom: 0;
}
ul.accordion-root > li.mega.has-child:focus > .child-content,
ul.accordion-root > li.mega.has-child:hover > .child-content {
  display: none;
}
ul.accordion-root > li.mega.has-child .child-content {
  padding: 0 0 0 15px;
}
ul.accordion-root > li.mega.has-child .child-content .child-content-inner {
  padding: 0;
  width: 100% !important;
}
ul.accordion-root > li.mega.dynamic-width {
  position: relative;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu iframe {
  margin-bottom: 40px;
  margin-left: 0;
  width: 100%;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p {
  font-size: 1.6rem;
  line-height: 25px;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title {
  font-size: 2.064rem;
  font-weight: 700;
  line-height: 25px;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
  margin-bottom: 25px;
  margin-left: 0;
}
ul.accordion-root > li.mega.dynamic-width .child-content .child-content-inner .wholesalers-area {
  padding: 0;
}
ul.accordion-root > li.mega.turn-left.has-child > .child-content {
  right: auto;
}
ul.accordion-root > li.mega.style-1 .child-content .block.widget {
  margin-left: 0;
}
ul.accordion-root > li.mega.style-1 .child-content .products-grid .product-items .product-item-info .product-item-photo {
  margin-top: 5px;
}
ul.accordion-root > li.mega.style-1 .child-content .products-grid .product-items .product-item-info .product-item-name {
  clear: left;
  margin-top: 0;
}
ul.accordion-root > li.mega.style-2 .child-content .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-photo {
  max-width: inherit;
}
ul.accordion-root > li.mega.style-2 .child-content .child-content-inner .block.widget {
  margin-bottom: 30px;
  margin-top: 18px;
}
ul.accordion-root > li.mega.style-2 .child-content .child-content-inner .full-banner {
  display: none;
}
ul.accordion-root > li.mega.style-2 .child-content .child-content-inner ul.level2 {
  padding-left: 0;
}
ul.accordion-root > li.mega.style-tabs .child-content {
  padding-bottom: 25px !important;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level1 > li.mega .group-title {
  display: none;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega {
  position: relative;
  width: 100%;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega,
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega {
  line-height: 35px;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
  padding-left: 15px;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content.active {
  display: block;
}
ul.accordion-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega .group-title {
  display: block;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content {
  padding-bottom: 25px !important;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner .mega-col {
  padding: 8px 0;
  width: 100% !important;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level1 > li.mega .group-title {
  display: none;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
  background: none;
  display: none;
  max-width: inherit;
  padding-bottom: 0px !important;
  padding-left: 15px;
  padding-right: 0;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content.active {
  display: block;
}
ul.accordion-root > li.mega.style-tabs-hz .child-content .child-content-inner ul.level3 > li.mega .group-title {
  display: block;
}
ul.accordion-root:not(.drilldown-root) > li.mega.has-child .child-content {
  display: none !important;
}
ul.accordion-root:not(.drilldown-root) > li.mega.has-child .child-content.active {
  display: block !important;
}
ul.accordion-root .cms-content-important {
  margin: 0 0 15px;
}
ul.accordion-root .category-thumb {
  display: none;
}
ul.accordion-root .mega-with-thumb {
  padding: 0;
}
ul.accordion-root .mega-with-thumb ul.mega-menu li {
  padding: 0;
  width: 100%;
}
ul.accordion-root .mega-with-thumb ul.mega-menu li img {
  display: none;
}
ul.accordion-root .kids-collections .item {
  width: 50%;
}
ul.drilldown-root {
  opacity: 1;
}
.drilldown-root {
  position: absolute !important;
  width: 100%;
}
.drilldown-root .mega-col,
.drilldown-root .child-content-inner {
  width: 100% !important;
}
.drilldown-root .parent-item {
  color: #3d3d3c;
  font-size: 2.064rem;
  display: block;
  font-weight: 500;
  margin: 10px 0;
}
.drilldown-root li.mega {
  border-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.drilldown-root li.mega > .mega {
  border-bottom: 1px solid #707070;
  color: #3d3d3c;
  display: block;
  font-weight: 400;
  line-height: 1;
  padding: 14px 0;
  font-size: 14px;
  width: 100%;
}
.drilldown-root li.mega > .mega span.menu-icon {
  left: 5%;
  margin: 0;
  top: -4px;
}
.drilldown-root li.mega > .mega.has-child {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 20px;
}
.drilldown-root li.mega > .mega.has-child span.menu-title:after {
  position: absolute;
  right: 0;
}
.drilldown {
  overflow: hidden;
}
.drilldown.sticky-disabled > .btn-drilldown {
  position: static;
}
.drilldown > .btn-drilldown {
  background: #ffffff;
  border-bottom: 1px solid #707070;
  display: inline-block;
  height: 50px;
  left: 0;
  margin: 0 -20px;
  padding: 0 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 11;
}
.drilldown > .btn-drilldown .btn-back {
  color: #3d3d3c;
  font-weight: bold;
  line-height: 48px;
  padding-left: 20px;
  position: relative;
}
.drilldown > .btn-drilldown .btn-back:before {
  position: absolute;
  left: -4px;
}
.drilldown-container {
  position: relative !important;
}
.drilldown .menu-desc {
  display: none !important;
}
.drilldown .block-title {
  margin: 25px 0;
}
.drilldown .block-title strong {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.drilldown .block.widget .products-grid .product-item {
  width: 100% !important;
}
.drilldown .drilldown-sub {
  display: none;
}
.drilldown ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.drilldown ul.level1,
.drilldown ul.level2,
.drilldown ul.level3,
.drilldown ul.level4 {
  display: block;
}
.drilldown ul.level1 {
  display: none;
}
.drilldown ul.level1.drilldown-sub {
  display: block;
}
.drilldown ul.level1.drilldown-sub li.mega.group > a {
  display: block;
}
.drilldown ul.level1.drilldown-sub li.mega.group ul.level2.drilldown-sub {
  display: none;
}
.drilldown ul.level1.drilldown-sub li.mega.group ul.level2 li.mega.group > a {
  display: block;
}
.drilldown ul.level1.drilldown-sub li.mega.group ul.level2 li.mega.group ul.level3.drilldown-sub {
  display: none;
}
.drilldown .child-content-inner ul.level3.drilldown-sub {
  display: block;
}
.drilldown .child-content-inner ul.level3.drilldown-sub li.mega.group ul.level4.drilldown-sub {
  display: none;
}
.drilldown .mega-with-thumb ul.mega-menu li {
  width: 100%;
  text-align: center;
}
.drilldown .mega-with-thumb ul.mega-menu li img {
  float: none;
}
.drilldown .mega-with-thumb ul.mega-menu li span.menu-title {
  display: block;
  margin-top: 10px;
}
.nav-sections .drilldown > .btn-drilldown {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  ul.level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 84%;
  }
  ul.level0.horizontal-root .mega.has-child:not(.first) a span {
    padding-right: 15px;
    position: relative;
  }
  ul.level0.horizontal-root .mega.has-child:not(.first) a span:before {
    content: "\e915";
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 2px;
    transform: rotate(90deg);
    font-size: 12px;
    transition: 0.3s all;
  }
  ul.level0.horizontal-root .mega.has-child.mega-hover:not(.first) a span:before {
    transform: rotate(-90deg);
    transition: 0.3s all;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega .child-content {
    max-width: 1220px;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default {
    position: relative;
  }
  div.ub-nav-sticky.sticky-fired:not(.nav-off-canvas) ul.level0.horizontal-root > li.mega.style-default .child-content {
    right: auto;
    left: 0;
  }
}
ul.vertical-root {
  max-width: 320px;
  opacity: 1;
}
ul.vertical-root .child-content {
  right: auto !important;
  top: 0;
}
ul.vertical-root .child-content.cols1 {
  padding: 0;
}
ul.vertical-root .child-content.cols1 .child-content-inner {
  padding: 0;
  display: block;
}
ul.vertical-root .child-content.cols1 ul.level1 li.mega > .mega {
  padding: 0 20px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.vertical-root .child-content .child-content-inner .free-shipping {
  margin: 25px 0 0;
}
ul.vertical-root .child-content .child-content-inner .sales-off {
  margin: 30px 0 0;
}
ul.vertical-root .child-content .child-content-inner .product-items .product-item-info {
  padding: 0 !important;
}
ul.vertical-root .child-content .child-content-inner .product-items .product-item-info .product-item-photo {
  max-width: 200px;
  padding: 0;
  position: static;
}
ul.vertical-root .child-content .child-content-inner .product-items .product-item-details {
  margin-left: 0;
}
ul.vertical-root .child-content .child-content-inner .block.widget {
  margin-top: 25px;
}
ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item {
  width: 100% !important;
}
ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item .product-item-info {
  width: 200px;
}
ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item .product-item-info:hover,
ul.vertical-root .child-content .child-content-inner .block.widget .products-grid li.product-item .product-item-info.active {
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
ul.vertical-root li.mega.has-child > .mega {
  width: 100%;
  position: relative;
}
ul.vertical-root li.mega.has-child > .mega span.menu-title:after {
  position: absolute;
  right: -5px;
}
ul.vertical-root li.mega.has-child.mega-hover > .mega {
  color: #ff6e81;
}
ul.vertical-root > li.mega {
  border-bottom: 1px dotted #707070;
  width: 100%;
}
ul.vertical-root > li.mega > .mega {
  line-height: 1;
  padding: 14px 0;
  width: auto;
}
ul.vertical-root > li.mega > .mega span.menu-title {
  padding: 0 40px 0 0;
}
ul.vertical-root > li.mega > .mega span.menu-icon {
  left: 5%;
  top: -10px;
  margin-left: 0;
}
ul.vertical-root > li.mega > .mega.ui-state-active,
ul.vertical-root > li.mega > .mega:active,
ul.vertical-root > li.mega > .mega:focus,
ul.vertical-root > li.mega > .mega:hover {
  color: #ff6e81;
  text-decoration: none;
}
ul.vertical-root > li.mega.flattened-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.vertical-root > li.mega.flattened-menu .block.widget {
  margin-top: 10px;
}
ul.vertical-root > li.mega.flattened-menu .product-items .product-item-details {
  margin-left: 0;
}
ul.vertical-root > li.mega.flattened-menu .product-items .product-item-info .product-item-photo {
  position: static !important;
}
ul.vertical-root > li.mega.flattened-menu .group-title {
  color: #3d3d3c;
  display: block;
  font-weight: 600;
  line-height: 34px;
  padding: 0;
  text-transform: uppercase;
}
ul.vertical-root > li.mega.flattened-menu .group-title .mega {
  color: #3d3d3c;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}
ul.vertical-root > li.mega.flattened-menu .group-title .mega.ui-state-active,
ul.vertical-root > li.mega.flattened-menu .group-title .mega.active,
ul.vertical-root > li.mega.flattened-menu .group-title .mega:active,
ul.vertical-root > li.mega.flattened-menu .group-title .mega:focus,
ul.vertical-root > li.mega.flattened-menu .group-title .mega:hover {
  color: #ff6e81;
}
ul.vertical-root > li.mega.flattened-menu ul.level1 > li.mega .mega {
  padding: 0 0 0 10px;
}
ul.vertical-root > li.mega.flattened-menu ul.level1 > li.mega.has-child > .mega:after {
  font-size: 1.376rem;
}
ul.vertical-root > li.mega.flattened-menu ul.level1 > li.mega.has-child:focus > .child-content,
ul.vertical-root > li.mega.flattened-menu ul.level1 > li.mega.has-child:hover > .child-content {
  right: -230px;
  top: 0px;
}
ul.vertical-root > li.mega ul.level1 li.mega.has-child > .mega span.menu-title:after {
  right: 17px;
}
ul.vertical-root > li.mega ul.level1 li.mega.has-child.mega-hover > .mega {
  color: #ff6e81;
}
ul.vertical-root > li.mega ul.level1 li.mega.has-child > .child-content {
  top: 0;
}
ul.vertical-root > li.mega.has-child:focus > .child-content,
ul.vertical-root > li.mega.has-child:hover > .child-content {
  opacity: 1;
  visibility: visible;
}
.ub-sidebar-mega-menu {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.ub-sidebar-mega-menu .drilldown > .btn-drilldown {
  margin: 0;
  padding: 0 0 0 10px;
}
.ub-sidebar-mega-menu .drilldown-container {
  overflow: hidden;
  max-width: initial;
}
.ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title {
  padding: 0 40px 0 0;
}
.ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title:after {
  right: 10px;
}
.ub-sidebar-mega-menu .accordion-root > li.mega > .mega {
  padding-left: 0;
}
.ub-sidebar-mega-menu .accordion-root > li.mega.has-child > .mega {
  width: auto;
}
.ub-sidebar-mega-menu .accordion-root .product-items .product-item-info .product-item-photo {
  position: static;
}
.ub-sidebar-mega-menu .accordion-root .product-items .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.ub-sidebar-mega-menu .accordion-root .product-items .product-item-info .product-item-photo .product-image-container .product-image-photo {
  position: static;
}
.ub-sidebar-mega-menu .accordion-root .product-items .product-item-details {
  margin-left: 0;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .child-content {
  left: auto;
  right: 100%;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .child-content .mega-col {
  float: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.level0 > li.mega > .mega {
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.level0 > li.mega > .mega span.menu-icon {
  left: auto;
  right: 0;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.level1 li.mega .mega {
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown > .btn-drilldown {
  padding: 0 10px 0 0;
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown > .btn-drilldown .btn-back {
  padding-left: 0;
  padding-right: 20px;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown > .btn-drilldown .btn-back:before {
  left: auto;
  right: -2px;
  content: '\e608';
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root .parent-item {
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root li.mega {
  text-align: right;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title {
  padding: 0 0 0 40px;
}
.page-layout-2columns-right .ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title:after {
  right: auto;
  left: 10px;
  content: '\e617';
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.accordion-root li.mega.has-child .child-content {
  padding: 0 15px 0 0;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.accordion-root li.mega.has-child > .mega > span.menu-title {
  padding: 0 0 0 40px;
}
.page-layout-2columns-right .ub-sidebar-mega-menu ul.accordion-root li.mega.has-child > .mega > span.menu-title:after {
  left: 13px;
  right: auto;
}
.page-footer .footer_menu-root {
  opacity: 1;
}
.page-footer .ub-footer-mega-menu {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-footer .ub-footer-mega-menu:before,
.page-footer .ub-footer-mega-menu:after {
  content: '';
  display: table;
}
.page-footer .ub-footer-mega-menu:after {
  clear: both;
}
.page-footer .level0 > li.mega.dynamic-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-footer .level0 > li.mega.has-child > .mega {
  padding: 0;
}
.page-footer .level0 ul.level1 > li.mega .content {
  margin-top: 10px;
}
.page-footer .level0 ul.level1 > li.mega.group > a {
  font-weight: 700;
  text-transform: uppercase;
}
.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.venitian.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  overflow: inherit;
  -moz-transform: scale(1, 0);
  -moz-transform-origin: 50% 0;
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -ms-transform: scale(1, 0);
  -ms-transform-origin: 50% 0;
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  opacity: 0;
  -o-transform: scale(1, 0);
  -o-transform-origin: 50% 0;
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  transform: scale(1, 0);
  transform-origin: 50% 0;
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  -webkit-transform: scale(1, 0);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
}
.venitian.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.venitian.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  overflow: hidden;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.pop.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.pop.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  -moz-transform: scale(0.2);
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  -ms-transform: translateX(-80%);
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  opacity: 0;
  -o-transform: translateX(-80%);
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  transform: translateX(-80%);
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  -webkit-transform: scale(0.2);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
}
.pop.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.pop.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.linear.ub-mega-menu.horizontal-root li.has-child.tab-head .child-content,
.linear.ub-mega-menu.horizontal-root li.mega .child-content {
  left: 0;
  max-height: 0;
  -moz-transform: translateX(-40%);
  -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -ms-transform: translateX(-40%);
  -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  opacity: 0;
  -o-transform: translateX(-40%);
  -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transform: translateX(-40%);
  transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transform: translateX(-40%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
.linear.ub-mega-menu.horizontal-root li.has-child.tab-head.active .child-content,
.linear.ub-mega-menu.horizontal-root li.has-child.mega-hover > .child-content {
  max-height: 1000px;
  -moz-transform: none;
  -ms-transform: none;
  opacity: 1;
  -o-transform: none;
  transform: none;
  -webkit-transform: none;
}
.fadeinup.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeinup.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: MegaFadeInUp;
  animation-name: MegaFadeInUp;
}
.fadeindown.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeindown.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: megaFadeInDown;
  animation-name: megaFadeInDown;
}
.slideinup.ub-mega-menu.horizontal-root > li.mega > .child-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideinup.ub-mega-menu.horizontal-root > li.mega.mega-hover > .child-content {
  -webkit-animation-name: megaSlideInUp;
  animation-name: megaSlideInUp;
}
@keyframes MegaFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes megaFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes megaSlideInUp {
  from {
    -webkit-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.vapi-btn-is-idle {
  opacity: 0;
}
#vapi-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  font-family: Arial, sans-serif;
}
#vapi-start-btn.vapitextbutton {
  background: #12A594;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(18, 165, 148, 0.3);
  transition: all 0.3s ease;
}
#vapi-start-btn.vapitextbutton:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(18, 165, 148, 0.4);
}
#vapi-panel {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 320px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid #e1e5e9;
  display: none;
}
.vapi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.vapi-status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vapi-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #12A594;
}
.vapi-indicator.speaking {
  background: #ff4444;
  animation: pulse 1s infinite;
}
#vapi-transcript {
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 12px;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
}
.vapi-msg {
  margin-bottom: 8px;
}
.vapi-msg.user {
  text-align: right;
}
.vapi-msg.user span {
  background: #12A594;
  color: white;
}
.vapi-msg.assistant {
  text-align: left;
}
.vapi-msg.assistant span {
  background: #333;
  color: white;
}
.vapi-msg span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 12px;
  max-width: 80%;
}
#vapi-end-btn {
  background: #ff4444;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*Button design */
.ring {
  position: fixed;
  bottom: 0;
  right: 0;
}
.coccoc-alo-phone {
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 150px;
  top: 30px;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #00aff2;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
  background-color: #75eb50;
}
.coccoc-alo-ph-circle,
.coccoc-alo-ph-circle-fill,
.coccoc-alo-ph-img-circle {
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.coccoc-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border-color: rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}
.coccoc-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  background-color: #000;
  opacity: 0.1;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
.coccoc-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 70px;
  left: 70px;
  opacity: 0.7;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  background: rgba(30, 30, 30, 0.1) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==') no-repeat center center;
}
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.block-category-event {
  background: #f0f0f0;
  color: #3d3d3c;
  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;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #707070;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Willow/willow/en_GB/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/Willow/willow/en_GB/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%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 3rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #ff6e81;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #ff6e81;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #3d3d3c;
  text-decoration: none;
}
.field.downloads-all .label:active {
  color: #ff6e81;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #3d3d3c;
  content: '\e601';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #3d3d3c;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #3d3d3c;
}
.gift-summary .action-delete:before {
  content: "\e925";
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #3d3d3c;
  content: "\e913";
  font-family: 'icomoon';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #3d3d3c;
}
.action-gift:active:after {
  color: #3d3d3c;
}
.action-gift.active:after,
.action-gift._active:after {
  content: "\e912";
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: "\e912";
}
.gift-item-block .title {
  color: #ff6e81;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: "\e913";
  font-family: 'icomoon';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #3d3d3c;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #ff6e81;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #707070;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'icomoon';
  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: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #3d3d3c;
  content: "\e925";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #3d3d3c;
}
.gift-wrapping-title .action-remove:active:before {
  color: #3d3d3c;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-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;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'icomoon';
  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;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'icomoon';
  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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.543;
  margin: 0;
  padding: 0;
  color: #ff6e81;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #ff6e81;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #3d3d3c;
  text-decoration: none;
}
button.map-show-info:active {
  color: #ff6e81;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #ff6e81;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: "\e913";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #3d3d3c;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: "\e912";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #3d3d3c;
}
.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 {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #3d3d3c;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #ff6e81;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #ff6e81;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'icomoon';
  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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.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.6;
  filter: alpha(opacity=60);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #ff6e81;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #878785;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #adadac;
  content: '\e629';
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #ff6e81;
}
.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: #3d3d3c;
}
.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 #707070;
  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: #b0b0af;
}
.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.4rem;
  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;
}
.data.switch .counter {
  color: #878785;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: #ff6e81;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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;
}
.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: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\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: #ff6e81;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\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';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #707070;
  color: #3d3d3c;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #707070;
  color: #3d3d3c;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #707070;
  color: #3d3d3c;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #b0b0af;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.543;
  margin: 0 30px 0 0;
  padding: 0;
  color: #ff6e81;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #ff6e81;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #3d3d3c;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff6e81;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #ff6e81;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: "\e91d";
}
.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.543;
  margin: 0;
  padding: 0;
  color: #ff6e81;
  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: #ff6e81;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #3d3d3c;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #ff6e81;
  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: #ff6e81;
  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.543;
  margin: 0;
  padding: 0;
  color: #ff6e81;
  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: #ff6e81;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #3d3d3c;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff6e81;
  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: #ff6e81;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-item-info .bss-bt-quickview {
  position: absolute;
  /*bottom: 0;
            right: 35px;*/
  top: 10px;
  right: 10px;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.product-item-info .bss-bt-quickview .bss-quickview {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  color: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.product-item-info .bss-bt-quickview .bss-quickview > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item-info .bss-bt-quickview .bss-quickview:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 17px;
  color: #808080;
  content: "\e904";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item-info .bss-bt-quickview .bss-quickview:active:before {
  color: #808080;
}
.product-item-info .bss-bt-quickview .bss-quickview:hover {
  color: #ff6e81;
}
.product-item-info .bss-bt-quickview .bss-quickview:hover::before {
  color: #ff6e81;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-top: 40px;
}
.bundle-options-container .legend.title {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-add-form form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 10px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #707070;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.product-subcategories .subcategory-caption {
  padding: 13px 5px;
}
.product-subcategories .subcategory-caption.categoryname-only {
  /* padding: 7px 7px;*/
  box-shadow: 0 0 20px rgba(255, 110, 129, 0.3);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 25px 0;
  border-radius: 5px;
}
.product-subcategories .subcategory-caption .button-link {
  background: #ffffff;
  border-radius: 7px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  font-size: 2rem;
  color: #3d3d3c;
  text-decoration: none;
  /*padding: 7px 7px;
                    box-shadow: 0 0 20px rgba(255, 110, 129, 0.3);
                    .lib-css(transition, all 0.4s ease, @_prefix: 1);*/
}
.product-subcategories .subcategory-caption .button-link:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.product-subcategories .subcategory-caption .button-link:hover {
  color: #ff6e81;
  text-decoration: none;
}
.product-subcategories .subcategory-caption .button-link:active {
  color: #ff6e81;
  text-decoration: none;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
.product-item {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  outline: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.product-item-photo {
  background: #ffffff;
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding: 20px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  font-size: 1.8rem;
  word-wrap: break-word;
}
.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: 14px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 0 0;
}
.product-item .price-box .price {
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 14px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  border-top: 1px dashed #dddddd;
  padding-top: 10px;
  margin-top: 13px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.product-item-actions .action {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  position: relative;
}
.product-item-actions .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 17px;
  color: #808080;
  content: "\e903";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item-actions .action:hover {
  color: #ff6e81;
}
.product-item-actions .action:hover::before {
  color: #ff6e81;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  color: #ff0101;
}
.product-item-actions .actions-secondary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #808080;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  width: 25px;
  height: 25px;
}
.product-item-actions .tocart:before {
  content: "\e903";
}
.product-item-actions .towishlist:before {
  content: "\e905";
}
.product-item-actions .tocompare:before {
  content: "\ea2d";
}
.column.main .product-items {
  margin-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-grid .product-item-actions .action {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  padding: 0;
  min-width: auto;
  min-height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products-grid .product-item-actions .action:hover {
  color: #ff6e81;
}
.products-list .product-item {
  padding: 0 0;
  position: relative;
}
.products-list .product-item-info {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: 220px 1fr;
  -moz-grid-template-columns: 220px 1fr;
  -ms-grid-template-columns: 220px 1fr;
  grid-template-columns: 220px 1fr;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
.products-list .product-item-info .bss-bt-quickview {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.products-list .product-item-info .bss-bt-quickview .bss-quickview {
  background: #ff6e81;
  padding: 5px;
  width: 35px;
  height: 35px;
  transition: all 350ms ease-in-out;
}
.products-list .product-item-info .bss-bt-quickview .bss-quickview::before {
  color: #ffffff;
  transition: all 350ms ease-in-out;
}
.products-list .product-item-info .bss-bt-quickview .bss-quickview:hover {
  background: #3d3d3c;
}
.products-list .product-item-info .bss-bt-quickview .bss-quickview:hover::before {
  color: #ff6e81;
}
.products-list .product-item-photo {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.products-list .product-item-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products-list .product-item-caption {
  position: relative;
}
.products-list .product-item-details {
  padding: 0 0;
}
.products-list .product-item-actions {
  border: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  margin-top: 0;
  padding-top: 0;
}
.products-list .product-item-actions .action.tocart::before {
  color: #ffffff;
  transition: all 350ms ease-in-out;
}
.products-list .product-item-actions .action.tocart:hover::before {
  color: #ff6e81;
}
.products-list .product-item + .product-item {
  border-top: 1px dashed #707070;
  padding-top: 30px;
}
.products-list .product-image-wrapper {
  position: relative;
}
.products-list .product-image-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.allproductselection {
  border-radius: 5px;
  overflow: hidden;
}
.allproductselection-head {
  background: #000000;
  color: #ffffff;
}
.allproductselection-head ul {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: repeat(2, 1fr);
  -moz-grid-template-columns: repeat(2, 1fr);
  -ms-grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0;
}
.allproductselection-head ul li {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: repeat(3, 1fr);
  -moz-grid-template-columns: repeat(3, 1fr);
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  margin: 0 0;
  padding: 20px 25px;
}
.allproductselection-head ul li .title-color,
.allproductselection-head ul li .title-qty {
  text-align: center;
}
.allproductselection-item {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: repeat(2, 1fr);
  -moz-grid-template-columns: repeat(2, 1fr);
  -ms-grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #e1e1e1;
  margin: 0 0;
  height: auto;
  max-height: 800px;
  overflow-Y: auto;
}
.allproductselection-item::-webkit-scrollbar {
  width: 5px;
}
.allproductselection-item::-webkit-scrollbar-track {
  background: #f2eaea;
}
.allproductselection-item::-webkit-scrollbar-thumb {
  background: #ff6e81;
}
.allproductselection-item .product-item {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: repeat(3, 1fr);
  -moz-grid-template-columns: repeat(3, 1fr);
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  border-top: 1px solid #e1e1e1;
  margin: 0 0;
  padding: 20px 25px !important;
}
.allproductselection-item .product-item:nth-child(even) {
  border-left: 1px solid #e1e1e1;
}
.allproductselection-item .product-item + .product-item {
  border-top: 1px solid #e1e1e1;
}
.allproductselection-item .product-item-code .product-name a {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  font-size: 1.6rem;
  color: #3d3d3c;
  text-decoration: none;
}
.allproductselection-item .product-item-code .product-name a:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.allproductselection-item .product-item-code .product-name a:hover {
  color: #ff6e81;
  text-decoration: none;
}
.allproductselection-item .product-item-code .product-name a:active {
  color: #ff6e81;
  text-decoration: none;
}
.allproductselection-item .product-item-color,
.allproductselection-item .product-item-qty {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
body .product-info-price .price-box .old-price .price-container span.price-label {
  display: none;
}
body .product-info-price .price-box .old-price .price-container span.price {
  text-decoration: line-through;
  text-decoration-color: #ff6e81;
  margin: 0 0 10px 0;
  display: block;
}
body .amsearch-products-section .product-item-link {
  min-height: 90px;
  display: block;
}
body .amsearch-products-section .amsearch-wrapper-inner {
  flex-wrap: nowrap;
  gap: 5px;
  align-items: center;
}
body .products-grid .product-item-actions .action {
  gap: 5px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section .products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page-header:not(.amsearch-full-width) .amsearch-result-section .products-grid .product-items li.amsearch-item.item.product.product-item {
  width: 100%;
  max-width: 100%;
}
body .block.crosssell {
  width: 100%;
  padding: 0;
}
body .block.crosssell .owl-carousel.static-products {
  display: flex;
}
body .block.crosssell .owl-carousel.static-products .product-item-info {
  width: 100%;
}
.block.related,
.block.crosssell {
  margin: 50px 0 0 0;
}
.block.related .block-actions,
.block.crosssell .block-actions {
  display: none;
}
.block.related .title,
.block.crosssell .title {
  text-align: center;
}
.block.related .title strong,
.block.crosssell .title strong {
  font-family: 'Noto Sans';
  font-size: 3rem;
}
.block.related .product-item-info .product-image-container,
.block.crosssell .product-item-info .product-image-container {
  aspect-ratio: 1 !important;
  padding-bottom: 100%;
}
.block.related .product-item-info .product-image-container img.product-image-photo,
.block.crosssell .product-item-info .product-image-container img.product-image-photo {
  width: auto;
}
.block.related .product-item-info .field.choice.related,
.block.crosssell .product-item-info .field.choice.related {
  display: none;
}
.block.related .product-item-info .product.name,
.block.crosssell .product-item-info .product.name {
  margin-left: 0;
  white-space: nowrap;
  min-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: 3em;
}
.block.related .owl-theme .owl-nav,
.block.crosssell .owl-theme .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}
.block.related .owl-theme .owl-nav button,
.block.crosssell .owl-theme .owl-nav button {
  color: #000;
  font-size: 50px;
  height: auto;
  width: auto;
  margin: 0;
}
.block.related .owl-theme .owl-nav button.owl-prev,
.block.crosssell .owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: -35px;
}
.block.related .owl-theme .owl-nav button.owl-next,
.block.crosssell .owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: -35px;
}
.product-item-info .product-image-container {
  aspect-ratio: 1 !important;
}
.page-products .allproductselection-head ul {
  display: flex;
  justify-content: space-between;
}
.page-products .allproductselection-head ul li {
  width: 20%;
  padding: 20px 10px;
}
.page-products .allproductselection-head ul li span {
  display: inline-block;
  font-size: 1.3rem;
}
.page-products .allproductselection-item {
  display: flex;
  flex-wrap: wrap;
}
.page-products .allproductselection-item .item.product {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 15px 5px !important;
  gap: 0;
}
.page-products .allproductselection-item .item.product .product-item-color {
  width: 25%;
}
.page-products .allproductselection-item .item.product .product-item-color .product-image {
  width: 100%;
}
.page-products .allproductselection-item .item.product .product-item-code {
  width: 25%;
}
.page-products .allproductselection-item .item.product .product-item-code h3 a {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: 3.4rem;
}
.page-products .allproductselection-item .item.product .product-item-qty {
  width: 50%;
}
.page-products .allproductselection-item .item.product .product-item-qty input.qty-m-c {
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
}
.page-products .allproductselection-item .item.product:nth-child(even) {
  border-left: 0;
}
.page-products .allproductselection-item .item.product:nth-child(5n+2) {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.page-products .allproductselection-item .item.product:nth-child(5n+4) {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.page-products .allproductselection-item .item.product .lof-item-selected-sticky {
  width: 25px;
  height: 25px;
  right: 3px;
  left: auto;
  top: 0;
}
body .amsearch-items-section:not(:first-child:last-child) {
  max-width: 200px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
body .amsearch-items-section:not(:first-child:last-child)::-webkit-scrollbar {
  width: 4px;
}
body .amsearch-items-section:not(:first-child:last-child)::-webkit-scrollbar {
  background: #f0f0f0;
}
body .amsearch-items-section:not(:first-child:last-child)::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
body .page-header:not(.amsearch-full-width) .amsearch-result-section .products-grid .product-items {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
body .page-header:not(.amsearch-full-width) .amsearch-result-section .products-grid .product-items li.amsearch-item.item.product.product-item {
  padding: 5px;
}
body .amsearch-products-section:not(:first-child) {
  padding-left: 10px;
  padding-right: 10px;
}
body .amsearch-products-section .amsearch-item .product-item-description {
  display: none;
}
body .amsearch-products-section .amsearch-wrapper-inner button.action.tocart span {
  display: none;
}
body .amsearch-products-section .product-item-link {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: 3.4rem;
  min-height: auto;
  padding: 0;
}
.block-products-list {
  margin: 30px 0 0 0;
}
.block-products-list .block-title {
  text-align: center;
}
.block-products-list .block-title strong {
  font-size: 2.5rem;
  font-family: 'Noto Sans';
  font-weight: 600;
}
.block-products-list ul.slick-dots {
  display: none !important;
}
.block-products-list .products-grid .product-item-actions {
  position: inherit;
}
.block-products-list .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.block-products-list .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.block-products-list .product-items.slick-slider .slick-slide .product-item img {
  margin: 0 auto;
}
.block-products-list .product-items.slick-slider .slick-slide p.minimal-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.categorypath-tapestry-needlepoint.page-layout-1column.page-with-filter .column.main,
.category-cross-stitch-embroidery.page-layout-1column.page-with-filter .column.main,
.categorypath-sewing-quilting.page-layout-1column.page-with-filter .column.main,
.categorypath-knitting-crochet.page-layout-1column.page-with-filter .column.main,
.categorypath-haberdashery.page-layout-1column.page-with-filter .column.main {
  padding: 0;
}
.allproductsection-price {
  text-align: right;
  margin: 0 0 20px 0;
}
.allproductsection-price p {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  text-align: right;
}
.stock.unavailable {
  color: #ff0101;
}
.stock.unavailable span {
  font-weight: 400;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .page-products .allproductselection-head ul li {
    gap: 0;
  }
  .page-products .allproductselection-head ul li span {
    font-size: 1rem;
  }
  .page-products .allproductselection-item .item.product .product-item-code {
    width: 35%;
  }
  .page-products .allproductselection-item .item.product .product-item-code h3 a {
    font-size: 1rem;
  }
  .page-products .allproductselection-item .item.product .product-item-qty {
    width: 40%;
  }
  .page-products .allproductselection-item .item.product .product-item-qty input.qty-m-c {
    margin: 0;
    width: 20px;
    height: 20px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .page-products .allproductselection-head ul li {
    gap: 0;
  }
  .page-products .allproductselection-head ul li span {
    font-size: 1rem;
  }
  .page-products .allproductselection-item .item.product .product-item-code h3 a {
    font-size: 1rem;
  }
  body .block.crosssell .owl-carousel.static-products {
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
  }
  body .block.crosssell .owl-carousel.static-products .product.product-item {
    width: 45%;
  }
}
@media (max-width: 680px) {
  .block-products-list .block-title {
    text-align: center;
  }
  .block-products-list .block-title strong {
    font-size: 1.8rem;
    font-family: 'Noto Sans';
    font-weight: 600;
  }
  body .page-header:not(.amsearch-full-width) .amsearch-result-section .products-grid .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-products .allproductselection-item .item.product {
    width: 33.33%;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .page-products .allproductselection-item .item.product:nth-child(5n+2) {
    border-left: 0;
    border-right: 0;
  }
  .page-products .allproductselection-item .item.product:nth-child(5n+4) {
    border-left: 0;
    border-right: 0;
  }
  .page-products .allproductselection-item .item.product:nth-child(3n+2) {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }
  .page-products .allproductselection-item .item.product .lof-item-selected-sticky {
    width: 18px;
    height: 18px;
  }
  .page-products .allproductselection-head ul li {
    width: 33.33%;
  }
  .page-products .allproductselection-head ul li:nth-child(4) {
    display: none;
  }
  .page-products .allproductselection-head ul li:nth-child(5) {
    display: none;
  }
}
@media (max-width: 540px) {
  .page-products .allproductselection-item .item.product .product-item-qty {
    width: 40%;
  }
  .page-products .allproductselection-item .item.product .product-item-qty input.qty-m-c {
    margin: 0;
    width: 20px;
    height: 20px;
    font-size: 1rem;
  }
  .page-products .allproductselection-item .item.product .product-item-code {
    width: 35%;
  }
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  text-align: center;
  font-size: 1.4rem;
  color: #020202;
  margin-bottom: 40px;
}
.toolbar select {
  background-color: transparent;
  box-shadow: none;
  color: #020202;
  border: none;
  border-radius: 0;
  padding: 0 0;
  padding-right: 25px;
  margin: 0 0;
  height: auto;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 26px;
  margin: 0;
  padding: 0 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.toolbar::before,
.toolbar::after {
  display: none;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #3d3d3c;
  content: "\e90c";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #ff6e81;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: "\e90d";
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  width: 100% !important;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  position: relative;
  aspect-ratio: inherit !important;
}
.product-image-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.product-image-photo {
  display: block;
  margin: auto;
  width: auto;
}
.product-info-elements {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-gap: 50px 65px;
  -moz-gap: 50px 65px;
  -ms-gap: 50px 65px;
  gap: 50px 65px;
}
.product-info-elements .product-info-media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  width: 50%;
}
.product-info-elements .product-info-media .product-gallery-media {
  padding: 0;
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider .slick-slide > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider .slick-arrow {
  text-decoration: none;
  background: #f2eaea !important;
  width: 40px;
  height: 40px;
  transform: none;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider .slick-arrow:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  content: "\e911";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider .slick-arrow::after {
  display: none;
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider .slick-arrow.slick-prev {
  left: 10px;
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider .slick-arrow.slick-next {
  right: 10px;
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider .slick-arrow.slick-next:before {
  content: "\e916";
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider .slick-arrow:hover {
  background: #ff6e81 !important;
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider .slick-arrow:hover::before {
  color: #ffffff;
}
.product-info-elements .product-info-media .product-gallery-media.slick-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.product-info-elements .product-info-media .product-gallery-progress {
  background: rgba(111, 111, 111, 0.2);
  position: relative;
  width: 100%;
  height: 3px;
  overflow: hidden;
}
.product-info-elements .product-info-media .product-gallery-progress .progress {
  width: 0%;
  height: 3px;
  background: #ed7d82;
  position: absolute;
}
.product-info-elements .product-info-media .product-gallery-thumb {
  padding: 0 0;
}
.product-info-elements .product-info-media .product-gallery-thumb .slick-list {
  margin: 0 -10px;
}
.product-info-elements .product-info-media .product-gallery-thumb .slick-slide {
  margin: 0 10px;
}
.product-info-elements .product-info-media .product-gallery-thumb .slick-slide div {
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  padding: 5px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.product-info-elements .product-info-media .product-gallery-thumb .slick-slide.slick-current div {
  border-color: #ff6e81;
}
.product-info-elements .product-info-media .gallery-item img {
  width: 100%;
}
.product-info-elements .product-info-content {
  width: 50%;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #878785;
  font-size: 1.4rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product-gallery-media {
  padding: 0 0;
}
.product-gallery-thumb {
  padding: 0 0;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .page-title-wrapper {
  margin-bottom: 15px;
}
.product-info-main .page-title-wrapper .page-title {
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.8rem;
}
.product-info-main .product-info-price {
  color: #575757;
  margin-bottom: 15px;
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  padding-bottom: 0;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  color: #3d3d3c;
  font-weight: 600;
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  width: 100%;
}
.product-info-main .product-info-stock-sku .sku {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.product-info-main .product-info-stock-sku .sku .value {
  font-weight: 400;
}
.product-info-main .product-info-stock-sku .stock {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.product-info-main .product-info-stock-sku .stock span {
  font-weight: 400;
}
.product-info-main .product-info-stock-sku .stock.available span {
  color: #0ca621;
}
.product-info-main .product-info-stock-sku .stock.unavailable span {
  color: #ff0101;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-add-form table .col.sku .product-item-sku {
  word-break: normal;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  background: linear-gradient(to right, #ff6e81 50%, #169191 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 257px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.box-tocart .action.tocart:hover {
  background-position: left bottom;
  color: #ffffff;
}
.product-social-links {
  margin: 0 0 20px;
}
.product-social-links .action.mailto {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-addto-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
.product-addto-links .action.towishlist {
  background: linear-gradient(to right, #ff6e81 50%, #169191 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 204px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.product-addto-links .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  content: "\e905";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-addto-links .action.towishlist:hover {
  background-position: left bottom;
  color: #ffffff;
}
.product-addto-links .action.tocompare {
  background: linear-gradient(to right, #ff6e81 50%, #3d3d3c 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 204px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.product-addto-links .action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  content: "\e904";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-addto-links .action.tocompare:hover {
  background-position: left bottom;
  color: #ffffff;
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.543;
  margin: 0;
  padding: 0;
  color: #ff6e81;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #ff6e81;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #3d3d3c;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #ff6e81;
  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: #ff6e81;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-data-grouped {
  margin-top: 100px;
  width: 100%;
}
.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: #878785;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.category-view {
  margin-bottom: 0;
}
.category-view .category-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.category-view .category-title {
  font-weight: 500;
}
.bestseller-product {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.bestseller-product .product-list-inner {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: 70px 1fr;
  -moz-grid-template-columns: 70px 1fr;
  -ms-grid-template-columns: 70px 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-gap: 18px;
  -moz-gap: 18px;
  -ms-gap: 18px;
  gap: 18px;
}
.bestseller-product .product-image a {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
}
.bestseller-product .product-content .product-title {
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  font-size: 1.6rem;
}
.bestseller-product .product-content .product-title a {
  color: #3d3d3c;
  text-decoration: none;
}
.bestseller-product .product-content .product-title a:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.bestseller-product .product-content .product-title a:hover {
  color: #ff6e81;
  text-decoration: none;
}
.bestseller-product .product-content .product-title a:active {
  color: #ff6e81;
  text-decoration: none;
}
.bestseller-product .product-content .price {
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  font-size: 2rem;
}
.bestseller-product + .bestseller-product {
  border-top: 1px dashed #707070;
  padding-top: 20px;
  margin-top: 17px;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #707070;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #707070;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #707070;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #3d3d3c;
  content: "\e901";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #ff6e81;
}
.block-search .label:active:before {
  color: #ff6e81;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6e81;
  border-radius: 0px 5px 5px 0px;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  content: "\e901";
  font-family: 'icomoon';
  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: #ffffff;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search:hover {
  background: #3d3d3c;
}
.block-search .control {
  border-top: 1px solid #707070;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  padding-right: 53px;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-container .form-cart .actions.main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
.cart-container .form-cart .actions.main .action.continue {
  background: linear-gradient(to right, #3d3d3c 50%, #ff6e81 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #ffffff;
  line-height: inherit;
  text-transform: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.cart-container .form-cart .actions.main .action.continue:hover {
  background-position: left bottom;
  color: #ffffff;
}
.cart-container .form-cart .actions.main .action.update {
  background: linear-gradient(to right, #ff6e81 50%, #3d3d3c 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #ffffff;
  line-height: inherit;
  text-transform: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.cart-container .form-cart .actions.main .action.update:hover {
  background-position: left bottom;
  color: #ffffff;
}
.cart-summary {
  background: #f1faff;
  margin-bottom: 25px;
  padding: 20px 20px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 600;
  margin: 0 0 12px;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  background: linear-gradient(to right, #ff6e81 50%, #169191 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #ffffff;
  line-height: inherit;
  text-transform: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.cart-summary .checkout-methods-items .amshopby-button.checkout:hover,
.cart-summary .checkout-methods-items .am-filter-go.checkout:hover {
  background-position: left bottom;
  color: #ffffff;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
  vertical-align: middle;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .qty-wrapper {
  display: inline-flex;
  border: 1px solid #C1C1C1;
}
.cart.table-wrapper .col.qty .qty-wrapper button {
  height: 35px;
  border: none;
}
.cart.table-wrapper .col.qty .qty-wrapper button.qty-decrease {
  border-right: 1px solid #C1C1C1;
}
.cart.table-wrapper .col.qty .qty-wrapper button.qty-increase {
  border-left: 1px solid #C1C1C1;
}
.cart.table-wrapper .col.qty .qty-wrapper .input-text {
  background: transparent;
  height: 35px;
  text-align: center;
  width: 57px;
  padding: 3px;
}
.cart.table-wrapper .col > .price {
  color: #878785;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar::before,
.cart.table-wrapper .actions-toolbar::after {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #9e9e9e;
  content: "\e910";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover::before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover::before {
  color: #ff6e81;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\e925";
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover::before {
  color: #ff0101;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-image-container {
  width: 100px !important;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.6rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .product-item-name a {
  font-size: 1.6rem;
  color: #3d3d3c;
  text-decoration: none;
}
.cart.table-wrapper .product-item-name a:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.cart.table-wrapper .product-item-name a:hover {
  color: #ff6e81;
  text-decoration: none;
}
.cart.table-wrapper .product-item-name a:active {
  color: #ff6e81;
  text-decoration: none;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 15px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #707070;
}
.cart-discount {
  border-bottom: 1px solid #707070;
  clear: left;
}
.cart-discount .block > .title {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.cart-discount .block > .title strong {
  font-weight: 600;
  font-family: 'Noto Sans';
}
.cart-discount .block > .title::after {
  display: none !important;
}
.cart-discount .block > .content {
  display: block !important;
  padding-bottom: 0;
}
.cart-discount .fieldset.coupon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-gap: 0;
  -moz-gap: 0;
  -ms-gap: 0;
  gap: 0;
  position: relative;
  margin: 0 0;
}
.cart-discount .fieldset.coupon .field {
  flex: 1;
  margin: 0 0;
}
.cart-discount .fieldset.coupon .field label.label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-discount .fieldset.coupon .field .input-text {
  background: transparent;
  border: 1px solid #3d3d3c;
  border-radius: 5px 0 0 5px;
  height: 50px;
}
.cart-discount .fieldset.coupon .actions-toolbar .action.apply {
  background: linear-gradient(to right, #ff6e81 50%, #3d3d3c 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 0 5px 5px 0;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  height: 50px;
}
.cart-discount .fieldset.coupon .actions-toolbar .action.apply:hover {
  background-position: left bottom;
  color: #ffffff;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.col.price,
.col.subtotal {
  width: 12%;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.checkout-index-index .footer-links.footer-block.magazineblock {
  display: none;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .checkout-cart-index .cart.table-wrapper .cart thead tr th.col.subtotal {
    width: 13%;
  }
  .checkout-cart-index .cart-container .form-cart {
    padding-right: 15px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .checkout-cart-index .cart.table-wrapper .cart thead tr th.col.subtotal {
    width: 13%;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
    padding: 0;
    order: 1;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    float: none;
    order: 3;
  }
  .checkout-cart-index .cart-container .cart-summary._sticky {
    position: initial;
    top: 0 !important;
  }
  .checkout-cart-index .cart-container .cart-discount {
    order: 2;
  }
}
@media (max-width: 767px) {
  .account .message.success {
    margin: 20px 0 0 0;
  }
}
body.minicart-active {
  overflow: hidden;
}
.block-minicart .items-total {
  margin: 0 0;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  font-size: 1.6rem;
  font-weight: 700;
}
.block-minicart .amount .price-wrapper:first-child .price {
  color: #ff6e81;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.543;
  font-size: 1.8rem;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  line-height: 1.3;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-title {
  color: #000000;
  text-transform: uppercase;
  padding: 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-minicart .block-title strong {
  border-bottom: 1px solid #e3e3e3;
  font-weight: 400;
  padding: 0 0 15px;
  padding-right: 30px;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-title .qty {
  display: none;
}
.block-minicart .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  padding: 0 0;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 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;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .minicart-actions {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: 1fr 1fr;
  -moz-grid-template-columns: 1fr 1fr;
  -ms-grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
.block-minicart .minicart-actions > .actions {
  margin-top: 0;
}
.block-minicart .minicart-actions > .actions > .primary {
  margin: 0;
}
.block-minicart .minicart-actions > .actions > .primary .action.primary,
.block-minicart .minicart-actions > .actions > .primary .amshopby-button,
.block-minicart .minicart-actions > .actions > .primary .am-filter-go {
  background: linear-gradient(to right, #ff6e81 50%, #3d3d3c 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.block-minicart .minicart-actions > .actions > .primary .action.primary:hover,
.block-minicart .minicart-actions > .actions > .primary .amshopby-button:hover,
.block-minicart .minicart-actions > .actions > .primary .am-filter-go:hover {
  background-position: left bottom;
  color: #ffffff;
}
.block-minicart .minicart-actions > .actions > .secondary {
  color: #3d3d3c;
  font-weight: 700;
  text-align: center;
}
.block-minicart .minicart-actions > .actions > .secondary a {
  background: linear-gradient(to right, #3d3d3c 50%, transparent 50%) repeat scroll right bottom / 205% 100% transparent;
  border: 1px solid #3d3d3c;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #3d3d3c;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.block-minicart .minicart-actions > .actions > .secondary a:hover {
  background-position: left bottom;
  color: #ffffff;
}
.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;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: normal;
  color: #3d3d3c;
  content: "\e903";
  font-family: 'icomoon';
  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: #ff6e81;
}
.minicart-wrapper .action.showcart:active:before {
  color: #3d3d3c;
}
.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: 18px;
  line-height: normal;
  color: #3d3d3c;
  content: "\e903";
  font-family: 'icomoon';
  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: #ff6e81;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #3d3d3c;
}
.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: -10px;
  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: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .ui-dialog {
  display: block;
}
.minicart-wrapper .ui-dialog::before {
  content: "";
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  position: fixed;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  overflow: auto;
  z-index: 4;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  display: none;
}
.minicart-wrapper .block-minicart {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  height: 100vh;
  min-width: 1px;
  transform: none;
  width: 100%;
  max-width: 320px;
  padding: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 0;
  margin-top: 0;
  border: none;
  padding: 20px 20px;
  box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
  z-index: 9;
}
.minicart-wrapper .block-minicart::before {
  top: -11px;
  display: none;
}
.minicart-wrapper .block-minicart::after {
  top: -14px;
  border-bottom-color: #3d3d3c;
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #3d3d3c;
  content: '\e616';
  font-family: 'icomoon';
  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 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.minicart-wrapper .action.showcart:before {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff6e81;
  font-size: 0.8rem;
  color: #ffffff;
  height: 15px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 15px;
  overflow: hidden;
  padding: 2px 2px;
  text-align: center;
  white-space: normal;
  position: absolute;
  bottom: -6px;
  right: -7px;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 15px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-wrapper.active .ui-dialog::before {
  opacity: 1;
  display: block;
}
.minicart-wrapper.active .block-minicart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  height: auto !important;
  max-height: calc(100vh - 244px) !important;
  overflow-Y: auto;
  padding: 15px 0 0;
}
.minicart-items-wrapper::-webkit-scrollbar {
  width: 5px;
}
.minicart-items-wrapper::-webkit-scrollbar-track {
  background: #a3a3a3;
}
.minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #000000;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: block;
}
.minicart-items .product-item {
  font-size: 1.2rem;
  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 > .product {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: 64px 1fr;
  -moz-grid-template-columns: 64px 1fr;
  -ms-grid-template-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
.minicart-items .product-item > .product::before,
.minicart-items .product-item > .product::after {
  display: none;
}
.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-item-name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px;
  text-align: left;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.minicart-items .product-item-name a {
  color: #ff6e81;
}
.minicart-items .product-item-details .price {
  font-size: 1.4rem;
  font-weight: 400;
  color: #3d3d3c;
  white-space: nowrap;
}
.minicart-items .product-item-details .price * {
  word-break: normal;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  font-size: 1.4rem;
  color: #ff6e81;
  margin: 0 0 5px;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 5px;
}
.minicart-items .product-item-details .product.options {
  -ms-flex-order: inherit;
  -webkit-order: inherit;
  order: inherit;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product > .product-item-photo {
  background-color: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0 0;
  position: relative;
}
.minicart-items .product > .product-item-photo > a {
  width: 100%;
}
.minicart-items .product > .product-item-photo .product-image-container {
  border: 1px solid #e1cfcf;
  border-radius: 5px;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.minicart-items .product > .product-item-photo .product-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.minicart-items .product > .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  text-align: left;
  padding: 0 0;
  position: relative;
}
.minicart-items .product .product-item-info {
  -webkit-gap: 0;
  -moz-gap: 0;
  -ms-gap: 0;
  gap: 0;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  font-size: 0.9rem;
  line-height: 10px;
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: "\e912";
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  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 .details {
  display: none;
}
.minicart-items .product .actions {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.minicart-items .product-item-qty {
  margin-top: 8px;
}
.minicart-items .product-item-qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product-item-qty .qty-fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.minicart-items .product-item-qty .qty-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #e3e3e3;
}
.minicart-items .product-item-qty .qty-field .qty-action {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  color: #666666;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: none;
  padding: 5px 5px;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.minicart-items .product-item-qty .qty-field .qty-action i {
  font-style: normal;
}
.minicart-items .product-item-qty .qty-field .qty-action i.plus {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product-item-qty .qty-field .qty-action i.plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 23px;
  color: inherit;
  content: "\e909";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product-item-qty .qty-field .qty-action i.plus:hover:before {
  color: inherit;
}
.minicart-items .product-item-qty .qty-field .qty-action i.plus:active:before {
  color: inherit;
}
.minicart-items .product-item-qty .qty-field .qty-action i.minus {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product-item-qty .qty-field .qty-action i.minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 23px;
  color: inherit;
  content: "\e90a";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product-item-qty .qty-field .qty-action i.minus:hover:before {
  color: inherit;
}
.minicart-items .product-item-qty .qty-field .qty-action i.minus:active:before {
  color: inherit;
}
.minicart-items .product-item-qty .qty-field .qty-action:hover {
  background: #e3e3e3;
  color: #666666;
}
.minicart-items .product-item-qty .qty-field .item-qty {
  background: transparent;
  border-left: 1px solid #e3e3e3 !important;
  border-right: 1px solid #e3e3e3 !important;
  border-radius: 0;
  color: #666666;
  border: none;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 5px;
  height: 30px;
  width: 50px;
}
.minicart-items .product-price-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
.minicart-items .item-qty {
  text-align: left;
  font-weight: 500;
  border: 1px solid #707070;
  padding: 5px;
  height: 33px;
  width: 50px;
}
.minicart-items .update-cart-item {
  display: inline-block;
  background: linear-gradient(to right, #e3e3e3 50%, transparent 50%) repeat scroll right bottom / 205% 100% transparent;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #666666;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 30px;
  margin: 0;
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: 30px;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  margin-left: 5px;
}
.minicart-items .update-cart-item > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .update-cart-item:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: "\e91f";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .update-cart-item:hover:before {
  color: inherit;
}
.minicart-items .update-cart-item:active:before {
  color: inherit;
}
.minicart-items .update-cart-item:hover {
  background-position: left bottom;
  color: #666666;
}
.minicart-items .update-cart-item i {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .actions .action {
  font-size: 1.4rem;
  color: #3d3d3c;
}
.minicart-items .actions .action span {
  white-space: nowrap;
}
.minicart-items .actions .action.edit,
.minicart-items .actions .action.delete {
  text-decoration: none;
}
.minicart-items .actions .action.edit > span,
.minicart-items .actions .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 .actions .action.edit:before,
.minicart-items .actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0ca621;
  content: "\e910";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .actions .action.delete:before {
  content: "\e925";
}
.minicart-items .actions .action.delete:hover::before {
  color: #ff0101;
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Willow/willow/en_GB/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.543;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-index-index .header.panel {
  -webkit-grid-template-columns: 1fr 1fr;
  -moz-grid-template-columns: 1fr 1fr;
  -ms-grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.checkout-index-index .header.panel .panel-message {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-index-index .header-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 30px 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 645px;
  width: 100%;
}
.abs-discount-code .form-discount .payment-option-inner,
.checkout-payment-method .payment-option-content .form-discount .payment-option-inner {
  flex: 1;
  margin: 0 0;
}
.abs-discount-code .form-discount .payment-option-inner .field .input-text,
.checkout-payment-method .payment-option-content .form-discount .payment-option-inner .field .input-text {
  border-radius: 0;
  height: 50px;
  padding-right: 70px;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  width: auto;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: linear-gradient(to right, #3d3d3c 50%, #ff6e81 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 50px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  width: auto;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background-position: left bottom;
  color: #ffffff;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.loader {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #000000;
  animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
  margin: auto;
}
.loader img {
  display: none;
}
@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.checkout-index-index._has-auth-shown .checkout-container .authentication-wrapper aside.authentication-dropdown._show ~ .modal-custom-overlay {
  background: rgba(255, 255, 255, 0.65);
  position: fixed;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: auto;
  bottom: auto;
  position: fixed;
  display: block;
  width: 340px;
  overflow: visible;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown .actions-toolbar {
  display: flex;
  align-items: center;
  margin: 0;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown .actions-toolbar.register-accouunt {
  margin: 10px 0 0 0;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown .actions-toolbar .secondary {
  float: none;
  padding: 0;
  margin: 0;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown .actions-toolbar .secondary a.action.action-remind {
  margin: 0;
  font-size: 14px;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown .actions-toolbar button.secondary {
  width: 110px;
  height: 40px;
  font-size: 16px;
  background: #ff6e81;
  border-color: #ff6e81;
  color: #fff;
  margin: 0 15px 0 0;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown .modal-inner-wrap {
  background: #fff;
  text-align: left;
}
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown .modal-inner-wrap {
  padding: 30px 15px;
  background-color: #fff;
  box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-index-index .authentication-wrapper {
    margin: 20px 0 0 0;
    text-align: right;
  }
}
.opc-estimated-wrapper {
  background: transparent;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #3d3d3c;
}
.opc-progress-bar {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #3d3d3c;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #3d3d3c;
}
.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: #3d3d3c;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 16px;
  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: 30px;
  margin-bottom: 30px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  margin-top: 10px;
}
.opc-wrapper .form-login {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
}
.opc-wrapper .form-login fieldset#customer-email-fieldset {
  margin-bottom: 0;
}
.opc-wrapper .form-login fieldset#customer-email-fieldset > .field {
  margin-bottom: 0;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff6e81;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff6e81;
  color: #ffffff;
  content: '\e610';
  font-family: 'icomoon';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.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 #707070;
  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 td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #ff6e81;
  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 0;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #707070;
  font-size: 2rem;
  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: 18px;
  line-height: 20px;
  color: #3d3d3c;
  content: '\e601';
  font-family: 'icomoon';
  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: #3d3d3c;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #3d3d3c;
}
.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: #f1faff;
  margin: 0 0 20px;
  padding: 20px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.opc-block-summary > .title {
  display: block;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  padding: 0 0 5px;
}
.opc-block-summary .table-totals {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.opc-block-summary .table-totals tbody .totals .amount {
  min-width: 125px;
}
.opc-block-summary .table-totals *,
.opc-block-summary .table-totals *::before,
.opc-block-summary .table-totals *::after {
  white-space: normal;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #707070;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  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: "\e912";
}
.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;
  position: static;
  height: auto;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.2rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #707070;
  display: block;
  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 {
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.action-auth-toggle {
  background: linear-gradient(to right, #3d3d3c 50%, #ff6e81 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: #3d3d3c;
}
.action-auth-toggle:hover {
  background-position: left bottom;
  color: #ffffff;
}
.action-auth-toggle:hover {
  background: #ff6e81;
  border: none;
}
.block-authentication .block-title {
  font-size: 2.4rem;
  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 .form.payments fieldset.fieldset hr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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 #707070;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 0 0 20px;
  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 0;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.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: "\e912";
}
.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 #707070;
  padding: 20px 0;
  margin-top: 20px;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #ff6e81;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3c;
  content: "\e913";
  font-family: 'icomoon';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #3d3d3c;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #3d3d3c;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.element-heading-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
.element-heading-title {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  font-size: 3.6rem;
  margin-bottom: 10px;
  text-align: center;
}
.element-sub-title {
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.543;
  font-size: 2rem;
  text-align: center;
}
.our-blog-widget {
  margin-top: 50px;
}
.blog-items-wrapper .post-list {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: repeat(3, 1fr);
  -moz-grid-template-columns: repeat(3, 1fr);
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
.blog-items-wrapper .post-list-wrapper .post-holder {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  width: auto !important;
  margin: 0 !important;
  padding: 0;
}
.blog-items-wrapper .post-list-wrapper .post-holder:hover .post-ftimg-hld img {
  transform: scale(1.1);
}
.blog-items-wrapper .post-list-wrapper .post-ftimg-hld {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.blog-items-wrapper .post-list-wrapper .post-ftimg-hld a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-items-wrapper .post-list-wrapper .post-ftimg-hld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-items-wrapper .post-list-wrapper .post-header {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
}
.blog-items-wrapper .post-list-wrapper .post-header .post-info {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 0;
}
.blog-items-wrapper .post-list-wrapper .post-content {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
}
.blog-items-wrapper .post-list-wrapper .post-title-holder .post-title {
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.blog-items-wrapper .post-list-wrapper .post-title-holder a {
  color: #3d3d3c;
  text-decoration: none;
}
.blog-items-wrapper .post-list-wrapper .post-title-holder a:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.blog-items-wrapper .post-list-wrapper .post-title-holder a:hover {
  color: #ff6e81;
  text-decoration: none;
}
.blog-items-wrapper .post-list-wrapper .post-title-holder a:active {
  color: #ff6e81;
  text-decoration: none;
}
.blog-items-wrapper .post-list-wrapper .post-text-hld {
  min-height: auto !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.blog-items-wrapper .post-list-wrapper .post-read-more {
  text-transform: uppercase;
}
.insta-feed-items {
  margin-top: 30px;
}
.insta-feed-items .instagram-feed {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: repeat(5, 1fr);
  -moz-grid-template-columns: repeat(5, 1fr);
  -ms-grid-template-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
.about-service-box {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px dashed #707070;
}
.about-service-box .service-box-wrapper {
  margin-top: 0;
}
.stitch-calculatore {
  text-align: center;
}
.cms-cross-stitch-calculator iframe {
  display: flex;
  margin: 0 auto;
  width: 100%;
}
.conversion-chart-items ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.conversion-chart-items ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
  margin: 0 0;
}
.conversion-chart-items ul h4 {
  margin: 0 0;
}
.conversion-chart-items ul h4 a {
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.543;
  font-size: 1.8rem;
}
.conversion-chart-items ul h4 a:hover {
  color: #ff6e81;
}
.conversion-chart-items ul .chart-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}
.conversion-chart-items ul .chart-actions .downloadpdf {
  background: linear-gradient(to right, #3d3d3c 50%, #127f7d 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 140px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.conversion-chart-items ul .chart-actions .downloadpdf:hover {
  background-position: left bottom;
  color: #ffffff;
}
.hero-banner-element .hero-banner-items.slick-slider {
  padding: 0 0;
  margin: 0 0;
  position: relative;
  overflow: hidden;
}
.hero-banner-element .hero-banner-items.slick-slider .slick-list {
  width: 100%;
  max-width: 100%;
}
.hero-banner-element .hero-banner-items.slick-slider .slick-slide {
  width: 100%;
}
.hero-banner-element .hero-banner-items.slick-slider .slick-slide > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hero-banner-element .hero-banner-items.slick-slider .slick-slide img {
  width: 100%;
}
.hero-banner-element .hero-banner-items.slick-slider .slick-dots {
  width: 40px;
  height: auto;
  position: absolute;
  bottom: auto;
  top: 40px;
  right: 0;
  left: auto;
  color: #ffffff;
  display: block;
  z-index: 1;
}
.hero-banner-element .hero-banner-items.slick-slider .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.hero-banner-element .hero-banner-items.slick-slider .slick-dots li button {
  background: transparent;
  width: 20px;
  height: 15px;
  text-align: center;
  border: none;
  box-shadow: none;
  position: relative;
}
.hero-banner-element .hero-banner-items.slick-slider .slick-dots li button::before {
  content: "";
  background: #ff6e81;
  color: #ff6e81;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.hero-banner-element .hero-banner-items.slick-slider .slick-dots li.slick-active button::before {
  width: 40px;
  opacity: 1;
}
.hero-banner-element .hero-banner-items .pagebuilder-slide-wrapper .pagebuilder-overlay {
  padding: 0 0;
}
.service-box-wrapper {
  margin-top: 50px;
}
.service-box-wrapper .service-box-items .pagebuilder-column-line {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  padding: 0 0;
}
.service-box-wrapper .service-box-items .pagebuilder-column-line.slick-slider {
  display: block !important;
}
.service-box-wrapper .service-box-item {
  display: -webkit-grid !important;
  display: -ms-gridbox !important;
  display: grid !important;
  -webkit-grid-template-columns: 1fr;
  -moz-grid-template-columns: 1fr;
  -ms-grid-template-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.service-box-wrapper .service-box-icon {
  width: 83px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-image: url('../../frontend/Willow/willow/en_GB/images/service-circle.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}
.service-box-wrapper .service-box-content h3 {
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  line-height: 1.543;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.shop-by-categories .shop-categories-items {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.shop-by-categories .shop-categories-items .pagebuilder-column-line {
  display: -webkit-grid !important;
  display: -ms-gridbox !important;
  display: grid !important;
  -webkit-grid-template-columns: repeat(6, 1fr);
  -moz-grid-template-columns: repeat(6, 1fr);
  -ms-grid-template-columns: repeat(6, 1fr);
  grid-template-columns: repeat(6, 1fr);
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
.shop-by-categories .shop-categories-item {
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
  width: auto !important;
}
.shop-by-categories .shop-categories-item:hover figure img {
  transform: scale(1.1);
}
.shop-by-categories .shop-categories-item figure {
  border-radius: 100%;
  aspect-ratio: 1;
  max-width: 273px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.shop-by-categories .shop-categories-item figure img {
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop-by-categories .shop-categories-item .pagebuilder-button-link {
  color: #3d3d3c;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0;
  margin: 0 0;
}
.shop-by-categories .shop-categories-item .pagebuilder-button-link:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.shop-by-categories .shop-categories-item .pagebuilder-button-link:hover {
  color: #ff6e81;
  text-decoration: none;
}
.shop-by-categories .shop-categories-item .pagebuilder-button-link:active {
  color: #ff6e81;
  text-decoration: none;
}
.best-selling-products {
  background: linear-gradient(to bottom, #ffffff 38%, #e1cfcf 38%);
  padding-bottom: 100px;
}
.selling-product-items {
  margin-top: 50px;
}
.selling-product-items .block-products-list {
  background: #ffffff;
  border: 2px solid #ff6e81;
  border-radius: 5px;
  padding: 50px 20px;
}
.selling-product-items .product-items.slick-slider {
  padding: 0 0;
}
.selling-product-items .product-items.slick-slider .slick-list {
  padding: 0 0;
  margin: 0 -15px;
}
.selling-product-items .product-items.slick-slider .slick-slide {
  margin: 0 15px;
}
.selling-product-items .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.product-categories-items {
  margin-top: 50px;
}
.product-categories-items > .pagebuilder-column-line {
  display: -webkit-grid !important;
  display: -ms-gridbox !important;
  display: grid !important;
  -webkit-grid-template-columns: repeat(3, 1fr);
  -moz-grid-template-columns: repeat(3, 1fr);
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
.product-categories-items > .pagebuilder-column-line > .pagebuilder-column {
  width: auto !important;
}
.product-categories-items .category-item-box {
  position: relative;
}
.product-categories-items .category-item-box:hover .category-product-img img {
  transform: scale(1.1);
}
.product-categories-items .category-item-box:hover .category-product-action .pagebuilder-button-link {
  color: #ff6e81;
}
.product-categories-items .category-product-img {
  border-radius: 15px;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  overflow: hidden;
  position: relative;
}
.product-categories-items .category-product-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-categories-items .category-product-action {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.product-categories-items .category-product-action .pagebuilder-button-link {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  font-size: 3rem;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 0;
  padding: 11px 12px;
}
.product-categories-items .category-product-action .pagebuilder-button-link span {
  line-height: 1.3;
}
.about-content-element {
  position: relative;
  overflow: hidden;
}
.about-content-element .about-wrapper > .pagebuilder-column-line {
  display: -webkit-grid !important;
  display: -ms-gridbox !important;
  display: grid !important;
  -webkit-grid-template-columns: 1fr 1fr;
  -moz-grid-template-columns: 1fr 1fr;
  -ms-grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-gap: 80px;
  -moz-gap: 80px;
  -ms-gap: 80px;
  gap: 80px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.about-content-element .about-wrapper > .pagebuilder-column-line > .pagebuilder-column {
  width: auto !important;
}
.about-content-element .about-widget-img {
  position: relative;
}
.about-content-element .about-widget-img .img-wrap-center {
  max-width: 468px;
  width: calc(100% - 50px);
  margin-bottom: 50px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}
.about-content-element .about-widget-img .img-wrap-center::before,
.about-content-element .about-widget-img .img-wrap-center::after {
  position: absolute;
  content: "";
  left: 50%;
  border-color: transparent;
  border-style: solid;
  border-radius: 10px;
  z-index: 2;
  transform: scale(0.9);
  transition: transform .35s, all .7s;
}
.about-content-element .about-widget-img .img-wrap-center::before {
  width: 100%;
  height: 50%;
  top: 25%;
  margin-left: -50%;
  border-width: 0 2px;
}
.about-content-element .about-widget-img .img-wrap-center::after {
  width: 50%;
  height: 100%;
  top: 0;
  margin-left: -25%;
  border-width: 2px 0;
}
.about-content-element .about-widget-img .img-wrap-center a {
  width: 100%;
}
.about-content-element .about-widget-img .img-wrap-center img {
  width: 100%;
  transform: scale(1);
  transition: transform .35s, all .7s ease;
}
.about-content-element .about-widget-img .img-wrap-center:hover::before,
.about-content-element .about-widget-img .img-wrap-center:hover::after {
  border-color: #ff6e81;
}
.about-content-element .about-widget-img .img-wrap-center:hover::before {
  height: 100%;
  top: 0;
}
.about-content-element .about-widget-img .img-wrap-center:hover::after {
  width: 100%;
  margin-left: -50%;
}
.about-content-element .about-widget-img .img-wrap-center:hover img {
  transform: scale(1.04);
}
.about-content-element .about-widget-img .img-wrap-bottom {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 1;
}
.about-content-element .about-widget-img .img-wrap-bottom img {
  border-radius: 200px 200px 4px 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-content-element .about-widget-img .img-wrap-bottom img:hover {
  transform: translateY(-8px);
}
.about-content-element .about-widget-img .img-wrap-top {
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 1;
}
.about-content-element .about-widget-content {
  font-size: 2rem;
  color: #808080;
  align-self: auto !important;
}
.about-content-element .about-widget-content .element-heading-title {
  margin-bottom: 30px;
}
.about-content-element::before {
  content: '';
  background-image: url('../../frontend/Willow/willow/en_GB/images/flower-pink-bg.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -98px;
  width: 283px;
  height: 290px;
  animation: moving-flower 5s linear infinite;
}
.about-content-element .about-image-wrapper {
  position: relative;
}
.about-content-element .about-image-wrapper .image-big {
  max-width: 468px;
  width: calc(100% - 50px);
  margin-bottom: 70px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}
.about-content-element .about-image-wrapper .image-small {
  position: absolute;
  right: 40px;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.new-trending-element {
  position: relative;
  overflow: hidden;
}
.new-trending-element::before {
  content: '';
  background-image: url('../../frontend/Willow/willow/en_GB/images/leaf-pink-bg.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: -124px;
  width: 283px;
  height: 350px;
  animation: moving-leaf 4s linear infinite;
}
.new-trending-element .selling-product-items .block-products-list {
  border: none;
}
.trending-product-items {
  margin-top: 40px;
}
.trending-product-items .product-items.slick-slider {
  padding: 0 0;
}
.trending-product-items .product-items.slick-slider .slick-list {
  padding: 0 0;
  margin: 0 -15px;
}
.trending-product-items .product-items.slick-slider .slick-slide {
  margin: 0 15px;
}
.trending-product-items .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.fabric-content-element > .pagebuilder-column-line {
  background: #deeeeb;
  position: relative;
  overflow: hidden;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fabric-content-element > .pagebuilder-column-line::after {
  content: '';
  background-image: url('../../frontend/Willow/willow/en_GB/images/flower-blue-bg.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -15px;
  left: -47px;
  width: 171px;
  height: 210px;
  animation: moving-flower 5s linear infinite;
}
.fabric-content-element > .pagebuilder-column-line .pagebuilder-column {
  width: 100% !important;
}
.fabric-content-element .fabric-con-info {
  font-size: 2rem;
  color: #000000;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 100px 15px;
  position: relative;
  overflow: hidden;
}
.fabric-content-element .fabric-con-info .info-img {
  margin-bottom: 18px;
  position: relative;
}
.fabric-content-element .fabric-con-info .block-heading {
  color: #000000;
  font-family: 'Haute Couture';
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  font-size: 4.8rem;
  margin-bottom: 30px;
  position: relative;
}
.fabric-content-element .fabric-con-info .info-con {
  margin-bottom: 30px;
  position: relative;
}
.fabric-content-element .fabric-con-info::before {
  content: '';
  background-image: url('../../frontend/Willow/willow/en_GB/images/thread-blue-bg.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -10px;
  right: 0;
  width: 187px;
  height: 230px;
  animation: moving-thread 5s linear infinite;
}
.fabric-content-element .fabric-con-banner figure,
.fabric-content-element .fabric-con-banner picture {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.fabric-content-element .fabric-con-banner figure img,
.fabric-content-element .fabric-con-banner picture img {
  width: 100%;
}
.our-blog-element {
  gap: 50px;
}
@keyframes moving-flower {
  0%,
  100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
@keyframes moving-leaf {
  0%,
  100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
@keyframes moving-thread {
  0%,
  100% {
    transform: rotate(2deg) scale(1);
  }
  50% {
    transform: rotate(4deg) scale(1.1);
  }
}
html,
body#html-body {
  overflow-x: hidden;
}
.selling-product-items .product-items.slick-slider .slick-list {
  background: #ffffff;
  border: 2px solid #ff6e81;
  border-radius: 5px;
  padding: 50px 10px;
  margin: 0;
  box-sizing: border-box;
}
.selling-product-items .product-items.slick-slider .slick-list .bss-bt-quickview {
  opacity: 0;
}
.selling-product-items .product-items.slick-slider .product-item-info:hover .bss-bt-quickview {
  opacity: 1;
}
.selling-product-items .product-items.slick-slider .product-item-info:hover .product-item-actions {
  opacity: 1;
}
.selling-product-items .product-items.slick-slider .product-item-info .product-item-actions {
  opacity: 0;
}
.selling-product-items .product-items.slick-slider .product-item-info a.action.tocompare {
  display: none;
}
.selling-product-items .product-items.slick-slider .product-item-info button.action.tocart.primary {
  padding: 0;
  background: inherit;
  min-height: auto;
  color: #808080;
  font-size: 1.2rem;
  font-weight: 500;
}
.selling-product-items .product-items.slick-slider .product-item-info .price-box .old-price .price-label {
  display: none;
}
.selling-product-items .product-items.slick-slider .product-item-info .price-box .old-price .price {
  text-decoration: line-through;
}
.selling-product-items .product-items.slick-slider .product-item-info .product-image-container {
  aspect-ratio: 1 !important;
  padding-bottom: 100%;
}
.selling-product-items .product-items.slick-slider .slick-slide .price-box span.price-label {
  display: none;
}
.selling-product-items .product-items.slick-slider .slick-slide strong.product-item-name {
  min-height: 40px;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.5em;
}
.selling-product-items .slick-slider .product-items .slick-arrow {
  background: inherit;
}
.selling-product-items .product-items.slick-slider .slick-arrow {
  background: inherit !important;
  width: 35px;
  height: 35px;
}
.selling-product-items .product-items.slick-slider .slick-arrow::before {
  opacity: 1;
  color: #000;
  font-size: 24px;
  content: "\e911";
  font-family: 'icomoon';
}
.selling-product-items .product-items.slick-slider .slick-arrow.slick-prev {
  transform: inherit;
  left: -55px;
  top: 42%;
}
.selling-product-items .product-items.slick-slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: -55px;
  top: 42%;
}
.selling-product-items.trending {
  margin-top: 0;
}
.selling-product-items.trending .product-items.slick-slider .slick-list {
  padding: 0;
  border: 0;
}
.page-products h2.sub-category-head {
  font-size: 2.5rem;
  text-align: center;
}
.level0.horizontal-root > li.mega .child-content.cols1 ul.level1.drilldown-sub .mega .mega {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 5px 0;
}
.level0.horizontal-root > li.mega .child-content.cols1 ul.level1.drilldown-sub .mega:last-child .mega {
  border: 0;
}
body .modal-popup.confirm .modal-inner-wrap {
  max-width: 100%;
}
body .modal-popup.confirm .modal-inner-wrap .modal-content div {
  padding: 20px 0 0 0;
}
body .modal-popup.confirm .modal-inner-wrap footer.modal-footer {
  padding-top: 20px;
}
body .modal-popup.confirm .modal-inner-wrap footer.modal-footer button {
  padding: 0;
  min-height: auto;
  min-width: auto;
  width: 100%;
  max-width: 20%;
  height: 40px;
  text-transform: capitalize;
  background: #ff6e81;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-family: 'Noto Sans';
}
.bestseller-product .product-content .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  font-size: 24px;
}
.bestseller-product .product-content .price span.regular-price {
  text-decoration: line-through;
  text-decoration-color: #ff6e81;
  font-size: 20px;
  font-weight: 400;
}
.bestseller-product .product-content .price span.special-price {
  font-size: 24px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image {
  height: 30px;
}
.filter-options .swatch-option {
  height: 30px;
}
div.swatch-option-tooltip {
  width: 100px;
  font-size: 14px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  width: 80px;
  height: 80px;
}
.popup p.message {
  margin: 0 0 20px 0;
}
.popup .slick-initialized .slick-slide {
  margin: 0 5px;
  text-align: center;
}
.popup .slick-initialized .slick-slide a {
  color: #000;
  text-align: left;
  font-size: 12px;
  line-height: normal;
}
.popup .slick-initialized .slick-slide img {
  margin: 0 auto;
}
.popup .cart-info {
  padding: 0 10px;
  margin: 10px 0;
  font-size: 14px;
}
.popup .product-qty-er {
  height: auto;
  display: flex;
  align-items: center;
}
.popup .product-qty-er input {
  width: 40px !important;
  height: 40px;
  padding: 0 5px;
  text-align: center;
}
.popup .prepare-info a {
  color: #000;
  text-align: left;
  font-size: 12px;
  line-height: normal;
}
.popup .option-er-pu.er-pu-29755 .fieldset {
  margin: 0;
}
.popup .remove-er-pu {
  top: 70px;
}
.modal-popup .modal-title {
  font-family: 'Noto Sans';
  font-weight: 600;
}
#lof_multiple_products_cart_popup .popup .btn-continue .continue {
  background: #ff7a8b !important;
  border-color: #ff7a8b !important;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Noto Sans';
  border-radius: 6px;
}
#lof_multiple_products_cart_popup .popup .btn-viewcart .viewcart {
  background: #ff7a8b !important;
  border-color: #ff7a8b !important;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Noto Sans';
  border-radius: 6px;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border: 0;
  padding: 0;
}
.checkout-payment-method .payment-method {
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
}
.checkout-payment-method .payment-method .payment-method-title {
  padding: 0;
}
.checkout-payment-method .payment-method._active .payment-method-title {
  padding: 0 0 10px 0;
}
.checkout-index-index .checkout-agreements-block .checkout-agreements {
  margin-bottom: 0;
}
.checkout-index-index .opc-block-summary {
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.checkout-index-index .additional-options {
  margin: 0;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px #ff6e81;
}
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.checkout-index-index .cart-totals tbody .amount * {
  white-space: normal;
}
.checkout-index-index .cart-totals tfoot .amount * {
  white-space: normal;
}
.checkout-index-index .opc-block-summary .table-totals tbody .amount * {
  white-space: normal;
}
.checkout-index-index .opc-block-summary .table-totals tfoot .amount * {
  white-space: normal;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  min-width: auto;
  max-width: 100%;
  width: 100%;
  border-spacing: 0 20px;
  border-collapse: separate;
  margin: -20px 0;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method tr td {
  border: 1px solid #ccc;
  padding: 20px;
  border-right: 0;
  border-left: 0;
  cursor: pointer;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method tr td:first-child {
  border-left: 1px solid #ccc;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method tr td:last-child {
  border-right: 1px solid #ccc;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method tr td input {
  cursor: pointer;
}
.checkout-index-index .payment-option-content .form-discount .payment-option-inner .field .input-text {
  color: #000;
  opacity: 1;
  font-family: 'Noto Sans';
  font-size: 16px;
}
.checkout-index-index .payment-option-content .form-discount .payment-option-inner .field .input-text::placeholder {
  font-size: 16px !important;
  font-style: normal;
  color: #000 !important;
  opacity: 1 !important;
}
.checkout-index-index .payment-option-content .form-discount .payment-option-inner .field .input-text::-webkit-input-placeholder {
  font-size: 16px !important;
  font-style: normal;
  color: #000 !important;
  opacity: 1 !important;
}
.checkout-index-index .payment-option-content .form-discount .payment-option-inner .field .input-text::-moz-placeholder {
  font-size: 16px !important;
  font-style: normal;
  color: #000 !important;
  opacity: 1 !important;
}
.checkout-index-index .payment-option-content .form-discount .payment-option-inner .field .input-text::-ms-input-placeholder {
  font-size: 16px !important;
  font-style: normal;
  color: #000 !important;
  opacity: 1 !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block label {
  position: relative;
  cursor: pointer;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ff6e81;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #ff6e81;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkout-index-index footer.page-footer {
  margin: 20px 0 0 0;
}
.checkout-index-index .am-checkout {
  margin: 0;
  padding: 0;
}
body#html-body .product-item .price-box {
  color: #000;
}
body#html-body .product-item .price-box .special-price {
  color: #ff6e81;
}
body#html-body .product-item .price-box .old-price .price {
  color: #A9A9A9;
  font-size: 1.8rem;
}
.price-box .price-label {
  display: none;
}
.price-box .price-wrapper .price {
  font-size: 1.8rem;
}
.price-box .old-price .price-wrapper .price {
  text-decoration: line-through;
  font-size: 1.5rem;
}
.product-addto-links .action.towishlist::before {
  overflow: visible;
}
.slick-slider .slick-arrow::before {
  opacity: 1;
  color: #000;
  font-size: 24px;
  content: "\e911";
}
.product-items.slick-slider .slick-arrow {
  background: inherit !important;
  width: 35px;
  height: 35px;
}
.product-items.slick-slider .slick-arrow::before {
  opacity: 1;
  color: #000;
  font-size: 24px;
  content: "\e911";
  font-family: 'icomoon';
}
.product-items.slick-slider .slick-arrow.slick-prev {
  transform: inherit;
  right: -55px;
  top: 35%;
}
.product-items.slick-slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: -55px;
  top: 35%;
}
.checkout-index-index .checkout-header {
  display: inline-block;
}
.checkout-index-index .authentication-wrapper {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper fieldset.fieldset {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  align-items: center;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement input {
  margin-top: -4px;
}
input[type="text"] {
  color: #000;
  font-size: 14px;
}
input[type="text"]::placeholder {
  color: #000 !important;
}
input[type="password"] {
  color: #000;
  font-size: 14px;
}
input[type="password"]::placeholder {
  color: #000 !important;
}
input[type="url"] {
  color: #000;
  font-size: 14px;
}
input[type="url"]::placeholder {
  color: #000 !important;
}
input[type="tel"] {
  color: #000;
  font-size: 14px;
}
input[type="tel"]::placeholder {
  color: #000 !important;
}
input[type="search"] {
  color: #000;
  font-size: 14px;
}
input[type="search"]::placeholder {
  color: #000 !important;
}
input[type="number"] {
  color: #000;
  font-size: 14px;
}
input[type="number"]::placeholder {
  color: #000 !important;
}
input[type*="date"] {
  color: #000;
  font-size: 14px;
}
input[type*="date"]::placeholder {
  color: #000 !important;
}
input[type="email"] {
  color: #000;
  font-size: 14px;
}
input[type="email"]::placeholder {
  color: #000 !important;
}
select {
  color: #000;
}
.checkout-payment-method .payment-method:last-child {
  margin: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  padding-bottom: 0;
}
.cart-totals .grand .mark {
  min-width: 130px;
}
.opc-block-summary .table-totals .grand .mark {
  min-width: 130px;
}
.opc-block-summary .items-in-cart {
  margin: 0;
}
.category-dmc .products-list + .toolbar.toolbar-products {
  display: none;
}
body .block.related .owl-theme .owl-nav {
  top: 45%;
}
body .block.related .owl-theme .owl-nav.disabled {
  display: block;
}
.contact-content .contact-detailsection {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 40px 0;
  justify-content: center;
}
.contact-content .contact-detailsection .contactvia-email {
  text-align: center;
  width: 33.33%;
}
.contact-content .contact-detailsection .contactvia-email .icon-envelope:before {
  font-size: 30px;
  color: #000;
}
.contact-content .contact-detailsection .contactvia-phone {
  width: 33.33%;
  text-align: center;
}
.contact-content .contact-detailsection .contactvia-phone .icon-phone:before {
  font-size: 30px;
  color: #000;
}
.contact-content .contact-detailsection .contactvia-post {
  width: 33.33%;
  text-align: center;
}
.contact-content .contact-detailsection .email-title {
  font-size: 16px;
  font-family: 'Noto Sans';
  font-weight: 600;
}
.cms-contact-us .tagline strong {
  font-weight: 600;
  font-size: 1.8rem;
  font-family: 'Noto Sans';
}
#mageplaza-betterpopup-block #bio_ep {
  height: 360px;
}
#mageplaza-betterpopup-block #bio_ep .tmp3-img-content img {
  height: 360px;
}
#mageplaza-betterpopup-block #bio_ep .tmp3-text-content {
  height: 360px;
}
.product-subcategories .subcategory-img img {
  /* object-fit: contain;*/
  object-fit: cover;
}
.product-subcategories.catalog-subcategory-slider .slick-list {
  margin: 0;
}
.product-subcategories.catalog-subcategory-slider button.slick-prev.slick-arrow {
  left: -30px;
}
.product-subcategories.catalog-subcategory-slider button.slick-next.slick-arrow {
  right: -30px;
}
.nav-open body .magazine-content {
  z-index: 0;
}
.nav-off-canvas .nav-sections .nav-sections-item-content {
  float: initial;
  display: initial;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
.nav-off-canvas .nav-sections .nav-sections-items {
  padding: 15px;
}
.payment_method ul li {
  width: 80px;
  height: 40px;
}
#html-body .product-categories-items .category-product-action .pagebuilder-button-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
}
#html-body .product-categories-items .category-item-box [data-content-type='button-item'] {
  display: block;
  width: 100%;
}
.conversion-chart-items ul .chart-actions a.viewpage.action.primary,
.conversion-chart-items ul .chart-actions a.viewpage.amshopby-button,
.conversion-chart-items ul .chart-actions a.viewpage.am-filter-go {
  text-align: center;
  line-height: 29px;
}
.shop-by-categories.block-space {
  margin: 100px 0;
}
.shop-by-categories.block-space.shop-by-projectpack {
  background: #e1cfcf;
  margin: 0;
  padding: 50px 0;
  height: auto;
  position: relative;
}
.shop-by-categories.block-space.shop-by-projectpack figure {
  border-radius: 0;
  max-width: initial;
  overflow: visible;
}
.shop-by-categories.block-space.shop-by-projectpack figure img {
  border-radius: 0;
  position: initial;
}
ul.level0.horizontal-root > li.mega:last-child .child-content.cols1.drilldown-sub {
  width: 300px;
  left: auto;
}
ul.level0.horizontal-root > li.mega:last-child .child-content.cols1.drilldown-sub ul li a {
  color: #000;
}
@media (max-width: 1440px) {
  .product-subcategories.catalog-subcategory-slider button.slick-prev.slick-arrow {
    left: -8px;
  }
  .product-subcategories.catalog-subcategory-slider button.slick-next.slick-arrow {
    right: -8px;
  }
}
@media (max-width: 1199px) {
  #html-body .pagebuilder-column-group.child-menu-element .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  #html-body .pagebuilder-column-group.child-menu-element .pagebuilder-column-line .pagebuilder-column {
    flex-wrap: wrap;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  #html-body .level0.horizontal-root {
    opacity: 1;
  }
  .header-account-wrapper .links.active {
    bottom: calc(-140%);
  }
  .page-header .panel.wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .page-header .header-utilities {
    bottom: initial;
    top: 39px;
    border: 0;
    border-bottom: 1px solid #ff6e81;
    z-index: 999;
  }
  .page-header .header-con-inner {
    padding-top: 90px;
    align-items: center;
    justify-content: center;
  }
  .checkout-index-index .header.content {
    padding: 40px 20px 0;
    justify-content: center;
  }
  #html-body .pagebuilder-slide-wrapper {
    min-height: 400px !important;
  }
  #html-body .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 400px;
  }
}
@media (max-width: 1023px) {
  .hero-banner-element .hero-banner-items.slick-slider .slick-dots {
    top: 50%;
  }
  .page-products .columns {
    display: flex;
    gap: 20px;
  }
  .page-products .columns .column.main {
    order: 2;
  }
}
@media (max-width: 1199px) {
  ul.level0 > li.mega.discount-menuitem > .mega.last.discount-menuitem img {
    width: 100%;
    max-width: 12%;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-open .nav-off-canvas .nav-sections {
    z-index: 999;
    height: 100%;
  }
  .nav-open .nav-off-canvas .nav-toggle:after {
    height: 100%;
  }
  .nav-open .mp-better-popup-click-trigger {
    z-index: 9;
  }
}
@media (max-width: 850px) {
  #html-body .about-wrapper .pagebuilder-column-line {
    flex-wrap: wrap;
    display: flex !important;
    gap: 20px;
  }
  #html-body .about-wrapper .pagebuilder-column-line .about-image-wrapper {
    width: 100% !important;
  }
  #html-body .about-content-element .about-widget-img .img-wrap-bottom {
    bottom: 0;
  }
  .bestseller-product-widget .sidebar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bestseller-product-widget .sidebar-title:after {
    transition: 0.3s all;
    opacity: 1;
    color: #000;
    font-size: 16px;
    content: "\e913";
    font-family: 'icomoon';
    font-weight: 900;
  }
}
@media (max-width: 767px) {
  .shop-by-categories.block-space {
    margin: 50px 0;
  }
  #html-body .about-content-element .pagebuilder-column.about-widget-content p {
    font-size: 14px;
  }
  body .products-grid .product-item-name {
    font-size: 1.6rem;
    min-height: auto;
  }
  body #lof_multiple_products_cart_popup .btn-viewcart {
    width: 45%;
  }
  body #lof_multiple_products_cart_popup .btn-continue {
    width: auto;
  }
  body #lof_multiple_products_cart_popup .popup .btn-continue .continue {
    font-size: 14px;
  }
  body #lof_multiple_products_cart_popup .popup .btn-viewcart .viewcart {
    font-size: 14px;
  }
  .modal-popup._inner-scroll .modal-content {
    padding: 40px 15px 15px;
  }
  .product-subcategories .subcategory-caption .button-link {
    font-size: 1.5rem;
  }
  body .minicart-wrapper.active .ui-dialog::before {
    display: none;
  }
  aside.modal-popup.confirm._show {
    z-index: 9999 !important;
  }
  body .block.related .title strong {
    font-size: 2rem;
  }
  body .block.related .product-item .price-box .price {
    font-size: 1.5rem;
  }
  body .block.crosssell .title strong {
    font-size: 2rem;
  }
  body .block.crosssell .product-item .price-box .price {
    font-size: 1.5rem;
  }
  body .ammenu-header-container .header.content .ammenu-logo {
    margin: 0 auto;
  }
  footer .footer-links.footer-block.magazineblock {
    display: none;
  }
  #html-body .pagebuilder-slider.hero-banner-items.slick-initialized.slick-slider.slick-dotted {
    min-height: 350px;
  }
  #html-body .hero-banner-element .hero-banner-items .pagebuilder-slide-wrapper {
    min-height: 200px !important;
    background-size: contain;
  }
  #html-body .hero-banner-element .hero-banner-items .pagebuilder-slide-wrapper .pagebuilder-overlay {
    min-height: 200px !important;
  }
  #html-body .hero-banner-element .hero-banner-items.slick-slider .slick-dots {
    top: 35%;
  }
  .page-products .bestseller-product-widget {
    margin: 25px 0 0 0;
  }
  .bestseller-product-widget {
    margin: 25px 0 0 0;
  }
  .bestseller-product-widget ul.bestseller-products {
    display: none;
  }
  header .header-utilities {
    bottom: initial;
    top: 39px;
    border: 0;
    border-bottom: 1px solid #ff6e81;
    z-index: 999;
  }
  header .header-utilities .toggle-menu {
    border: 0;
  }
  header .header-logo .logo {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
  }
  header .header-logo .logo img {
    margin: 0 auto;
  }
  header .header-search {
    width: 100%;
    padding: 0;
  }
  header .header.content .header-con-inner {
    justify-content: center;
  }
  .page-header .panel.wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .nav-open .page-header .panel.wrapper {
    z-index: 99;
  }
  .nav-open header .header-utilities {
    z-index: 99;
  }
  .drilldown-root .child-content-inner a {
    color: #000;
  }
  .drilldown-root .child-content-inner a:visited {
    color: #000;
  }
  .nav-open .nav-off-canvas .nav-sections {
    z-index: 999;
  }
  #html-body .child-menu-element .pagebuilder-column-line .pagebuilder-column:last-child {
    order: -1;
    margin: 0 0 20px 0;
  }
  body .selling-product-items .product-items.slick-slider .slick-list {
    padding: 15px 10px;
  }
  body .selling-product-items .product-items.slick-slider .slick-list .slick-slide img {
    width: 100%;
  }
  body .selling-product-items .product-items.slick-slider .product-item-info .product-item-actions {
    opacity: 1;
  }
  body .selling-product-items .product-items.slick-slider .slick-arrow.slick-next {
    right: -5px;
  }
  body .selling-product-items .product-items.slick-slider .slick-arrow.slick-prev {
    left: 0px;
  }
  .cms-needlecraft-techniques table tbody tr td:first-child {
    width: 10%;
  }
  .cms-needlecraft-techniques table tbody tr td:first-child img {
    padding: 0 10px 0 0;
  }
  .conversion-chart-items ul li {
    flex-wrap: wrap;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 15px 0;
  }
  .conversion-chart-items ul li h4 {
    width: 100%;
  }
  .conversion-chart-items ul li h4 a {
    font-size: 1.5rem;
    width: 100%;
    display: block;
  }
  .conversion-chart-items ul li .chart-actions {
    margin: 0;
    flex-wrap: nowrap;
  }
  .conversion-chart-items ul li .chart-actions a.action.primary,
  .conversion-chart-items ul li .chart-actions a.amshopby-button,
  .conversion-chart-items ul li .chart-actions a.am-filter-go {
    font-size: 1.4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 50%;
    min-width: 150px;
  }
  .conversion-chart-items ul li .chart-actions a.action.downloadpdf {
    font-size: 1.4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 50%;
    min-width: 150px;
  }
  .account .col.price,
  .account .col.subtotal {
    width: 100%;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .checkout-index-index .authentication-wrapper {
    margin: 20px 0 0 0;
    text-align: right;
  }
  .checkout-index-index .authentication-wrapper .action-auth-toggle {
    min-width: auto;
    min-height: auto;
  }
  .checkout-cart-index .cart-discount .block .title strong {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 16px;
  }
  body .form-create-account .fieldset.create.account:after {
    margin: 10px 0 0 0;
  }
  body .minicart-wrapper .product .actions {
    margin: 0 0 10px 0;
  }
  .customer-account-create fieldset.fieldset.create.account {
    margin: 0 0 20px 0;
  }
  .customer-account-create fieldset.fieldset.additional_info {
    margin: 0 0 20px 0;
  }
  .catalog-product-view .box-tocart .action.tocart {
    width: 100%;
  }
  .catalog-product-view .product-social-links .product-addto-links {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .catalog-product-view .product-social-links .product-addto-links a.action {
    font-size: 1.4rem;
    padding: 10px;
    min-width: 100%;
  }
  .drilldown-root .child-content-inner h3 a {
    font-size: 18px;
  }
  .page-products .products-list .product-item-info {
    display: flex;
  }
  .page-products .products-list .product-item-info .product.photo.product-item-photo {
    width: 100%;
  }
  .page-products .products-list .product-item-info .product-item-caption {
    width: 100%;
  }
  .page-products .toolbar-products {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .page-products .toolbar-products .pages .item {
    margin: 0 5px;
  }
  .page-products .products.wrapper ~ .toolbar-products .pages {
    margin: 0;
  }
  .page-products .lof-addmultipleproducts-select-bar .action.primary,
  .page-products .lof-addmultipleproducts-select-bar .amshopby-button,
  .page-products .lof-addmultipleproducts-select-bar .am-filter-go {
    margin: 10px 0 0 0;
  }
  .page-products .product-subcategories.catalog-subcategory-slider .slick-list {
    margin: 0;
  }
  .page-products .product-subcategories.catalog-subcategory-slider {
    margin: 0 0 20px 0;
  }
  .checkout-index-index .checkout-header {
    width: 100%;
  }
}
@media (max-width: 1480px) {
  .selling-product-items .product-items.slick-slider .slick-arrow.slick-prev {
    left: 7px;
  }
  .selling-product-items .product-items.slick-slider .slick-arrow.slick-next {
    right: 7px;
  }
}
@media (min-width: 768px) {
  .service-box-wrapper .slick-initialized .slick-slide {
    display: inline-flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .service-box-wrapper .slick-initialized .slick-slide .service-box-item {
    -webkit-grid-template-columns: 1fr;
    -moz-grid-template-columns: 1fr;
    -ms-grid-template-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #html-body .pagebuilder-slide-wrapper {
    background-size: contain;
    min-height: 235px !important;
  }
  #html-body .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    object-fit: contain;
    min-height: 235px !important;
  }
  .shop-by-categories.block-space {
    margin: 50px 0;
  }
  .cms-needlecraft-techniques table tbody tr td:first-child {
    width: 8%;
  }
  .cms-needlecraft-techniques table tbody tr td:first-child img {
    padding: 0 10px 0 0;
  }
  body .magazine-content {
    width: 15%;
  }
}
@media (max-width: 580px) {
  .about-content-element .about-image-wrapper .image-small {
    right: 0;
    left: 100px;
  }
  .contact-content .contact-detailsection {
    flex-wrap: wrap;
    gap: 10px;
  }
  .contact-content .contact-detailsection .contactvia-email,
  .contact-content .contact-detailsection .contactvia-phone,
  .contact-content .contact-detailsection .contactvia-post {
    width: 100%;
  }
  .cms-contact-us .tagline strong {
    font-size: 1.5rem;
  }
  #html-body .about-content-element .pagebuilder-column.about-widget-content {
    padding-top: 20px;
  }
  #html-body .about-content-element .about-widget-img .img-wrap-bottom {
    bottom: -20px;
    width: 250px;
  }
  #html-body .about-content-element .about-widget-img .img-wrap-top {
    width: 120px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .label img {
    margin: 0 5px 0 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper span.cc-span {
    display: block;
  }
  .checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method tr td {
    font-size: 14px;
    vertical-align: middle;
    padding: 5px;
  }
  .checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
    min-width: 60px;
  }
  .checkout-index-index .checkout-payment-method {
    font-size: 14px;
  }
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .opc-wrapper #checkout-step-shipping_method .methods-shipping {
    border: 0;
  }
  .bestseller-product .product-content .price {
    font-size: 16px;
  }
  .bestseller-product .product-content .price span.regular-price {
    font-size: 16px;
  }
  .bestseller-product .product-content .price span.special-price {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  ul.level0.horizontal-root {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-gap: 15px;
    -moz-gap: 15px;
    -ms-gap: 15px;
    gap: 15px;
    width: 100%;
  }
  ul.level0.horizontal-root > li.mega.first {
    background: #ff6e81;
    color: #ffffff;
  }
  ul.level0.horizontal-root > li.mega.first > .mega {
    color: #ffffff;
    padding: 0 20px;
  }
  ul.level0.horizontal-root > li.mega.first > .mega.active {
    color: #fff;
  }
  ul.level0.horizontal-root > li.mega.first .child-content {
    width: auto;
  }
  ul.level0.horizontal-root > li.mega {
    position: static;
  }
  ul.level0.horizontal-root > li.mega > .mega.active {
    background: transparent;
    color: #ff6e81;
  }
}
@media (max-width: 1480px) {
  .product-items.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-product-view .product-info-main .product-add-form {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 20px 0 0;
  }
  .catalog-product-view .product-social-links {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .product-subcategories {
    gap: 15px;
    -webkit-grid-template-columns: repeat(2, 1fr);
    -moz-grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  body .tooltip.wrapper .tooltip.content {
    min-width: 26rem;
    left: -80px;
  }
  body .tooltip.wrapper .tooltip.content:before {
    left: 125px;
  }
  body .tooltip.wrapper .tooltip.content:after {
    left: 125px;
  }
  body .products-grid .product-items {
    -webkit-grid-template-columns: repeat(2, 1fr);
    -moz-grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  body .products-grid .product-items li.item.product.product-item {
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 10px;
  }
  body .products-grid .product-items li.item.product.product-item a.product-item-link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    min-height: 70px;
  }
  body .allproductsection-price p {
    font-size: 16px;
  }
  .page-products .lof-addmultipleproducts-select-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-products .lof-addmultipleproducts-select-bar .action.primary,
  .page-products .lof-addmultipleproducts-select-bar .amshopby-button,
  .page-products .lof-addmultipleproducts-select-bar .am-filter-go {
    padding: 0 10px;
    font-size: 12px;
    margin: 0;
  }
  .page-products .lof-addmultipleproducts-select-bar .lof-select-all {
    margin: 0;
  }
  .all-product-select .stock.unavailable span {
    font-size: 0;
  }
  .all-product-select .stock.unavailable span:before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../../frontend/Willow/willow/en_GB/images/out-of-stock.png) no-repeat center;
    background-size: contain;
    filter: sepia(100%) saturate(950%) hue-rotate(-50deg);
  }
}
#html-body .header.panel .panel-message {
  display: block;
  /* opacity: 0;*/
}
.shipping-animation {
  font-weight: 700;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  /*    display: block;*/
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /*    background: url('../../frontend/Willow/willow/en_GB/images/animated-text-fillupdate.png') repeat-y;*/
  -webkit-background-clip: text;
  background-clip: text;
  /*-webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0,0,0);*/
  -webkit-backface-visibility: hidden;
}
/* Animate Background Image */
/*@-webkit-keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}*/
/*// Search css*/
/*.amsearch-input-wrapper.-typed {
    .amsearch-button.-loupe{
        pointer-events: none;
    }
}
body {
    section.amsearch-products-section.-grid {
        display: block;
     }
}
.page-header {
    .amsearch-result-section {
        width: 50vw;
        left: -14%;
    }
}*/
/*Blog issue fixing */
.cms-home .blog-content-inner > div[data-content-type='text'] {
  min-height: auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.mgk-adcpopup-block .adcpopup-category ol.product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.mgk-adcpopup-block .adcpopup-category ol.product-items .item.product.product-item {
  margin: 0;
  width: 100%;
  max-width: 31%;
}
.mgk-adcpopup-block .adcpopup-category ol.product-items .item.product.product-item span.product-image-wrapper {
  position: initial;
  width: 100%;
  padding-bottom: 0 !important;
}
.mgk-adcpopup-block .adcpopup-category ol.product-items .item.product.product-item span.product-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
.mgk-adcpopup-block .adcpopup-category ol.product-items .item.product.product-item a.buy.action.primary,
.mgk-adcpopup-block .adcpopup-category ol.product-items .item.product.product-item a.buy.amshopby-button,
.mgk-adcpopup-block .adcpopup-category ol.product-items .item.product.product-item a.buy.am-filter-go {
  float: none;
  padding: 5px 0;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  display: flex;
  clear: both;
  font-size: 14px;
  text-transform: capitalize;
}
.mgk-adcpopup-block .adcpopup-category ol.product-items span.price {
  display: none;
}
.mgk-adcpopup-block .adcpopup-category .sub-title {
  text-align: center;
  margin: 20px 0;
}
.mgk-adcpopup-block .adcpopup-content {
  width: 100% !important;
  width: 100%;
  border: 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item a.product-item-photo {
  text-align: left;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item a.product-item-photo span.product-image-container {
  padding-bottom: 100%;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details strong {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details strong a {
  font-size: 16px;
  line-height: 1;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details .product-item-pricing {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details .product-item-pricing .price {
  font-size: 16px;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details .details-qty.qty {
  margin: 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details .details-qty.qty a.ui-spinner-button {
  width: 40px;
  border-radius: 0;
  background: inherit;
  border: 0;
  height: 48px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details .details-qty.qty a.ui-spinner-button:hover {
  background: #000;
  color: #fff;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details .details-qty.qty span {
  width: 140px;
  height: 48px !important;
  border-radius: 0;
  vertical-align: middle;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details .details-qty.qty span input.item-qty.ui-spinner-input {
  padding: 0;
  height: 48px;
  width: 55px;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details .details-qty.qty a.ui-spinner-button.ui-spinner-down {
  line-height: 35px;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item .product-item-details .details-qty.qty a.ui-spinner-button.ui-spinner-down span {
  font-size: 40px;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-details .action:before {
  content: "\e925";
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-details a.action.delete.primary {
  padding: 0;
  background: inherit;
  min-width: auto;
  min-height: auto;
  width: auto;
  position: absolute;
  z-index: 6;
  bottom: 6px;
  right: 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-details a.action.delete.primary span {
  font-size: 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart .product-item-actions {
  margin: 0;
  padding: 0;
  border: 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart ol.product-items {
  gap: 0;
}
.mgk-adcpopup-block .adcpopup-content .content-cart ol.product-items li.item.product.product-item {
  width: 100%;
  overflow: visible;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.mgk-adcpopup-block .adcpopup-summary {
  width: 100% !important;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.mgk-adcpopup-block .adcpopup-summary .content-inner {
  padding: 0;
}
.mgk-adcpopup-block .adcpopup-summary .content-inner .shopping-cart {
  display: flex;
  align-items: center;
}
.mgk-adcpopup-block .adcpopup-summary .content-inner .shopping-cart .label {
  padding: 4px 0;
  font-size: 14px;
}
.mgk-adcpopup-block .adcpopup-summary .content-inner .shopping-cart .values {
  padding: 4px 0;
  font-size: 14px;
}
.mgk-adcpopup-block .adcpopup-summary .content-inner .shopping-cart h3.summary-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.modals-wrapper .mgk-adcpopup-block .adcpopup-content .content-inner {
  padding: 0;
  border: 0;
}
.shop-by-categories.block-space {
  margin: 50px 0 100px 0;
}
.block.block-reorder .block-title strong {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  font-size: 2.4rem;
  border-bottom: 1px dashed #707070;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
}
.block.block-reorder .product-items {
  gap: 0;
}
.block.block-reorder .product-items li.product-item {
  margin-bottom: 10px;
}
.block.block-reorder .product-items li.product-item a.product-item-link {
  font-size: 16px;
}
.block.block-reorder .actions-toolbar {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .mgk-adcpopup-block .adcpopup-content .content-cart ol.product-items {
    height: 300px;
    overflow-y: auto;
    border-bottom: 1px solid #ddd;
  }
  aside.modal-popup .modal-inner-wrap {
    height: 800px;
    margin: 12rem auto;
  }
}
@media (max-width: 769px) {
  aside.modal-popup.modal-slide {
    left: 0;
  }
  aside.modal-popup.modal-slide .modal-inner-wrap {
    margin: 12rem auto;
    max-height: 90vh;
  }
  .mgk-adcpopup-block .adcpopup-content .content-cart ol.product-items {
    height: 480px;
  }
  .mgk-adcpopup-block .adcpopup-content .content-cart ol.product-items li.item.product.product-item {
    flex-direction: column;
  }
  .mgk-adcpopup-block .adcpopup-content .content-cart .product-item a.product-item-photo span.product-image-container span.product-image-wrapper {
    position: initial;
  }
  aside .mgk-adcpopup-block .adcpopup-category {
    display: none;
  }
}
@media (min-width: 1920px) {
  body .page-header section.amsearch-result-section {
    width: 60vw;
    transform: translate(-15%, 1px);
  }
}
body .page-header section.amsearch-result-section {
  max-height: 80vh;
  margin: 0 auto;
  left: 0;
  right: 0;
}
body .page-header section.amsearch-result-section .products.wrapper.grid.products-grid {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  body .page-header section.amsearch-result-section {
    width: 80vw;
    transform: translate(-17%, 1px);
  }
}
.amsearch-form-block.-opened .amsearch-button.-disabled {
  opacity: unset;
  pointer-events: unset;
}
h1.headertop-h1tag {
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
}
.read-more-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.read-more-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
.read-more-container {
  margin: 30px 0 0 0;
}
.read-more-container .read-more-btn {
  margin: 10px auto;
  padding: 0;
  border: 0;
  font-size: 18px;
  background: inherit;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #2dc26b;
  font-weight: 700;
}
.read-more-container .read-more-btn:after {
  content: "\e913";
  font-family: 'icomoon';
  font-size: 12px;
  transition: .3s all;
  text-decoration: none;
  font-weight: 900;
}
.read-more-text.expanded + button.read-more-btn:after {
  content: "\e912";
}
body .modal-popup._inner-scroll {
  z-index: 999999 !important;
  top: 5%;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-form-widget {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: 1fr 1fr;
  -moz-grid-template-columns: 1fr 1fr;
  -ms-grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-gap: 50px;
  -moz-gap: 50px;
  -ms-gap: 50px;
  gap: 50px;
}
.contact-content-widget {
  margin-top: 100px;
}
.contact-content-widget .content-wrap {
  display: -webkit-grid !important;
  display: -ms-gridbox !important;
  display: grid !important;
  -webkit-grid-template-columns: 50% 25% 25%;
  -moz-grid-template-columns: 50% 25% 25%;
  -ms-grid-template-columns: 50% 25% 25%;
  grid-template-columns: 50% 25% 25%;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
.contact-content-widget .content-wrap .block-sub-title {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  font-size: 2rem;
  margin-bottom: 10px;
}
.contact-content-widget .content-wrap .contact-feedback .contact-list-info {
  margin-top: 20px;
}
.contact-page .top-content {
  display: flex;
  gap: 48px;
  justify-content: center;
}
.contact-page .top-content .left-content {
  width: 50%;
}
.contact-page .top-content .left-content h3 {
  margin: 0 0 30px 0;
  font-size: 4.2rem;
}
.contact-page .top-content .left-content p {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 500;
}
.contact-page .top-content .left-content ul {
  display: flex;
  margin: 0;
  gap: 15px;
}
.contact-page .top-content .left-content ul li {
  font-size: 16px;
  margin: 0;
}
.contact-page .top-content .left-content ul li a {
  font-size: 24px;
}
.contact-page .top-content .left-content ul li a svg {
  font-size: 17px;
  width: 24px;
  fill: #ff6e81;
}
.contact-page .top-content .left-content ul li a i:before {
  font-size: 24px;
}
.contact-page .top-content .right-content {
  width: 50%;
}
.contact-page .top-content .right-content .contact legend.legend,
.contact-page .top-content .right-content .contact .field.note.no-label {
  display: none;
}
.contact-page .top-content .right-content .contact input::placeholder {
  font-style: normal;
  font-size: 16px;
  color: #000;
}
.contact-page .top-content .right-content .contact textarea::placeholder {
  font-style: normal;
  font-size: 16px;
  color: #000;
}
.contact-page .map-contact {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .contact-page .top-content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .contact-page .top-content .left-content {
    width: 100%;
  }
  .contact-page .top-content .left-content h3 {
    font-size: 3rem;
  }
  .contact-page .top-content .right-content {
    width: 100%;
  }
}
.login-container {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
}
.login-container .block {
  margin: 0 0;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.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.4rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
div#password-strength-meter-container {
  margin-top: -3px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  max-width: 550px;
  min-width: auto;
  width: 100%;
  margin: 0 auto;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.info {
  margin: 0;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form-create-account .fieldset.create.account .legend {
  display: none;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  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;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
  margin-top: 30px;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  color: #3d3d3c;
  font-family: 'Gelasio';
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 48px;
  line-height: 48px;
  padding: 14px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: auto;
}
.table.grouped .col.price {
  width: 12%;
}
.table.grouped .col.qty {
  width: auto;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.product-data-grouped .table-wrapper.grouped {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product-data-grouped .table.grouped {
  border-radius: 5px;
}
.product-data-grouped .table.grouped tr th,
.product-data-grouped .table.grouped tr td {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 13px 19px;
}
.product-data-grouped .table.grouped thead {
  border-width: 0 1px;
  border-style: solid;
  border-color: #000000;
}
.product-data-grouped .table.grouped thead > tr > th {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
}
.product-data-grouped .table.grouped tbody {
  border-width: 0 1px;
  border-style: solid;
  border-color: #e1e1e1;
}
.product-data-grouped .table.grouped tbody > tr > * {
  border-width: 1px 0 !important;
}
.product-data-grouped .table.grouped tbody > tr th,
.product-data-grouped .table.grouped tbody > tr td {
  vertical-align: middle;
  border-color: inherit !important;
  border-style: solid !important;
}
.product-data-grouped .table.grouped tbody .product-item-name {
  margin-bottom: 0;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: transparent;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(112, 112, 112, 0.3);
  border: 1px solid #707070;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff6e81;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #707070;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item .filter-options-content {
  display: block !important;
}
.filter-options-item + .filter-options-item {
  margin-top: 40px;
}
.active > .filter-options-title:after {
  content: "\e912";
}
.filter-options-content {
  margin: 0;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  white-space: nowrap;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.block.newsletter {
  max-width: 629px;
  width: 100%;
  margin: 0 auto;
}
.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: block;
}
.block.newsletter input {
  padding-right: 53px;
}
.block.newsletter .content {
  margin-top: 30px;
  position: relative;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6e81;
  border-radius: 0px 5px 5px 0px;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.block.newsletter .action.subscribe > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block.newsletter .action.subscribe:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  content: "\e91d";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .action.subscribe:hover:before {
  color: #ffffff;
}
.block.newsletter .action.subscribe:active:before {
  color: inherit;
}
.block.newsletter .action.subscribe:focus,
.block.newsletter .action.subscribe:active {
  background: none;
  border: none;
}
.block.newsletter .action.subscribe:hover {
  background: none;
  border: none;
}
.block.newsletter .action.subscribe.disabled,
.block.newsletter .action.subscribe[disabled],
fieldset[disabled] .block.newsletter .action.subscribe {
  pointer-events: none;
  opacity: 0.5;
}
.block.newsletter .action.subscribe:hover {
  background: #3d3d3c;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: transparent;
  border: 1px solid #707070;
  display: block;
  font-weight: 500;
  padding: 0 20px;
}
.order-links .item a {
  background: transparent;
  color: #000000;
  border: 1px solid #707070;
  display: block;
  font-weight: 500;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: transparent;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #707070;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #707070;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #707070;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #707070;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #3d3d3c;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: "\e912";
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #707070;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.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: 16px;
  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: false;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 14px;
  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 #ff6e81;
  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 #ff314c;
}
.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/Willow/willow/en_GB/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: #f1faff;
  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: #ff6e81;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff6e81;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
*,
*::before,
*::after {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}
body {
  background-color: #ffffff;
}
p {
  margin-bottom: 0;
}
p + p {
  margin-top: 10px;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + .h1,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6 {
  margin-top: 15px;
}
p + ul {
  margin-top: 15px;
}
p:empty {
  display: none;
}
ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + .h1,
ul + .h2,
ul + .h3,
ul + .h4,
ul + .h5,
ul + .h6 {
  margin-top: 20px;
}
ul.inside-list {
  list-style: disc;
  list-style-position: outside;
  padding-left: 25px;
}
ul.inside-list li {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.block-space {
  margin-top: 80px;
}
.list-inside li {
  padding-left: 21px;
  position: relative;
  margin-bottom: 0;
}
.list-inside li::before {
  content: ' ';
  background: #ff6e81;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
}
.list-inside li + li {
  margin-top: 10px;
}
.page-header {
  border-bottom: 1px solid #707070;
  margin-bottom: 0;
}
.page-header .panel.wrapper {
  background-color: #ff6e81;
  color: #ffffff;
}
.header.panel {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: 20px 1fr 20px;
  -moz-grid-template-columns: 20px 1fr 20px;
  -ms-grid-template-columns: 20px 1fr 20px;
  grid-template-columns: 20px 1fr 20px;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.header.panel a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel a:hover {
  color: #3d3d3c;
  text-decoration: underline;
}
.header.panel a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel a:hover::before {
  color: #3d3d3c;
}
.header.panel .panel-phone {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header.panel .panel-phone a {
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header.panel .panel-phone a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  content: "\e91e";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header.panel .panel-phone a:active:before {
  color: #ffffff;
}
.header.panel .panel-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
.header.panel .panel-email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.header.panel .panel-email a {
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header.panel .panel-email a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  content: "\e91d";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header.panel .panel-email a:active:before {
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 16px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 15px;
  margin-bottom: 15px;
}
.header.content .header-con-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: initial;
  -ms-align-items: initial;
  align-items: initial;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -webkit-align-content: initial;
  -moz-align-content: initial;
  -ms-align-content: initial;
  align-content: initial;
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
  -webkit-gap: 20px 0;
  -moz-gap: 20px 0;
  -ms-gap: 20px 0;
  gap: 20px 0;
  width: 100%;
  padding-inline: 0;
}
.header-logo,
.header-search,
.header-utilities {
  flex: 0 0 auto;
}
.header-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.header-logo > a {
  margin-bottom: 0;
}
.header-logo img {
  max-height: 105px;
}
.header-search {
  width: 100%;
}
.header-utilities {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  flex: 0 0 auto;
}
.header-utilities .toggle-menu {
  position: relative;
}
.header-search-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.header-search-wrapper .header-search-toggle {
  display: inline-block;
  text-decoration: none;
}
.header-search-wrapper .header-search-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-search-wrapper .header-search-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #3d3d3c;
  content: "\e901";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-search-wrapper .header-search-toggle:hover:before {
  color: #ff6e81;
}
.header-search-wrapper .header-search-toggle:active:before {
  color: #ff6e81;
}
.header-search-wrapper .header-search-toggle::before {
  margin: 0 auto;
  width: 25px;
}
.header-account-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
.header-account-wrapper .header-account-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.header-account-wrapper .header-account-toggle:hover span {
  color: #ff6e81;
}
.header-account-wrapper .header-account-toggle span {
  display: inline-block;
  text-decoration: none;
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  font-size: 0rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-account-wrapper .header-account-toggle span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: normal;
  color: #3d3d3c;
  content: "\e902";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-account-wrapper .header-account-toggle span:hover:before {
  color: #ff6e81;
}
.header-account-wrapper .header-account-toggle span:active:before {
  color: inherit;
}
.header-account-wrapper .header-account-toggle span::before {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.header-account-wrapper .links {
  list-style: none;
  padding: 12px;
  width: 163px;
  display: none;
  position: absolute;
  right: auto;
  left: 50%;
  bottom: calc(100% + 5px);
  background: #f5f5f5;
  border-bottom: 4px solid #3d3d3c;
  padding: 0 0;
  margin: 0 0;
  box-shadow: none;
  transform: translateX(-50%);
  z-index: 9;
}
.header-account-wrapper .links li {
  margin: 0 0;
}
.header-account-wrapper .links li + li {
  border-top: 1px solid #707070;
}
.header-account-wrapper .links li a {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  font-size: 1.4rem;
  color: #3d3d3c;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.header-account-wrapper .links li a:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.header-account-wrapper .links li a:hover {
  color: #ff6e81;
  text-decoration: none;
}
.header-account-wrapper .links li a:active {
  color: #ff6e81;
  text-decoration: none;
}
.header-account-wrapper .links li a:hover {
  padding-left: 20px;
}
.header-account-wrapper .links.active {
  display: block;
}
.header-wishlist-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
.header-wishlist-wrapper .customer-wishlist {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.header-wishlist-wrapper .customer-wishlist:hover {
  color: #ff6e81;
}
.header-wishlist-wrapper .customer-wishlist .wishlist-text {
  display: inline-block;
  text-decoration: none;
  color: #3d3d3c;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  font-size: 0rem;
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 0;
  -moz-gap: 0;
  -ms-gap: 0;
  gap: 0;
}
.header-wishlist-wrapper .customer-wishlist .wishlist-text > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-wishlist-wrapper .customer-wishlist .wishlist-text:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: normal;
  color: #3d3d3c;
  content: "\e905";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-wishlist-wrapper .customer-wishlist .wishlist-text:hover:before {
  color: #ff6e81;
}
.header-wishlist-wrapper .customer-wishlist .wishlist-text:active:before {
  color: inherit;
}
.header-wishlist-wrapper .customer-wishlist .wishlist-text::before {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.header-wishlist-wrapper .customer-wishlist .counter.qty {
  background: #ff6e81;
  font-size: 0.8rem;
  color: #ffffff;
  height: 15px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 15px;
  overflow: hidden;
  padding: 2px 2px;
  text-align: center;
  white-space: normal;
  position: absolute;
  bottom: -6px;
  right: -7px;
}
.header-navigation {
  border-top: 1px solid #e3e3e3;
}
.header-navigation .container {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.logo {
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #3d3d3c;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #ff6e81;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #3d3d3c;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff6e81;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #ff6e81;
}
.message.global.demo a:hover {
  color: #3d3d3c;
}
.message.global.demo a:active {
  color: #ff6e81;
}
.page-footer {
  background: #f2eaea;
  border-top: 1px solid #ff6e81;
  color: #000000;
  padding-top: 45px;
  padding-bottom: 32px;
  margin-top: 25px;
}
.page-footer a {
  color: #000000;
  text-decoration: none;
}
.page-footer a:visited {
  color: #000000;
  text-decoration: none;
}
.page-footer a:hover {
  color: #ed7d82;
  text-decoration: none;
}
.page-footer a:active {
  color: #ed7d82;
  text-decoration: none;
}
.footer.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
.footer.content .footer-info,
.footer.content .footer-block-column {
  flex: 0 0 auto;
}
.footer.content .links > li {
  background: #f2eaea;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #b0b0af;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: none;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: none;
}
.footer-info .info-content {
  font-size: 1.8rem;
}
.footer-block-column .block-title {
  color: #000000;
  font-family: 'Gelasio';
  font-style: normal;
  font-weight: 700;
  line-height: 1.543;
  font-size: 2rem;
  margin-bottom: 10px;
}
.footer-block-column .block-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.footer-block-column .block-content ul {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  -webkit-gap: 8px;
  -moz-gap: 8px;
  -ms-gap: 8px;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.footer-block-column .block-content ul li {
  margin: 0;
}
.footer-block-column.footer-contact .block-content ul {
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
}
.footer-bottom {
  border-top: 1px solid #5a5a5a;
  padding-top: 20px;
  margin-top: 30px;
}
.footer-bottom .container {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
.contact-list-info ul {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.contact-list-info ul li {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-grid-template-columns: 32px 1fr;
  -moz-grid-template-columns: 32px 1fr;
  -ms-grid-template-columns: 32px 1fr;
  grid-template-columns: 32px 1fr;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  margin: 0;
}
.contact-list-info ul li i {
  border: 1px solid #ed7d82;
  border-radius: 100%;
  font-size: 1.6rem;
  color: #ed7d82;
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.contact-list-info ul li a {
  color: #000000;
  text-decoration: none;
}
.contact-list-info ul li a:visited {
  color: #000000;
  text-decoration: none;
}
.contact-list-info ul li a:hover {
  color: #ed7d82;
  text-decoration: none;
}
.contact-list-info ul li a:active {
  color: #ed7d82;
  text-decoration: none;
}
.copyright {
  background-color: transparent;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.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: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  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: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e912";
  font-family: 'icomoon';
  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 {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.page-title-breadcrumb {
  background: #f1faff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.page-title-breadcrumb .container {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
}
.page-title-breadcrumb .page-title {
  font-size: 4.2rem;
  margin-bottom: 0;
}
.page-title-breadcrumb .breadcrumbs .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.page-title-breadcrumb .breadcrumbs .items .item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.catalog-product-view .page-title-breadcrumb {
  padding-top: 27px;
  padding-bottom: 27px;
}
.catalog-product-view .page-title-breadcrumb .breadcrumbs .items {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.social-lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
}
.social-lists a {
  color: #ffffff;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #ed7d82;
  border-radius: 100%;
  font-size: 1.4rem;
}
.social-lists a:visited {
  color: #ffffff;
  text-decoration: none;
}
.social-lists a:hover {
  color: #ffffff;
  text-decoration: none;
}
.social-lists a:active {
  color: #ffffff;
  text-decoration: none;
}
.social-lists a:hover {
  background: #000000;
}
.payment_method ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.payment_method ul li {
  background: #ffffff;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
  flex: 0 0 auto;
  width: 45px;
  height: 24px;
  margin-bottom: 0;
  padding: 5px;
}
.header-menu-list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 20px 28px;
  -moz-gap: 20px 28px;
  -ms-gap: 20px 28px;
  gap: 20px 28px;
}
.header-menu-list ul li {
  margin: 0;
}
.header-menu-list a {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  font-size: 1.6rem;
  color: #3d3d3c;
  text-decoration: none;
}
.header-menu-list a:visited {
  color: #3d3d3c;
  text-decoration: none;
}
.header-menu-list a:hover {
  color: #ff6e81;
  text-decoration: none;
}
.header-menu-list a:active {
  color: #ff6e81;
  text-decoration: none;
}
.ammenu-header-container .header-mega-menu {
  position: relative;
}
.ammenu-header-container .ammenu-button.-hamburger {
  display: inline-block;
  text-decoration: none;
  background: #ff6e81;
  border-radius: 5px;
  border: none;
  text-align: center;
  box-shadow: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 0;
  -moz-gap: 0;
  -ms-gap: 0;
  gap: 0;
  font-size: 0rem;
  color: #ffffff;
  font-weight: 400;
  line-height: inherit;
  min-width: 55px;
  width: auto;
  height: 55px;
  padding: 5px 15px;
  margin: 0 0;
}
.ammenu-header-container .ammenu-button.-hamburger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: 20px;
  color: #ffffff;
  content: "\e900";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ammenu-header-container .ammenu-button.-hamburger:hover:before {
  color: #ffffff;
}
.ammenu-header-container .ammenu-button.-hamburger:active:before {
  color: #ffffff;
}
.ammenu-header-container .ammenu-button.-hamburger::before {
  border: none;
  width: 24px;
  height: 20px;
}
.ammenu-header-container .ammenu-menu-wrapper {
  margin: 0 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections .ammenu-menu-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections .ammenu-tabs-list {
  border-bottom: 1px solid #707070;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections .ammenu-tabs-list .ammenu-button {
  border-radius: 0;
  padding: 10px 10px;
  height: 50px;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections .ammenu-tabs-list .ammenu-button.-active {
  background: #ff6e81;
  color: #ffffff;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar {
  max-width: 300px;
  padding-bottom: 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root {
  padding: 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 1.4rem;
  padding: 15px 15px;
  padding-right: 40px;
  min-height: auto;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-active {
  background: #ff6e81;
  color: #ffffff;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link.-active > .ammenu-icon-block.-toggle {
  color: #ffffff !important;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  font-weight: 500;
  padding: 0 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  top: 6px;
  right: 10px;
  height: 40px;
  width: 20px;
  min-width: auto;
  margin: 0 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block svg {
  width: 14px;
  height: 14px;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-link {
  margin: 0 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block h4 {
  font-size: 2rem;
  color: #ff6e81;
  margin-bottom: 10px;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block ul {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  -webkit-gap: 8px;
  -moz-gap: 8px;
  -ms-gap: 8px;
  gap: 8px;
  width: 100%;
  padding: 0;
  list-style: none;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block ul li {
  margin: 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block ul li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3d3d3c !important;
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  -webkit-grid-template-columns: 1fr;
  -moz-grid-template-columns: 1fr;
  -ms-grid-template-columns: 1fr;
  grid-template-columns: 1fr;
  text-decoration: none;
  transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block ul li a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px;
  color: #3d3d3c;
  content: "\e915";
  font-family: 'icomoon';
  margin: 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block ul li a:hover:before {
  color: #3d3d3c;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block ul li a:active:before {
  color: #3d3d3c;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block ul li a:before {
  display: none;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block ul li a:hover {
  color: #ff6e81 !important;
  padding-left: 6px;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-sidebar .ammenu-submenu-block ul li a:hover::before {
  color: #ff6e81;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content {
  margin: 0 15px;
  padding: 15px 0;
  max-width: calc(100% - (15px * 2));
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content > ul > li + li {
  margin-top: 20px;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul {
  list-style: none;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul li {
  margin-bottom: 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul h4 {
  font-size: 1.6rem;
  color: #ff6e81;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul ul {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  -webkit-gap: 8px;
  -moz-gap: 8px;
  -ms-gap: 8px;
  gap: 8px;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul ul li a {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4rem;
  color: #333333;
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  -webkit-grid-template-columns: 20px 1fr;
  -moz-grid-template-columns: 20px 1fr;
  -ms-grid-template-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul ul li a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  content: "\e915";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul ul li a:hover:before {
  color: #333333;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul ul li a:active:before {
  color: #333333;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-full {
    min-width: 83vw;
  }
  .header-menu-list a {
    font-size: 1.2rem;
  }
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: "\e906";
}
.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 #707070;
}
.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 #707070;
}
.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 #707070;
}
.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;
}
.link.wishlist .counter {
  color: #878785;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #3d3d3c;
  content: '\e601';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #3d3d3c;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #3d3d3c;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: "\e925";
}
.wishlist-index-index .actions-toolbar {
  margin-top: 30px;
}
.wishlist-index-index .actions-toolbar .primary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  justify-content: center;
}
.wishlist-index-index .actions-toolbar .primary .action {
  margin: 0 0;
}
.wishlist-index-index .actions-toolbar .action.update {
  background: linear-gradient(to right, #ff6e81 50%, #169191 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 204px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.wishlist-index-index .actions-toolbar .action.update:hover {
  background-position: left bottom;
  color: #ffffff;
}
.wishlist-index-index .actions-toolbar .action.share {
  background: linear-gradient(to right, #ff6e81 50%, #3d3d3c 50%) repeat scroll right bottom / 205% 100% transparent;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  text-transform: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 10px 20px 9px;
  text-decoration: none;
  cursor: pointer;
  min-width: 204px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.wishlist-index-index .actions-toolbar .action.share:hover {
  background-position: left bottom;
  color: #ffffff;
}
.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;
}
.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: 'icomoon';
  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: #3d3d3c;
  border: 1px solid #3d3d3c;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.6rem;
  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: #3d3d3c;
  border: 1px solid #3d3d3c;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #3d3d3c;
  border: 1px solid #3d3d3c;
  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;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'icomoon';
  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: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'icomoon';
  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-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Noto Sans';
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
@media only screen and (max-width: 1399px), print {
  .product-info-elements {
    flex-wrap: wrap;
  }
  .product-info-elements .product-info-media {
    width: 40%;
  }
  .product-info-elements .product-info-content {
    width: 53%;
  }
  .product-info-elements .product-info-content .table.grouped .product-item-name {
    font-size: 1.4rem;
  }
  .product-info-elements .product-info-content .table.grouped .col.item {
    width: 40%;
  }
  .cart.table-wrapper .cart thead tr th.col.item {
    Width: 50%;
  }
  .cart.table-wrapper .cart thead tr th.col.qty {
    text-align: center;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1199px), print {
  .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: "\e913";
    font-family: 'icomoon';
    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: "\e912";
  }
  .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: "\e913";
    font-family: 'icomoon';
    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: "\e912";
  }
  .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: #000000;
    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:before {
    content: "\e90b";
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: calc(100% - 58px);
    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: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
    display: none;
  }
  .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: transparent;
    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: #000000;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.4rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 500;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #ff6e81;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    background: #ff6e81;
    border-color: #ff6e81;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
    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) {
    background: #ff6e81;
    border-color: #ff6e81;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
  }
  .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: #ff6e81;
  }
  .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: #ff6e81;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff6e81;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search {
    display: block;
    margin-top: 5px;
  }
  .ub-nav-sticky.sticky-fired .header.content .block-search .control {
    border-top: 0;
  }
  #html-body .child-content-inner li.mega .pagebuilder-column-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #html-body .child-content-inner li.mega .pagebuilder-column-group .pagebuilder-column {
    width: 100%;
    padding: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  body {
    padding-bottom: 58px;
  }
  .header.panel .panel-phone a,
  .header.panel .panel-email a {
    font-size: 0rem;
  }
  .header.panel .panel-message {
    font-size: 1.2rem;
  }
  .header-utilities {
    background-color: #ffffff;
    border-top: 1px solid #ff6e81;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-gap: 0;
    -moz-gap: 0;
    -ms-gap: 0;
    gap: 0;
    width: 100%;
    height: 58px;
    z-index: 9;
  }
  .header-utilities > * {
    padding: 15px 10px;
    width: calc(100% / 4);
    height: 58px;
    border-right: 1px solid #ff6e81;
  }
  .header-menu-list {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ammenu-header-container .header-mega-menu {
    position: fixed;
    width: 25%;
    bottom: 0;
    right: 0;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    z-index: 9;
  }
  .ammenu-header-container .ammenu-button.-hamburger {
    background: transparent;
    min-width: auto;
    height: auto;
    padding: 0 0;
  }
  .ammenu-header-container .ammenu-button.-hamburger::before {
    color: #3d3d3c;
  }
  .footer-info {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .footer-info > * {
    max-width: 450px;
    margin: 0 auto;
  }
  .footer-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px), print {
  .products-grid .product-item-name {
    font-size: 1.4rem;
    min-height: 58px;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .product-info-elements {
    flex-wrap: wrap;
  }
  .product-info-elements .product-info-media,
  .product-info-elements .product-info-content {
    width: 100%;
  }
  .product-info-elements .product-info-main .page-title-wrapper .page-title {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  .product-info-elements .product-info-main .product-info-price .price-box {
    padding-left: 0;
  }
  .product-info-elements .product-info-main .table.grouped .product-item-name {
    font-size: 12px;
    display: block;
  }
  .box-tocart .actions {
    text-align: center;
  }
  .product-social-links .product-addto-links {
    flex-direction: column;
  }
  .product-social-links .product-addto-links .action.towishlist,
  .product-social-links .product-addto-links .action.tocompare {
    min-width: auto;
    width: 100%;
    max-width: 257px;
  }
  .product.attribute.overview {
    text-align: center;
  }
  .catalog-product-view .page-title-breadcrumb {
    display: none;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .element-heading-title {
    font-size: 2.6rem;
  }
  .shop-by-categories .shop-categories-items .pagebuilder-column-line {
    -webkit-grid-template-columns: repeat(3, 1fr);
    -moz-grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
  .shop-by-categories .shop-categories-items .pagebuilder-button-link {
    font-size: 1.6rem;
  }
  .selling-product-items .block-products-list {
    padding: 20px;
  }
  .product-categories-items > .pagebuilder-column-line {
    grid-template-columns: repeat(1fr, 1fr);
  }
  .product-categories-items .category-product-action .pagebuilder-button-link {
    font-size: 2rem;
  }
  .best-selling-products {
    background: linear-gradient(to bottom, #ffffff 20%, #e1cfcf 80%);
    padding-bottom: 40px;
  }
  .about-content-element .about-wrapper > .pagebuilder-column-line {
    gap: 0;
    grid-template-columns: 1fr 1fr;
  }
  .about-content-element .about-widget-img .img-wrap-center {
    max-width: 100%;
  }
  .about-content-element .about-widget-img .img-wrap-top {
    right: 0px;
    top: 10px;
  }
  .about-content-element .about-widget-img .img-wrap-bottom {
    right: 0;
    bottom: -120px;
  }
  .about-content-element .pagebuilder-column.about-widget-content {
    padding: 0 10px;
  }
  .about-content-element .pagebuilder-column .element-heading-title {
    font-size: 2rem;
  }
  .new-trending-element::before {
    left: -154px;
    width: 263px;
    height: 210px;
  }
  .pagebuilder-column-group.fabric-content-element.block-space {
    margin-top: 0;
  }
  .blog-items-wrapper .post-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-items-wrapper .post-list picture {
    width: 100%;
  }
  .footer-newsletter .block-space {
    margin-top: 20px;
  }
  .footer-newsletter .block.newsletter {
    padding: 0 15px;
  }
  .pagebuilder-column .fabric-con-info {
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group.fabric-content-element.block-space {
    margin-top: 40px;
  }
  .trending-product-items {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@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 {
    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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-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: 'icomoon';
    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 #707070;
    border-top: 1px solid #707070;
    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: "\e913";
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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: "\e912";
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .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;
  }
  .product.data.items > .item.title > .switch {
    border-top: 1px solid #e3e3e3;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.6rem;
    color: #3d3d3c;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #3d3d3c;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #3d3d3c;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #3d3d3c;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .product.data.items > .item.content {
    background: transparent;
    margin: 0;
    padding: 10px 10px 30px;
  }
  .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: 16px;
    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;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../../frontend/Willow/willow/en_GB/Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../../frontend/Willow/willow/en_GB/Amasty_Scroll/images/chevron.svg');
  }
  .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;
  }
  .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: #3d3d3c 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: #3d3d3c;
  }
  .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: #3d3d3c;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .ub-sidebar-mega-menu .drilldown-root li.mega > .mega.has-child span.menu-title:after {
    right: 0;
  }
  .ub-sidebar-mega-menu .accordion-root > li.mega.has-child > .mega span.menu-title:after {
    right: 0;
  }
  .page-footer .level0 > li.mega {
    width: 100%;
    border-bottom: 0;
  }
  .page-footer .level0 > li.mega.dynamic-width {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-footer .level0 > li.mega .mega-col {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .page-footer .level0 > li.mega .menu-group-link {
    display: none;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #3d3d3c;
    content: '\e62a';
    font-family: 'icomoon';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #3d3d3c;
  }
  .cart .action-gift:active:after {
    color: #3d3d3c;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #3d3d3c;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #3d3d3c;
    content: '\e62b';
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #3d3d3c;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #3d3d3c;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .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 .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #707070;
    background: #f1faff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #3d3d3c;
    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;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .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-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: none;
    padding: 0 15px;
  }
  .cart.table-wrapper {
    border-top: 1px solid #707070;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper: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;
  }
  .block-minicart .minicart-actions {
    grid-template-columns: 1fr;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .opc-block-summary {
    padding: 15px 15px;
  }
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
  .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;
  }
  .conversion-chart-items ul .chart-actions {
    max-width: 169px;
  }
  .conversion-chart-items ul .chart-actions .action.primary,
  .conversion-chart-items ul .chart-actions .amshopby-button,
  .conversion-chart-items ul .chart-actions .am-filter-go {
    min-width: 170px;
    text-align: center;
  }
  .page-wrapper h1 {
    font-size: 2.6rem;
  }
  .page-wrapper table thead tr td,
  .page-wrapper table tbody tr td,
  .page-wrapper table thead tr th,
  .page-wrapper table tbody tr th {
    padding: 11px 0px;
  }
  .page-title-breadcrumb .page-title {
    font-size: 3.2rem;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #707070;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #878785;
    content: '\e616';
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #707070;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: "\e913";
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #878785;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: "\e912";
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .title.block-collapsible-nav-title:after {
    font-size: 18px;
    top: 10px;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #707070;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #1a1a1a;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: transparent;
  }
  .footer-bottom {
    padding-bottom: 0;
  }
  .footer.content .switcher-store {
    background: #f2eaea;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .footer.content .switcher-store .switcher-options .switcher-trigger,
  .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 15px;
  }
  .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .footer-block-column {
    border-top: 1px solid #707070;
    padding: 25px 0 0;
  }
  .footer-block-column .block-title {
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -ms-gap: 10px;
    gap: 10px;
  }
  .footer-block-column .block-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #3d3d3c;
    content: "\e909";
    font-family: 'icomoon';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .footer-block-column .block-title:hover:after {
    color: #ff6e81;
  }
  .footer-block-column .block-title:active:after {
    color: #ff6e81;
  }
  .footer-block-column .block-title::after {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .footer-block-column .block-title.active + .block-content {
    margin-top: 12px;
  }
  .footer-block-column .block-title.active::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
  .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: 100%;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .wishlist-toolbar .pager {
    display: flex;
    justify-content: space-between;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #3d3d3c;
    content: '\e600';
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #3d3d3c;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #3d3d3c;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 575px), print {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .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,
  .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,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #707070;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .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%;
  }
  .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,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    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 10px;
  }
  .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: #1a1a1a;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr > th {
    background-color: transparent;
  }
  .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;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .mgk-adcpopup-block .adcpopup-summary {
    display: none;
  }
  .mgk-adcpopup-block .adcpopup-category .product-item {
    width: 49.335%;
    margin: 1.33% 1.33% 0 0;
  }
  .mgk-adcpopup-block .adcpopup-category .product-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .mgk-adcpopup-block .adcpopup-category .product-item-pricing .buy {
    display: none;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .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: 18px;
    line-height: inherit;
    color: #3d3d3c;
    content: "\e925";
    font-family: 'icomoon';
    margin: -4px 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;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #3d3d3c;
    content: "\e925";
    font-family: 'icomoon';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .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.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .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-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .products-grid .product-item-actions .action span {
    display: none;
  }
  .products-grid .product-item-actions .action:before {
    overflow: visible;
    font-size: 22px;
  }
  .page-title-breadcrumb .breadcrumbs {
    padding: 0;
  }
  .page-title-breadcrumb .breadcrumbs a,
  .page-title-breadcrumb .breadcrumbs strong {
    font-size: 13px;
  }
  .page-title-breadcrumb .breadcrumbs .item:not(:last-child):after {
    padding-top: 3px;
    margin: 0 5px;
  }
  .page-products .toolbar .limiter {
    display: inline-block;
  }
  .page-products .toolbar .limiter span.limiter-text {
    display: none;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 0 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .product-info-main .product-add-form .table-wrapper.grouped {
    margin: 0;
  }
  .product-info-main .product-add-form .table-wrapper.grouped table#super-product-table {
    border: 1px solid #ddd;
  }
  .product-info-main .product-add-form .table-wrapper.grouped table#super-product-table tbody tr {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .product-info-main .product-add-form .table-wrapper.grouped table#super-product-table tbody tr td {
    width: 33.33%;
  }
  .product-info-main .product-add-form .table-wrapper.grouped table#super-product-table tbody tr td:last-child {
    padding-bottom: 0;
  }
  .product-info-main .product-add-form .table-wrapper.grouped table#super-product-table tbody tr td.col.item {
    width: 100%;
  }
  .product-info-main .product-add-form .table-wrapper.grouped table#super-product-table tbody tr td strong.product-item-sku,
  .product-info-main .product-add-form .table-wrapper.grouped table#super-product-table tbody tr td .stock.unavailable {
    font-size: 12px;
    display: block;
    width: 100%;
  }
  .product-info-main .product-add-form .table-wrapper.grouped table#super-product-table tbody tr td .control.qty {
    margin-top: 6px;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .cart .table.items .product-item-details {
    padding: 0;
  }
  .cart .table.items .col.qty .qty-wrapper button {
    padding: 7px 10px;
  }
  .cart .table.items .col.qty .qty-wrapper .input-text {
    width: 30px;
  }
  .cart .table.items td.col.subtotal {
    text-align: right;
  }
  body.checkout-index-index {
    padding: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper #checkout-step-shipping_method .methods-shipping {
    padding: 0;
  }
  .block-customer-login input {
    background: #ffffff;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    justify-content: flex-end;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: transparent;
    margin: 0 0;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #707070;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #3d3d3c;
    content: '\e601';
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #3d3d3c;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #3d3d3c;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .shop-by-categories .shop-categories-items .pagebuilder-column-line {
    -webkit-grid-template-columns: repeat(2, 1fr);
    -moz-grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .product-categories-items > .pagebuilder-column-line {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-content-element .about-wrapper > .pagebuilder-column-line {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .about-content-element .pagebuilder-column.about-widget-content {
    padding-top: 140px;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #707070;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #707070;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #ff6e81;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child,
  .products-grid.wishlist .product-item:second-child {
    border-top: 1px solid #ff6e81;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px), print {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .mgk-adcpopup-block .adcpopup-content .content-cart .product-item-photo {
    float: none;
    width: 100%;
  }
  .mgk-adcpopup-block .adcpopup-content .content-cart .product-item-details {
    float: none;
    width: 100%;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 480px), print {
  .products-grid .product-items {
    -webkit-grid-template-columns: repeat(2, 1fr);
    -moz-grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .service-box-wrapper .service-box-item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media all and (min-width: 576px), print {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .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,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .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;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .mgk-adcpopup-block .adcpopup-summary {
    display: none;
  }
  .mgk-adcpopup-block .adcpopup-category .product-item {
    width: 49.335%;
    margin: 1.33% 1.33% 0 0;
  }
  .mgk-adcpopup-block .adcpopup-category .product-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .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.543;
    margin: 0;
    padding: 0;
    color: #ff6e81;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #ff6e81;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #3d3d3c;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff6e81;
    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: #ff6e81;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .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;
  }
  .products-grid .product-items {
    -webkit-grid-template-columns: repeat(3, 1fr);
    -moz-grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
  .page-products .products-grid .product-item-inner:before {
    background: transparent;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-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;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .service-box-wrapper .service-box-item {
    -webkit-grid-template-columns: 83px 1fr;
    -moz-grid-template-columns: 83px 1fr;
    -ms-grid-template-columns: 83px 1fr;
    grid-template-columns: 83px 1fr;
    text-align: left;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .header-logo {
    width: 164px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .header-search {
    width: calc(100% - 164px);
    padding-left: 70px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.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%}/**
 * 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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');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}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 0;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}
*/

.mfp-preloader {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  z-index: 99999;
}

.mfp-preloader:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #ff6e81;
  opacity: 0.9;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: 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;

    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
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Willow/willow/en_GB/Lof_AddMultipleProducts/images/slick.eot');
    src: url('../../frontend/Willow/willow/en_GB/Lof_AddMultipleProducts/images/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Willow/willow/en_GB/Lof_AddMultipleProducts/images/slick.woff') format('woff'), url('../../frontend/Willow/willow/en_GB/Lof_AddMultipleProducts/images/slick.ttf') format('truetype'), url('../../frontend/Willow/willow/en_GB/Lof_AddMultipleProducts/images/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    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
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
#lof_multiple_products_cart_popup {
    display: none;
    width: auto;
    top: 25%;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
}
.lof-popup-action {
    margin: 10px 0;
}
#lof_multiple_products_cart_popup .btn-viewcart {
    width: 50%;
    float: left;
    color: #fff;
    text-align: right;
}
#lof_multiple_products_cart_popup .btn-viewcart .viewcart {
    background: #1979c3;
    box-shadow: none;
    border: none;
    color: #fff;
}
#lof_multiple_products_cart_popup .btn-viewcart .viewcart:hover {
    background: #006bb4;
}
#lof_multiple_products_cart_popup .btn-continue {
    width: 50%;
    float: left;
    color: #fff;
    text-align: left;
}
#lof_multiple_products_cart_popup .btn-continue .continue {
    background: #1979c3;
    box-shadow: none;
    border: none;
    color: #fff;
}
#lof_multiple_products_cart_popup .btn-continue .continue:hover {
    background: #006bb4;
}
#lof_multiple_products_cart_popup {
    height: auto !important;
    max-height: 500px;
}
.lof_add_multi_prod_to_cart {
    z-index: 99;
}
.full-width {
    width: 100% !important;
}
p.messages-error {
    font-weight: 600;
    text-align: left;
    padding-top: 10px;
    color: #e02b27;
}
.remove-er-pu {
    float: right;
    background: url(../../frontend/Willow/willow/en_GB/Lof_AddMultipleProducts/images/remove-icon.png);
    background-size: 80%;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 100px;
}
.prepare-info {
    float: left;
    width: 50%;
    min-width: 200px;
    padding-left: 30px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}
.prepare-item-content {
    position: relative;
}
.prepare-item-image {
    float: left;
    width: 20%;
    min-width: 100px;
}

.prepare-item {
    padding: 5px;
    border-bottom: 1px solid #c1c1c1;
}

.prepare-item:last-child {
    border-bottom: 1px solid #c1c1c1;
}
.product-qty-er {
    display: block;
    padding: 5px 0;
    height: 35px;
}
.product-qty-er span {
    display: block;
    width: 35px;
    float: left;
    line-height: 32px;
}
.product-qty-er input {
    display: block;
    width: 45px !important;
}

button#product-addtocart-button-er-pu {
    display: block;
    margin: 15px 0px;
}

.popup .header {
    margin-bottom: 15px;
}


.cart-info{
    padding: 10px;
}


input.product-select {
    margin-right: 5px !important;
}
input.qty-m-c {
    width: 45px;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.lof-addmultipleproducts-select-bar span.total_qty {
    font-size: 11px;
    display: inline-block;
}
.lof-addmultipleproducts-select-bar span.total_products {
    font-size: 11px;
    display: inline-block;
}
.products-list input.qty-m-c {
    width: 45px;
    height: 35px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.product-item:hover {
    z-index: 5;
}
.lof-item-selected-sticky {
    background: url('../../frontend/Willow/willow/en_GB/Lof_AddMultipleProducts/images/checked.png');
    display: block;
    height: 30px;
    width: 30px;
    z-index: 4;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 5px;
}
.list .lof-item-selected-sticky {
    left: 15px;
}
@media only screen and (max-width: 767px) {
    #lof_multiple_products_cart_popup .fieldset >.field .note {
        font-size: 10px;
    }
    #lof_multiple_products_cart_popup .fieldset >.fields >.field .note {
        font-size: 10px;
    }
    #lof_multiple_products_cart_popup input[type="text"] {
        width: auto;
    }
    #lof_multiple_products_cart_popup select {
        width: auto;
    }
    .remove-er-pu {
        top: 0;
    }
}

.modal-popup .modal-inner-wrap{
    width: 620px;
}

.product-image-popup{
    padding-top: 50%;
}

.lof-addmultipleproducts-select-bar {
    margin: 15px 0;
}

.lof-addmultipleproducts-select-bar .lof-select-all {
    margin-right: 15px;
    cursor: pointer;
}

.slick-prev:before, .slick-next:before {
    font-size: 24px;
    color: #c1c1c1;
}

.slick-prev, .slick-next {
    width: 24px;
    height: 24px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    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 Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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/Willow/willow/en_GB/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes 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 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)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{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 fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * 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_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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 {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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/Willow/willow/en_GB/Storecarousel_OwlCarousel/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../../frontend/Willow/willow/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/Willow/willow/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/Willow/willow/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../frontend/Willow/willow/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}
.blog-page-list .blog-top-image {padding-bottom: 20px}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 600;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Willow/willow/en_GB/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-index-index .index-description,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Willow/willow/en_GB/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Willow/willow/en_GB/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Willow/willow/en_GB/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Willow/willow/en_GB/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Willow/willow/en_GB/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Willow/willow/en_GB/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/Willow/willow/en_GB/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
@media (max-width: 1024px) {
    .post-list.modern .post-info .post-read-more {display: none;}
}
@media (max-width: 639px) {
    .post-list.modern .post-container {flex-direction: column;}
    .post-list.modern .post-image {flex: 0 0 100%;width: 100%;}
    .post-list.modern .post-info {flex: 0 0 100%;max-width: 100%;width: 100%;padding: 25px 0 0;}
    /*.post-list.modern .post-description {display: none;}*/
}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Willow/willow/en_GB/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
.blog-post-pdf {
    display: flex;
    align-items: center;
    gap: 10px;
}