body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 22px;
  margin-top: 22px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.9rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #999999;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #999999;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  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 #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  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: transparent;
  border: 1px solid #ffffff;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #0000c8;
  border: 1px solid #ffffff;
  color: #333333;
}
button:hover {
  background: #0000c8;
  border: 1px solid #ffffff;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #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: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #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;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00a7e1;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.naked-input {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: none;
}
.naked-input::selection {
  background: transparent;
}
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 0.25 !important;
  grid-row: 0.25 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 1;
  grid-row: 0.01010101;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 18px;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 0.01010101;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 0.01010101;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}
div:where(.swal2-container).swal2-top-start,
div:where(.swal2-container).swal2-center-start,
div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end,
div:where(.swal2-container).swal2-center-end,
div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup,
div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup,
div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup,
div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup,
div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup,
div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 0.25;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 0.25;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  text-align: center;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
}
div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em 0.3em;
  overflow: auto;
  color: inherit;
  font-size: 18px !important;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: rgba(0, 0, 0, 0);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}
div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
div:where(.swal2-icon).swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
div:where(.swal2-icon).swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
div:where(.swal2-icon).swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
[class^="swal2"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swal2-show {
  animation: swal2-show 0.3s;
}
.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden="true"] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
.swal2-confirm.swal2-styled {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  float: none !important;
  margin-top: 0;
  height: 36px;
  min-width: 156px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #0000C8;
  background: transparent;
  border: 1px solid #0000C8;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  color: #fff;
  background: #0000C8;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .swal2-confirm.swal2-styled {
    min-width: 145px;
    margin-top: 16px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 30px;
  }
}
.swal2-confirm.swal2-styled:hover {
  background: #0000C8;
  border: 1px solid #fff;
  color: #fff;
}
.swal2-confirm.swal2-styled:hover {
  background: transparent;
  border: 1px solid #0000C8;
  color: #0000C8;
}
.swal2-confirm.swal2-styled.sharp {
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.6rem;
  height: 48px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .swal2-confirm.swal2-styled.sharp {
    height: 40px;
    font-size: 1.4rem;
  }
}
/* Document
    ========================================================================== */
/**
    * 1. Correct the line height in all browsers.
    * 2. Prevent adjustments of font size after orientation changes in iOS.
    */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html.rtl {
  direction: rtl;
}
html ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}
html ::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #919090;
}
/* Sections
        ========================================================================== */
/**
    * Remove the margin in all browsers.
    */
body {
  margin: 0;
}
/**
    * Render the `main` element consistently in IE.
    */
main {
  display: block;
}
/**
    * Correct the font size and margin on `h1` elements within `section` and
    * `article` contexts in Chrome, Firefox, and Safari.
    */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
        ========================================================================== */
/**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
        ========================================================================== */
/**
    * Remove the gray background on active links in IE 10.
    */
a {
  background-color: transparent;
}
/**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */
b,
strong {
  font-weight: bolder;
}
/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
    * Add the correct font size in all browsers.
    */
small {
  font-size: 80%;
}
/**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
        ========================================================================== */
/**
    * Remove the border on images inside links in IE 10.
    */
img {
  border-style: none;
}
/* Forms
        ========================================================================== */
/**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
    * Correct the inability to style clickable types in iOS and Safari.
    */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
    * Remove the inner border and padding in Firefox.
    */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
    * Restore the focus styles unset by the previous rule.
    */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
    * Correct the padding in Firefox.
    */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */
progress {
  vertical-align: baseline;
}
/**
    * Remove the default vertical scrollbar in IE 10+.
    */
textarea {
  overflow: auto;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */
input[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
  position: static;
}
/**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
    * Remove the inner padding in Chrome and Safari on macOS.
    */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
        ========================================================================== */
/*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
details {
  display: block;
}
/*
    * Add the correct display in all browsers.
    */
summary {
  display: list-item;
}
/* Misc
        ========================================================================== */
/**
    * Add the correct display in IE 10+.
    */
template {
  display: none;
}
/**
    * Add the correct display in IE 10.
    */
[hidden] {
  display: none;
}
ul {
  list-style: none;
  padding: 0;
  box-sizing: border-box;
}
a,
.alink {
  color: #323232;
  text-decoration: none;
  font-weight: 400;
}
a:hover,
.alink:hover,
a:visited,
.alink:visited,
a:active,
.alink:active,
a:focus,
.alink:focus {
  color: #323232;
  text-decoration: none;
}
.main-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 21px;
    margin-top: 0;
    font-size: 28px;
  }
}
.hidden:not(.shown) {
  display: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
html.rtl select {
  background: #ffffff url('../images/select-bg.svg') no-repeat 0% 45%;
}
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 18px;
}
.action-primary:focus,
.action-primary:active {
  background: #0000be;
  border: 1px solid #0000c8;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #0000c8;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-footer button.action.primary.checkout.sharp {
  background-color: #006E2D;
  border: 1px solid #006E2D;
  color: white;
}
.modal-footer button.action.primary.checkout.sharp:hover {
  background-color: #006E2D;
  border-color: #006E2D;
  color: #fff;
}
.item button.action.primary.checkout.sharp {
  background-color: #006E2D;
  border: 1px solid #006E2D;
  color: white;
}
.item button.action.primary.checkout.sharp:hover {
  background-color: #006E2D;
  border-color: #006E2D;
  color: #fff;
}
@font-face {
  font-family: '3abee En';
  src: url('../fonts/3abee-en-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3abee En';
  src: url('../fonts/3abee-en-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3abee En';
  src: url('../fonts/3abee-en-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3abee En';
  src: url('../fonts/3abee-en-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3abee Ar';
  src: url('../fonts/3abee-ar-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3abee Ar';
  src: url('../fonts/3abee-ar-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3abee Ar';
  src: url('../fonts/3abee-ar-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3abee Ar';
  src: url('../fonts/3abee-ar-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3abee Icons';
  src: url('../fonts/3abee-icons.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html:not(.rtl) ,
html:not(.rtl)  body,
html:not(.rtl)  input,
html:not(.rtl)  select,
html:not(.rtl)  button,
html:not(.rtl)  a,
html:not(.rtl)  ul {
  font-family: "3abee En", sans-serif;
  font-weight: 400;
}
html.rtl ,
html.rtl  body,
html.rtl  input,
html.rtl  select,
html.rtl  button,
html.rtl  a,
html.rtl  ul {
  font-family: "3abee Ar", sans-serif;
  font-weight: 400;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 15px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #999999;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  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 15px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #999999;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  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 15px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #999999;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  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 15px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #999999;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  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 15px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #999999;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  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: #111111;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../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 {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #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: 'luma-icons';
  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: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  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: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  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: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body button.action.primary,
.page-wrapper button.action.primary {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  float: none !important;
  margin-top: 0;
  height: 36px;
  min-width: 156px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #0000C8;
  background: transparent;
  border: 1px solid #0000C8;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  color: #fff;
  background: #0000C8;
}
@media screen and (max-width: 768px) {
  body button.action.primary,
  .page-wrapper button.action.primary {
    min-width: 145px;
    margin-top: 16px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 30px;
  }
}
body button.action.primary:hover,
.page-wrapper button.action.primary:hover {
  background: #0000C8;
  border: 1px solid #fff;
  color: #fff;
}
body button.action.primary:hover,
.page-wrapper button.action.primary:hover {
  background: transparent;
  border: 1px solid #0000C8;
  color: #0000C8;
}
body button.action.primary.sharp,
.page-wrapper button.action.primary.sharp {
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.6rem;
  height: 48px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body button.action.primary.sharp,
  .page-wrapper button.action.primary.sharp {
    height: 40px;
    font-size: 1.4rem;
  }
}
body button.secondary,
.page-wrapper button.secondary,
body button.secondary.action,
.page-wrapper button.secondary.action {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  float: none !important;
  margin-top: 0;
  height: 36px;
  min-width: 156px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #0000C8;
  background: transparent;
  border: 1px solid #0000C8;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  body button.secondary,
  .page-wrapper button.secondary,
  body button.secondary.action,
  .page-wrapper button.secondary.action {
    min-width: 145px;
    margin-top: 16px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 30px;
  }
}
body button.secondary:hover,
.page-wrapper button.secondary:hover,
body button.secondary.action:hover,
.page-wrapper button.secondary.action:hover {
  background: #0000C8;
  border: 1px solid #fff;
  color: #fff;
}
body button.secondary.sharp,
.page-wrapper button.secondary.sharp,
body button.secondary.action.sharp,
.page-wrapper button.secondary.action.sharp {
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.6rem;
  height: 48px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body button.secondary.sharp,
  .page-wrapper button.secondary.sharp,
  body button.secondary.action.sharp,
  .page-wrapper button.secondary.action.sharp {
    height: 40px;
    font-size: 1.4rem;
  }
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  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 #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title 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: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages {
  font-size: 14px;
  line-height: 30px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  font-weight: 400;
}
.pages .item {
  margin: 0 8px 0 0;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #999999;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: none;
}
.pages strong.page {
  background: #e5e5e5;
  border: 1px solid #cccccc;
  color: #ffffff;
  padding: 0 5px;
}
.pages .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #ededed;
  border: 1px solid #000000;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .items {
  display: flex;
}
.pages .item {
  min-width: 30px;
}
.pages .page,
.pages .action.next,
.pages .action.previous {
  display: block;
  text-align: center;
}
.pages a.page,
.pages strong.page {
  border: 1px solid #cccccc;
  background: #ffffff;
}
.pages a.page:visited,
.pages strong.page:visited {
  color: #7d7d7d;
}
.pages a.page:hover,
.pages strong.page:hover {
  color: #7d7d7d;
  background: #ededed;
  border: 1px solid #000000;
}
.pages a.page:active,
.pages strong.page:active {
  color: #7d7d7d;
}
.pages strong.page {
  background: #e5e5e5;
}
.pages .action {
  padding: 0 5px;
  border-radius: 0;
}
.pages .action > .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action > .icon {
  font: 0/0 a;
  display: inline-block;
  vertical-align: middle;
}
.pages .action > .icon svg {
  fill: currentColor;
  width: 21px;
  height: 21px;
}
.products.wrapper ~ .toolbar .pages {
  float: none !important;
  margin: 0 !important;
}
.toolbar-products {
  display: flex;
  flex-direction: row-reverse;
}
.pages .item {
  margin: 0;
}
.pages a.page,
.pages strong.page {
  border: none;
  background: #fff;
}
.toolbar-products {
  border-top: 1px solid #ddd;
  padding: 12px 8px 0;
  margin-top: 36px;
}
.toolbar-products .pages {
  display: flex;
  align-items: center;
}
.toolbar-products .pages .label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
}
.toolbar-products .pages .pages-items {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.toolbar-products .pages .pages-items .item {
  margin: 0 1px;
}
.toolbar-products .pages .pages-items .item a,
.toolbar-products .pages .pages-items .item strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #000;
  text-decoration: none;
}
.toolbar-products .pages .pages-items .item:hover a {
  background-color: #f0f0f0;
}
.toolbar-products .pages .pages-items .item.current strong {
  background-color: #0000C8;
  color: #fff;
  border-color: transparent;
}
.toolbar-products .pages .pages-items .pages-item-next a:hover {
  background-color: transparent;
}
.toolbar-products .pages .pages-items .pages-item-next a .icon svg {
  fill: #000;
}
.toolbar-products .pages .pages-items .pages-item-next a .text {
  display: none;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #999999;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #999999;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #999999;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #999999;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 'luma-icons';
  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: 1002;
}
.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 8px 30px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 30px;
  z-index: 1003;
}
.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 20px 20px;
}
.modal-slide .modal-header {
  padding-bottom: 40px;
  padding-top: 40px;
}
.modal-popup {
  z-index: 1003;
  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: 20px;
  padding-right: 20px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 8px;
  padding-top: 20px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
.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: 18px;
  line-height: 18px;
  color: #000000;
  content: '\e616';
  font-family: 'luma-icons';
  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,
.modal-custom .action-close:active::before,
.modal-popup .action-close:active::before,
.modal-slide .action-close:active::before,
.modal-custom .action-close:focus::before,
.modal-popup .action-close:focus::before,
.modal-slide .action-close:focus::before {
  color: #000000;
}
.modal-custom .modal-header,
.modal-popup .modal-header,
.modal-slide .modal-header {
  position: relative;
}
.modal-custom .modal-title,
.modal-popup .modal-title,
.modal-slide .modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #323232;
  min-height: 1em;
  text-transform: capitalize;
}
.modal-custom .modal-footer,
.modal-popup .modal-footer,
.modal-slide .modal-footer {
  text-align: center;
}
.modal-custom .modal-footer .action.primary,
.modal-popup .modal-footer .action.primary,
.modal-slide .modal-footer .action.primary,
.modal-custom .modal-footer .action.secondary,
.modal-popup .modal-footer .action.secondary,
.modal-slide .modal-footer .action.secondary,
.modal-custom .modal-footer .action-primary,
.modal-popup .modal-footer .action-primary,
.modal-slide .modal-footer .action-primary,
.modal-custom .modal-footer .action-secondary,
.modal-popup .modal-footer .action-secondary,
.modal-slide .modal-footer .action-secondary {
  width: 100%;
}
.modal-custom .modal-footer .action.primary:not(:last-child),
.modal-popup .modal-footer .action.primary:not(:last-child),
.modal-slide .modal-footer .action.primary:not(:last-child),
.modal-custom .modal-footer .action.secondary:not(:last-child),
.modal-popup .modal-footer .action.secondary:not(:last-child),
.modal-slide .modal-footer .action.secondary:not(:last-child),
.modal-custom .modal-footer .action-primary:not(:last-child),
.modal-popup .modal-footer .action-primary:not(:last-child),
.modal-slide .modal-footer .action-primary:not(:last-child),
.modal-custom .modal-footer .action-secondary:not(:last-child),
.modal-popup .modal-footer .action-secondary:not(:last-child),
.modal-slide .modal-footer .action-secondary:not(:last-child) {
  margin-bottom: 20px;
}
.modal-custom .modal-footer .action:not(.primary):not(.secondary),
.modal-popup .modal-footer .action:not(.primary):not(.secondary),
.modal-slide .modal-footer .action:not(.primary):not(.secondary) {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.modal-custom .modal-footer .action:not(.primary):not(.secondary):visited,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):visited,
.modal-slide .modal-footer .action:not(.primary):not(.secondary):visited {
  color: #999999;
  text-decoration: none;
}
.modal-custom .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-slide .modal-footer .action:not(.primary):not(.secondary):hover {
  color: #006bb4;
  text-decoration: underline;
}
.modal-custom .modal-footer .action:not(.primary):not(.secondary):active,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):active,
.modal-slide .modal-footer .action:not(.primary):not(.secondary):active {
  color: #ff5501;
  text-decoration: underline;
}
.modal-custom .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-slide .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-custom .modal-footer .action:not(.primary):not(.secondary):active,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):active,
.modal-slide .modal-footer .action:not(.primary):not(.secondary):active,
.modal-custom .modal-footer .action:not(.primary):not(.secondary):focus,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):focus,
.modal-slide .modal-footer .action:not(.primary):not(.secondary):focus {
  background: none;
  border: 0;
}
.modal-custom .modal-footer .action:not(.primary):not(.secondary).disabled,
.modal-popup .modal-footer .action:not(.primary):not(.secondary).disabled,
.modal-slide .modal-footer .action:not(.primary):not(.secondary).disabled,
.modal-custom .modal-footer .action:not(.primary):not(.secondary)[disabled],
.modal-popup .modal-footer .action:not(.primary):not(.secondary)[disabled],
.modal-slide .modal-footer .action:not(.primary):not(.secondary)[disabled],
fieldset[disabled] .modal-custom .modal-footer .action:not(.primary):not(.secondary),
fieldset[disabled] .modal-popup .modal-footer .action:not(.primary):not(.secondary),
fieldset[disabled] .modal-slide .modal-footer .action:not(.primary):not(.secondary) {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.modal-custom .modal-footer .action:not(.primary):not(.secondary),
.modal-popup .modal-footer .action:not(.primary):not(.secondary),
.modal-slide .modal-footer .action:not(.primary):not(.secondary),
.modal-custom .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-slide .modal-footer .action:not(.primary):not(.secondary):hover {
  border-bottom: 1px solid currentColor;
}
.modal-custom .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-slide .modal-footer .action:not(.primary):not(.secondary):hover,
.modal-custom .modal-footer .action:not(.primary):not(.secondary):active,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):active,
.modal-slide .modal-footer .action:not(.primary):not(.secondary):active {
  color: #333333;
  text-decoration: none;
}
.modal-custom .modal-content,
.modal-popup .modal-content,
.modal-slide .modal-content {
  padding-top: 20px;
}
.modal-slide {
  left: 0;
  right: 0;
}
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  backdrop-filter: blur(0.8px);
  -webkit-backdrop-filter: blur(0.8px);
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1002;
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide--rtl {
  direction: rtl;
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__arrow {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font: 0/0 a;
}
.splide__arrow:focus,
.splide__arrow:active {
  background: none;
  border: none;
}
.splide__arrow:hover {
  background: none;
  border: none;
}
.splide__arrow.disabled,
.splide__arrow[disabled],
fieldset[disabled] .splide__arrow {
  pointer-events: none;
  opacity: 0.5;
}
.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  margin-top: 50px;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
  pointer-events: auto;
}
.splide__pagination__page {
  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;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  font-size: 11px;
  border-radius: 50%;
  background-color: #0000C8;
  opacity: 0.5;
}
.splide__pagination__page:focus,
.splide__pagination__page:active {
  background: none;
  border: none;
}
.splide__pagination__page:hover {
  background: none;
  border: none;
}
.splide__pagination__page.disabled,
.splide__pagination__page[disabled],
fieldset[disabled] .splide__pagination__page {
  pointer-events: none;
  opacity: 0.5;
}
.splide__pagination__page.is-active {
  opacity: 1;
}
.splide__pagination__page:hover {
  opacity: 1;
  background-color: #0000C8;
}
.splide__progress__bar {
  width: 0;
}
.splide__slide {
  list-style-type: none !important;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  backface-visibility: hidden;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s infinite linear;
  display: inline-block;
  contain: strict;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid #999999;
  border-left-color: transparent;
  border-radius: 50%;
}
.splide__sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}
.splide__track--fade > .splide__list {
  display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide__track__track--ttb > .splide__list {
  display: block;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide-theme__fragrance .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: .7;
}
.splide-theme__fragrance .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #0000C8;
  opacity: 1;
}
.splide-theme__fragrance .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  z-index: 1;
}
.splide-theme__fragrance .splide__arrow svg {
  fill: #0000C8;
  height: 2.5em;
  transition: fill .2s linear;
  width: 2.5em;
}
.splide-theme__fragrance .splide__arrow:hover:not(:disabled) svg {
  fill: #974595;
}
.splide-theme__fragrance .splide__arrow:disabled {
  opacity: .3;
}
.splide-theme__fragrance .splide__arrow:focus-visible {
  outline: 3px solid #0000C8;
  outline-offset: 3px;
}
.splide-theme__fragrance .splide__arrow--prev {
  left: 1em;
}
.splide-theme__fragrance .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide-theme__fragrance .splide__arrow--next {
  right: 1em;
}
.splide-theme__fragrance .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0000C8;
  outline-offset: 3px;
}
.splide-theme__fragrance .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0000C8;
  outline-offset: 3px;
}
.splide-theme__fragrance .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0000C8;
  outline-offset: 3px;
}
.splide-theme__fragrance .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide-theme__fragrance .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide-theme__fragrance .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 10px;
}
.splide-theme__fragrance .splide__pagination__page:hover {
  background: #974595;
  cursor: pointer;
  opacity: .9;
}
.splide-theme__fragrance .splide__pagination__page:focus-visible {
  outline: 3px solid #0000C8;
  outline-offset: 3px;
}
.splide-theme__fragrance .splide__pagination__page.is-active {
  background: #0000C8;
  transform: scale(1.2);
  z-index: 1;
}
.splide-theme__fragrance .splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide-theme__fragrance .splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide-theme__fragrance .splide.is-initialized {
  visibility: visible;
}
.splide-theme__fragrance .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide-theme__fragrance .splide__progress__bar {
  width: 0;
  background: #ccc;
  height: 3px;
}
.splide-theme__fragrance .splide {
  position: relative;
  visibility: hidden;
}
.splide-theme__fragrance .splide.is-rendered {
  visibility: visible;
}
.splide-theme__fragrance .splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.splide-theme__fragrance .splide__slide img {
  vertical-align: bottom;
}
.splide-theme__fragrance .splide__slide:focus {
  outline: 0;
}
.splide-theme__fragrance .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #0000C8;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide-theme__fragrance .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide-theme__fragrance .splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide-theme__fragrance .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide-theme__fragrance .splide__toggle__pause {
  display: none;
}
.splide-theme__fragrance .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide-theme__fragrance .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide-theme__fragrance .splide__track--fade > .splide__list {
  display: block;
}
.splide-theme__fragrance .splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide-theme__fragrance .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.splide-theme__fragrance .splide--rtl {
  direction: rtl;
}
.splide-theme__fragrance .splide__track--ttb > .splide__list {
  display: block;
}
.splide-theme__fragrance .splide__toggle {
  cursor: pointer;
}
.splide-theme__fragrance .splide__toggle:focus-visible {
  outline: 3px solid #0000C8;
  outline-offset: 3px;
}
.splide-theme__fragrance .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide-theme__fragrance .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide-theme__fragrance .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide-theme__fragrance .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide-theme__fragrance .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide-theme__fragrance .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide-theme__fragrance .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide-theme__fragrance .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide-theme__fragrance .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide-theme__fragrance .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
@media screen and (-ms-high-contrast: none) {
  .splide-theme__fragrance .splide__slide:focus-visible {
    border: 3px solid #0000C8;
  }
  .splide-theme__fragrance .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0000C8;
  }
  .splide-theme__fragrance .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0000C8;
  }
}
/**
     * @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.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  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 #cccccc;
}
.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: 18px;
}
.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('../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('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../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.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #999999;
  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: #999999;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  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: #999999;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #0000be;
  border: 1px solid #0000c8;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #0000c8;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: transparent;
  border: 1px solid #ffffff;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #0000c8;
  border: 1px solid #ffffff;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #0000c8;
  border: 1px solid #ffffff;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/* Apply this styling only when the page is in Arabic (rtl) */
html[lang="ar"] .dcb-form-payment.payment-method .phone-number-container {
  display: grid;
  grid-template-columns: 1fr 52px;
  /* Reversed order: country code 52px, phone number takes remaining space */
  align-items: center;
  border-radius: 4px;
  padding: 5px 0;
  width: 100%;
}
html[lang="ar"] #dcb-country-code {
  order: 2;
  /* Move the country code to the second position */
}
html[lang="ar"] #dcb-phone {
  order: 1;
  /* Move the phone number to the first position */
  width: 100%;
  /* Ensure phone number input takes full width of its container */
}
/* Specifically target the placeholder of the #dcb-phone input */
html[lang="ar"] #dcb-phone::placeholder {
  text-align: left !important;
  /* Align the placeholder text to the right */
}
.product-item-actions .actions-secondary > .action.removefromwish:before {
  content: '\e616';
}
.gwishlist-index-index.page-products .columns {
  padding-top: 0;
}
.aabee-navigation ul {
  padding: 0 !important;
}
.aabee-navigation ul,
.aabee-navigation ul > li {
  padding: 0;
  margin: 0;
}
.aabee-navigation__item.__showed > .aabee-navigation__submenu,
.aabee-navigation__submenu__item.__showed > .aabee-navigation__submenu {
  display: block;
}
.aabee-navigation__submenu {
  display: none;
}
.aabee-navigation__submenu__banner > img {
  display: block;
}
.aabee-navigation__item.__showed .aabee-navigation__link::after {
  content: none !important;
  display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  #main-header__wrapper._sticky .aabee-navigation > ul {
    grid-template-columns: var(--side-spacing) auto 1fr auto var(--side-spacing);
  }
}
.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-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
@font-face {
  font-family: 'MD-Icon';
  src: url('../Magedelight_EWallet/fonts/MD-Icon/MD-Icon.eot?874j09');
  src: url('../Magedelight_EWallet/fonts/MD-Icon/MD-Icon.eot?874j09#iefix') format('embedded-opentype'), url('../Magedelight_EWallet/fonts/MD-Icon/MD-Icon.ttf?874j09') format('truetype'), url('../Magedelight_EWallet/fonts/MD-Icon/MD-Icon.woff?874j09') format('woff'), url('../Magedelight_EWallet/fonts/MD-Icon/MD-Icon.svg?874j09#MD-Icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'MD-Icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:focus:not([disabled]):focus,
textarea:focus:not([disabled]):focus,
select:focus:not([disabled]):focus,
textarea:focus,
input:focus,
select:focus {
  box-shadow: none;
  outline: 0;
}
.wallet-table-wr {
  /* Table Styling */
  /* Styling for table headers */
  /* Icons in table headers */
  /* Styling for alternating row colors */
  /* Styling for Amount based on credit or debit */
  /* Styling for links */
}
.wallet-table-wr .table-wrapper {
  width: 100%;
  margin: 20px 0;
  overflow-x: auto;
  border: 1px solid #ddd;
}
.wallet-table-wr .data {
  width: 100%;
  border-collapse: collapse;
}
.wallet-table-wr .data th,
.wallet-table-wr .data td {
  padding: 10px;
  text-align: center;
  color: #0000C8;
  border: 1px solid #ddd;
  /* Adds a border to each cell */
}
.wallet-table-wr .data th {
  font-weight: bold;
  text-align: center;
  background: #0000C8;
  color: #fff;
}
.wallet-table-wr .data th i {
  margin-right: 5px;
}
.wallet-table-wr .data tr:nth-child(even) {
  background-color: #f9f9f9;
}
.wallet-table-wr .creditclass {
  font-weight: bold;
}
.wallet-table-wr .debitclass {
  font-weight: bold;
}
.wallet-table-wr .linkclass {
  color: #007bff;
  text-decoration: none;
}
.wallet-table-wr .linkclass:hover {
  text-decoration: underline;
}
/* Responsive Design */
@media (max-width: 768px) {
  .wallet-table-wr .data th,
  .wallet-table-wr .data td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .wallet-table-wr .data th {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
  }
  .wallet-table-wr .data td {
    background-color: #fff;
    color: #555;
    display: block;
    text-align: left;
    padding: 10px 0;
  }
  .wallet-table-wr .data td:first-child {
    font-weight: bold;
  }
  .wallet-table-wr .data td a.linkclass {
    display: block;
    color: #007bff;
    text-decoration: none;
  }
  .wallet-table-wr .data td a.linkclass:hover {
    text-decoration: underline;
  }
}
.wallet-customer .max_min_wallet_amount span {
  color: #0000C8;
}
.wallet-customer .wallet-container {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  height: 100%;
}
.wallet-customer .wallet-mobile {
  align-self: center;
  display: grid;
  grid-template-rows: 10% auto;
  color: #fff;
}
.wallet-customer .wallet-mobile button {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 10px;
  display: flex;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
.wallet-customer .wallet-mobile > div {
  padding: 3rem 2rem;
}
.wallet-customer .wallet-header {
  background: #0000C8;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
}
.wallet-customer .wallet-filter {
  display: flex;
  padding: 0.5rem;
  min-width: 80px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 10px;
}
.wallet-customer .wallet-calendar i,
.wallet-customer .wallet-select i,
.wallet-customer .wallet-total .wallet-label {
  color: #0000C8;
  font-size: 14px !important;
}
.wallet-customer .wallet-content {
  background: #ffffff;
  border: 1px solid #0000C8;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
}
.wallet-customer .wallet-total {
  align-self: start;
  justify-self: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wallet-customer .wallet-total > div:not(:first-child):not(:last-child) {
  margin: 0.5rem;
}
.wallet-customer .wallet-total .wallet-label,
.wallet-customer .wallet-card .wallet-label {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.8rem;
}
.wallet-customer .wallet-total .wallet-value {
  font-size: 1.8rem;
  color: #0000C8;
}
.wallet-customer .wallet-total .balance {
  background: #1f3a4a;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #02ca8c;
}
.wallet-customer .wallet-wr {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-customer .wallet-wr input {
  width: 80%;
  border: 1px solid #2181ff;
}
.wallet-customer .price-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border 0.3s ease;
}
.wallet-customer .price-input:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.4);
}
.wallet-customer .currency {
  font-size: 16px;
  color: #2181ff;
  font-weight: bold;
}
/* For mobile view */
@media (max-width: 480px) {
  .wallet-table-wr .data th,
  .wallet-table-wr .data td {
    padding: 8px;
  }
  .wallet-table-wr .data caption {
    font-size: 1em;
  }
  .wallet-customer .mobile button {
    min-width: unset !important;
    width: 100%;
  }
  .wallet-customer .wallet-wr {
    position: relative;
    width: auto;
    max-width: 300px;
  }
  .wallet-customer .wallet-wr input {
    border: 1px solid #2181ff;
  }
}
.md-ewallet-mainbox {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
.md-ewallet-mainbox *,
.md-ewallet-mainbox *:before {
  box-sizing: border-box;
}
.md-ewallet-mainbox .md-ewallet-top {
  float: left;
  width: 47%;
  padding-bottom: 20px;
}
.md-ewallet-mainbox .md-ewallet-top .wallet-detail {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  font-size: 2.2rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.md-ewallet-mainbox .md-ewallet-top .wallet-detail:after {
  content: "\e900";
  font-family: 'MD-Icon';
  margin: 0 0 0 10px;
}
.md-ewallet-mainbox .md-ewallet-top .wallet-price {
  background: #1979c3;
  color: #ffffff;
  border: 1px solid #1979c3;
  padding: 6px 10px 4px 10px;
  margin: 0;
  float: left;
  font-weight: bold;
}
.md-ewallet-mainbox .md-ewallet-top .wallet-currency {
  float: left;
  padding: 7px 10px 6px 10px;
  background: #e3f2fc;
  border-top: 1px solid #1979c3;
  box-sizing: border-box;
  border-bottom: 1px solid #1979c3;
  font-weight: bold;
  color: #1979c3;
  font-size: 1.2rem;
}
.md-ewallet-mainbox .md-ewallet-top .wallet-balance {
  float: left;
  padding: 7px 10px 6px 10px;
  background: #e3f2fc;
  border: 1px solid #1979c3;
  box-sizing: border-box;
  font-weight: 600;
  color: #1979c3;
  font-size: 1.2rem;
}
.md-wallet-checkout *,
.md-wallet-checkout *:before {
  box-sizing: border-box;
}
.md-wallet-checkout .md_ewallet_details {
  background: #f5f5f5;
  padding: 15px 0 10px 0px;
  margin-bottom: 40px;
  display: none;
  float: left;
  width: 100%;
}
.md-wallet-checkout .md_ewallet_details .boxes {
  float: left;
  width: 33.33%;
  position: relative;
  padding: 10px 30px;
}
.md-wallet-checkout .md_ewallet_details .boxes label {
  font-size: 1.2rem;
  float: left;
  width: 100%;
  font-weight: 600;
  padding-bottom: 6px;
}
.md-wallet-checkout .md_ewallet_details .boxes .gray-box {
  background: #ffffff;
  border: 1px solid #c6e8ff;
  float: left;
  width: 100%;
  padding: 9px 15px 13px 15px;
}
.md-wallet-checkout .md_ewallet_details .boxes .gray-box .amount {
  background: #e3f2fc;
  color: #1979c3;
  font-size: 1.4rem;
  padding: 0px 7px;
  margin: 0;
  border-radius: 5px;
  float: left;
  line-height: 23px;
  font-weight: 600;
}
.md-wallet-checkout .md_ewallet_details .boxes .remain-amount {
  padding: 0px 10px 0px 18px;
  float: left;
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  color: #1979c3;
}
.md-wallet-checkout .md_ewallet_details .boxes .remain-amount .amount {
  font-weight: 600;
}
.md-wallet-checkout .md_ewallet_details .amount-in-wallet {
  width: 33.33%;
  float: left;
  position: relative;
}
.md-wallet-checkout .md_ewallet_details .amount-in-wallet .boxes {
  width: 100%;
}
.md-wallet-checkout .md_ewallet_details .amount-in-wallet:before {
  content: "-";
  position: absolute;
  left: -5px;
  top: 27px;
  font-size: 4rem;
  color: #666;
  line-height: 30px;
}
.md-wallet-checkout .md_ewallet_details .amount-in-wallet:after {
  content: "=";
  position: absolute;
  right: -10px;
  top: 31px;
  line-height: 30px;
  font-size: 3.1rem;
  color: #666;
}
.md-wallet-checkout .md_ewallet_details._active {
  display: block;
}
.md-wallet-checkout .wallet-row input.checkbox {
  opacity: 0;
  position: absolute;
  z-index: 9;
  width: 20px;
  height: 20px;
  left: 0;
}
.md-wallet-checkout .wallet-row input.checkbox + label {
  position: relative;
  padding-left: 30px !important;
}
html.rtl .md-wallet-checkout .wallet-row input.checkbox + label {
  padding-right: 30px !important;
  padding-left: 0 !important;
}
.md-wallet-checkout .wallet-row input.checkbox + label:before {
  box-sizing: border-box;
  border: 3px solid #60ABE1;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 20px;
}
.md-wallet-checkout .wallet-row input[type="checkbox"]:checked + label {
  display: inline-block;
  text-decoration: none;
}
.md-wallet-checkout .wallet-row input[type="checkbox"]:checked + label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  margin: 0 0px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.md-wallet-checkout .wallet-row input[type="checkbox"]:checked + label:before {
  font-weight: bold;
  background: #60ABE1;
  border: 0;
}
.md-wallet-checkout .wallet-row .check-box {
  float: left;
  width: 100%;
  padding: 10px 0 20px 0;
  position: relative;
}
.md-wallet-checkout .wallet-row .check-box .label {
  font-weight: 600;
  font-size: 1.4rem;
  float: left;
  width: 100%;
}
html.rtl .md-wallet-checkout .wallet-row .check-box .label {
  float: none;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.md-wallet-checkout .wallet-row .check-box .label:after {
  content: "\e900";
  font-family: 'MD-Icon';
  margin: 0 0 0 10px;
  float: left;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 18px;
}
.md-wallet-checkout .wallet-row .check-box .label span {
  line-height: 22px;
  float: left;
}
.md-wallet-checkout .wallet-row .check-box .md_ewallet {
  padding: 0 0 0 32px;
  font-size: 1.3rem;
}
.md-wallet-checkout .wallet-row .check-box .md_ewallet .balance-price {
  background: #60ABE1;
  font-weight: 600;
  padding: 3px 8px;
  margin: 0 0 0 6px;
  border-radius: 5px;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .md-ewallet-mainbox .md-ewallet-top {
    width: 100%;
  }
  .md-ewallet-mainbox .md-ewallet-middle {
    width: 100%;
  }
  .md-wallet-checkout {
    border-bottom: 1px solid #cccccc;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .md-wallet-checkout .md_ewallet_details {
    margin-bottom: 25px;
  }
  .md-wallet-checkout .md_ewallet_details .boxes,
  .md-wallet-checkout .md_ewallet_details .amount-in-wallet {
    width: 100%;
  }
  .md-wallet-checkout .md_ewallet_details .boxes:before,
  .md-wallet-checkout .md_ewallet_details .amount-in-wallet:before {
    position: static;
    margin: -8px auto 0 auto;
    text-align: center;
    z-index: 9;
    display: inherit;
  }
  .md-wallet-checkout .md_ewallet_details .boxes:after,
  .md-wallet-checkout .md_ewallet_details .amount-in-wallet:after {
    position: static;
    margin: 0 auto;
    text-align: center;
    display: inherit;
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .md-ewallet-mainbox .md-ewallet-top .wallet-detail {
    font-size: 1.8rem;
  }
  .md-ewallet-mainbox .md-ewallet-middle label {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .opc-payment .payment-group .step-title {
    padding-left: 20px;
  }
  .md-wallet-checkout .wallet-row {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .md-wallet-checkout .wallet-row .check-box .md_ewallet label {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
  }
  .md-ewallet-mainbox .md-ewallet-top .wallet-price {
    width: 100%;
    text-align: center;
    background: #e3f2fc;
    color: #1979c3;
  }
  .md-ewallet-mainbox .md-ewallet-top .wallet-currency {
    text-align: center;
    width: 100%;
    border: 0;
  }
  .md-ewallet-mainbox .md-ewallet-top .wallet-balance {
    width: 100%;
    text-align: center;
    background: #1979c3;
    color: #ffffff;
  }
  .md-ewallet-mainbox .md-ewallet-middle .input-field-box input[type="text"] {
    max-width: 100%;
    border-right: 1px solid #1979c3;
  }
  .md-ewallet-mainbox .md-ewallet-middle .input-field-box .currency {
    text-align: center;
    width: 100%;
    border: 0;
  }
  .md-ewallet-mainbox .md-ewallet-middle .input-field-box button {
    width: 100%;
  }
}
.account .table-wrapper {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  overflow-x: initial !important;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.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: 15px;
}
.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 #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../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('../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: 'luma-icons';
  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: 1.9rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.9rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 15px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.9rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\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 #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  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: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  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;
}
.cart-empty__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 80px;
  border-bottom: 1px solid #cccccc;
}
.cart-empty__content {
  font-size: 22px;
  text-align: center;
}
.cart-empty__actions {
  margin: 20px 0 0;
  text-align: center;
}
.cart-empty__widget .homepage-banner__list {
  flex-wrap: wrap;
}
.cart-empty__widget .homepage-banner__details {
  text-align: unset;
}
.cart-empty__widget .homepage-banner__title {
  font-size: 18px;
}
.cart-summary > .title {
  display: none;
}
.cart-summary .block > .title {
  text-transform: uppercase;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .fieldset {
  margin-bottom: 0;
}
.cart-summary .block .field {
  margin: 0;
  flex: 1 0 auto;
}
html:not(.rtl) .cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
html.rtl .cart-summary .block .actions-toolbar > .primary {
  text-align: right;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .item-options {
  margin: 0 0 20px;
}
.cart-summary .block .item-options .field .radio {
  margin-top: 4px;
}
html:not(.rtl) .cart-summary .block .item-options .field .radio {
  float: left;
}
html.rtl .cart-summary .block .item-options .field .radio {
  float: right;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.cart-summary .checkout-methods-items {
  margin: 30px 0 0;
}
.cart-summary .checkout-methods-items .action.checkout > .icon {
  font: 0/0 a;
  display: inline-block;
  vertical-align: middle;
}
.cart-summary .checkout-methods-items .action.checkout > .icon svg {
  fill: currentColor;
  width: 25px;
  height: 25px;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
html:not(.rtl) .cart-totals tbody .mark,
html:not(.rtl) .cart-totals tfoot .mark {
  text-align: left;
}
html.rtl .cart-totals tbody .mark,
html.rtl .cart-totals tfoot .mark {
  text-align: right;
}
.cart-discount {
  margin: 20px 0;
}
.cart-discount .block-title {
  display: none;
}
.cart-discount .block-title strong {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.cart-discount .fieldset {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: unset;
  gap: 5px;
}
.cart-discount .fieldset .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-discount button.secondary.action.sharp {
  min-width: 68px;
}
.cart-discount .input-text {
  width: 100%;
  border: 1px solid #cccccc;
  height: 48px;
}
.cart-discount .input-text + .mage-error {
  display: none !important;
}
.cart-discount .action.check {
  font-weight: 400;
}
.cart-sidebar .CartSidebarView {
  background-color: #f3f4f6;
  margin-top: 20px;
  padding: 20px;
}
.cart-title {
  display: flex;
  margin-bottom: 30px;
}
.cart-title__content {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-title__actions .action.checkout > .icon {
  font: 0/0 a;
  display: inline-block;
  vertical-align: middle;
}
.cart-title__actions .action.checkout > .icon svg {
  fill: currentColor;
  width: 25px;
  height: 25px;
}
.cart.table-wrapper .cart tbody + tbody {
  border-top: unset;
}
.cart.table-wrapper .cart tbody td {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  text-align: center;
}
.cart.table-wrapper .col.price .price,
.cart.table-wrapper .col.subtotal .price,
.cart.table-wrapper .col.msrp .price {
  font-size: 16px;
}
.cart.table-wrapper .col.qty {
  text-align: center;
}
.cart.table-wrapper .col.qty .control.qty {
  vertical-align: top;
}
.cart.table-wrapper .col.qty input {
  text-align: center;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  gap: 30px;
}
.cart.table-wrapper .actions-toolbar {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
}
.cart.table-wrapper .actions-toolbar .action {
  display: inline-block;
  text-decoration: none;
  font: 0/0 a;
  padding: 5px;
  background: #0000C8;
  border-radius: 100%;
  border: none;
  min-width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.cart.table-wrapper .actions-toolbar .action:hover,
.cart.table-wrapper .actions-toolbar .action:active,
.cart.table-wrapper .actions-toolbar .action:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar .action.action-delete {
  background: #ec3333;
}
.cart.table-wrapper .actions-toolbar .action:hover {
  color: #ffffff;
}
.cart.table-wrapper .actions-toolbar .action > .text {
  display: none;
}
.cart.table-wrapper .actions-toolbar .action > .icon {
  font: 0/0 a;
  display: inline-block;
  vertical-align: middle;
  fill: white;
}
.cart.table-wrapper .actions-toolbar .action > .icon svg {
  width: 12px;
  height: 12px;
}
.cart.table-wrapper .actions-toolbar .action.towishlist {
  display: none;
}
.cart.table-wrapper .product-addto-links .action-edit,
.cart.table-wrapper .product-addto-links .action-delete {
  display: none;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .gift-registry-name-label::after {
  content: ': ';
}
.cart.table-wrapper .product-item-name {
  margin: unset;
}
.cart.table-wrapper .item-options {
  margin: 10px 0 0;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
#block-shipping {
  display: none;
}
.qty-container .qty-btn {
  background-color: #f5f5f5;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
.qty-container .qty-btn.minus {
  color: #b0b0b0;
}
.qty-container .qty-btn.plus {
  color: #333;
}
.qty-container .qty-input {
  border: none;
  background: none;
  text-align: center;
  font-size: 16px;
  width: 32px;
  outline: none;
  color: #333;
}
.qty-container .qty-input::-webkit-outer-spin-button,
.qty-container .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-container .qty-input [type="number"] {
  -moz-appearance: textfield;
}
.qty-container button:focus,
.qty-container .qty-input:focus {
  outline: none;
}
.qty-container .qty-input:disabled {
  background-color: transparent;
}
.empty-cart__image {
  max-width: 250px;
  margin: 0 auto 2rem;
  display: block;
}
.cart-empty__actions {
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
.item-info .product-item-photo .product-image-photo {
  max-width: 110px;
}
.minicart-modal .modal-inner-wrap {
  max-width: 440px !important;
}
.minicart-modal._show .modal-inner-wrap {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.minicart-modal .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
html.rtl .minicart-modal .modal-inner-wrap {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
html:not(.rtl) .minicart-modal .modal-inner-wrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.minicart-items .update-cart-item {
  display: none !important;
}
.minicart-modal.modal-custom.custom-slide._empty-cart .cart-top {
  display: none;
}
.minicart-wrapper .action.showcart > .counter.qty.empty {
  display: none;
}
.minicart-modal.modal-custom.custom-slide .modal-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #0000C8;
}
.minicart-modal.modal-custom.custom-slide .modal-header::after {
  content: '';
  font: 0/0 a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cccccc;
}
.minicart-modal.modal-custom.custom-slide .modal-header .modal-title {
  color: #fff !important;
}
.minicart-modal.modal-custom.custom-slide .modal-header .action-close::before {
  color: #fff !important;
}
.minicart-items-wrapper {
  height: auto !important;
}
.minicart-wrapper .action.showcart > .counter.qty {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #fafafa;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding-left: 2.5px;
  padding-right: 2.5px;
  line-height: 20px;
  background: #dc3545;
}
html.rtl .minicart-wrapper .action.showcart > .counter.qty {
  right: -10px;
  margin-left: 5px;
}
html:not(.rtl) .minicart-wrapper .action.showcart > .counter.qty {
  left: -10px;
  margin-right: 5px;
}
.mincartTop-container {
  background: #ffecc8;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  padding-top: 10px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.mincartTop-container p {
  color: #b88019;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.cart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 8px;
  column-gap: 36px;
}
.cart-grid .cart-item-cms {
  display: flex;
  align-items: flex-start;
}
.cart-grid .cart-item-cms svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
html:not(.rtl) .cart-grid .cart-item-cms svg {
  margin-right: 13px;
}
html.rtl .cart-grid .cart-item-cms svg {
  margin-left: 13px;
}
.cart-grid .cart-item-text {
  color: #323232;
}
.block-minicart {
  margin: unset;
}
.block-minicart .mini-cart-info {
  font-weight: 700;
  font-size: 24px;
}
.block-minicart .minicart-empty-actions span {
  color: #0000C8;
  font-size: 16px;
  font-weight: normal;
}
.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #ccc;
  font-weight: 700;
  color: #000;
  min-height: 40px;
}
.block-minicart .subtotal .price {
  color: unset;
  font-size: 14px;
}
.block-minicart .minicart-agree {
  font-size: 14px;
}
.block-minicart .minicart-agree label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.block-minicart .minicart-agree a {
  text-decoration: underline;
}
.block-minicart .minicart-empty {
  font-size: 18px;
  text-align: center;
}
.block-minicart .minicart-empty > .icon {
  display: block;
  margin: 0 auto 30px;
}
.block-minicart .minicart-empty > .icon img {
  width: 95px;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 20px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.main-cart .qty-increment__container--small {
  width: 140px;
  padding: 5px;
}
.minicart-remove svg {
  border-radius: 9999px;
  padding: 4px;
  background-color: #f3f4f6;
  width: 15px;
  height: 15px;
}
.minicart-wrapper .action.showcart {
  font-size: 12px;
  white-space: nowrap;
  vertical-align: middle;
  color: #757575;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:visited {
  color: #757575;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:hover {
  color: #333333;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:active {
  color: #333333;
  text-decoration: none;
}
.minicart-wrapper .action.showcart > .icon {
  font: 0/0 a;
  display: inline-block;
  vertical-align: middle;
}
.minicart-wrapper .action.showcart > .icon svg {
  fill: none;
  stroke-width: 3px;
}
.minicart-wrapper .action.showcart > .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 20px;
}
.minicart-items-wrapper {
  padding: 0 20px;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
}
.minicart-items .product-item {
  text-align: unset;
  padding: 20px 0;
  background: unset;
  transition: unset;
  overflow: unset;
  border-bottom: 1px solid #ccc;
}
.minicart-items .product-item:hover {
  box-shadow: unset;
}
.minicart-items .product-item:hover .product-item-details {
  top: unset;
  margin-bottom: unset;
}
.minicart-items .product-item:hover .product-item-actions {
  height: unset;
}
.minicart-items .product-item > .product {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.minicart-items .product-item .product-item-details {
  flex: 1 0 auto;
  box-sizing: border-box;
  max-width: 80%;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  flex: 0 0 65px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin-bottom: 8px;
}
.minicart-items .product-item-name > a {
  color: #000000;
}
.minicart-items .main-cart .product-item-options {
  margin-bottom: 8px;
}
.minicart-items .main-cart {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: unset;
  background: unset;
  transition: unset;
}
.minicart-items .price-container {
  align-self: center;
  display: flex;
  justify-content: flex-end;
}
.minicart-items .price-container .price {
  color: unset;
  font-size: 14px;
}
.minicart-items .message {
  margin-top: 10px;
  margin-bottom: 0;
}
.minicart-modal.modal-custom.custom-slide .modal-footer .action.secondary {
  color: transparent;
  background: none;
}
.minicart-modal.modal-custom.custom-slide .modal-footer .action.primary {
  font-size: 16px;
  text-transform: uppercase;
}
.minicart-modal.modal-custom.custom-slide._empty-cart .modal-footer {
  display: none;
}
@keyframes skeleton {
  100% {
    transform: translateX(100%);
  }
}
.product-minicart-name._is-loading {
  overflow: hidden;
  min-height: 16px;
  max-height: 16px;
  max-width: 100%;
  min-width: 45px;
  position: relative;
  display: block;
}
.product-minicart-name._is-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
}
.product-minicart-name._is-loading::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: skeleton 2s infinite;
  content: '';
  z-index: 2;
}
.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('../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: 'luma-icons';
  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: 'luma-icons';
  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: 'luma-icons';
  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 15px 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: 'luma-icons';
  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: 'luma-icons';
  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: 'luma-icons';
  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.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  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-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.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 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.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: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 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: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  margin-top: 10px;
}
.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: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody 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: #999999;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  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: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 15px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 1003;
}
.block-authentication .block-title {
  font-size: 1.6rem;
  border-bottom: 0;
  margin-bottom: 15px;
}
.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: 15px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method 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: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .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: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #999999;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  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: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .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;
}
.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: 'luma-icons';
  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: 15px;
}
.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: #999999;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #999999;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  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: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  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: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.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: '\e621';
}
.gift-item-block .title {
  color: #999999;
  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: '\e622';
  font-family: 'luma-icons';
  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: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 15px;
}
.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: #999999;
}
.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 15px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  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: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  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;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.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;
}
.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: 'luma-icons';
  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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.9rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  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: 'luma-icons';
  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 {
  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.42857143;
  margin: 0;
  padding: 0;
  color: #999999;
  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: #999999;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  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: #999999;
  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: '\e622';
  font-family: 'luma-icons';
  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: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  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: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  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: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #999999;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #999999;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.9rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  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: 'luma-icons';
  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: #111111;
  z-index: 1002;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #999999;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  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: #999999;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 15px;
  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: 15px;
}
.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 #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.2rem;
  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: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  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: #ff5501;
  font-family: 'luma-icons';
  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: 'luma-icons';
  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: #ff5501;
  font-family: 'luma-icons';
  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: transparent;
  border: 1px solid #ffffff;
  color: #333333;
  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: #0000c8;
  border: 1px solid #ffffff;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #0000c8;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.9rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  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 {
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.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: 15px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #999999;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #999999;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  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: #999999;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  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 #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.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: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.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 #cccccc;
}
.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;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  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 {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  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 15px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #999999;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 15px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #999999;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 15px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #111111;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  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: '\e622';
  font-family: 'luma-icons';
  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: '\e621';
  font-family: 'luma-icons';
  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;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #999999;
  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: #999999;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #999999;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #999999;
  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: #999999;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #999999;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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: '\e600';
}
.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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 15px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.new-checkout__progress {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 0 0 20px;
}
.new-checkout__progress__item {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.new-checkout__progress__item:not(:last-child) {
  text-decoration: none;
}
.new-checkout__progress__item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #333333;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.new-checkout__progress__item.__active {
  font-weight: 600;
}
.new-checkout__progress__item.__complete {
  cursor: pointer;
}
.new-checkout__step {
  margin: 0 0 30px;
}
.new-checkout__step__title {
  font-size: 22px;
  margin: 0 0 20px;
}
.new-checkout__step__content .fieldset {
  margin-bottom: -20px;
}
.new-checkout__step__content .fieldset > .field:last-child,
.new-checkout__step__content .fieldset > .fields > .field:last-child {
  margin-bottom: 20px;
}
.new-checkout__step__content__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 0;
}
.new-checkout__step__content__actions button.action {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-right: 20px;
}
.new-checkout__step__content__actions a.action {
  font-size: 14px;
}
.new-checkout__step__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 0;
}
.new-checkout__step__actions button.action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.new-checkout__step__actions a.action {
  font-size: 14px;
}
.new-checkout__step__notice {
  font-weight: 600;
}
.new-checkout__shipping-method {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 1px;
}
.new-checkout__shipping-method__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
}
.new-checkout__shipping-method__item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.new-checkout__shipping-method__item__input input[type="radio"],
.new-checkout__shipping-method__item__input input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}
.new-checkout__shipping-method__item__title {
  flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.new-checkout__shipping-method__item__name {
  font-weight: 600;
}
.new-checkout__shipping-method__item__carrier {
  color: #7d7d7d;
  font-size: 14px;
}
.new-checkout__shipping-method__item__price {
  white-space: nowrap;
}
.new-checkout__shipping-method__item__price .price {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.new-checkout__shipping-information {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 1px;
}
.new-checkout__shipping-information__item {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 20px;
}
.new-checkout__shipping-information__item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.new-checkout__shipping-information__label {
  flex: 0 0 auto;
  color: #7d7d7d;
  width: 6rem;
  white-space: nowrap;
}
.new-checkout__shipping-information__content {
  flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.new-checkout__shipping-information__action {
  white-space: nowrap;
}
.new-checkout__shipping-address {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 1px;
}
.new-checkout__shipping-address__item {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 20px;
  cursor: pointer;
}
.new-checkout__shipping-address__item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.new-checkout__shipping-address__item.__selected .new-checkout__shipping-address__item__label {
  visibility: unset;
}
.new-checkout__shipping-address__item__label {
  visibility: hidden;
  font-weight: 600;
}
.new-checkout__shipping-address__item__content {
  flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.new-checkout__shipping-address__item__action .action {
  white-space: nowrap;
}
.new-checkout__step__content.__payment-method .payment-method:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.new-checkout__step__content.__payment-method .payment-method._active .payment-method-content {
  border-top: 1px solid #cccccc;
  display: none !important;
  visibility: hidden !important;
}
.new-checkout__step__content.__payment-method .payment-method._active .payment-method-content-dcb {
  border-top: 1px solid #cccccc;
  display: block !important;
  visibility: unset !important;
}
.new-checkout__step__content.__payment-method .payment-method-list {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 1px;
}
.new-checkout__step__content.__payment-method .payment-method-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
}
.new-checkout__step__content.__payment-method .payment-method-title > input {
  flex: 0 0 auto;
}
.new-checkout__step__content.__payment-method .payment-method-title > input[type="radio"],
.new-checkout__step__content.__payment-method .payment-method-title > input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  margin-inline-end: 10px;
}
.new-checkout__step__content.__payment-method .payment-method-title > .label {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 600;
}
.new-checkout__step__content.__payment-method .payment-method-title > .label img {
  height: 30px;
  margin-inline-start: 2px;
}
.new-checkout__step__content.__payment-method .payment-method-content {
  display: none;
  padding: 20px;
  background: #f8f8f8;
}
.new-checkout__step__content.__payment-method .payment-method-content .checkout-billing-address .fieldset:not(.address) {
  margin-bottom: 0;
}
.new-checkout__step__content.__payment-method .payment-method-content .checkout-billing-address .actions-toolbar .action {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details {
  font-size: 14px;
  margin: 20px 0 0;
}
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #999999;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address:visited {
  color: #999999;
  text-decoration: none;
}
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address:hover {
  color: #006bb4;
  text-decoration: underline;
}
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address:active {
  color: #ff5501;
  text-decoration: underline;
}
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address:hover,
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address:active,
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address:focus {
  background: none;
  border: 0;
}
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address.disabled,
.new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .new-checkout__step__content.__payment-method .payment-method-content .billing-address-details .action-edit-address {
  color: #999999;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.new-checkout__step__content.__payment-method .payment-method-content .actions-toolbar {
  margin: 20px 0 0;
}
.new-checkout__step__content.__payment-method .payment-method-content .actions-toolbar .action.checkout {
  display: none !important;
}
.new-checkout__step__content.__payment-method .payment-method-note {
  font-weight: 600;
  margin: 20px 0 0;
}
.new-checkout__cart {
  margin: 0 0 20px;
}
.new-checkout__cart__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.new-checkout__cart__item:not(:last-child) {
  margin-bottom: 20px;
}
.new-checkout__cart__image {
  position: relative;
}
.new-checkout__cart__image__wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  width: 65px;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.new-checkout__cart__image__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
}
.new-checkout__cart__image__qty {
  position: absolute;
  z-index: 2;
  top: -0.75em;
  right: -0.75em;
  min-width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  background: #666666;
  border-radius: 100%;
}
.new-checkout__cart__content {
  flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.new-checkout__cart__name {
  font-size: 18px;
  font-weight: 600;
}
.new-checkout__cart__options {
  color: #757575;
  font-size: 14px;
  margin: 5px 0 0;
}
.new-checkout__cart__options__item {
  display: inline-flex;
  vertical-align: middle;
}
.new-checkout__cart__options__item:not(:last-child)::after {
  content: '/';
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.new-checkout__cart__options__label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.new-checkout__cart__price {
  white-space: nowrap;
  font-weight: 600;
}
.new-checkout__cart__price .price {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.new-checkout__discount {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #cccccc;
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
.new-checkout__discount .form {
  display: flex;
}
.new-checkout__discount .form > .action {
  flex: 0 0 auto;
}
.new-checkout__totals {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #cccccc;
}
.new-checkout__totals .table > tbody > tr {
  display: flex;
  flex-wrap: nowrap;
}
.new-checkout__totals .table > tbody > tr > th,
.new-checkout__totals .table > tbody > tr > td {
  padding: 5px;
  border: none;
}
.new-checkout__totals .table > tbody > tr > th strong,
.new-checkout__totals .table > tbody > tr > td strong {
  font-weight: inherit;
}
.new-checkout__totals .table > tbody > tr > th {
  flex: 1 1 auto;
}
.new-checkout__totals .table > tbody > tr > td.amount {
  white-space: nowrap;
  font-weight: 600;
}
.new-checkout__totals .table > tbody > tr > td.amount .price {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.new-checkout__totals .table > tbody > tr.grand {
  padding: 10px 0 0;
  margin-top: 10px;
  border-top: 1px solid #cccccc;
}
.new-checkout__totals .table > tbody > tr.grand > th,
.new-checkout__totals .table > tbody > tr.grand > td {
  font-size: 22px;
  font-weight: 600;
}
.new-checkout__footer__links {
  padding: 10px 0;
  margin: 40px 0 0;
  border-top: 1px solid #cccccc;
}
.new-checkout__footer__link {
  display: inline-block;
  vertical-align: middle;
  color: #7d7d7d;
  font-size: 14px;
  text-decoration: none;
}
.new-checkout__footer__link:hover {
  color: #000000;
  text-decoration: underline;
}
.new-checkout__footer__link:not(:last-child) {
  margin-right: 10px;
}
.checkout-login_wrapper {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
body.checkout-index-index .column.main {
  padding: 0;
}
body.checkout-index-index a {
  color: #00a9e0;
  transition: color 0.2s ease-in-out;
}
body.checkout-index-index a:hover {
  color: #008ebc;
}
body.checkout-index-index .checkout-page_logo svg,
body.checkout-index-index .checkout-page_logo-sm svg {
  height: 30px;
  fill: #0000C8;
}
body.checkout-index-index .checkout-page_logo-sm {
  display: none;
}
body.checkout-index-index .page-title-wrapper {
  display: none;
}
body.checkout-index-index .page-footer,
body.checkout-index-index .page-header {
  display: none !important;
}
body.checkout-index-index .input-container,
body.checkout-index-index #checkout-step-shipping .field,
body.checkout-index-index select.select {
  position: relative;
  margin-top: 2.4rem;
  box-sizing: border-box;
  padding: 0.5rem;
  margin: 0 !important;
}
body.checkout-index-index .input-container .input-text,
body.checkout-index-index #checkout-step-shipping .field .input-text,
body.checkout-index-index select.select .input-text {
  height: 48px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  font-size: 1.4rem;
}
body.checkout-index-index .input-container .input-text:focus,
body.checkout-index-index #checkout-step-shipping .field .input-text:focus,
body.checkout-index-index select.select .input-text:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: none;
}
body.checkout-index-index .input-container .input-text:focus + .label .text,
body.checkout-index-index #checkout-step-shipping .field .input-text:focus + .label .text,
body.checkout-index-index select.select .input-text:focus + .label .text {
  font-size: 12px;
  transform: translate(0, -137%);
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
body.checkout-index-index .input-container .input-text.mage-error,
body.checkout-index-index #checkout-step-shipping .field .input-text.mage-error,
body.checkout-index-index select.select .input-text.mage-error {
  border-color: #ec3333;
}
body.checkout-index-index .input-container .input-text.mage-error:focus + .label .text,
body.checkout-index-index #checkout-step-shipping .field .input-text.mage-error:focus + .label .text,
body.checkout-index-index select.select .input-text.mage-error:focus + .label .text {
  color: #ec3333;
}
html.rtl body.checkout-index-index .input-container .input-text,
html.rtl body.checkout-index-index #checkout-step-shipping .field .input-text,
html.rtl body.checkout-index-index select.select .input-text {
  text-align: right;
}
body.checkout-index-index .input-container .label,
body.checkout-index-index #checkout-step-shipping .field .label,
body.checkout-index-index select.select .label {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}
body.checkout-index-index .input-container .label .text,
body.checkout-index-index #checkout-step-shipping .field .label .text,
body.checkout-index-index select.select .label .text {
  font-size: 1.4rem;
  transition: all 0.15s ease-out;
  color: #666;
}
html:not(.rtl) body.checkout-index-index .input-container .label,
html:not(.rtl) body.checkout-index-index #checkout-step-shipping .field .label,
html:not(.rtl) body.checkout-index-index select.select .label {
  left: 16px;
}
html.rtl body.checkout-index-index .input-container .label,
html.rtl body.checkout-index-index #checkout-step-shipping .field .label,
html.rtl body.checkout-index-index select.select .label {
  right: 16px;
}
body.checkout-index-index .input-container :not(.input-text:placeholder-shown) + .label .text,
body.checkout-index-index #checkout-step-shipping .field :not(.input-text:placeholder-shown) + .label .text,
body.checkout-index-index select.select :not(.input-text:placeholder-shown) + .label .text {
  font-size: 12px;
  transform: translate(0, -137%);
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  body.checkout-index-index .input-container .input-text,
  body.checkout-index-index #checkout-step-shipping .field .input-text,
  body.checkout-index-index select.select .input-text {
    height: 40px;
    font-size: 1.2rem;
  }
  body.checkout-index-index .input-container .label .text,
  body.checkout-index-index #checkout-step-shipping .field .label .text,
  body.checkout-index-index select.select .label .text {
    font-size: 12px;
  }
}
body.checkout-index-index .input-container .input-text,
body.checkout-index-index #checkout-step-shipping .field .input-text,
body.checkout-index-index select.select .input-text {
  padding: 16px 16px 0 !important;
}
body.checkout-index-index .input-container .input-text:focus,
body.checkout-index-index #checkout-step-shipping .field .input-text:focus,
body.checkout-index-index select.select .input-text:focus {
  outline: none;
  border-color: #00a9e0 !important;
  box-shadow: 0 0 0 1px #00a9e0;
}
body.checkout-index-index .input-container .input-text:focus + .label .text,
body.checkout-index-index #checkout-step-shipping .field .input-text:focus + .label .text,
body.checkout-index-index select.select .input-text:focus + .label .text {
  font-size: 13px;
  transform: translate(0, -56%);
  background-color: transparent;
}
body.checkout-index-index .input-container .input-text.mage-error,
body.checkout-index-index #checkout-step-shipping .field .input-text.mage-error,
body.checkout-index-index select.select .input-text.mage-error {
  outline: none;
  border-color: #ec3333 !important;
  box-shadow: 0 0 0 1px #ec3333;
}
body.checkout-index-index .input-container .input-text.mage-error:focus + .label .text,
body.checkout-index-index #checkout-step-shipping .field .input-text.mage-error:focus + .label .text,
body.checkout-index-index select.select .input-text.mage-error:focus + .label .text {
  color: #ec3333 !important;
}
body.checkout-index-index .input-container._error .input-text,
body.checkout-index-index #checkout-step-shipping .field._error .input-text,
body.checkout-index-index select.select._error .input-text {
  outline: none;
  border-color: #ec3333 !important;
  box-shadow: 0 0 0 1px #ec3333;
}
body.checkout-index-index .input-container._error .input-text:focus + .label .text,
body.checkout-index-index #checkout-step-shipping .field._error .input-text:focus + .label .text,
body.checkout-index-index select.select._error .input-text:focus + .label .text {
  color: #ec3333 !important;
}
body.checkout-index-index .input-container .label,
body.checkout-index-index #checkout-step-shipping .field .label,
body.checkout-index-index select.select .label {
  max-height: 48px;
  top: 5px;
}
body.checkout-index-index .input-container .label .text,
body.checkout-index-index #checkout-step-shipping .field .label .text,
body.checkout-index-index select.select .label .text {
  padding: 0 !important;
}
body.checkout-index-index .input-container :not(.input-text:placeholder-shown) + .label .text,
body.checkout-index-index #checkout-step-shipping .field :not(.input-text:placeholder-shown) + .label .text,
body.checkout-index-index select.select :not(.input-text:placeholder-shown) + .label .text {
  font-size: 13px;
  transform: translate(0, -56%);
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  body.checkout-index-index .input-container .label,
  body.checkout-index-index #checkout-step-shipping .field .label,
  body.checkout-index-index select.select .label {
    max-height: 40px;
  }
  body.checkout-index-index .input-container .label .text,
  body.checkout-index-index #checkout-step-shipping .field .label .text,
  body.checkout-index-index select.select .label .text {
    font-size: 13px;
  }
}
body.checkout-index-index .input-container._company,
body.checkout-index-index #checkout-step-shipping .field._company,
body.checkout-index-index select.select._company {
  display: none;
}
body.checkout-index-index .input-container._telephone,
body.checkout-index-index #checkout-step-shipping .field._telephone,
body.checkout-index-index select.select._telephone,
body.checkout-index-index .input-container._country_id,
body.checkout-index-index #checkout-step-shipping .field._country_id,
body.checkout-index-index select.select._country_id {
  width: 100%;
}
body.checkout-index-index .input-container._firstname,
body.checkout-index-index #checkout-step-shipping .field._firstname,
body.checkout-index-index select.select._firstname,
body.checkout-index-index .input-container._lastname,
body.checkout-index-index #checkout-step-shipping .field._lastname,
body.checkout-index-index select.select._lastname {
  width: 50%;
}
body.checkout-index-index .input-container._city,
body.checkout-index-index #checkout-step-shipping .field._city,
body.checkout-index-index select.select._city,
body.checkout-index-index .input-container._region_id,
body.checkout-index-index #checkout-step-shipping .field._region_id,
body.checkout-index-index select.select._region_id,
body.checkout-index-index .input-container._region,
body.checkout-index-index #checkout-step-shipping .field._region,
body.checkout-index-index select.select._region,
body.checkout-index-index .input-container._postcode,
body.checkout-index-index #checkout-step-shipping .field._postcode,
body.checkout-index-index select.select._postcode {
  width: 33.333%;
  max-width: 33.333%;
}
body.checkout-index-index .field.street {
  margin: 0 !important;
  padding: 0 !important;
}
body.checkout-index-index .continue.primary.sharp {
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #0000C8;
}
body.checkout-index-index .continue.primary.sharp:hover {
  color: #fff !important;
  background: #008ebc !important;
  border-color: #008ebc !important;
}
body.checkout-index-index .new-checkout__step__actions._payment-step .primary.sharp {
  background-color: #0000C8;
}
body.checkout-index-index #discount-form {
  align-items: center;
}
body.checkout-index-index #discount-form .input-container {
  flex-grow: 1;
}
body.checkout-index-index #discount-form .primary.sharp {
  min-width: auto;
  width: auto;
  margin-inline-start: auto;
  font-weight: 500;
  background: #0000C8 !important;
}
body.checkout-index-index #discount-form .primary.sharp:hover {
  color: #fff !important;
  background: #008ebc !important;
  border-color: #008ebc !important;
}
body.checkout-index-index .new-checkout__cart__image__qty {
  min-width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  padding: 0.25em;
}
body.checkout-index-index .js-checkout-slider p {
  margin: 0;
}
body.checkout-index-index .mobile-top-banner_container {
  display: none;
}
html.rtl body.checkout-index-index .mark {
  text-align: right !important;
}
body.checkout-index-index .new-checkout__cart__name {
  font-weight: 400;
}
body.checkout-index-index .cart-price .price {
  font-weight: 400 !important;
}
body.checkout-index-index .totals.sub .mark {
  font-weight: 400 !important;
}
body.checkout-index-index .new-checkout__estimation__header__price span {
  font-weight: 400 !important;
}
body.checkout-index-index .new-checkout__totals .mark span,
body.checkout-index-index .new-checkout__totals .amount span {
  font-weight: 400 !important;
}
body.checkout-index-index .new-checkout__footer__links {
  border-top: 1px solid #e6e6e6;
}
body.checkout-index-index .new-checkout__step__actions._payment-step {
  flex-direction: row-reverse;
}
body.checkout-index-index .new-checkout__step__actions._payment-step .primary.sharp {
  min-width: auto;
  width: auto;
  margin-inline-start: auto;
  font-weight: 500;
}
body.checkout-index-index .new-checkout__step__actions._payment-step .primary.sharp:hover {
  color: #fff !important;
  background: #008ebc !important;
  border-color: #008ebc !important;
}
body.checkout-index-index .new-checkout__step__actions._payment-step .action.action-back svg {
  width: 10px;
  height: 10px;
  fill: #00a9e0;
  transition: all 0.2s cubic-bezier(0.3, 0, 0, 1);
  margin-inline-end: 0.25em;
}
body.checkout-index-index .actions-toolbar .primary {
  padding: 0.5rem;
  display: flex;
  gap: 10px;
}
body.checkout-index-index .actions-toolbar .primary .action.sharp:not(.account-submit) {
  height: 34px;
  width: auto;
  min-width: auto;
  font-size: 1.15rem;
  min-width: 50px;
}
html.rtl body.checkout-index-index .actions-toolbar .primary {
  flex-direction: row-reverse;
}
body.checkout-index-index .email-information .email,
body.checkout-index-index .email-information span {
  line-break: anywhere;
}
body.checkout-index-index .new-checkout__shipping-information__content,
body.checkout-index-index .new-checkout__shipping-address__item__content {
  line-break: anywhere;
}
html.rtl body.checkout-index-index .modal-inner-wrap {
  margin-right: 0;
  margin-left: 0;
  left: unset;
}
body.checkout-index-index .modal-inner-wrap .modal-content,
body.checkout-index-index .modal-inner-wrap .modal-header {
  padding: 10px 16px !important;
}
body.checkout-index-index .modal-inner-wrap .action.primary {
  margin: 0 !important;
}
body.checkout-index-index .new-checkout__progress .new-checkout__progress__item.__complete {
  color: #0000C8 !important;
}
html.rtl body.checkout-index-index .new-checkout__progress__item:not(:last-child)::after {
  transform: rotate(0.5turn);
}
html.rtl body.checkout-index-index .new-checkout__step__actions button.action + a.action svg {
  transform: rotate(0.5turn);
}
body.checkout-cart-index .cart-empty__title,
body.checkout-onepage-success .cart-empty__title {
  margin-top: 16px;
  margin-bottom: 50px;
}
body.checkout-cart-index .cart-empty .primary.sharp,
body.checkout-onepage-success .cart-empty .primary.sharp,
body.checkout-cart-index .checkout-success .primary.sharp,
body.checkout-onepage-success .checkout-success .primary.sharp,
body.checkout-cart-index #registration .primary.sharp,
body.checkout-onepage-success #registration .primary.sharp {
  width: auto !important;
  margin: 0 auto !important;
  padding: 0 30px;
}
body.checkout-cart-index .cart-empty .secondary.sharp,
body.checkout-onepage-success .cart-empty .secondary.sharp,
body.checkout-cart-index .checkout-success .secondary.sharp,
body.checkout-onepage-success .checkout-success .secondary.sharp,
body.checkout-cart-index #registration .secondary.sharp,
body.checkout-onepage-success #registration .secondary.sharp {
  width: auto !important;
  margin: 0 !important;
  padding: 0 30px;
}
#discount-form .input-text {
  border: 1px solid #cbcbcb;
  font-size: 12px;
}
#discount-form .input-text:focus {
  border: 1px solid #000 !important;
}
#discount-form .input-text button {
  font-size: 1.3rem;
}
#discount-form .action-primary:hover {
  background: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.new-checkout {
  display: flex;
}
@keyframes ping {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0;
  }
}
.checkout-index-index .loading-mask {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
}
.checkout-loader-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.6px;
  font-weight: bold;
  position: absolute;
  top: calc(50% + 33px);
  left: 0;
  right: 0;
  animation: ping 2s infinite;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
}
.checkout-loader-text img {
  height: 168px;
  width: 114px;
  position: absolute;
}
@keyframes skeleton {
  100% {
    transform: translateX(100%);
  }
}
.new-checkout__cart__name._is-loading {
  overflow: hidden;
  min-height: 16px;
  max-height: 16px;
  max-width: 100%;
  min-width: 45px;
  position: relative;
  display: block;
}
.new-checkout__cart__name._is-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
}
.new-checkout__cart__name._is-loading::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: skeleton 2s infinite;
  content: '';
  z-index: 2;
}
.view-country {
  display: flex;
  align-items: center;
  height: 100%;
}
.view-SD::before {
  content: '';
  width: 27px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block;
  background-image: url('../images/flag/sudan.png');
}
.page-footer .switcher .options ul.dropdown {
  bottom: unset;
  left: unset;
  margin: unset;
  top: unset;
}
.page-footer .switcher .options ul.dropdown:before {
  display: none;
}
.page-footer .switcher .options ul.dropdown:after {
  display: none;
}
.page-footer .switcher .options ul.dropdown a {
  font-size: 11px;
}
.switcher-country {
  display: inline-block;
  vertical-align: middle;
}
.switcher-country .switcher-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.switcher-country .switcher-trigger {
  white-space: nowrap;
  color: #757575;
  text-decoration: none;
}
html:not(.rtl) .switcher-country .switcher-trigger {
  font-size: 13px;
}
html.rtl .switcher-country .switcher-trigger {
  font-size: 11px;
}
.switcher-country .switcher-trigger:visited {
  color: #999999;
  text-decoration: none;
}
.switcher-country .switcher-trigger:hover {
  color: #333333;
  text-decoration: none;
}
.switcher-country .switcher-trigger:active {
  color: #333333;
  text-decoration: none;
}
.switcher-country .switcher-trigger > strong {
  color: #323232;
  font-weight: 400;
}
.switcher-country .options {
  display: inline-block;
  position: relative;
}
.switcher-country .options:before,
.switcher-country .options:after {
  content: '';
  display: table;
}
.switcher-country .options:after {
  clear: both;
}
.switcher-country .options .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.switcher-country .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-country .options .action.toggle:hover:after {
  color: inherit;
}
.switcher-country .options .action.toggle:active:after {
  color: inherit;
}
.switcher-country .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.switcher-country .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-country .options .action.toggle.active:hover:after {
  color: inherit;
}
.switcher-country .options .action.toggle.active:active:after {
  color: inherit;
}
.switcher-country .options ul.dropdown {
  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);
}
.switcher-country .options ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.switcher-country .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.switcher-country .options ul.dropdown:before,
.switcher-country .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.switcher-country .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.switcher-country .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.switcher-country .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.switcher-country .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.switcher-country .options.active {
  overflow: visible;
}
.switcher-country .options.active ul.dropdown {
  display: block;
}
.switcher-country .options ul.dropdown {
  border: 1px solid #dddd;
  position: absolute;
  left: unset;
  top: 100%;
  z-index: 1150;
  padding: 0;
  text-align: left;
  text-transform: none;
  background-color: #fff;
}
.switcher-country .options ul.dropdown li {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.switcher-country .options ul.dropdown li.view-country > a {
  min-height: unset !important;
  font-size: 14px;
  flex: 1 0 auto;
  text-align: start;
}
.switcher-country .options ul.dropdown::before {
  display: none;
}
.switcher-country .options ul.dropdown::after {
  display: none;
}
.switcher-country a {
  font-size: 11px;
}
.switcher-country a:active {
  color: #323232;
}
.aabee-navigation__sections__content .switcher-country .options .action.toggle {
  font-size: 14px;
}
.aabee-navigation__sections__content .switcher-country .options .action.toggle:after {
  color: #323232;
}
.aabee-navigation__sections__content .switcher-trigger > strong {
  font-weight: 400;
  color: #323232;
}
.language-switcher_container {
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.language-switcher_container .switcher.language,
.language-switcher_container .switcher-language {
  margin: 0;
  float: unset;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 100%;
  transform: translateY(2px);
}
html.rtl .language-switcher_container .switcher.language > a,
html.rtl .language-switcher_container .switcher-language > a {
  order: -2;
}
html.rtl .language-switcher_container .switcher.language .switcher-language-separator,
html.rtl .language-switcher_container .switcher-language .switcher-language-separator {
  order: -1;
}
.language-switcher_container .switcher-language-separator {
  margin-inline: 10px;
  opacity: 0.8;
}
.language-switcher_container .view-language {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
}
.language-switcher_container .view-language:not(a) {
  color: #0000C8;
}
.language-switcher_container a.view-language {
  cursor: pointer;
}
body.cms-home ul,
body.cms-home li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@keyframes skeleton {
  100% {
    transform: translateX(100%);
  }
}
body.cms-home .homepage-products .product-items:not(.slick-initialized),
body.cms-home .homepage-products-list .product-items:not(.slick-initialized) {
  max-height: 288px;
  overflow: hidden;
  position: relative;
}
body.cms-home .homepage-products .product-items:not(.slick-initialized) div,
body.cms-home .homepage-products-list .product-items:not(.slick-initialized) div,
body.cms-home .homepage-products .product-items:not(.slick-initialized) img,
body.cms-home .homepage-products-list .product-items:not(.slick-initialized) img {
  opacity: 0;
}
body.cms-home .homepage-products .product-items:not(.slick-initialized)::before,
body.cms-home .homepage-products-list .product-items:not(.slick-initialized)::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
}
body.cms-home .homepage-products .product-items:not(.slick-initialized)::after,
body.cms-home .homepage-products-list .product-items:not(.slick-initialized)::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: skeleton 2s infinite;
  content: '';
  z-index: 2;
}
body.cms-home .homepage-products-list .product-items:not(.slick-initialized) {
  max-height: 450px;
}
body.cms-home .hero-slider .top-slider:not(.is-splide-loaded) {
  max-height: 500px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 1.5em;
}
body.cms-home .hero-slider .top-slider:not(.is-splide-loaded) div,
body.cms-home .hero-slider .top-slider:not(.is-splide-loaded) img {
  opacity: 0;
}
body.cms-home .hero-slider .top-slider:not(.is-splide-loaded)::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
}
body.cms-home .hero-slider .top-slider:not(.is-splide-loaded)::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: skeleton 2s infinite;
  content: '';
  z-index: 2;
}
.games-group .product-item-details {
  display: none;
}
.games-group .games-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(55, 125, 255, 0.4);
  width: 100%;
  max-width: 400px;
}
.games-group .games-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
}
.games-group .games-header .header-icon {
  width: 50px;
  height: 50px;
}
.games-group .games-header h2 {
  font-weight: 400;
  font-size: 19px;
  margin: 0;
  color: #000;
}
html:not(.rtl) .games-group .games-header h2 {
  margin-right: auto;
}
html.rtl .games-group .games-header h2 {
  margin-left: auto;
}
.games-group .games-header .see-more {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #677788;
  /* Text color */
  text-decoration: none;
  display: inline-block;
  padding-right: 25px;
  /* Space for the arrow */
  transition: all 0.3s ease;
  /* Smooth hover effect */
}
.games-group .games-header .see-more::after {
  content: "➔";
  /* Arrow symbol */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  /* Arrow size */
  color: #677788;
  /* Arrow color */
  transition: all 0.3s ease;
}
.games-group .games-header .see-more:hover::after {
  right: -5px;
  /* Slide the arrow slightly on hover */
  color: #0000C8;
}
.games-group .product-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 20px;
}
.games-group .product-items .product-item {
  list-style: none;
}
.games-group .product-items .product-item img {
  width: 100%;
  border-radius: 10px;
}
.homepage-products,
.homepage-products-list {
  margin-bottom: 30px;
  margin-top: 50px;
}
.why-section {
  text-align: center;
  padding: 40px 20px;
}
.why-section h2 {
  font-size: 32px;
  color: #0000C8;
  margin-bottom: 10px;
  font-weight: 400;
}
.why-section p {
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom: 40px;
}
.features-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.feature-item {
  background-color: #f4f4f4;
  padding: 5px;
  border-radius: 10px;
  flex: 1;
  min-width: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.feature-item img {
  max-width: 30%;
  margin-bottom: 10px;
}
.feature-item h3 {
  font-size: 16px;
  color: #5a5a5a;
}
.promo-section-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  flex-wrap: wrap;
  /* Allows content to wrap in smaller screens */
}
.promo-section {
  background-color: #f4f4f4;
  padding-top: 35px;
  padding-bottom: 35px;
}
.promo-section .btn {
  display: inline-block;
  background-color: #0000C8;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 17px;
}
.promo-section .btn::after {
  content: "➔";
  /* Arrow symbol */
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  /* Arrow size */
  color: #fff;
  /* Arrow color */
  transition: all 0.3s ease;
}
.promo-text {
  max-width: 45%;
  flex: 1;
  color: #000;
}
.promo-text h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.promo-text p {
  font-size: 20px;
  margin-bottom: 15px;
}
.promo-image img {
  width: 250px;
  flex: 0 0 auto;
}
.product-list-widget .product-card {
  border: 15px solid transparent;
  box-sizing: border-box;
  text-align: center;
}
.product-list-widget .price-box.price-final_price {
  justify-content: center;
}
.product-list-widget .price-label {
  display: none;
}
.product-list-widget .action.towishlist {
  display: none;
}
.product-list-widget .product-card__holder {
  background: #efefef;
  box-shadow: 1px 1px 8px 3px #e7e7e7;
  min-height: 300px;
  padding: 20px;
  border-radius: 15px;
}
.product-list-widget .product-card__holder:hover {
  background: #4a4747;
}
.product-list-widget .product-card__holder:hover .product-item-link {
  color: #000;
}
.product-list-widget .product-image-photo {
  border-radius: 11%;
}
.product-list-widget .product-card__info {
  padding-top: 5px;
}
.product-list-widget .product-card__info .product-card__title {
  min-height: 40px;
  height: 40px;
  display: block;
}
.product-list-widget .product-card__info .product-card__title .text {
  color: #0000C8;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
}
.product-list-widget .product-card__info .short-description {
  text-align: center;
  font-size: 16px;
  line-height: 21pX;
  min-height: 90px;
  margin-top: 5px;
  color: #000;
}
.product-list-widget .product-card__info .price-box {
  text-align: center;
  min-height: 40px;
  color: #000;
}
.product-list-widget .product-card__info button.action.tocart.primary {
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 25px;
  padding: 5px;
}
.homepage-products-list .actions-secondary {
  display: none;
}
.homepage-products-list .product-image-photo {
  border-radius: 11%;
  height: 7.9em;
}
.homepage-products-list .product-item-details {
  padding-top: 5px;
}
.homepage-products-list .product-item-details .product-item-name {
  min-height: 40px;
  height: 40px;
  display: block;
}
.homepage-products-list .product-item-details .product-item-name .product-item-link {
  color: #0000C8;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
}
.homepage-products-list .product-item-details .short-description {
  text-align: center;
  font-size: 16px;
  line-height: 21pX;
  min-height: 30px;
  margin-top: 5px;
  color: #000;
}
.homepage-products-list .product-item-details .price-box {
  text-align: center;
  min-height: 40px;
  color: #000;
}
.homepage-products-list .product-item-details button.action.tocart.primary {
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 25px;
  padding: 5px;
}
.cms-home.page-layout-1column .homepage-products-list .block.widget .products-grid .product-item {
  border: 15px solid transparent;
  box-sizing: border-box;
  text-align: center;
}
.cms-home.page-layout-1column .homepage-products-list .block.widget .products-grid .product-item .product-item-info {
  background: #efefef;
  box-shadow: 1px 1px 8px 3px #e7e7e7;
  min-height: 300px;
  padding: 20px;
  border-radius: 15px;
}
.cms-home.page-layout-1column .homepage-products-list .block.widget .products-grid .product-item .product-item-info:hover {
  background: #4a4747;
}
.cms-home.page-layout-1column .homepage-products-list .block.widget .products-grid .product-item .product-item-info:hover .product-item-link {
  color: #000;
}
.cms-home.page-layout-1column .homepage-products .block.widget .products-grid .product-item {
  border: 10px solid transparent;
  box-sizing: border-box;
}
.cms-home.page-layout-1column .block.widget .products-grid .product-item {
  width: unset;
}
.hero-slider .top-slider_details .action-homepage.btn-homepage.secondary {
  display: none;
}
.homepage-products,
.homepage-products-list,
.product-list-widget {
  /* Style the Slick dots container */
  /* Style each dot */
  /* Style the active dot differently */
}
.homepage-products .slick-dots,
.homepage-products-list .slick-dots,
.product-list-widget .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 20px 0;
  /* Adjust this for positioning */
  list-style: none;
}
.homepage-products .slick-dots li,
.homepage-products-list .slick-dots li,
.product-list-widget .slick-dots li {
  margin: 0 1px;
  /* Adds space between dots */
}
.homepage-products .slick-dots li button,
.homepage-products-list .slick-dots li button,
.product-list-widget .slick-dots li button {
  width: 10px;
  /* Adjust size as needed */
  height: 10px;
  font-size: 11px;
  border-radius: 50%;
  /* Makes the dots circular */
  background-color: #0000C8;
  /* Dot background color */
  border: none;
  color: white;
  padding: 0;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.40;
}
.homepage-products .slick-dots li.slick-active button,
.homepage-products-list .slick-dots li.slick-active button,
.product-list-widget .slick-dots li.slick-active button {
  background-color: #0000C8;
  /* Darker color for active dot */
  opacity: 1;
}
.homepage-products .slick-prev,
.homepage-products-list .slick-prev,
.product-list-widget .slick-prev,
.homepage-products .slick-next,
.homepage-products-list .slick-next,
.product-list-widget .slick-next {
  background: #0000C8 !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
.homepage-products .slick-prev:before,
.homepage-products-list .slick-prev:before,
.product-list-widget .slick-prev:before,
.homepage-products .slick-next:before,
.homepage-products-list .slick-next:before,
.product-list-widget .slick-next:before {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.homepage-products .slick-prev,
.homepage-products-list .slick-prev,
.product-list-widget .slick-prev {
  left: -5.2rem;
  transform: translateY(-50%) rotate(0turn);
}
.homepage-products .slick-next,
.homepage-products-list .slick-next,
.product-list-widget .slick-next {
  right: -5.2rem;
  transform: translateY(-50%) rotate(0turn);
}
.homepage-products[dir="ltr"] .slick-prev,
.homepage-products-list[dir="ltr"] .slick-prev,
.product-list-widget[dir="ltr"] .slick-prev {
  left: -5.2rem;
  right: unset;
  transform: translateY(-50%) rotate(0turn);
}
.homepage-products[dir="ltr"] .slick-next,
.homepage-products-list[dir="ltr"] .slick-next,
.product-list-widget[dir="ltr"] .slick-next {
  right: -5.2rem;
  left: unset;
  transform: translateY(-50%) rotate(0turn);
}
.homepage-products .pager {
  display: none;
}
.homepage-products .product-item .product-item-details {
  display: none;
}
.homepage-products img {
  border-radius: 11%;
  padding: 2px;
}
@keyframes draw {
  0% {
    transform: translateY(0px);
    filter: drop-shadow(0px 0px 0px rgba(36, 26, 21, 0.3));
  }
  50% {
    transform: translateY(-20px);
    filter: drop-shadow(0px 16px 6px rgba(36, 26, 21, 0.1));
  }
  100% {
    transform: translateY(0px);
    filter: drop-shadow(0px 0px 0px rgba(36, 26, 21, 0.3));
  }
}
.top-slider_wrapper {
  display: block;
  position: relative;
}
.top-slider img {
  width: 100%;
  display: block;
  border-radius: 1.5em;
}
.splide__arrows {
  display: flex;
  padding: 0 1.2rem;
}
.splide__arrows svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  font-weight: 400;
}
.splide__arrows .splide__arrow {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  z-index: 4;
}
.splide__arrows .splide__arrow,
.splide__arrows .splide__arrow:hover,
.splide__arrows .splide__arrow:focus,
.splide__arrows .splide__arrow:active {
  background: #0000C8 !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.splide__arrows .splide__arrow.splide__arrow--next {
  left: 1.2rem;
  transform: translateY(-50%) rotate(0.5turn);
}
.splide__arrows .splide__arrow.splide__arrow--prev {
  right: 1.2rem;
  transform: translateY(-50%) rotate(0turn);
}
.splide__arrows.splide__arrows--ltr .splide__arrow.splide__arrow--prev {
  left: 1.2rem;
  right: unset;
  transform: translateY(-50%) rotate(0.5turn);
}
.splide__arrows.splide__arrows--ltr .splide__arrow.splide__arrow--next {
  right: 1.2rem;
  left: unset;
  transform: translateY(-50%) rotate(0turn);
}
.action-homepage.btn-homepage.secondary {
  border-color: #323232;
  color: #323232;
  margin-top: 32px;
}
.action-homepage.btn-homepage.secondary > span {
  font-weight: 300;
}
.action-homepage.btn-homepage.secondary:hover {
  background: #10b5ec;
  border-color: transparent;
  color: #fff;
}
.twins-widget {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0 16px;
}
.twins-widget_item {
  position: relative;
  flex: 0 0 50%;
}
.twins-widget_item.dark .action-homepage.btn-homepage.secondary {
  color: #000;
  border-color: currentColor;
}
.twins-widget_item.dark .action-homepage.btn-homepage.secondary:hover,
.twins-widget_item.dark .action-homepage.btn-homepage.secondary:focus,
.twins-widget_item.dark .action-homepage.btn-homepage.secondary:active {
  border-color: transparent;
  color: #fff;
}
.twins-widget_title {
  font-weight: 500;
  margin-bottom: 0;
}
.twins-widget_text {
  font-size: 16px;
}
.block-title.clickable {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding-right: 10px;
  transition: all 0.3s ease;
}
.block-title.clickable .see-more {
  position: relative;
  font-size: 21px;
  font-weight: 400;
  color: #677788;
  text-decoration: none;
  display: inline-block;
  padding-right: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.block-title.clickable .see-more:hover {
  color: #007bff;
}
.block-title.clickable .see-more::after {
  content: "➔";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #677788;
  transition: 0.3s;
}
.block-title.clickable .see-more:hover::after {
  color: #007bff;
}
.catalogsearch-result-index [data-product-type="configurable"] .price-box {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
body.catalog-category-view .price-box {
  display: none;
}
body.catalog-category-view .page-main {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
body.catalog-category-view .products.products-grid {
  max-width: 1280px;
  margin: 0 auto;
}
body.catalog-category-view .product-image-photo {
  max-height: 200px;
  width: 240px;
  object-fit: contain;
}
body.catalog-category-view .products.list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin: 0;
  box-sizing: border-box;
}
body.catalog-category-view .products .product.item {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #fff;
  padding: 2.5rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: .15s;
  transition-timing-function: linear;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: block !important;
}
body.catalog-category-view .products .product.item .price-label {
  display: none !important;
}
body.catalog-category-view .product-price_ribbon-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
html:not(.rtl) body.catalog-category-view .product-price_ribbon-container {
  left: -0.125rem;
}
html.rtl body.catalog-category-view .product-price_ribbon-container {
  right: -0.125rem;
}
body.catalog-category-view .product-price_ribbon-label {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.25rem;
  --transform-translate-x: -50%;
  --transform-translate-y: -50%;
  text-align: center;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
body.catalog-category-view .product-price_ribbon-bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
body.catalog-category-view .block-category,
body.catalog-category-view .breadcrumbs {
  display: none !important;
}
body.catalog-category-view .special-price .price {
  font-weight: 500 !important;
  font-size: 2rem !important;
}
body.catalog-category-view .product-item-content .action.primary {
  min-width: unset;
  padding-inline: 2rem;
}
body.catalog-category-view .product-item-content .action.primary:hover {
  background: #0000C8;
  border-color: #0000C8;
  color: #fff;
}
html.rtl body.catalog-category-view .product-item-content .action.primary {
  margin-right: auto;
}
html:not(.rtl) body.catalog-category-view .product-item-content .action.primary {
  margin-left: auto;
}
body.catalog-category-view .product-item-link {
  font-weight: 300;
  font-size: 1.8rem;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: #ffffff;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 15px;
}
.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: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.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;
}
.qty-increment__container {
  width: 120px;
  background: #ffffff;
  border-radius: 1px;
  white-space: nowrap;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 7px 6px 8px;
}
.qty-increment__container--small {
  width: 100px;
}
.qty-increment__container--medium {
  width: 100px;
}
.qty-increment__container--large {
  width: 130px;
}
.qty-increment__container .qty-increment__button {
  height: 32px;
  line-height: 32px;
  text-align: center;
  flex: 0 0 auto;
  cursor: pointer;
  user-select: none;
}
.qty-increment__container .qty-increment__input {
  height: 32px;
  text-align: center;
  border: none;
  background: none;
  font-size: 12px;
}
.qty-increment__container .qty-increment__input--small {
  height: 26px;
}
.qty-increment__container .qty-increment__input--medium {
  height: 38px;
}
.qty-increment__container .qty-increment__input--large {
  height: 52px;
}
.product-add-form .box-tocart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details {
  margin-bottom: 40px;
}
.gallery-placeholder__image {
  border-radius: 13px;
}
.product-list-widget__title {
  text-align: center;
  font-size: 31px;
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
}
.block-breadcrumbs-container {
  padding: 0.5em 0;
  color: #6a6a6a;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.block-breadcrumbs-container .block-breadcrumbs__item {
  display: inline;
}
.block-breadcrumbs-container .block-breadcrumbs__item:not(:last-child) {
  display: inline-block;
}
.block-breadcrumbs-container .block-breadcrumbs__item:not(:last-child):after {
  color: #6a6a6a;
  content: "/";
  margin-left: 0.4em;
  display: inline-block;
}
body.catalog-product-view .page-header .header.content {
  position: relative !important;
  top: var(--header-content-height, 0) !important;
}
body.catalog-product-view .block-breadcrumbs {
  min-height: 75px;
}
html.rtl body.catalog-product-view .column.main {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 40px;
  max-width: 100%;
}
body.catalog-product-view .gallery-placeholder {
  position: relative;
}
body.catalog-product-view .product-price_ribbon-container:not(.__pdp) {
  display: none;
}
body.catalog-product-view .product-price_ribbon-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
html:not(.rtl) body.catalog-product-view .product-price_ribbon-container {
  left: -0.125rem;
}
html.rtl body.catalog-product-view .product-price_ribbon-container {
  right: -0.125rem;
}
body.catalog-product-view .product-price_ribbon-label {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.25rem;
  --transform-translate-x: -50%;
  --transform-translate-y: -50%;
  text-align: center;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
body.catalog-product-view .product-price_ribbon-bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
body.catalog-product-view .price-box.price-final_price {
  display: flex;
}
body.catalog-product-view .price-box.price-final_price .old-price.sly-old-price .price-wrapper .price {
  font-size: 2.8rem !important;
  text-decoration: line-through;
  margin-inline-end: 1rem;
}
.product-title-wrapper .page-title {
  font-size: 24px;
  font-weight: 600;
}
.product-options-bottom span.price-label,
.product-info-price span.price-label {
  display: none !important;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 24px !important;
  color: #323232;
}
.page-product-configurable .product-info-price {
  display: none !important;
}
.page-product-configurable .product-info-price._rendered {
  display: block !important;
}
.product-quantity_wrapper {
  width: auto;
  border: none;
  padding: 0;
}
.product-quantity_wrapper:not(._rendered) {
  min-height: 40px;
  width: 224px;
  border: 0.6px solid #000;
  border-radius: 30px;
}
.product-quantity_wrapper:not(._rendered) input {
  display: none !important;
}
.product-quantity_wrapper .qty-increment__button {
  font-family: inherit;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  display: flex;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background-color: #fff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #000;
  transition-property: border-color, background, color, transform, box-shadow;
  border: 0.6px solid #000;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  user-select: none;
}
.product-quantity_wrapper .qty-increment__button._disabled {
  color: #ddd !important;
  cursor: not-allowed;
}
.product-quantity_wrapper .qty-increment__button._minus {
  border-radius: 30px 0 0 30px;
}
html.rtl .product-quantity_wrapper .qty-increment__button._minus {
  border-radius: 0 30px 30px 0;
}
.product-quantity_wrapper .qty-increment__button._plus {
  border-radius: 0 30px 30px 0;
}
html.rtl .product-quantity_wrapper .qty-increment__button._plus {
  border-radius: 30px 0 0 30px;
}
.product-quantity_wrapper .qty-increment__button:hover {
  border-width: 1px;
  border-color: #999;
  background-color: #fafafa;
  color: #000;
  transition: border-color;
  z-index: 10;
}
.product-quantity_wrapper .qty-increment__button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.product-quantity_wrapper .qty-increment__button:disabled {
  cursor: not-allowed;
}
.product-quantity_wrapper .qty-increment__input {
  font-family: inherit;
  font-size: 1.75rem;
  width: 100%;
  border-top: 0.6px solid #000;
  border-bottom: 0.6px solid #000;
  pointer-events: auto;
  height: 100%;
  min-height: 40px;
  width: 145px;
  flex-grow: 1;
  user-select: none;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.config-box_wrapper {
  display: flex;
  flex-direction: column;
}
.config-box_wrapper .product-description_container {
  order: -1;
  display: flex;
  flex-flow: column;
}
.config-box_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 2.2rem;
}
.config-box_item._qty {
  order: -2;
}
.config-box_item-label {
  font-weight: 500;
  font-size: 16px;
}
.product-reviews-summary,
.product-reviews-summary.empty {
  display: none !important;
}
.product-description_container .product.description {
  overflow: hidden;
}
.product-description_container .learn-more {
  background: transparent;
  color: #0000C8;
  border: 0;
  font-weight: 400;
  padding: 0;
  margin-block: 1.2rem;
  font-size: 16px;
  display: flex;
  line-height: 20px;
}
.product-description_container .learn-more_icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-inline: 0.5rem;
  display: block;
  transform: rotate(180deg);
  fill: #0000C8;
}
.product-description_container:not(._empty) .learn-more_wrapper {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.product-description_container:not(._empty) .learn-more_wrapper::before {
  content: " ";
  position: absolute;
  height: 45px;
  width: 100%;
  bottom: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75) 54%, #ffffff);
  display: none;
}
.product-description_container.pre-render .product.description {
  height: 100px;
  overflow: hidden;
}
.product-description_container.less .learn-more {
  line-height: 1.15;
}
.product-description_container.less .learn-more_icon {
  transform: rotate(0deg);
}
.product-description_container.less .learn-more_wrapper::before {
  display: block;
}
.product-coupon-btn {
  margin-bottom: 0.625rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.product-coupon-coupon {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}
.product-coupon-coupon-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem;
  background-color: #fbe6da;
  border-radius: 0.25rem;
  padding-inline-end: 3rem;
}
.product-coupon-coupon-info .product-coupon-price-box {
  flex: 1 1;
  text-align: center;
  font-weight: 700;
  color: #ed844a;
  border-right: 1px dashed #fff;
}
.product-coupon-coupon-info .product-coupon-price {
  font-size: 28px;
}
.product-coupon-coupon-info .product-coupon-off {
  margin-left: 0.5rem;
  font-size: 16px;
}
.product-coupon-coupon-info .product-coupon-code {
  margin-right: 1.875rem;
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 300;
  color: #666;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.product-coupon-coupon-info .product-coupon-copy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70%;
  padding: 13px 10px 11px;
}
.product-coupon-copy-btn {
  display: flex;
  height: 3.5rem;
  width: 13rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: 700;
  color: #fff;
  background-color: #ed844a !important;
  border: 1px solid #ed844a !important;
  border-radius: 97px;
}
.product-coupon-copy-btn._copied {
  background-color: #fff !important;
  border: 1px solid #ed844a !important;
  color: #ed844a !important;
}
.product-coupon-icon {
  margin-right: 0.25rem;
  margin-bottom: 2px;
  height: 1rem;
  width: 1rem;
  font-size: 16px;
  line-height: 22px;
}
.count-down-coupon-text {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
.product-coupon-code .flat-input {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: none !important;
  margin-right: 1.875rem;
  font-size: 1.1rem;
  line-height: 1rem;
  font-weight: 300;
  color: #666;
}
.product-coupon-code .flat-input::selection {
  background: transparent !important;
}
.product-add-form .field.configurable.required {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.product-add-form .product-options-wrapper .field .control {
  width: 40% !important;
}
.product-add-form select {
  height: 48px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  font-size: 1.4rem;
}
.product-add-form select:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: none;
}
html.rtl .product-add-form select {
  text-align: right;
}
.product-details__item {
  border-radius: 10px;
  box-shadow: 0 4px 8px #0000C82e;
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.product-details__item:hover {
  box-shadow: 0 8px 16px #0000C82e;
}
.product-details__title {
  text-decoration: none;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  cursor: pointer;
  color: #333;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}
.product-details__title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-details__title::after {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  font-weight: bold;
}
html:not(.rtl) .product-details__title::after {
  right: 15px;
}
html.rtl .product-details__title::after {
  left: 15px;
}
.product-details__title:hover {
  background-color: #eaeaea;
}
.product-details__title.__opened:after {
  content: '\e621';
}
.product-details__title.__opened + .product-details__content {
  display: block;
}
.product-details__content {
  display: none;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  background-color: #fafafa;
}
.product-details__content .table {
  border: none;
}
.product-details__content .table > thead > tr > th,
.product-details__content .table > tbody > tr > th,
.product-details__content .table > tfoot > tr > th,
.product-details__content .table > thead > tr > td,
.product-details__content .table > tbody > tr > td,
.product-details__content .table > tfoot > tr > td {
  border: none;
}
.product-details__content .table > tbody > tr:nth-child(odd) > td,
.product-details__content .table > tbody > tr:nth-child(odd) > th {
  background: #f6f6f6;
}
.product-details__content .table .col.label::after {
  content: ':';
}
.fotorama-item .fotorama__nav__shaft {
  display: flex;
  height: 132px !important;
  justify-content: flex-start;
  width: 75vw !important;
}
.fotorama-item .fotorama__nav__shaft .fotorama__thumb-border {
  display: none !important;
}
.fotorama-item .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--thumb {
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.fotorama-item .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 1;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame {
  width: 20% !important;
  max-width: 102px;
  height: 100% !important;
  margin: 0;
}
.fotorama-item.fotorama--fullscreen {
  background: rgba(0, 0, 0, 0.85) !important;
}
.fotorama-item.fotorama--fullscreen .fotorama__nav__shaft {
  width: 200vw !important;
}
.fotorama-item.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame {
  width: 20% !important;
  max-width: 102px;
  height: 100% !important;
  margin: 0;
}
.fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon {
  background: url('..//images/icons/close-white.png') center / cover no-repeat !important;
  width: 32px !important;
  height: 32px !important;
  margin: 1.2rem;
}
.fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon,
.fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon:hover,
.fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon:focus {
  box-shadow: none;
  outline: none;
}
.fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon::after {
  content: none;
}
.fotorama-item .fotorama__arr,
.fotorama-item .fotorama__arr:hover {
  height: 50px;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 50px;
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.fotorama-item .fotorama__arr__arr {
  background: url('..//images/icons/back.png') center / cover no-repeat !important;
  width: 80% !important;
  height: 80% !important;
  filter: brightness(8);
}
.fotorama-item .fotorama__arr.fotorama__arr--next {
  transform: rotate(0.5turn) !important;
}
html.rtl .fotorama-item .fotorama__arr .fotorama__arr--prev {
  transform: rotate(0.5turn) !important;
}
.gallery-placeholder.__limited .fotorama-item .fotorama__nav__shaft {
  width: 100% !important;
  max-width: 100% !important;
}
body.catalogsearch-result-index {
  color: #202223;
  background-color: #fff;
}
body.catalogsearch-result-index .page-header .header.content {
  position: relative !important;
  top: var(--header-content-height, 0) !important;
}
body.catalogsearch-result-index .page-header {
  z-index: 1;
}
body.catalogsearch-result-index .main-page-title {
  padding-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 2.5rem;
  line-height: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #000;
  display: inline-block;
}
body.catalogsearch-result-index .search-page-top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
body.catalogsearch-result-index .search-page-top p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 2.2rem;
  line-height: 1.75rem;
  font-weight: 700;
}
body.catalogsearch-result-index .search-page-top svg {
  cursor: pointer;
  width: 25px;
}
body.catalogsearch-result-index .info-section {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding: 3rem 0 0;
}
body.catalogsearch-result-index .page-noroute__search p {
  font-size: 14px;
  font-weight: 300;
  padding: 3rem 0 0;
}
body.catalogsearch-result-index .products.product-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3rem;
}
body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
  gap: 2rem;
  background: #efefef;
  box-shadow: 1px 1px 8px 3px #e7e7e7;
  min-height: 300px;
  padding: 20px;
  border-radius: 15px;
}
body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info .product-item-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info .product.product-item-photo,
body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info .product.product-item-photo span {
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
}
body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info .product.product-item-photo .product-image-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info .product-price_ribbon-container,
body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info .price-label {
  display: none !important;
}
body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info .action.primary {
  width: unset;
  min-width: unset;
  display: inherit;
  max-width: 88px;
  height: 38px;
  font-weight: 100;
  font-family: inherit;
  border-radius: 0.5rem;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info .action.primary:hover {
  background: #00a7e1;
  border: 1px solid #00a7e1;
  color: #ffffff;
}
body.catalogsearch-result-index .breadcrumbs,
body.catalogsearch-result-index dl.block {
  display: none !important;
}
body.catalogsearch-result-index .form.minisearch__form {
  display: flex;
  position: relative;
  z-index: 10;
  width: 100%;
  border-width: 1px;
  margin-bottom: 3.5rem;
}
body.catalogsearch-result-index .form.minisearch__form svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  width: 1.5rem;
}
html.rtl body.catalogsearch-result-index .form.minisearch__form svg {
  left: unset;
  right: 0.5rem;
}
body.catalogsearch-result-index .form.minisearch__form .input-text {
  padding-inline-start: 2.5rem;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #666;
}
body.catalogsearch-result-index .form.minisearch__form .input-text:focus,
body.catalogsearch-result-index .form.minisearch__form .input-text:active {
  border-width: 2px;
  border-color: #000;
}
body.catalogsearch-result-index .ias-trigger.ias-trigger-next {
  padding: 0 !important;
}
body.catalogsearch-result-index .ias-trigger.ias-trigger-next .load-more {
  padding: 2.5rem 0 !important;
  border: 0 !important;
}
/* Default styles for desktop (large screens) */
.swatch-option {
  display: inline-table !important;
  /* Ensure proper alignment */
  height: 200px;
  /* Fixed height for desktop */
  text-align: center;
  vertical-align: top;
  padding: 5px;
  box-sizing: border-box;
  /* Include padding in the height/width */
  border: 1px solid #ccc;
  /* Optional: Add a border for better structure */
  overflow: hidden;
  /* Prevent overflow of content */
  display: flex;
  /* Use flexbox for consistent layout */
  flex-direction: column;
  /* Stack children vertically */
  justify-content: space-between;
  /* Space between image and title */
}
.option-swatch-image {
  width: auto;
  /* Maintain aspect ratio for the image width */
  height: 70%;
  /* Image occupies 70% of the container's height */
  object-fit: contain;
  /* Ensure the image fits without distorting */
  display: block;
  margin: 0 auto;
  /* Center the image horizontally */
}
.option-swatch-title {
  height: 30%;
  /* Title occupies 30% of the container's height */
  line-height: 1.2;
  /* Adjust the line height for better readability */
  font-size: 14px;
  /* Adjust the font size */
  text-align: center;
  /* Center the text */
  display: flex;
  /* Use flexbox to align text in the middle */
  align-items: center;
  justify-content: center;
  margin: 0;
  /* Remove default margins */
  padding-top: 10px;
  /* Optional: Add extra padding for separation */
  overflow: hidden;
  /* Truncate overflow text if necessary */
}
/* Responsive styles for mobile (small screens) */
@media (max-width: 768px) {
  .swatch-option {
    height: 150px !important;
    /* Fixed height for the container */
    padding: 5px;
  }
  .option-swatch-image {
    height: 60%;
    /* Image occupies 60% of the container */
    object-fit: contain;
    /* Ensure the image stays within bounds */
    margin: 0 auto;
    /* Center the image horizontally */
  }
  .option-swatch-title {
    height: 40%;
    /* Title occupies the remaining height */
    font-size: 12px;
    /* Adjust font size for smaller screens */
    padding-top: 10px;
    /* Adjust padding */
  }
}
.sold-out {
  position: relative;
  pointer-events: none;
  /* Disable interactions with the sold-out item */
  border: 2px solid #ff4d4d;
  /* Optional: Red border to emphasize sold-out status */
  border-radius: 8px;
  overflow: hidden;
  /* Ensures content stays within the container */
}
.sold-out::before {
  content: "Sold Out";
  /* Text to display */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  /* Slightly larger font size */
  font-weight: bold;
  color: white;
  /* White text for high contrast */
  background-color: rgba(0, 0, 0, 0.7);
  /* Semi-transparent dark background */
  padding: 12px 24px;
  border-radius: 10px;
  text-transform: uppercase;
  /* Uppercase for better impact */
  letter-spacing: 2px;
  /* Slight letter spacing for a modern feel */
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  /* Add subtle shadow for depth */
  display: inline-flex;
  /* Align the text inline */
  align-items: center;
  /* Vertically center the text */
  justify-content: center;
  /* Horizontally center the text */
  white-space: nowrap;
  /* Prevent the text from wrapping */
}
.sold-out img {
  opacity: 0.6;
  /* Slightly faded image */
  filter: grayscale(70%) blur(3px);
  /* Keep grayscale and blur effect */
  transition: opacity 0.3s ease;
  /* Smooth fade-out effect */
}
.sold-out img:hover {
  opacity: 0.7;
  /* Slightly increase opacity when hovered */
  filter: none;
  /* Remove grayscale/blur effect when hovered */
}
/* Mobile adjustments */
@media (max-width: 768px) {
  .sold-out::before {
    font-size: 18px;
    /* Smaller font size for mobile */
    padding: 10px 20px;
    /* Adjust padding to fit mobile screens */
    width: auto;
    /* Allow width to adjust automatically */
    max-width: 60%;
    /* Limit width on mobile */
    top: 60%;
    /* Adjust top position for mobile */
  }
  .sold-out img {
    opacity: 0.5;
    /* Faded image for better visibility of the "Sold Out" text */
  }
}
@media (max-width: 480px) {
  .sold-out::before {
    font-size: 16px;
    /* Further reduce font size on very small screens */
    padding: 8px 16px;
    /* Smaller padding for smaller devices */
  }
  .sold-out img {
    opacity: 0.4;
    /* Faded image for smaller screens */
  }
}
.old-price,
.old.price {
  color: #666666;
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.4rem;
}
.product.media .product.thumbs {
  margin: 10px 0 15px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.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;
  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: .4rem;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #999999;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #999999;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #999999;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.swatch-attribute-options.swatches-loading {
  position: relative;
  max-height: 200px;
  min-height: 150px;
  overflow: hidden;
}
@keyframes skeleton {
  100% {
    transform: translateX(100%);
  }
}
.swatch-attribute-options.swatches-loading div,
.swatch-attribute-options.swatches-loading img {
  opacity: 0;
}
.swatch-attribute-options.swatches-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
}
.swatch-attribute-options.swatches-loading::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: skeleton 2s infinite;
  content: '';
  z-index: 2;
}
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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.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;
}
.page-not-found {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
.page-not-found h1 {
  font-size: 8rem;
  color: #0000C8;
  animation: bounce 1s infinite;
}
.page-not-found h2 {
  font-size: 4rem;
  color: #333;
  margin-bottom: 10px;
}
.page-not-found p {
  font-size: 1.8rem;
  color: #777;
}
.page-not-found .back-link {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #0000C8;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.page-not-found .back-link:hover {
  background-color: #0000C8;
}
.page-not-found .cart-animation img {
  width: 100%;
  max-width: 250px;
  animation: slide 3s ease-in-out infinite;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.helpdesk-ticket-create .fieldset :last-child {
  margin-top: 0;
}
.hdmx__contact-form .fieldset label {
  text-align: initial !important;
}
.contact-index-index .page-title-wrapper {
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.8rem;
  margin: 4.2rem 0;
  min-height: 3.8rem;
}
.contact-index-index .hdmx__contact-form {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 1.2rem;
  margin: 0 auto 20rem;
}
.contact-index-index .page-wrapper .form.contact button.action.primary {
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.6rem;
  height: 48px;
  width: 100%;
  margin-top: 40px;
}
.contact-index-index input[type="text"] {
  height: 42px;
}
.contact-index-index .hdmx__contact-form .fieldset .legend {
  font-size: 2.5rem;
  line-height: 2.3rem;
  font-weight: 500;
  margin-top: 1rem;
  border-bottom: none;
  padding-right: 2rem;
  margin-bottom: 1rem;
}
.contact-index-index .fieldset :last-child {
  margin-top: 0;
}
.faq-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h1 {
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}
#faq-search {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.faq-section {
  border-top: 1px solid #ddd;
}
.faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-question {
  background-color: #f2f2f2;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.faq-question:hover {
  background-color: #e8e8e8;
}
.faq-question::after {
  content: '+';
  font-size: 20px;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
  color: #0000C8;
}
.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  padding: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  background-color: #f9f9f9;
}
.clp-pages h2 {
  margin-top: 20px;
  font-size: 1.8em;
  color: #0044cc;
  border-bottom: 2px solid #0044cc;
  padding-bottom: 10px;
}
.clp-pages h3 {
  margin-top: 15px;
  font-size: 1.5em;
  color: #333;
}
.clp-pages p,
.clp-pages li {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #555;
}
.clp-pages .clp-header {
  background-color: #1e90ff;
  color: white;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.clp-pages .clp-header h1 {
  font-size: 36px;
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.clp-pages .clp-main {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}
.clp-pages .clp-section {
  background-color: white;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.clp-pages .clp-section h2 {
  color: #1e90ff;
  font-size: 28px;
  margin-bottom: 10px;
}
.clp-pages .clp-section p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}
.clp-pages .highlight {
  font-weight: bold;
  color: #1e90ff;
}
.clp-pages .vision-mission {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clp-pages .vision-mission div {
  flex: 1;
  margin: 10px;
  padding: 20px;
  border: 2px solid #1e90ff;
  border-radius: 8px;
  background-color: #f0f8ff;
}
.clp-pages .vision-mission h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}
body.cms-page-view .page-header .header.content {
  position: relative !important;
  top: var(--header-content-height, 0) !important;
}
body.cms-page-view .breadcrumbs {
  display: none !important;
}
.product-options-wrapper .super-attribute-select:not([aria-required]) {
  color: transparent;
  background-image: url('../images/loader-2.gif');
  background-position: 50%;
  background-size: auto;
  pointer-events: none;
}
.login-container .form-login .actions-toolbar .secondary {
  display: block;
  margin-block: 16px;
}
.login-container .form-login .actions-toolbar .secondary .forgot {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-transform: capitalize;
}
.login-container .form-login .label {
  font-weight: 500;
  font-size: 14px;
}
.login-container .form-login .login-form-hint_container {
  color: #666;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 2.2rem 0 0;
}
.login-container .actions-toolbar .primary {
  display: block;
  width: 100%;
}
.forgot-container .forgot-form-hint_container,
.reset-container .forgot-form-hint_container {
  color: #666;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 4rem;
}
.register-container .fieldset.create,
.login-container .fieldset.create,
.forgot-container .fieldset.create,
.reset-container .fieldset.create {
  margin: 0;
}
.register-container .fieldset.account .input-container:last-of-type,
.login-container .fieldset.account .input-container:last-of-type,
.forgot-container .fieldset.account .input-container:last-of-type,
.reset-container .fieldset.account .input-container:last-of-type {
  margin-bottom: 2.4rem;
}
.register-container #password-strength-meter-container,
.login-container #password-strength-meter-container,
.forgot-container #password-strength-meter-container,
.reset-container #password-strength-meter-container {
  display: none;
}
.register-container .f-field-caption,
.login-container .f-field-caption,
.forgot-container .f-field-caption,
.reset-container .f-field-caption {
  font-size: 10px;
  margin: 16px 0 24px;
  color: #808080;
}
.register-container .b-terms_conditions,
.login-container .b-terms_conditions,
.forgot-container .b-terms_conditions,
.reset-container .b-terms_conditions {
  font-size: 12px;
  margin: 16px 0 24px;
  color: #808080;
}
.register-container .b-terms_conditions a,
.login-container .b-terms_conditions a,
.forgot-container .b-terms_conditions a,
.reset-container .b-terms_conditions a {
  text-decoration: underline;
  color: #808080;
}
.register-container .primary,
.login-container .primary,
.forgot-container .primary,
.reset-container .primary {
  display: block;
}
.register-container .action.primary,
.login-container .action.primary,
.forgot-container .action.primary,
.reset-container .action.primary {
  width: 100%;
}
.register-container .newsletter,
.login-container .newsletter,
.forgot-container .newsletter,
.reset-container .newsletter {
  font-size: 12px;
  display: flex;
  font-weight: 500;
}
.register-container .content-asset .b-benefits-list,
.login-container .content-asset .b-benefits-list,
.forgot-container .content-asset .b-benefits-list,
.reset-container .content-asset .b-benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0 0;
}
.register-container .content-asset .b-benefits-list .b-benefits-item,
.login-container .content-asset .b-benefits-list .b-benefits-item,
.forgot-container .content-asset .b-benefits-list .b-benefits-item,
.reset-container .content-asset .b-benefits-list .b-benefits-item {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  padding-bottom: 6px;
  position: relative;
}
.register-container .content-asset .b-benefits-title,
.login-container .content-asset .b-benefits-title,
.forgot-container .content-asset .b-benefits-title,
.reset-container .content-asset .b-benefits-title {
  margin-top: 5px;
}
.register-container .input-container,
.login-container .input-container,
.forgot-container .input-container,
.reset-container .input-container {
  position: relative;
  margin-top: 2.4rem;
}
.register-container .input-container .input-text,
.login-container .input-container .input-text,
.forgot-container .input-container .input-text,
.reset-container .input-container .input-text {
  height: 48px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  font-size: 1.4rem;
}
.register-container .input-container .input-text:focus,
.login-container .input-container .input-text:focus,
.forgot-container .input-container .input-text:focus,
.reset-container .input-container .input-text:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: none;
}
.register-container .input-container .input-text:focus + .label .text,
.login-container .input-container .input-text:focus + .label .text,
.forgot-container .input-container .input-text:focus + .label .text,
.reset-container .input-container .input-text:focus + .label .text {
  font-size: 12px;
  transform: translate(0, -137%);
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
.register-container .input-container .input-text.mage-error,
.login-container .input-container .input-text.mage-error,
.forgot-container .input-container .input-text.mage-error,
.reset-container .input-container .input-text.mage-error {
  border-color: #ec3333;
}
.register-container .input-container .input-text.mage-error:focus + .label .text,
.login-container .input-container .input-text.mage-error:focus + .label .text,
.forgot-container .input-container .input-text.mage-error:focus + .label .text,
.reset-container .input-container .input-text.mage-error:focus + .label .text {
  color: #ec3333;
}
html.rtl .register-container .input-container .input-text,
html.rtl .login-container .input-container .input-text,
html.rtl .forgot-container .input-container .input-text,
html.rtl .reset-container .input-container .input-text {
  text-align: right;
}
.register-container .input-container .label,
.login-container .input-container .label,
.forgot-container .input-container .label,
.reset-container .input-container .label {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.register-container .input-container .label .text,
.login-container .input-container .label .text,
.forgot-container .input-container .label .text,
.reset-container .input-container .label .text {
  font-size: 1.4rem;
  transition: all 0.15s ease-out;
  color: #666;
}
html:not(.rtl) .register-container .input-container .label,
html:not(.rtl) .login-container .input-container .label,
html:not(.rtl) .forgot-container .input-container .label,
html:not(.rtl) .reset-container .input-container .label {
  left: 16px;
}
html.rtl .register-container .input-container .label,
html.rtl .login-container .input-container .label,
html.rtl .forgot-container .input-container .label,
html.rtl .reset-container .input-container .label {
  right: 16px;
}
.register-container .input-container :not(.input-text:placeholder-shown) + .label .text,
.login-container .input-container :not(.input-text:placeholder-shown) + .label .text,
.forgot-container .input-container :not(.input-text:placeholder-shown) + .label .text,
.reset-container .input-container :not(.input-text:placeholder-shown) + .label .text {
  font-size: 12px;
  transform: translate(0, -137%);
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .register-container .input-container .input-text,
  .login-container .input-container .input-text,
  .forgot-container .input-container .input-text,
  .reset-container .input-container .input-text {
    height: 40px;
    font-size: 1.2rem;
  }
  .register-container .input-container .label .text,
  .login-container .input-container .label .text,
  .forgot-container .input-container .label .text,
  .reset-container .input-container .label .text {
    font-size: 12px;
  }
}
.register-container .captcha.field,
.login-container .captcha.field,
.forgot-container .captcha.field,
.reset-container .captcha.field {
  margin-top: 2.4rem;
}
.register-container .captcha.control,
.login-container .captcha.control,
.forgot-container .captcha.control,
.reset-container .captcha.control {
  position: relative;
  margin-top: 2.4rem;
  margin: 0;
}
.register-container .captcha.control .input-text,
.login-container .captcha.control .input-text,
.forgot-container .captcha.control .input-text,
.reset-container .captcha.control .input-text {
  height: 48px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  font-size: 1.4rem;
}
.register-container .captcha.control .input-text:focus,
.login-container .captcha.control .input-text:focus,
.forgot-container .captcha.control .input-text:focus,
.reset-container .captcha.control .input-text:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: none;
}
.register-container .captcha.control .input-text:focus + .label .text,
.login-container .captcha.control .input-text:focus + .label .text,
.forgot-container .captcha.control .input-text:focus + .label .text,
.reset-container .captcha.control .input-text:focus + .label .text {
  font-size: 12px;
  transform: translate(0, -137%);
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
.register-container .captcha.control .input-text.mage-error,
.login-container .captcha.control .input-text.mage-error,
.forgot-container .captcha.control .input-text.mage-error,
.reset-container .captcha.control .input-text.mage-error {
  border-color: #ec3333;
}
.register-container .captcha.control .input-text.mage-error:focus + .label .text,
.login-container .captcha.control .input-text.mage-error:focus + .label .text,
.forgot-container .captcha.control .input-text.mage-error:focus + .label .text,
.reset-container .captcha.control .input-text.mage-error:focus + .label .text {
  color: #ec3333;
}
html.rtl .register-container .captcha.control .input-text,
html.rtl .login-container .captcha.control .input-text,
html.rtl .forgot-container .captcha.control .input-text,
html.rtl .reset-container .captcha.control .input-text {
  text-align: right;
}
.register-container .captcha.control .label,
.login-container .captcha.control .label,
.forgot-container .captcha.control .label,
.reset-container .captcha.control .label {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.register-container .captcha.control .label .text,
.login-container .captcha.control .label .text,
.forgot-container .captcha.control .label .text,
.reset-container .captcha.control .label .text {
  font-size: 1.4rem;
  transition: all 0.15s ease-out;
  color: #666;
}
html:not(.rtl) .register-container .captcha.control .label,
html:not(.rtl) .login-container .captcha.control .label,
html:not(.rtl) .forgot-container .captcha.control .label,
html:not(.rtl) .reset-container .captcha.control .label {
  left: 16px;
}
html.rtl .register-container .captcha.control .label,
html.rtl .login-container .captcha.control .label,
html.rtl .forgot-container .captcha.control .label,
html.rtl .reset-container .captcha.control .label {
  right: 16px;
}
.register-container .captcha.control :not(.input-text:placeholder-shown) + .label .text,
.login-container .captcha.control :not(.input-text:placeholder-shown) + .label .text,
.forgot-container .captcha.control :not(.input-text:placeholder-shown) + .label .text,
.reset-container .captcha.control :not(.input-text:placeholder-shown) + .label .text {
  font-size: 12px;
  transform: translate(0, -137%);
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .register-container .captcha.control .input-text,
  .login-container .captcha.control .input-text,
  .forgot-container .captcha.control .input-text,
  .reset-container .captcha.control .input-text {
    height: 40px;
    font-size: 1.2rem;
  }
  .register-container .captcha.control .label .text,
  .login-container .captcha.control .label .text,
  .forgot-container .captcha.control .label .text,
  .reset-container .captcha.control .label .text {
    font-size: 12px;
  }
}
.register-container .captcha.control .nested,
.login-container .captcha.control .nested,
.forgot-container .captcha.control .nested,
.reset-container .captcha.control .nested {
  margin-top: 1.2rem;
}
.register-container .captcha.control .nested .control.captcha-image,
.login-container .captcha.control .nested .control.captcha-image,
.forgot-container .captcha.control .nested .control.captcha-image,
.reset-container .captcha.control .nested .control.captcha-image {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.register-container .captcha.control .nested .field,
.login-container .captcha.control .nested .field,
.forgot-container .captcha.control .nested .field,
.reset-container .captcha.control .nested .field {
  margin: 0;
}
.register-container .password-strength_container,
.login-container .password-strength_container,
.forgot-container .password-strength_container,
.reset-container .password-strength_container {
  font-size: 1.2rem;
  line-height: 1.6rem;
  list-style: disc;
  list-style-position: inside;
  margin-left: 1.6rem;
  margin-top: 1.2rem;
  display: none;
}
.register-container .password-strength_container._active,
.login-container .password-strength_container._active,
.forgot-container .password-strength_container._active,
.reset-container .password-strength_container._active {
  display: block;
}
.register-container .password-strength_container li,
.login-container .password-strength_container li,
.forgot-container .password-strength_container li,
.reset-container .password-strength_container li {
  color: #999;
}
.register-container .password-strength_container._error li,
.login-container .password-strength_container._error li,
.forgot-container .password-strength_container._error li,
.reset-container .password-strength_container._error li {
  color: #ec3333;
}
.register-container .password-strength_container._success li,
.login-container .password-strength_container._success li,
.forgot-container .password-strength_container._success li,
.reset-container .password-strength_container._success li {
  color: #38c74f;
}
.register-container .account-conditions,
.login-container .account-conditions,
.forgot-container .account-conditions,
.reset-container .account-conditions {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-transform: capitalize;
  margin-top: 1.6rem;
  color: #999;
  margin-bottom: 2.2rem;
  gap: 0 2px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.register-container .account-conditions_link,
.login-container .account-conditions_link,
.forgot-container .account-conditions_link,
.reset-container .account-conditions_link {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: inline;
  font-size: inherit;
  padding: 0;
  text-align: inherit;
  color: #000;
  text-decoration: underline;
}
.register-container .field.choice.newsletter .label,
.login-container .field.choice.newsletter .label,
.forgot-container .field.choice.newsletter .label,
.reset-container .field.choice.newsletter .label {
  font-size: 14px;
  margin-inline: 4px;
}
.register-container .form-bottom-note,
.login-container .form-bottom-note,
.forgot-container .form-bottom-note,
.reset-container .form-bottom-note {
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-transform: capitalize;
  text-align: center;
  margin-top: 2.4rem;
}
.register-container .form-bottom-note a,
.login-container .form-bottom-note a,
.forgot-container .form-bottom-note a,
.reset-container .form-bottom-note a {
  cursor: pointer;
  display: inline;
  font-size: inherit;
  padding: 0;
  text-align: inherit;
  color: #000;
  text-decoration: underline;
}
.block-newcustomer__content .actions-toolbar .primary {
  width: 100%;
}
.block-newcustomer__content .actions-toolbar .action.secondary,
.block-newcustomer__content .actions-toolbar .action.primary {
  min-width: 240px;
}
.tab-container {
  width: 100%;
  text-align: center;
}
.tab-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.tab-container li {
  display: inline-block;
  margin: 0;
  padding: 0;
  flex: 0 0 50%;
}
.tab-container li.active-nav a {
  color: #000;
}
.tab-container .tab-wrap {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.tab-container a {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 15px 0;
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
}
.tab-container .active-nav {
  border-bottom: 3px solid #0000C8;
  font-weight: bold;
}
body.customer-account-index .block.block-dashboard-orders {
  display: none;
}
body.customer-account-index .columns {
  padding-inline: 2rem;
}
body.customer-address-index .customer-addresses-toolbar {
  margin-top: 30px;
}
body.customer-address-index .addresses_page-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
body.customer-address-index .block-addresses-default {
  border-bottom: 1px solid #cecece;
  padding-bottom: 2.4rem;
}
body.customer-address-index .block-title {
  margin: 24px 0;
  font-size: 16px;
}
body.customer-address-index .box-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: 24px;
  gap: 0 24px;
}
body.customer-address-index .box-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}
body.customer-address-index .box-header .box-title {
  margin-bottom: 0;
}
body.customer-address-index .box-header .delete {
  width: 16px;
  height: 18px;
  opacity: 0.25;
}
body.customer-address-index .box-address {
  flex: 0 0 31%;
  padding: 24px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
}
body.customer-address-index .box-address._default::before {
  content: "";
  position: absolute;
  top: 0.5px;
  left: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 2px;
  height: 3px;
  transform: translate(-2px);
  background: url('..//images/icons/frame.svg') center / cover no-repeat;
}
body.customer-address-index .box-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}
body.customer-address-index .box-content,
body.customer-address-index .box-content a {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
body.customer-address-index .box-actions {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 25px;
}
body.customer-address-index .box-actions .is-default {
  background: rgba(0, 168, 225, 0.1);
  border-radius: 2px;
  line-height: 1.5;
  padding: 2px 8px;
  color: #00a7e1;
  text-decoration: none;
  font-weight: 500;
}
body.customer-address-index .box-actions .edit {
  color: #00a7e1;
  font-weight: 500;
}
html:not(.rtl) body.customer-address-index .box-actions .edit {
  margin-left: auto;
}
html.rtl body.customer-address-index .box-actions .edit {
  margin-right: auto;
}
body.customer-address-index .navigation-header-action {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  height: 4.4rem;
  padding: 0 4rem;
  position: relative;
}
body.customer-address-index .navigation-header-action_wrapper {
  margin-block: 24px 12px;
  position: relative;
  margin-inline-start: 14px;
}
body.customer-address-index .navigation-header-action_back {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  width: 4rem;
  padding: 0;
}
html:not(.rtl) body.customer-address-index .navigation-header-action_back {
  left: -18px;
}
html.rtl body.customer-address-index .navigation-header-action_back {
  right: -18px;
  transform: rotate(0.5turn);
  justify-content: flex-end;
}
body.customer-address-index .navigation-header-action_back img {
  width: 2rem;
}
body.customer-address-index .navigation-header-action_text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-welcome {
  display: flex;
  justify-content: space-between;
}
.block-welcome__content {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.block-welcome__title {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.block-welcome__actions .action {
  line-height: 3.6rem;
  padding: 0 4px;
  font-size: 1.8rem;
  font-weight: bold;
}
.block-account__title {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
  margin-bottom: 2.5rem;
}
.block-account__hr {
  margin: 4px 0;
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.dashboard-container {
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.dashboard-container_item {
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  height: 21rem;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.25s ease-in-out;
}
.dashboard-container_item:hover {
  opacity: 0.95;
}
.dashboard-container_item-icon {
  height: 64px;
  margin-bottom: 2.4rem;
  width: 64px;
}
.dashboard-container_item-label {
  color: #0000C8;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 1.2rem;
}
.dashboard-container_item-back {
  display: none !important;
}
body.newsletter-manage-index,
body[class*=sales-order-],
body[class*=rma-rma-],
body[class*=helpdesk-ticket-] {
  color: #202223;
}
html:not(.rtl) body.newsletter-manage-index,
html:not(.rtl) body[class*=sales-order-],
html:not(.rtl) body[class*=rma-rma-],
html:not(.rtl) body[class*=helpdesk-ticket-] {
  font-family: "whitney", sans-serif;
  font-weight: 500;
}
html:not(.rtl) body.newsletter-manage-index a,
html:not(.rtl) body[class*=sales-order-] a,
html:not(.rtl) body[class*=rma-rma-] a,
html:not(.rtl) body[class*=helpdesk-ticket-] a {
  font-weight: 500;
}
body.newsletter-manage-index .actions-toolbar,
body[class*=sales-order-] .actions-toolbar,
body[class*=rma-rma-] .actions-toolbar,
body[class*=helpdesk-ticket-] .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
body.newsletter-manage-index .form-newsletter-manage,
body[class*=sales-order-] .form-newsletter-manage,
body[class*=rma-rma-] .form-newsletter-manage,
body[class*=helpdesk-ticket-] .form-newsletter-manage {
  background: #fff;
  border-radius: 1.2rem;
  margin: 4.2rem auto 10rem;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), /* Soft outer shadow */ 0 4px 6px rgba(0, 0, 0, 0.05);
  /* Subtle inner shadow for depth */
  transition: box-shadow 0.3s ease-in-out;
}
body.newsletter-manage-index .form-newsletter-manage:hover,
body[class*=sales-order-] .form-newsletter-manage:hover,
body[class*=rma-rma-] .form-newsletter-manage:hover,
body[class*=helpdesk-ticket-] .form-newsletter-manage:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), /* More pronounced shadow on hover */ 0 6px 8px rgba(0, 0, 0, 0.1);
}
body.newsletter-manage-index .input-container,
body[class*=sales-order-] .input-container,
body[class*=rma-rma-] .input-container,
body[class*=helpdesk-ticket-] .input-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
  align-items: stretch;
  flex-wrap: nowrap;
}
body.newsletter-manage-index .input-container .label,
body[class*=sales-order-] .input-container .label,
body[class*=rma-rma-] .input-container .label,
body[class*=helpdesk-ticket-] .input-container .label {
  margin-bottom: 8px;
}
body.newsletter-manage-index .input-container .label .text,
body[class*=sales-order-] .input-container .label .text,
body[class*=rma-rma-] .input-container .label .text,
body[class*=helpdesk-ticket-] .input-container .label .text {
  font-weight: 600;
}
body.newsletter-manage-index .input-text:not(#limiter),
body[class*=sales-order-] .input-text:not(#limiter),
body[class*=rma-rma-] .input-text:not(#limiter),
body[class*=helpdesk-ticket-] .input-text:not(#limiter),
body.newsletter-manage-index select:not(#limiter),
body[class*=sales-order-] select:not(#limiter),
body[class*=rma-rma-] select:not(#limiter),
body[class*=helpdesk-ticket-] select:not(#limiter) {
  height: 48px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  font-size: 1.4rem;
}
body.newsletter-manage-index .input-text:not(#limiter):focus,
body[class*=sales-order-] .input-text:not(#limiter):focus,
body[class*=rma-rma-] .input-text:not(#limiter):focus,
body[class*=helpdesk-ticket-] .input-text:not(#limiter):focus,
body.newsletter-manage-index select:not(#limiter):focus,
body[class*=sales-order-] select:not(#limiter):focus,
body[class*=rma-rma-] select:not(#limiter):focus,
body[class*=helpdesk-ticket-] select:not(#limiter):focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: none;
}
html.rtl body.newsletter-manage-index .input-text:not(#limiter),
html.rtl body[class*=sales-order-] .input-text:not(#limiter),
html.rtl body[class*=rma-rma-] .input-text:not(#limiter),
html.rtl body[class*=helpdesk-ticket-] .input-text:not(#limiter),
html.rtl body.newsletter-manage-index select:not(#limiter),
html.rtl body[class*=sales-order-] select:not(#limiter),
html.rtl body[class*=rma-rma-] select:not(#limiter),
html.rtl body[class*=helpdesk-ticket-] select:not(#limiter) {
  text-align: right;
}
body.newsletter-manage-index select.department_id,
body[class*=sales-order-] select.department_id,
body[class*=rma-rma-] select.department_id,
body[class*=helpdesk-ticket-] select.department_id {
  margin-top: 0 !important;
}
body[class*=rma-rma-] .columns,
body[class*=helpdesk-ticket-] .columns {
  margin-top: 2.4rem;
}
body[class*=rma-rma-] #rma-new-form button.primary,
body[class*=helpdesk-ticket-] #rma-new-form button.primary,
body[class*=rma-rma-] .column.main button.primary,
body[class*=helpdesk-ticket-] .column.main button.primary,
body[class*=rma-rma-] #rma-new-form button.action,
body[class*=helpdesk-ticket-] #rma-new-form button.action,
body[class*=rma-rma-] .column.main button.action,
body[class*=helpdesk-ticket-] .column.main button.action,
body[class*=rma-rma-] #rma-new-form button[type=submit],
body[class*=helpdesk-ticket-] #rma-new-form button[type=submit],
body[class*=rma-rma-] .column.main button[type=submit],
body[class*=helpdesk-ticket-] .column.main button[type=submit] {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  float: none !important;
  margin-top: 0;
  height: 36px;
  min-width: 156px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #0000C8;
  background: transparent;
  border: 1px solid #0000C8;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  color: #fff;
  background: #0000C8;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.6rem;
  height: 48px;
  width: 100%;
  margin: 0;
  width: unset;
  margin-inline-start: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  body[class*=rma-rma-] #rma-new-form button.primary,
  body[class*=helpdesk-ticket-] #rma-new-form button.primary,
  body[class*=rma-rma-] .column.main button.primary,
  body[class*=helpdesk-ticket-] .column.main button.primary,
  body[class*=rma-rma-] #rma-new-form button.action,
  body[class*=helpdesk-ticket-] #rma-new-form button.action,
  body[class*=rma-rma-] .column.main button.action,
  body[class*=helpdesk-ticket-] .column.main button.action,
  body[class*=rma-rma-] #rma-new-form button[type=submit],
  body[class*=helpdesk-ticket-] #rma-new-form button[type=submit],
  body[class*=rma-rma-] .column.main button[type=submit],
  body[class*=helpdesk-ticket-] .column.main button[type=submit] {
    min-width: 145px;
    margin-top: 16px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 30px;
  }
}
body[class*=rma-rma-] #rma-new-form button.primary:hover,
body[class*=helpdesk-ticket-] #rma-new-form button.primary:hover,
body[class*=rma-rma-] .column.main button.primary:hover,
body[class*=helpdesk-ticket-] .column.main button.primary:hover,
body[class*=rma-rma-] #rma-new-form button.action:hover,
body[class*=helpdesk-ticket-] #rma-new-form button.action:hover,
body[class*=rma-rma-] .column.main button.action:hover,
body[class*=helpdesk-ticket-] .column.main button.action:hover,
body[class*=rma-rma-] #rma-new-form button[type=submit]:hover,
body[class*=helpdesk-ticket-] #rma-new-form button[type=submit]:hover,
body[class*=rma-rma-] .column.main button[type=submit]:hover,
body[class*=helpdesk-ticket-] .column.main button[type=submit]:hover {
  background: #0000C8;
  border: 1px solid #fff;
  color: #fff;
}
body[class*=rma-rma-] #rma-new-form button.primary:hover,
body[class*=helpdesk-ticket-] #rma-new-form button.primary:hover,
body[class*=rma-rma-] .column.main button.primary:hover,
body[class*=helpdesk-ticket-] .column.main button.primary:hover,
body[class*=rma-rma-] #rma-new-form button.action:hover,
body[class*=helpdesk-ticket-] #rma-new-form button.action:hover,
body[class*=rma-rma-] .column.main button.action:hover,
body[class*=helpdesk-ticket-] .column.main button.action:hover,
body[class*=rma-rma-] #rma-new-form button[type=submit]:hover,
body[class*=helpdesk-ticket-] #rma-new-form button[type=submit]:hover,
body[class*=rma-rma-] .column.main button[type=submit]:hover,
body[class*=helpdesk-ticket-] .column.main button[type=submit]:hover {
  background: transparent;
  border: 1px solid #0000C8;
  color: #0000C8;
}
@media screen and (max-width: 768px) {
  body[class*=rma-rma-] #rma-new-form button.primary,
  body[class*=helpdesk-ticket-] #rma-new-form button.primary,
  body[class*=rma-rma-] .column.main button.primary,
  body[class*=helpdesk-ticket-] .column.main button.primary,
  body[class*=rma-rma-] #rma-new-form button.action,
  body[class*=helpdesk-ticket-] #rma-new-form button.action,
  body[class*=rma-rma-] .column.main button.action,
  body[class*=helpdesk-ticket-] .column.main button.action,
  body[class*=rma-rma-] #rma-new-form button[type=submit],
  body[class*=helpdesk-ticket-] #rma-new-form button[type=submit],
  body[class*=rma-rma-] .column.main button[type=submit],
  body[class*=helpdesk-ticket-] .column.main button[type=submit] {
    height: 40px;
    font-size: 1.4rem;
  }
}
body[class*=rma-rma-] .opc-progress-bar-item._active::before,
body[class*=helpdesk-ticket-] .opc-progress-bar-item._active::before,
body[class*=rma-rma-] .opc-progress-bar-item._active > span::before,
body[class*=helpdesk-ticket-] .opc-progress-bar-item._active > span::before {
  background: #0000C8 !important;
  border-color: #0000C8 !important;
}
body[class*=rma-rma-] .opc-progress-bar-item._active > span::after,
body[class*=helpdesk-ticket-] .opc-progress-bar-item._active > span::after {
  border-color: #0000C8 !important;
}
.block-welcome.__top {
  margin-block: 4.8rem;
}
.block-welcome.__bottom {
  display: none;
}
.block-welcome__actions {
  display: flex;
}
.block-welcome__actions-icon {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  color: #666;
  font-size: 1.6rem;
  line-height: 2.2rem;
  gap: 0 0.4rem;
}
.block-welcome__actions-icon img {
  width: 2rem;
}
.logout-container {
  font-size: 14px;
  text-align: center;
  padding: 14px 0;
}
body.customer-address-form .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
body.customer-address-form .form-address-edit {
  background: #fff;
  border-radius: 1.2rem;
  margin: 4.2rem auto 10rem;
  box-sizing: border-box;
}
body.customer-address-form .input-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
  align-items: stretch;
  flex-wrap: nowrap;
}
body.customer-address-form .input-container .label {
  margin-bottom: 8px;
}
body.customer-address-form .input-container .label .text {
  font-weight: 600;
}
body.customer-address-form .input-text,
body.customer-address-form select {
  height: 48px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  font-size: 1.4rem;
}
body.customer-address-form .input-text:focus,
body.customer-address-form select:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: none;
}
html.rtl body.customer-address-form .input-text,
html.rtl body.customer-address-form select {
  text-align: right;
}
body.customer-account-edit .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
body.customer-account-edit .form-edit-account {
  background: #fff;
  border-radius: 1.2rem;
  margin: 4.2rem auto 10rem;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), /* Soft outer shadow */ 0 4px 6px rgba(0, 0, 0, 0.05);
  /* Subtle inner shadow for depth */
  transition: box-shadow 0.3s ease-in-out;
}
body.customer-account-edit .form-edit-account:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), /* More pronounced shadow on hover */ 0 6px 8px rgba(0, 0, 0, 0.1);
}
body.customer-account-edit .input-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
  align-items: stretch;
  flex-wrap: nowrap;
}
body.customer-account-edit .input-container .label {
  margin-bottom: 8px;
}
body.customer-account-edit .input-container .label .text {
  font-weight: 600;
}
body.customer-account-edit .input-text,
body.customer-account-edit select {
  height: 48px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  font-size: 1.4rem;
}
body.customer-account-edit .input-text:focus,
body.customer-account-edit select:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: none;
}
html.rtl body.customer-account-edit .input-text,
html.rtl body.customer-account-edit select {
  text-align: right;
}
.hide-password {
  font-size: 12px;
  margin-top: 15px;
  color: gray;
  cursor: pointer;
}
.vouchers-index-vouchers .block-newcustomer__title {
  font-size: 2.8rem;
}
.vouchers-index-vouchers .page-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes shining {
  100% {
    transform: translateX(100%);
  }
}
.vouchers-index-vouchers .vouchers-wr {
  background: #fff;
  margin: 0 auto 20px auto;
  padding: 0;
  max-width: 80.2rem;
}
.vouchers-index-vouchers .vouchers-wr .voucher-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  overflow: hidden;
}
.vouchers-index-vouchers .vouchers-wr .voucher-container .voucher-card {
  width: max-content;
  min-height: 80px;
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #0000C8;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  color: #fff;
}
.vouchers-index-vouchers .vouchers-wr .voucher-container .voucher-card::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  background-color: #fff;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.vouchers-index-vouchers .vouchers-wr .voucher-container .voucher-card::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  background-color: #fff;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.vouchers-index-vouchers .vouchers-wr .voucher-container .voucher-card .voucher-shining {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shining 6s infinite;
  content: '';
  z-index: 2;
  opacity: 0.65;
  pointer-events: none;
}
.vouchers-index-vouchers .vouchers-wr .voucher-container .voucher-main {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}
.vouchers-index-vouchers .vouchers-wr .voucher-container .voucher-name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.vouchers-index-vouchers .vouchers-wr .voucher-container .voucher-code {
  font-size: 16px;
}
.voucher-dec {
  text-align: center;
}
.voucher-container svg {
  display: block;
  margin: 0 auto;
}
.voucher-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 18px;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.voucher-container th,
.voucher-container td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}
.voucher-container thead {
  background-color: #0000C8;
  color: white;
}
.voucher-container tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
.voucher-container tbody tr:hover {
  background-color: #e0f7ff;
  cursor: pointer;
}
.voucher-container .copy-btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #0000C8;
  font-size: 18px;
  margin-left: 10px;
}
.voucher-container .copy-btn:focus {
  outline: none;
}
.block-newcustomer__content {
  background: #fff;
  border-radius: 1.2rem;
  margin: 0 auto 0;
  box-sizing: border-box;
}
.block-newcustomer__title {
  font-weight: 700;
  color: #0000C8;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.block-newcustomer__title span {
  background: linear-gradient(to right, #0000c8, #e74c3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.customer-account-create,
body.customer-account-login,
body.customer-account-forgotpassword,
body.customer-account-createpassword,
body.customer-account-index {
  color: #202223;
}
html:not(.rtl) body.customer-account-create,
html:not(.rtl) body.customer-account-login,
html:not(.rtl) body.customer-account-forgotpassword,
html:not(.rtl) body.customer-account-createpassword,
html:not(.rtl) body.customer-account-index {
  font-family: "whitney", sans-serif;
  font-weight: 500;
}
html:not(.rtl) body.customer-account-create a,
html:not(.rtl) body.customer-account-login a,
html:not(.rtl) body.customer-account-forgotpassword a,
html:not(.rtl) body.customer-account-createpassword a,
html:not(.rtl) body.customer-account-index a {
  font-weight: 500;
}
body.customer-account .field.choice {
  margin-top: 10px;
}
body.customer-account body.customer-address-index,
body.customer-account body.customer-address-form,
body.customer-account body.customer-account-edit {
  color: #202223;
}
html:not(.rtl) body.customer-account body.customer-address-index,
html:not(.rtl) body.customer-account body.customer-address-form,
html:not(.rtl) body.customer-account body.customer-account-edit {
  font-family: "whitney", sans-serif;
  font-weight: 500;
}
html:not(.rtl) body.customer-account body.customer-address-index a,
html:not(.rtl) body.customer-account body.customer-address-form a,
html:not(.rtl) body.customer-account body.customer-account-edit a {
  font-weight: 500;
}
body.customer-account body.customer-account-forgotpassword .mobile-header-action,
body.customer-account body.customer-account-createpassword .mobile-header-action {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  height: 4.4rem;
  padding: 0 4rem;
  position: relative;
}
body.customer-account body.customer-account-forgotpassword .mobile-header-action_wrapper,
body.customer-account body.customer-account-createpassword .mobile-header-action_wrapper {
  display: none;
}
body.customer-account body.customer-account-forgotpassword .mobile-header-action_back,
body.customer-account body.customer-account-createpassword .mobile-header-action_back {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  background: none;
  border: none;
  height: 4.4rem;
  outline: none;
  position: absolute;
  top: 0;
  width: 4rem;
  padding: 0;
}
html:not(.rtl) body.customer-account body.customer-account-forgotpassword .mobile-header-action_back,
html:not(.rtl) body.customer-account body.customer-account-createpassword .mobile-header-action_back {
  left: -10px;
}
html.rtl body.customer-account body.customer-account-forgotpassword .mobile-header-action_back,
html.rtl body.customer-account body.customer-account-createpassword .mobile-header-action_back {
  right: -10px;
  transform: rotate(0.5turn);
  justify-content: flex-end;
}
body.customer-account body.customer-account-forgotpassword .mobile-header-action_back img,
body.customer-account body.customer-account-createpassword .mobile-header-action_back img {
  width: 2rem;
}
body.customer-account body.customer-account-forgotpassword .mobile-header-action_text,
body.customer-account body.customer-account-createpassword .mobile-header-action_text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.action.print {
  display: none;
}
.switcher-currency {
  display: none;
  vertical-align: middle;
}
html:not(.rtl) .switcher-currency {
  margin-right: 20px;
}
html.rtl .switcher-currency {
  margin-right: 20px;
}
.switcher-currency .switcher-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.switcher-currency .switcher-trigger strong {
  font-weight: 400;
}
.switcher-currency .options {
  display: inline-block;
  position: relative;
}
.switcher-currency .options:before,
.switcher-currency .options:after {
  content: '';
  display: table;
}
.switcher-currency .options:after {
  clear: both;
}
.switcher-currency .options .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.switcher-currency .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-currency .options .action.toggle:hover:after {
  color: inherit;
}
.switcher-currency .options .action.toggle:active:after {
  color: inherit;
}
.switcher-currency .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.switcher-currency .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-currency .options .action.toggle.active:hover:after {
  color: inherit;
}
.switcher-currency .options .action.toggle.active:active:after {
  color: inherit;
}
.switcher-currency .options ul.dropdown {
  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);
}
.switcher-currency .options ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.switcher-currency .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.switcher-currency .options ul.dropdown:before,
.switcher-currency .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.switcher-currency .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.switcher-currency .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.switcher-currency .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.switcher-currency .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.switcher-currency .options.active {
  overflow: visible;
}
.switcher-currency .options.active ul.dropdown {
  display: block;
}
.switcher-currency .options ul.dropdown {
  border: 1px solid #dddd;
  position: absolute;
  left: unset;
  top: 100%;
  z-index: 1150;
  padding: 0;
  text-align: left;
  text-transform: none;
  background-color: #fff;
}
.switcher-currency .options ul.dropdown li {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.switcher-currency .options ul.dropdown li.switcher-option > a {
  min-height: unset !important;
  font-size: 14px;
  flex: 1 0 auto;
  text-align: start;
}
.switcher-currency .options ul.dropdown::before {
  display: none;
}
.switcher-currency .options ul.dropdown::after {
  display: none;
}
.switcher-currency .options .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  gap: 5px;
  margin: 0;
  float: unset;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 100%;
  transform: translateY(2px);
}
.switcher-currency .options .action.toggle.active {
  display: flex;
}
.filter-current {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.filter-current__items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter-current__item {
  margin: 0 0 6px;
}
.filter-current__item:last-child {
  margin-bottom: 0;
}
.filter-current__title {
  margin: 0 0 10px;
}
.filter-current__label {
  font-weight: 700;
}
html:not(.rtl) .filter-current__label {
  margin-right: 6px;
}
html.rtl .filter-current__label {
  margin-left: 6px;
}
.filter-current__label::after {
  content: ':';
}
.filter-current .action.remove > .icon {
  display: inline-block;
  vertical-align: middle;
  font: 0/0 a;
}
.filter-current .action.remove > .icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.filter-current .action.remove > .text {
  display: none;
}
.block.newsletter {
  margin-bottom: 0;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter input {
  margin-right: 0;
  padding: 0;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.block.newsletter .subscribe-condition {
  width: 100%;
  display: flex;
  padding: 1rem 0;
  font-size: 16px;
  color: #999;
  max-width: 282px;
  font-weight: 300;
}
.block.newsletter .subscribe-condition a {
  color: #999;
  font-weight: 300;
}
.block.newsletter .subscribe-condition a:hover {
  color: #fff;
}
.block.newsletter #newsletter-error {
  background: red;
  max-width: 275px;
  color: #fff;
  margin: 0 auto 1rem;
  padding: 3px 5px;
  font-weight: 500;
  display: none;
}
.confirm .action-primary:hover {
  color: #fff;
}
.confirm .action-secondary:hover {
  background: unset;
  color: #333333;
}
.swatch-opt {
  margin: 20px 0;
  background: #fff;
  box-shadow: 0 0 5px 0 #0000C82e;
  padding: 14px 30px;
  border-radius: 13px;
  border: 1px solid #ddd;
  position: relative;
}
.swatch-attribute-label {
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  left: 10px;
}
html:not(.rtl) .swatch-attribute-label {
  left: 10px;
  right: auto;
}
html.rtl .swatch-attribute-label {
  right: 10px;
  left: auto;
}
.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;
  display: none;
}
.swatch-attribute-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Creates 2 equal-width columns */
  gap: 10px;
  /* Adjust the gap between items as needed */
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00a7e1;
}
.swatch-option.text {
  background-color: #ffffff;
  color: #0000C8;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  padding: 8px 10px;
  border: 2px solid #0000C8;
  min-width: 50px;
  min-height: 100px;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
html:not(.rtl) .swatch-option.text {
  margin-right: 20px;
}
html.rtl .swatch-option.text {
  margin-left: 20px;
}
.swatch-option.text:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(40, 174, 228, 0.4);
}
.swatch-option.text.selected {
  background-color: #0000C8;
  color: #ffffff;
  border-color: #007ba7;
  box-shadow: 0 0 10px rgba(40, 174, 228, 0.7);
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../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 #00a7e1;
}
.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 {
  position: absolute;
  visibility: hidden;
  display: none;
}
html:not(.rtl) .swatch-input {
  left: -1000px;
}
html.rtl .swatch-input {
  right: -1000px;
  left: unset;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 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: #0000be;
  border: 1px solid #0000c8;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #0000c8;
}
.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: 'luma-icons';
  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: 'luma-icons';
  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;
}
@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) {
  li.product-item {
    padding: 0 !important;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.3);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #040404;
    border: solid #000000;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 15px 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: #111111;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 30px;
    z-index: 1003;
  }
  .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 **/
  }
  .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;
  }
  .wish.wrapper {
    display: none;
  }
  .aabee-navigation__sections {
    display: none;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 320px;
    background: #f5f5f5;
  }
  html:not(.rtl) .aabee-navigation__sections {
    left: 0;
  }
  html.rtl .aabee-navigation__sections {
    right: 0;
  }
  .aabee-navigation__sections__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  html.__opened .aabee-navigation__sections {
    display: block;
    z-index: 9999;
  }
  html.__opened .aabee-navigation__sections__overlay {
    display: block;
    z-index: 1;
  }
  html.__opened {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  html.__opened .page-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  html.__opened body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .language-switcher_container .switcher-currency {
    display: none;
  }
  .aabee-navigation {
    background: #ffffff;
  }
  .aabee-navigation-nav-sections {
    overflow-x: hidden;
  }
  .aabee-navigation__sections {
    background-color: #ffffff !important;
    max-width: 85vw !important;
  }
  .aabee-navigation__sections .switcher-country {
    order: 3;
  }
  .aabee-navigation__sections .switcher-country .switcher-trigger {
    margin: 0 0 1.2rem 0;
  }
  .aabee-navigation__sections .switcher-country .switcher-dropdown {
    max-height: 250px !important;
  }
  .aabee-navigation__sections .miniwishlist-wrapper .showwishlist {
    text-transform: uppercase;
  }
  .aabee-navigation__sections .miniwishlist-wrapper .showwishlist > .label {
    display: inline-block;
    margin: 0 .5rem;
  }
  .aabee-navigation__sections .menu-search {
    display: none !important;
  }
  .aabee-navigation__sections #search_mini_form_mobile {
    padding: 0 1.5rem;
  }
  .aabee-navigation__sections #search_mini_form_mobile #search_mobile {
    border-bottom: 1px solid #808080;
  }
  .aabee-navigation__sections #search_mini_form_mobile button[type=submit] .text {
    display: none;
  }
  .aabee-navigation__sections #search_mini_form_mobile .header-search .minisearch__wrapper {
    border: none !important;
    visibility: hidden !important;
  }
  .aabee-navigation__sections .switcher.language.switcher-language {
    display: none !important;
  }
  .aabee-navigation__sections .header-logo__link {
    height: 25px;
    margin: 1rem;
    display: flex;
  }
  .aabee-navigation__sections .header-logo__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .aabee-navigation__sections__content:last-of-type {
    display: flex;
    flex-direction: column;
    margin: 6rem 1.35rem;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  .aabee-navigation__sections__content:last-of-type .miniaccount-wrapper {
    display: none !important;
  }
  .aabee-navigation__sections__content:last-of-type .switcher.country.switcher-country {
    padding: 5px 10px;
  }
  .aabee-navigation__sections__content:last-of-type .languageswitcher-wrapper {
    line-height: 1 !important;
    padding: 5px 10px !important;
    display: block !important;
  }
  .aabee-navigation__sections__content:last-of-type .languageswitcher-wrapper .languageswitcher {
    display: inline !important;
    line-height: 1 !important;
    padding: 0 !important;
  }
  .aabee-navigation__item {
    border-bottom: 1px solid #ededed;
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
    flex-flow: row nowrap;
    min-height: 45px;
    padding-right: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0.75rem 1.35rem !important;
    gap: 0 1px;
    margin: 3px 0 !important;
  }
  .aabee-navigation__item:first-of-type {
    border-top: 1px solid #ededed;
  }
  .aabee-navigation__item__badge-image {
    position: relative;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  html:not(.rtl) .aabee-navigation__item__badge-image {
    margin-right: 6px;
  }
  html.rtl .aabee-navigation__item__badge-image {
    margin-left: 6px;
  }
  .aabee-navigation__item__badge-image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .aabee-navigation__item__badge-image::before {
    border: 2px solid transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 44px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: border-color 0.3s ease-in-out;
    width: 44px;
    z-index: 1;
  }
  .aabee-navigation__link {
    display: block;
    font-weight: bold;
    display: flex;
    width: 100%;
    align-items: center;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
  }
  html:not(.rtl) .aabee-navigation__link {
    padding: 0 1rem 0 0 !important;
  }
  html.rtl .aabee-navigation__link {
    padding: 0 0 0 1rem !important;
  }
  .aabee-navigation__link:hover {
    color: #000000;
    text-decoration: none;
  }
  .aabee-navigation__link.__parent {
    position: relative;
    pointer-events: none;
    touch-action: none;
    text-decoration: none;
  }
  html:not(.rtl) .aabee-navigation__link.__parent {
    padding-right: 30px;
  }
  html.rtl .aabee-navigation__link.__parent {
    padding-left: 30px;
  }
  .aabee-navigation__link.__parent:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .aabee-navigation__link.__parent::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: bold;
  }
  html:not(.rtl) .aabee-navigation__link.__parent::after {
    left: unset !important;
    right: 1px !important;
  }
  html.rtl .aabee-navigation__link.__parent::after {
    left: 6px !important;
  }
  .aabee-navigation__header .miniaccount-wrapper :not(:nth-of-type(1)) {
    display: none !important;
  }
  .aabee-navigation__submenu__item {
    border-bottom: 1px solid #ededed;
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
    flex-flow: row nowrap;
    min-height: 45px;
    padding-right: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0.75rem 1.35rem !important;
  }
  .aabee-navigation__submenu__item:nth-of-type(2) {
    border-top: 1px solid #ededed;
  }
  html:not(.rtl) .aabee-navigation__submenu__item .aabee-navigation__submenu__list {
    margin-left: 10px;
  }
  html.rtl .aabee-navigation__submenu__item .aabee-navigation__submenu__list {
    margin-right: 10px;
  }
  .aabee-navigation__submenu__item.__showed > .aabee-navigation__submenu__link:after {
    content: '\e621';
  }
  .aabee-navigation__submenu__item.__viewall {
    display: none;
  }
  .aabee-navigation__submenu__item,
  .aabee-navigation__submenu__parent,
  .aabee-navigation__submenu__parent__link {
    display: flex;
    align-items: center;
    gap: 0 1px;
    margin: 3px 0 !important;
  }
  .aabee-navigation__submenu__item__badge-image,
  .aabee-navigation__submenu__parent__badge-image,
  .aabee-navigation__submenu__parent__link__badge-image {
    position: relative;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  html:not(.rtl) .aabee-navigation__submenu__item__badge-image,
  html:not(.rtl) .aabee-navigation__submenu__parent__badge-image,
  html:not(.rtl) .aabee-navigation__submenu__parent__link__badge-image {
    margin-right: 6px;
  }
  html.rtl .aabee-navigation__submenu__item__badge-image,
  html.rtl .aabee-navigation__submenu__parent__badge-image,
  html.rtl .aabee-navigation__submenu__parent__link__badge-image {
    margin-left: 6px;
  }
  .aabee-navigation__submenu__item__badge-image > img,
  .aabee-navigation__submenu__parent__badge-image > img,
  .aabee-navigation__submenu__parent__link__badge-image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .aabee-navigation__submenu__item__badge-image::before,
  .aabee-navigation__submenu__parent__badge-image::before,
  .aabee-navigation__submenu__parent__link__badge-image::before {
    border: 2px solid transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 44px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: border-color 0.3s ease-in-out;
    width: 44px;
    z-index: 1;
  }
  .aabee-navigation__submenu__parent {
    flex-direction: row-reverse;
    max-width: 50%;
  }
  .aabee-navigation__submenu__parent + .miniaccount-wrapper {
    display: none;
  }
  html:not(.rtl) .aabee-navigation__submenu__parent__badge-image {
    margin-left: 6px;
  }
  html.rtl .aabee-navigation__submenu__parent__badge-image {
    margin-right: 6px;
  }
  .aabee-navigation__submenu__parent__link {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    flex-direction: row-reverse;
  }
  .aabee-navigation__submenu__link {
    font-size: 16px;
    display: block;
    display: flex;
    width: 100%;
    align-items: center;
  }
  html:not(.rtl) .aabee-navigation__submenu__link {
    padding: 0 1rem 0 0 !important;
  }
  html.rtl .aabee-navigation__submenu__link {
    padding: 0 0 0 1rem !important;
  }
  .aabee-navigation__submenu__link:hover {
    text-decoration: none;
  }
  .aabee-navigation__submenu__link.__parent {
    position: relative;
    pointer-events: none;
    touch-action: none;
    text-decoration: none;
  }
  html:not(.rtl) .aabee-navigation__submenu__link.__parent {
    padding-right: 17px;
  }
  html.rtl .aabee-navigation__submenu__link.__parent {
    padding-left: 17px;
  }
  .aabee-navigation__submenu__link.__parent:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .aabee-navigation__submenu__link.__parent::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: bold;
  }
  html:not(.rtl) .aabee-navigation__submenu__link.__parent::after {
    left: unset !important;
    right: 1px !important;
  }
  html.rtl .aabee-navigation__submenu__link.__parent::after {
    left: 6px !important;
  }
  .aabee-navigation__submenu__header__lg.__level1 {
    display: none;
  }
  .aabee-navigation__submenu__banner {
    margin-top: 20px;
  }
  .aabee-navigation__submenu__banner__link {
    min-height: 25vh;
    background: transparent;
  }
  .aabee-navigation__submenu__banner__link > img {
    display: block;
  }
  .aabee-navigation__submenu__banner__link__text {
    color: #fff;
    padding: 5px 14px;
    text-align: center;
    display: block;
    background: #000;
  }
  .aabee-navigation__submenu__banner__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .aabee-navigation__sections__content .switcher-country .options {
    width: 100%;
  }
  .aabee-navigation__sections__content .switcher-country .options .action.toggle {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  .aabee-navigation__sections__content .switcher-country .options .action.toggle::after {
    transform: translateY(5px);
    margin-inline-start: 5px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-empty__actions .action.continue {
    width: 100%;
  }
  .cart-empty__widget {
    margin-top: 80px;
  }
  .cart-empty__widget .homepage-banner__list {
    flex-direction: unset;
    margin-left: -5px;
    margin-right: -5px;
  }
  .cart-empty__widget .homepage-banner__item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cart-empty__widget .homepage-banner__details {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-summary .checkout-methods-items .action.checkout {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-title {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.8rem;
    margin: 1.2rem 0;
    min-height: 3.8rem;
    display: block;
  }
  .cart-title__actions {
    margin-top: 20px;
  }
  .cart-title__actions .action.checkout {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart.table-wrapper .cart,
  .cart.table-wrapper .cart thead,
  .cart.table-wrapper .cart tbody {
    display: block;
  }
  .cart.table-wrapper thead > tr {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .cart.table-wrapper .qty-increment__container--medium {
    width: 150px;
  }
  .cart.table-wrapper .item-info {
    display: grid;
    padding: 1rem;
    background: #ffffff;
    border-radius: 1.2rem;
    margin-bottom: 25px;
  }
  .cart.table-wrapper .item-info .col.qty {
    display: block;
    border-top: none;
    padding-top: 0;
    text-align: unset;
    margin: 0 auto;
  }
  .cart.table-wrapper .col.item {
    order: -2;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .cart.table-wrapper .col.item .product-addto-links {
    display: none;
  }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.actions {
    display: none;
  }
  .cart.table-wrapper .col.qty {
    order: -1;
    display: none;
  }
  .cart.table-wrapper .product-item-photo {
    flex: 0 0 auto;
  }
  .cart.table-wrapper .details {
    position: relative;
  }
  html:not(.rtl) .cart.table-wrapper .details {
    padding-right: 26px;
  }
  html.rtl .cart.table-wrapper .details {
    padding-left: 26px;
  }
  .cart.table-wrapper .details .actions-toolbar {
    flex-direction: column;
    position: absolute;
    top: 0;
  }
  html:not(.rtl) .cart.table-wrapper .details .actions-toolbar {
    right: 0;
  }
  html.rtl .cart.table-wrapper .details .actions-toolbar {
    left: 0;
  }
  .cart.table-wrapper .details .actions-toolbar .action.towishlist {
    display: none;
  }
  .cart.table-wrapper .product-addto-links {
    margin: 10px 0 0;
  }
  .cart.table-wrapper .price-cart-item {
    margin: 10px 0 0;
  }
  .cart.table-wrapper .price-cart-item .price {
    font-size: 16px;
  }
  .cart-sidebar {
    background: #fff;
    border-radius: 1.2rem;
    padding: 1.2rem;
    margin-bottom: 25px;
  }
  .cart-sidebar .table-wrapper {
    border-top: unset;
  }
  .cart-continue .action.continue {
    width: 100%;
  }
  .cart-discount .input-text {
    height: 40px;
  }
  .item-info .product-item-photo .product-image-photo {
    max-width: 60px !important;
  }
  .minicart-wrapper .action.showcart > .counter.qty {
    top: -20%;
    min-width: 15px;
    min-height: 10px;
  }
  .minicart-items .main-cart {
    gap: 5px;
  }
  .minicart-items .price-container {
    margin-top: 10px;
  }
  .minicart-modal .cart-top {
    padding-top: 10px;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .minicart-wrapper .action.showcart {
    position: relative;
    width: 26px;
  }
  .minicart-wrapper .action.showcart > .icon svg {
    stroke: #757575;
  }
  .minicart-modal.modal-custom.custom-slide .modal-content {
    padding-bottom: 0;
    overflow-x: hidden;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .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: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 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: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  .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 #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 15px;
  }
  .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;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .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: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .footer-menu {
    margin-bottom: 100px;
  }
  .switcher-country .options ul.dropdown {
    min-width: 130px;
  }
  .switcher-country .options ul.dropdown {
    min-width: 130px;
    width: 100%;
  }
  .switcher-country {
    display: flex;
    align-items: inherit;
    padding: 25px 20px 0;
  }
  .switcher-country .location-pin {
    max-width: 13px;
    height: 18px;
    fill: #001e63;
  }
  html:not(.rtl) .switcher-country .location-pin {
    margin-right: 3px;
  }
  html.rtl .switcher-country .location-pin {
    margin-left: 3px;
  }
  .header-service > .switcher-country {
    display: none;
  }
  .switcher-country a {
    font-size: 11px;
    color: #323232;
  }
  .view-country {
    justify-content: center;
    gap: 0 0.8rem;
  }
  .view-country > span {
    text-transform: capitalize;
  }
  .hero-slider .splide__pagination {
    margin-top: 20px;
  }
  .promo-section-container {
    display: block;
  }
  .games-container {
    margin: 0 20px;
  }
  .games-group .games-section {
    margin: 20px 0;
  }
  .cms-home.page-layout-1column .homepage-products-list .block.widget .products-grid .product-item {
    padding: 20px 10px;
  }
  .homepage-products,
  .homepage-products-list {
    margin: 40px 15px;
  }
  .homepage-products .splide__arrows,
  .homepage-products-list .splide__arrows {
    display: none;
  }
  .hero-slider {
    padding-bottom: 8px;
    margin: 0 20px;
  }
  .features-grid {
    flex-direction: column;
    gap: 30px;
  }
  .promo-section {
    flex-direction: column;
    /* Stack elements vertically */
    text-align: center;
  }
  .promo-text {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .promo-image img {
    width: 120px;
    /* Adjust image size for smaller screens */
  }
  .block-products-list.grid .block-title strong {
    font-size: 31px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
  }
  .top-slider img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .top-slider:not(.is-splide-loaded) {
    max-height: 250px !important;
    min-height: 250px !important;
  }
  .twins-widget {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .twins-widget_title {
    margin-top: 2.25vw;
    font-size: 6vw;
    line-height: 1;
  }
  .twins-widget .action-homepage.btn-homepage.secondary {
    margin-top: 16px;
  }
  .block-products-list.grid .block-title strong {
    width: 214px;
  }
  .block-title.clickable .see-more {
    font-size: 16px;
  }
  html.rtl body.catalog-category-view .product-item-content .action.primary {
    margin-left: auto;
    margin-right: unset;
  }
  html:not(.rtl) body.catalog-category-view .product-item-content .action.primary {
    margin-right: auto;
    margin-left: unset;
  }
  html.rtl body.catalog-category-view section.header-actions_container {
    margin-right: auto;
  }
  html:not(.rtl) body.catalog-category-view section.header-actions_container {
    margin-left: auto;
  }
  body.catalog-category-view .products.list {
    grid-template-columns: minmax(0, 1fr);
  }
  body.catalog-category-view .products.products-grid {
    padding: 3rem;
  }
  body.catalog-category-view .products.products-grid .product-item-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  body.catalog-category-view .products.products-grid .product-item-info .product-image-photo {
    max-height: 132px;
    min-width: 100px;
    max-width: 100px;
  }
  body.catalog-category-view .products.products-grid .product-item-info .product-item-content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    min-height: 100%;
    padding-inline-start: 1.5rem;
  }
  body.catalog-category-view .products.products-grid .product-item-info .product-item-content .product-item-link {
    font-size: 1.5rem;
  }
  body.catalog-category-view .product-price_ribbon-container {
    width: 46px;
    height: 46px;
  }
  body.catalog-category-view .product-price_ribbon-label {
    font-size: 12px;
  }
  .product-details {
    margin-top: 40px;
  }
  html.rtl body.catalog-product-view .column.main {
    display: block;
  }
  html.rtl body.catalog-product-view .column.main .product-info-main {
    margin-top: 40px;
  }
  body.catalog-product-view .product-title-wrapper .page-title {
    font-weight: 600;
    text-align: inherit;
  }
  body.catalog-product-view .product-price_ribbon-container {
    width: 46px;
    height: 46px;
  }
  body.catalog-product-view .product-price_ribbon-label {
    font-size: 12px;
  }
  body.catalog-product-view .fotorama__nav__frame--thumb {
    display: block !important;
  }
  body.catalog-product-view .fotorama__nav__frame--dot {
    display: none !important;
  }
  .product-quantity_wrapper:not(._rendered) {
    width: 138px;
  }
  .product-quantity_wrapper .qty-increment__button {
    width: 2.25rem;
  }
  .product-quantity_wrapper .qty-increment__input {
    width: 6.4rem;
  }
  .config-box_item {
    padding-block: 1.2rem;
  }
  .desktop-only.product-description_container {
    display: none;
  }
  .product-coupon-coupon {
    padding-top: 1.25rem;
  }
  .product-coupon-coupon-info .product-coupon-price-box {
    display: flex;
    flex-direction: column;
  }
  .product-coupon-coupon-info .product-coupon-copy {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 13.5px 10px 7.5px;
  }
  .product-coupon-coupon-info .product-coupon-code {
    margin-right: 0;
    margin-top: 0.375rem;
  }
  .product-coupon-coupon-info {
    padding-inline-end: 0;
  }
  .product-coupon-copy-btn {
    height: 3.4rem;
    width: 72%;
    margin: 0 auto 3px;
    border-radius: 4rem;
  }
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__nav__shaft {
    display: flex;
    height: 60px !important;
    width: 110vw !important;
  }
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    max-height: 60px;
  }
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame {
    width: 20% !important;
    max-width: 102px;
    height: 100% !important;
    margin: 0;
  }
  .fotorama-item.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav__frame {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
  }
  body.catalogsearch-result-index .columns {
    padding-top: 10px;
  }
  body.catalogsearch-result-index .main-page-title {
    display: none;
  }
  body.catalogsearch-result-index .products.product-items {
    display: block !important;
  }
  body.catalogsearch-result-index .products.product-items .product.product-item .product-item-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  body.catalogsearch-result-index .page-noroute__search p {
    display: none;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .login-container {
    flex-direction: column;
  }
  .login-container .form-login .actions-toolbar .secondary .forgot {
    font-size: 1rem;
  }
  .login-container .form-login .login-form-hint_container {
    font-size: 1.2rem;
  }
  .tab-container a {
    padding: 15px 20px;
    font-size: 12px;
  }
  .register-container .account-conditions,
  .login-container .account-conditions,
  .forgot-container .account-conditions,
  .reset-container .account-conditions {
    font-size: 1rem;
  }
  .register-container .fieldset .field.choice .label,
  .login-container .fieldset .field.choice .label,
  .forgot-container .fieldset .field.choice .label,
  .reset-container .fieldset .field.choice .label {
    font-size: 1rem;
  }
  .register-container .form-bottom-note,
  .login-container .form-bottom-note,
  .forgot-container .form-bottom-note,
  .reset-container .form-bottom-note {
    font-size: 1rem;
  }
  .forgot-container .forgot-form-hint_container,
  .reset-container .forgot-form-hint_container {
    font-size: 1.2rem;
    margin-block: 2rem;
  }
  body.customer-address-index .page-main {
    padding-top: 0;
  }
  body.customer-address-index .box-container {
    flex-wrap: wrap;
  }
  body.customer-address-index .box-address {
    flex: 0 0 100%;
  }
  .block-welcome {
    flex-direction: column;
  }
  .block-welcome.__top {
    flex-direction: row;
    margin-top: 0;
  }
  .block-welcome.__top .block-welcome__title {
    font-size: 1.8rem;
    margin-bottom: 0.25rem;
  }
  .block-welcome.__top .block-welcome__content {
    font-size: 1.2rem;
  }
  .block-welcome.__top .block-welcome__actions-icon > span {
    display: none;
  }
  .block-welcome.__top .block-welcome__actions-icon img {
    margin-top: 0.5rem;
  }
  .block-welcome.__bottom {
    padding-top: 4px;
    margin-top: 4px;
    margin-left: -6px;
    margin-right: -6px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .block-welcome__actions {
    padding-left: 4px;
    padding-right: 4px;
  }
  .block-welcome__actions .action {
    width: 100%;
  }
  .block-account__title {
    margin-bottom: 0.8rem;
  }
  .block-account__hr {
    margin-left: -6px;
    margin-right: -6px;
  }
  .dashboard-container {
    display: block;
    margin: 0;
  }
  .dashboard-container_item {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    height: 4.8rem;
    margin: 0;
    padding: 1.2rem 0.4rem;
    width: 100%;
  }
  .dashboard-container_item-icon {
    height: 2.4rem;
    margin: 0 1.6rem 0 0;
    width: 2.4rem;
  }
  .dashboard-container_item-label {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
    margin: 0;
    margin-inline-end: auto;
  }
  .dashboard-container_item-back {
    display: flex !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    background: none;
    border: none;
    height: 4.4rem;
    outline: none;
    position: absolute;
    top: 0;
    width: 4rem;
    padding: 0;
  }
  html.rtl .dashboard-container_item-back {
    left: -2px;
  }
  html:not(.rtl) .dashboard-container_item-back {
    right: -2px;
    transform: rotate(0.5turn);
    justify-content: flex-end;
  }
  .dashboard-container_item-back img {
    width: 1.75rem;
  }
  body.newsletter-manage-index,
  body[class*=sales-order-],
  body[class*=rma-rma-],
  body[class*=helpdesk-ticket-] {
    background: #fff;
  }
  body.newsletter-manage-index .form-newsletter-manage,
  body[class*=sales-order-] .form-newsletter-manage,
  body[class*=rma-rma-] .form-newsletter-manage,
  body[class*=helpdesk-ticket-] .form-newsletter-manage {
    padding: 0;
    width: 100%;
  }
  body.customer-address-form .form-address-edit {
    padding: 0;
    width: 100%;
  }
  body.customer-account-edit .form-edit-account {
    padding: 0;
    width: 100%;
  }
  .vouchers-index-vouchers .page-main {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vouchers-index-vouchers .vouchers-wr .voucher-container .voucher-code {
    font-size: 10px;
  }
  body.customer-account-create,
  body.customer-address-index-create,
  body.customer-account-login,
  body.customer-address-index-login,
  body.customer-account-forgotpassword,
  body.customer-address-index-forgotpassword,
  body.customer-account-createpassword,
  body.customer-address-index-createpassword,
  body.customer-account-index,
  body.customer-address-index-index {
    background: #fff;
  }
  body.customer-account-create .block-newcustomer__content,
  body.customer-address-index-create .block-newcustomer__content,
  body.customer-account-login .block-newcustomer__content,
  body.customer-address-index-login .block-newcustomer__content,
  body.customer-account-forgotpassword .block-newcustomer__content,
  body.customer-address-index-forgotpassword .block-newcustomer__content,
  body.customer-account-createpassword .block-newcustomer__content,
  body.customer-address-index-createpassword .block-newcustomer__content,
  body.customer-account-index .block-newcustomer__content,
  body.customer-address-index-index .block-newcustomer__content {
    padding: 0;
    width: 100%;
  }
  body.customer-account-create .field.captcha.required .label,
  body.customer-address-index-create .field.captcha.required .label,
  body.customer-account-login .field.captcha.required .label,
  body.customer-address-index-login .field.captcha.required .label,
  body.customer-account-forgotpassword .field.captcha.required .label,
  body.customer-address-index-forgotpassword .field.captcha.required .label,
  body.customer-account-createpassword .field.captcha.required .label,
  body.customer-address-index-createpassword .field.captcha.required .label,
  body.customer-account-index .field.captcha.required .label,
  body.customer-address-index-index .field.captcha.required .label {
    font-size: 1.2rem;
  }
  body.customer-account-create .captcha-reload span,
  body.customer-address-index-create .captcha-reload span,
  body.customer-account-login .captcha-reload span,
  body.customer-address-index-login .captcha-reload span,
  body.customer-account-forgotpassword .captcha-reload span,
  body.customer-address-index-forgotpassword .captcha-reload span,
  body.customer-account-createpassword .captcha-reload span,
  body.customer-address-index-createpassword .captcha-reload span,
  body.customer-account-index .captcha-reload span,
  body.customer-address-index-index .captcha-reload span {
    font-size: 1.2rem;
  }
  body.customer-address-index,
  body.customer-address-form,
  body.customer-account-edit {
    background: #fff;
  }
  .switcher-currency {
    display: inline-block;
    vertical-align: middle;
  }
  html:not(.rtl) .switcher-currency {
    margin-right: unset;
  }
  html.rtl .switcher-currency {
    margin-right: unset;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 0;
  }
  .block.newsletter .subscribe-condition {
    max-width: 100%;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .page-header {
    position: relative;
    z-index: 6;
    margin: 0;
    margin-bottom: 70px;
  }
  .page-header .header.content {
    min-height: 50px;
    width: 100%;
    background: #fff;
    padding: 0;
    max-width: unset;
    height: 100%;
  }
  .page-header .header.content .navbar-container {
    max-width: 1208px;
    margin: 0 auto;
    padding: 0 0.8rem;
    display: flex;
    height: 100%;
    min-height: 50px;
    position: relative;
  }
  .page-header .header.content .navbar-container .logo-container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .page-header .header.content .navbar-container:not(._has-navigation) {
    padding-inline-start: 68px;
  }
  .page-header .header.content.fixed {
    position: relative;
    border-bottom: 0.5px solid #eee;
    background: #fff;
  }
  .page-header .header:not(.sticky):hover.content {
    transition: background .2s linear;
    background: #fff;
  }
  .page-header .header:not(.sticky):hover.content .3abee-navigation__toggle > svg {
    stroke: #000;
  }
  .page-header .header:not(.sticky):hover.content .header-actions_container svg {
    fill: #000;
    transition: fill 0.25s ease-in-out;
  }
  .page-header .header:not(.sticky):hover.content .header-actions_container svg:hover {
    fill: #00a7e1;
  }
  .page-header .header .logo {
    order: 1;
    flex: 1 1;
    display: flex;
    justify-content: center;
    min-width: 60px;
    max-width: 50px;
    max-height: 80px;
  }
  .page-header .header .header-actions_container {
    flex: 0 0 auto !important;
    order: 2;
    padding: 0 !important;
    align-items: center !important;
  }
  .page-header .header .header-actions_container .country-switcher_container {
    display: none;
  }
  .page-header .header .3abee-navigation__sections {
    min-height: 100vh;
  }
  .page-header .header .3abee-navigation__toggle {
    position: static;
    order: 0;
    width: 36px;
    height: 50px;
    transform: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .page-header .header .3abee-navigation__toggle svg {
    width: 28px;
    stroke: #fff;
  }
  .page-header .header .language-switcher_container {
    display: none;
  }
  .page-header.sticky .header.content {
    transition: background .2s linear;
    background: #fff;
    position: fixed;
    top: 0;
  }
  .page-header.sticky .header.content .3abee-navigation__toggle > svg {
    stroke: #000;
  }
  .page-header.sticky .header.content .header-actions_container svg {
    fill: #000;
    transition: fill 0.25s ease-in-out;
  }
  .page-header.sticky .header.content .header-actions_container svg:hover {
    fill: #00a7e1;
  }
  .page-header:not(._dark) .header.content .3abee-navigation__toggle > svg {
    stroke: #000;
  }
  .page-header:not(._dark) .header.content .header-actions_container svg {
    fill: #000;
    transition: fill 0.25s ease-in-out;
  }
  .page-header:not(._dark) .header.content .header-actions_container svg:hover {
    fill: #00a7e1;
  }
  html.__open .header-navigation::after {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
  }
  .page-footer {
    margin-block: 0 4rem;
  }
  .page-footer .block.newsletter .field .control {
    width: 100%;
    margin: 0;
  }
  .page-footer .footer-wrapper {
    flex-wrap: wrap;
    gap: 0 !important;
  }
  .footer.content {
    padding: 2.8rem 2.25rem 2.6rem;
    display: flex;
    flex-direction: column;
  }
  .footer.content .footer-col_title {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px;
  }
  .footer.content .footer-col_title svg,
  .footer.content .footer-col_title .expanded-icon,
  .footer.content .footer-col_title .closed-icon {
    width: 20px;
    stroke: #fff;
  }
  .footer.content .footer-col_title .expanded-icon {
    display: block;
  }
  .footer.content .footer-col_title .closed-icon {
    display: none;
  }
  .footer.content .footer-col_title.__expanded {
    margin-bottom: 0;
  }
  .footer.content .footer-col_title.__expanded .expanded-icon {
    display: none;
  }
  .footer.content .footer-col_title.__expanded .closed-icon {
    display: block;
  }
  .footer.content .footer-col_content {
    display: none;
    margin-bottom: 1.5rem;
  }
  .footer.content .footer-col_content li a {
    padding: 0 0 0 10px;
    font-size: 14px;
  }
  .footer.content .footer-col .footer-social_wrapper > div[data-content-type="html"] {
    justify-content: center;
  }
  .footer.content .footer-col:not(.footer-subscribe-col) .footer-col_title {
    height: 27px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer.content .footer-payment > div[data-content-type="html"] {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer.content .footer-links {
    flex-direction: column;
  }
  .footer.content .footer-links .logo {
    height: 70px;
    min-width: 50px;
    max-width: 145px;
  }
  .footer.content .footer-links .logo img {
    height: 70px;
  }
  .footer.content .footer-links .footer-links-content {
    gap: 0 1.5rem !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer.content .footer-links .footer-links-content a {
    font-size: 13px !important;
  }
  .footer-best-selling {
    width: 100%;
  }
  .footer-best-selling > div[data-content-type="html"] {
    text-align: center;
  }
  .footer-best-selling > div[data-content-type="html"] > span {
    font-size: 17px;
    color: #000;
  }
  .footer-best-selling > div[data-content-type="html"] ul {
    margin-top: 1rem;
    list-style: none;
  }
  .footer-best-selling > div[data-content-type="html"] ul,
  .footer-best-selling > div[data-content-type="html"] ul li,
  .footer-best-selling > div[data-content-type="html"] ul span,
  .footer-best-selling > div[data-content-type="html"] ul a {
    font-size: 13px;
  }
  .custom-search_container {
    position: absolute !important;
    z-index: 1;
    box-sizing: border-box;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 99%;
    margin-top: 14px;
  }
  .custom-search_container .search-autocomplete {
    margin: 0 !important;
  }
  .custom-search_form button.action.primary {
    margin: 0 !important;
  }
  .custom-search_form button.action.primary,
  .custom-search_form button.action.primary:hover {
    max-width: 50px !important;
  }
  .top-slider_title {
    font-size: 6.5vw;
  }
  .top-slider_text {
    font-size: 4vw;
  }
  .cms-home .page.messages {
    top: 120px;
    position: absolute;
    z-index: 8;
    width: 100%;
  }
  .columns .column.main {
    padding-bottom: 0;
  }
  .trending {
    margin-top: 8px;
  }
  .trending .twins-widget_details {
    position: absolute;
    top: 36px;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .trending .twins-widget_actions a {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .trending .twins-widget_actions .action-homepage.btn-homepage.secondary {
    color: #fff;
    border-color: #fff;
  }
  .trending .twins-widget_item {
    margin-bottom: 0;
  }
  .trending .twins-widget_item:last-of-type {
    margin-bottom: -1px;
  }
  .trending .twins-widget_item:last-of-type img {
    display: block;
  }
  .twins-widget_item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .discover .twins-widget {
    padding-inline: 2.8rem;
  }
  .partner-banner .top-slider_details {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    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 .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .toolbar-products {
    justify-content: center;
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    top: 20px;
  }
  html:not(.rtl) .modal-custom .action-close,
  html:not(.rtl) .modal-popup .action-close,
  html:not(.rtl) .modal-slide .action-close {
    right: 20px;
  }
  html.rtl .modal-custom .action-close,
  html.rtl .modal-popup .action-close,
  html.rtl .modal-slide .action-close {
    left: 20px;
  }
  .modal-custom .modal-header,
  .modal-popup .modal-header,
  .modal-slide .modal-header,
  .modal-custom .modal-content,
  .modal-popup .modal-content,
  .modal-slide .modal-content,
  .modal-custom .modal-footer,
  .modal-popup .modal-footer,
  .modal-slide .modal-footer {
    padding: 30px;
  }
  .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: 30px;
    z-index: 1003;
  }
  .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 8px 30px 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    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(0, 0, 0, 0.4);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff;
  }
  .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;
  }
  .aabee-navigation__sections__content .languageswitcher-wrapper .action.languageswitcher {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 20px;
  }
  .aabee-navigation__sections__content .header-links a {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 20px;
  }
  .aabee-navigation__toggle {
    display: inline-block;
    vertical-align: middle;
    font: 0/0 a;
    padding: 10px;
    cursor: pointer;
    padding: 0;
    order: 6;
    margin-inline-start: 16px;
  }
  .aabee-navigation__toggle svg {
    display: inline-block;
    vertical-align: middle;
    fill: #757575;
    width: 24px;
    height: 24px;
  }
  .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: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    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;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 15px;
  }
  .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: 15px -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;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .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;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    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: 15px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 15px;
    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;
  }
  .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;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .new-checkout__estimation__header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #f5f5f5;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .new-checkout__estimation__header__title {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 20px;
    text-decoration: none;
  }
  .new-checkout__estimation__header__title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .new-checkout__estimation__header__title.__opened:after {
    content: '\e621';
  }
  .new-checkout__estimation__header__title svg {
    display: inline-flex;
    vertical-align: middle;
    fill: currentColor;
    width: 1.2em;
    height: 1.1em;
    overflow: visible;
    margin-right: 10px;
  }
  .new-checkout__estimation__header__price {
    white-space: nowrap;
    font-size: 22px;
    font-weight: 600;
  }
  .new-checkout__estimation__content {
    display: none;
    padding: 20px;
    border-bottom: 1px solid #efefef;
  }
  .new-checkout__step__actions {
    justify-content: center;
  }
  .new-checkout__step__actions button.action {
    width: 100%;
  }
  .new-checkout__step__actions button.action + a.action {
    margin-top: 20px;
  }
  body.checkout-index-index .checkout-page_logo-sm {
    display: block;
    padding: 2.25rem 1.5rem 1.5rem;
  }
  body.checkout-index-index .checkout-page_logo {
    display: none;
  }
  body.checkout-index-index .new-checkout__estimation__content,
  body.checkout-index-index .new-checkout__estimation__header {
    background: #fafafa;
  }
  body.checkout-index-index .new-checkout__totals .mark span,
  body.checkout-index-index .new-checkout__totals .amount span {
    font-size: 16px !important;
  }
  body.checkout-index-index .new-checkout__totals .amount {
    display: flex;
    align-items: center;
  }
  body.checkout-index-index .new-checkout__estimation__header__price span {
    font-size: 18px !important;
  }
  body.checkout-index-index .new-checkout__estimation__header__title::after {
    color: #00a9e0;
  }
  body.checkout-index-index .new-checkout__estimation__header__title svg {
    color: #00a9e0;
  }
  body.checkout-index-index .new-checkout__estimation__header__title span {
    font-size: 16px;
    color: #00a9e0;
  }
  body.checkout-index-index .input-container._company,
  body.checkout-index-index #checkout-step-shipping .field._company,
  body.checkout-index-index .input-container._telephone,
  body.checkout-index-index #checkout-step-shipping .field._telephone,
  body.checkout-index-index .input-container._country_id,
  body.checkout-index-index #checkout-step-shipping .field._country_id,
  body.checkout-index-index .input-container._firstname,
  body.checkout-index-index #checkout-step-shipping .field._firstname,
  body.checkout-index-index .input-container._lastname,
  body.checkout-index-index #checkout-step-shipping .field._lastname,
  body.checkout-index-index .input-container._city,
  body.checkout-index-index #checkout-step-shipping .field._city,
  body.checkout-index-index .input-container._region_id,
  body.checkout-index-index #checkout-step-shipping .field._region_id,
  body.checkout-index-index .input-container._region,
  body.checkout-index-index #checkout-step-shipping .field._region,
  body.checkout-index-index .input-container._postcode,
  body.checkout-index-index #checkout-step-shipping .field._postcode {
    width: 100%;
    max-width: 100%;
  }
  body.checkout-index-index .new-checkout__cart__name {
    font-weight: 400;
    font-size: 14px;
  }
  body.checkout-index-index .cart-price .price {
    font-size: 16px !important;
  }
  body.checkout-index-index .totals.sub .mark {
    font-size: 16px !important;
  }
  body.checkout-index-index .new-checkout__step__actions button.action + a.action {
    margin-top: 0;
  }
  body.checkout-index-index .modal-inner-wrap .action.secondary {
    margin-top: 10px !important;
  }
  body.checkout-index-index .new-checkout__step__content__actions {
    margin-top: 50px;
  }
  html.rtl body.checkout-index-index .payment-method-title.field.choice {
    gap: 25px;
    padding-left: 0;
  }
  html.rtl body.checkout-index-index .payment-method-title.field.choice .label img:first-of-type {
    margin: 0;
  }
  html.rtl body.checkout-index-index .payment-method-title.field.choice .label img:last-of-type {
    height: 22px;
    margin-right: 9px;
  }
  body.checkout-index-index .new-checkout__step__content__actions button.action {
    margin-right: 0;
    margin-inline-end: 20px;
  }
  .new-checkout {
    flex-direction: column;
  }
  .new-checkout-index .page-main {
    padding: 0;
  }
  .new-checkout__content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background: #ffffff;
  }
  .new-checkout__content .checkout-header-desktop {
    display: none;
  }
  .new-checkout__sidebar {
    display: none;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .contact-index-index {
    background: #fff;
  }
  .contact-index-index .hdmx__contact-form .fieldset .group-3 {
    margin-bottom: 10px;
  }
  .contact-index-index .hdmx__contact-form .fieldset .group-3 .field {
    width: 100%;
    float: unset;
  }
  .clp-pages .vision-mission {
    display: flex;
    flex-direction: column;
  }
  .clp-pages .vision-mission div {
    flex: 1;
    margin: 0 0 20px 0;
    padding: 20px;
    border: 2px solid #1e90ff;
    border-radius: 8px;
    background-color: #f0f8ff;
  }
  .block-filter__close {
    display: none;
    align-items: center;
    position: fixed;
    top: 0;
    height: 56px;
    z-index: 100;
  }
  html:not(.rtl) .block-filter__close {
    right: 20px;
  }
  html.rtl .block-filter__close {
    left: 20px;
  }
  .block-filter__close > .icon {
    font: 0/0 a;
  }
  .block-filter__close > .icon svg {
    width: 22px;
    height: 22px;
  }
  .block-filter__close.__opened {
    display: flex;
  }
  .block-filter__header {
    display: flex;
    align-items: center;
  }
  .block-filter__header > .icon {
    font: 0/0 a;
    display: inline-block;
    vertical-align: middle;
  }
  .block-filter__header > .icon svg {
    width: 20px;
    height: 20px;
  }
  .block-filter__header:not(.__opened) {
    flex-direction: row-reverse;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #e3e3e3;
    background: #fff;
    cursor: pointer;
  }
  .block-filter__header.__opened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    z-index: 90;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    background: #eee;
    border-bottom: 1px solid #eee;
  }
  .block-filter__header.__opened > .icon {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-filter__wrapper {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 90;
    background: #eee;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .block-filter__wrapper.__opened {
    display: block;
  }
  .block-filter__item {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .block-filter__item.__sortby {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-filter__title {
    display: flex;
    position: relative;
  }
  .block-filter__title::after {
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .block-filter__title:not(.__opened) {
    padding: 20px;
  }
  .block-filter__title:not(.__opened)::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-filter__title:not(.__opened)::after {
    display: flex;
    font-weight: 700;
  }
  html:not(.rtl) .block-filter__title:not(.__opened)::after {
    right: 20px;
  }
  html.rtl .block-filter__title:not(.__opened)::after {
    left: 20px;
  }
  .block-filter__title.__opened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    z-index: 110;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    background: #eee;
    border-bottom: 1px solid #eee;
  }
  .block-filter__title.__opened::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e617';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-filter__title.__opened::after {
    display: flex;
    font-weight: 700;
  }
  html:not(.rtl) .block-filter__title.__opened::after {
    left: 20px;
  }
  html.rtl .block-filter__title.__opened::after {
    right: 20px;
  }
  .block-filter__content {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 110;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    background: #eee;
    transition: all 0.3s ease;
  }
  html:not(.rtl) .block-filter__content {
    right: 0;
    transform: translateX(300%);
  }
  html.rtl .block-filter__content {
    left: 0;
    transform: translateX(-300%);
  }
  .block-filter__content.__opened {
    transform: translateX(0) !important;
  }
  .block-filter__content__header,
  .block-filter__content__actions {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-filter__content__list__item {
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .block-filter__content__list__item a {
    display: block;
    padding: 20px;
    text-decoration: none;
  }
  .block-filter__content__list__checkbox {
    display: block;
    padding: 20px;
  }
  .block-filter__content__list__checkbox:active {
    box-shadow: inset 0 0 0 1px #0000C8;
  }
  .block-filter__content__list__checkbox__input[type="checkbox"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    top: -999px;
    left: -999px;
  }
  .block-filter__content__list__checkbox__input[type="checkbox"]:checked ~ .block-filter__content__list__checkbox__label::before {
    background: #0000C8;
    box-shadow: inset 0 0 0 1px #fff;
  }
  .block-filter__content__list__checkbox__label {
    display: flex;
    align-items: center;
  }
  .block-filter__content__list__checkbox__label::before {
    content: '';
    width: 17px;
    height: 17px;
    border: 1px solid #eee;
    background: #fff;
  }
  html:not(.rtl) .block-filter__content__list__checkbox__label::before {
    margin-right: 10px;
  }
  html.rtl .block-filter__content__list__checkbox__label::before {
    margin-left: 10px;
  }
  .block-filter__content__list__checkbox__label > .icon {
    display: none;
  }
  .block-filter__saveview {
    display: none;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    background: #eee;
    border-bottom: 1px solid #eee;
  }
  .block-filter__saveview .action-apply {
    width: 100%;
  }
  .block-filter__saveview.__opened {
    display: flex;
  }
  .block-filter__saveview .action-saveview {
    text-align: center;
  }
  body.__has-filter-opened .page-header,
  body.__has-filter-opened .page-footer {
    z-index: 0 !important;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .aabee-navigation__header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #ffffff;
  }
  .aabee-navigation__header .logo-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  .aabee-navigation__header .logo-container .logo {
    margin: 0;
    max-height: 80px;
  }
  .aabee-navigation__header .logo-container .logo > img {
    height: 80px;
    width: 110px;
    margin: 0 auto;
  }
  .aabee-navigation__header__home,
  .aabee-navigation__header__close {
    font: 0/0 a;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
  }
  .aabee-navigation__header__home svg,
  .aabee-navigation__header__close svg {
    width: 24px;
    height: 24px;
  }
  .aabee-navigation__header__home > *,
  .aabee-navigation__header__back > *,
  .aabee-navigation__header__close > * {
    pointer-events: none;
  }
  .aabee-navigation__header__back {
    position: relative;
    text-transform: uppercase;
    padding: 0 2.25rem;
    font-size: 12px;
    font-weight: normal;
  }
  .aabee-navigation__header__back::after {
    content: '\e608';
    font-family: 'luma-icons';
    position: absolute;
    top: 45%;
    font-size: 10px;
    font-weight: 100;
    color: #000;
    transform: translateY(-50%);
    pointer-events: none;
    line-height: 1;
  }
  html.rtl .aabee-navigation__header__back::after {
    right: 6px;
  }
  html:not(.rtl) .aabee-navigation__header__back::after {
    transform: translateY(-50%) scale(-1);
    left: 6px;
  }
  .aabee-navigation__item {
    border-top: none;
  }
  .aabee-navigation__item.__level0.__has-banner .aabee-navigation__submenu__item.__level1.__viewall {
    margin: 10px 20px;
  }
  .aabee-navigation__item.__level0.__has-banner .aabee-navigation__submenu__item.__level1.__viewall > .aabee-navigation__submenu__link {
    background: #ffffff;
  }
  html:not(.rtl) .aabee-navigation__link.__parent {
    padding-right: 37px;
  }
  html.rtl .aabee-navigation__link.__parent {
    padding-left: 37px;
  }
  html:not(.rtl) .aabee-navigation__link.__parent::after {
    right: 25px;
  }
  html.rtl .aabee-navigation__link.__parent::after {
    left: 25px;
  }
  html:not(.rtl) .aabee-navigation__submenu__link.__parent {
    padding-right: 37px;
  }
  html.rtl .aabee-navigation__submenu__link.__parent {
    padding-left: 37px;
  }
  html:not(.rtl) .aabee-navigation__submenu__link.__parent::after {
    right: 25px;
  }
  html.rtl .aabee-navigation__submenu__link.__parent::after {
    left: 25px;
  }
  .aabee-navigation__submenu {
    display: block;
    position: absolute;
    top: 87px;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    background-color: #ffffff;
    transition: all 0.3s ease;
  }
  .aabee-navigation__submenu.__level2 {
    top: 0;
  }
  html:not(.rtl) .aabee-navigation__submenu__item .aabee-navigation__submenu__list {
    margin-left: 0;
  }
  html.rtl .aabee-navigation__submenu__item .aabee-navigation__submenu__list {
    margin-right: 0;
  }
  .aabee-navigation__submenu__banner {
    padding: 0 5px 20px;
    height: auto;
  }
  .aabee-navigation__item.__showed > .aabee-navigation__submenu,
  .aabee-navigation__submenu__item.__showed > .aabee-navigation__submenu {
    transform: translateX(0);
    min-height: 160vh;
    overflow-x: hidden;
  }
  .aabee-navigation__item.__showed > .aabee-navigation__submenu.__has-banners,
  .aabee-navigation__submenu__item.__showed > .aabee-navigation__submenu.__has-banners {
    min-height: 260vh;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .sorter-options {
    margin: 0 2px;
  }
}
@media all and (min-width: 640px) {
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    top: 20px;
  }
  html:not(.rtl) .modal-custom .action-close,
  html:not(.rtl) .modal-popup .action-close,
  html:not(.rtl) .modal-slide .action-close {
    right: 20px;
  }
  html.rtl .modal-custom .action-close,
  html.rtl .modal-popup .action-close,
  html.rtl .modal-slide .action-close {
    left: 20px;
  }
  html:not(.rtl) .modal-slide {
    padding-left: 30px;
  }
  html.rtl .modal-slide {
    padding-right: 30px;
  }
  .modal-slide .modal-inner-wrap {
    max-width: 400px;
  }
  html:not(.rtl) .modal-slide .modal-inner-wrap {
    margin-left: auto;
  }
  html.rtl .modal-slide .modal-inner-wrap {
    margin-right: auto;
  }
  .modal-slide._inner-scroll .modal-inner-wrap {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
  }
  .modal-slide._inner-scroll .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aabee-navigation__toggle {
    display: none;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #999999;
    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: #999999;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #999999;
    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: 15px;
    padding-right: 15px;
    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: 15px;
    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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .new-checkout__estimation {
    display: none;
  }
  .new-checkout__step__actions button.action {
    margin-right: 20px;
  }
  .new-checkout__step__content #shipping-new-address-form,
  .new-checkout__step__content [data-form="billing-new-address"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .new-checkout__step__content #shipping-new-address-form > .field,
  .new-checkout__step__content [data-form="billing-new-address"] > .field {
    width: 100%;
  }
  .new-checkout__step__content #shipping-new-address-form > .field._firstname,
  .new-checkout__step__content [data-form="billing-new-address"] > .field._firstname,
  .new-checkout__step__content #shipping-new-address-form > .field._lastname,
  .new-checkout__step__content [data-form="billing-new-address"] > .field._lastname {
    width: calc(100% / 2 - 20px / 2);
  }
  .new-checkout__step__content #shipping-new-address-form > .field._city,
  .new-checkout__step__content [data-form="billing-new-address"] > .field._city {
    width: calc(100% / 1.5 - 20px / 2);
  }
  .new-checkout__step__content #shipping-new-address-form > .field._postcode,
  .new-checkout__step__content [data-form="billing-new-address"] > .field._postcode {
    width: calc(100% / 3 - 20px / 2);
  }
  body.checkout-index-index .continue.primary.sharp {
    min-width: auto;
    width: auto;
    margin-inline-start: auto;
  }
  body.checkout-index-index .new-checkout__step__actions._payment-step .primary.sharp {
    min-width: auto;
    width: auto;
    margin-inline-start: auto;
    font-weight: 600;
    font-size: 1.7rem;
  }
  body.checkout-index-index .modal-inner-wrap {
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body.checkout-index-index .modal-inner-wrap .input-container._company,
  body.checkout-index-index .modal-inner-wrap #checkout-step-shipping .field._company,
  body.checkout-index-index .modal-inner-wrap .input-container._telephone,
  body.checkout-index-index .modal-inner-wrap #checkout-step-shipping .field._telephone,
  body.checkout-index-index .modal-inner-wrap .input-container._country_id,
  body.checkout-index-index .modal-inner-wrap #checkout-step-shipping .field._country_id,
  body.checkout-index-index .modal-inner-wrap .input-container._firstname,
  body.checkout-index-index .modal-inner-wrap #checkout-step-shipping .field._firstname,
  body.checkout-index-index .modal-inner-wrap .input-container._lastname,
  body.checkout-index-index .modal-inner-wrap #checkout-step-shipping .field._lastname,
  body.checkout-index-index .modal-inner-wrap .input-container._city,
  body.checkout-index-index .modal-inner-wrap #checkout-step-shipping .field._city,
  body.checkout-index-index .modal-inner-wrap .input-container._region_id,
  body.checkout-index-index .modal-inner-wrap #checkout-step-shipping .field._region_id,
  body.checkout-index-index .modal-inner-wrap .input-container._region,
  body.checkout-index-index .modal-inner-wrap #checkout-step-shipping .field._region,
  body.checkout-index-index .modal-inner-wrap .input-container._postcode,
  body.checkout-index-index .modal-inner-wrap #checkout-step-shipping .field._postcode {
    width: 100%;
    max-width: 100%;
  }
  .new-checkout {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
  }
  .new-checkout-index .page-main {
    padding: 0;
  }
  .new-checkout-index .page-wrapper {
    width: 100%;
    overflow-x: hidden;
  }
  .new-checkout__content,
  .new-checkout__sidebar {
    position: relative;
  }
  .new-checkout__content::after,
  .new-checkout__sidebar::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300%;
    z-index: -1;
  }
  .new-checkout__content {
    width: 60%;
    padding-top: 4rem;
    padding-bottom: 20px;
    padding-right: 4rem;
    background: #ffffff;
  }
  .new-checkout__content .checkout-header-desktop {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    font-size: 1.7em;
    color: #1c1b1b;
  }
  html.rtl .new-checkout__content {
    padding-right: 0;
    padding-left: 4rem;
  }
  .new-checkout__sidebar {
    width: 40%;
    padding-top: 4rem;
    padding-bottom: 20px;
    padding-left: 4rem;
  }
  html.rtl .new-checkout__sidebar {
    padding-right: 4rem;
  }
  html.rtl .new-checkout__sidebar::after {
    right: 0;
    left: unset;
  }
  .new-checkout__sidebar::after {
    left: 0;
    background: #fafafa;
    box-shadow: inset 1px 0 0 #e5e5e5;
  }
  .games-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
  .hero-slider {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    width: 100%;
  }
  .promo-section-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    width: 100%;
  }
  .homepage-products,
  .homepage-products-list,
  .games-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    width: 100%;
  }
  .block-products-list.grid .block-title strong {
    font-size: 31px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
  }
  .twins-widget_details {
    position: absolute;
    top: 6px;
    left: 32px;
  }
  .twins-widget_text {
    max-width: 50%;
  }
  .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;
  }
  .contact-index-index .hdmx__contact-form {
    padding: 4.3rem 10.6rem;
  }
  .contact-index-index .page-wrapper .form.contact button.action.primary {
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.6rem;
    height: 48px;
    width: 100%;
    margin-top: 40px;
  }
  .contact-index-index input[type="text"] {
    height: 42px;
  }
  .contact-index-index .hdmx__contact-form .fieldset .legend {
    font-size: 2.5rem;
    line-height: 2.3rem;
    font-weight: 500;
    margin-top: 1rem;
    border-bottom: none;
    padding-right: 2rem;
    margin-bottom: 1rem;
  }
  .contact-index-index .fieldset :last-child {
    margin-top: 0;
  }
  .block-filter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 1.5rem;
    margin-block: 0 1.5rem;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    z-index: 8;
    border-radius: 1rem;
  }
  .block-filter__close,
  .block-filter__header,
  .block-filter__saveview {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-filter__more .action-more {
    white-space: nowrap;
    cursor: pointer;
  }
  .block-filter__more .action-more.__selected {
    font-weight: bold;
  }
  .block-filter__wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .block-filter__item {
    width: calc(100% / 7 - 10px);
    position: relative;
  }
  .block-filter__title {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #e3e3e3;
    cursor: pointer;
  }
  .block-filter__title::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: visible;
    speak: none;
    text-align: center;
  }
  html:not(.rtl) .block-filter__title {
    padding: 10px 30px 10px 10px;
  }
  html.rtl .block-filter__title {
    padding: 10px 10px 10px 30px;
  }
  .block-filter__title::after {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  html:not(.rtl) .block-filter__title::after {
    right: 10px;
  }
  html.rtl .block-filter__title::after {
    left: 10px;
  }
  .block-filter__title:hover {
    border: 1px solid #0000C8;
    outline: 2px solid #0000C8;
  }
  .block-filter__title.__opened {
    border: 1px solid #e3e3e3;
    outline: none;
    box-shadow: 0 10px 7px 0 #a1a1a1, inset 0 0 0 1px #e1e1e1;
  }
  .block-filter__title.__opened::after {
    content: '\e621';
  }
  .block-filter__title__count {
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #0000C8;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: content-box;
  }
  html:not(.rtl) .block-filter__title__count {
    margin-left: 6px;
  }
  html.rtl .block-filter__title__count {
    margin-right: 6px;
  }
  .block-filter__title__count:empty {
    display: none;
  }
  .block-filter__content {
    display: none;
    color: #000;
    width: 300px;
    position: absolute;
    z-index: 1;
    top: auto;
    margin-top: -1px;
    border: 1px solid #e3e3e3;
    background: #fff;
    box-shadow: 0 10px 7px 0 #a1a1a1;
  }
  html:not(.rtl) .block-filter__content {
    left: 0;
  }
  html.rtl .block-filter__content {
    right: 0;
  }
  .block-filter__content.__opened {
    display: block;
    overflow-x: hidden;
  }
  .block-filter__content.__sortby {
    padding: 20px;
  }
  .block-filter__content.__sortby__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .block-filter__content.__sortby__link.__selected {
    color: #000;
    font-weight: 700;
    pointer-events: none;
  }
  .block-filter__content.__sortby__link.__selected .block-filter__content__sortby__icon {
    visibility: visible;
  }
  .block-filter__content.__sortby__icon {
    visibility: hidden;
    font: 0/0 a;
  }
  .block-filter__content.__sortby__icon svg {
    width: 16px;
    height: 16px;
  }
  .block-filter__content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    border-bottom: 3px solid #e3e3e3;
  }
  .block-filter__content__list {
    margin: 0;
    padding: 20px;
    list-style: none none;
    max-height: 400px;
    overflow-y: auto;
  }
  .block-filter__content__list__item:last-child {
    margin-bottom: 0;
  }
  .block-filter__content__list__checkbox:hover {
    text-decoration: underline;
  }
  .block-filter__content__list__checkbox__input[type="checkbox"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    top: -999px;
    left: -999px;
  }
  .block-filter__content__list__checkbox__input[type="checkbox"]:checked ~ .block-filter__content__list__checkbox__label {
    color: #000;
    border-color: #0000C8;
  }
  .block-filter__content__list__checkbox__input[type="checkbox"]:checked ~ .block-filter__content__list__checkbox__label > .text {
    font-weight: 700;
  }
  .block-filter__content__list__checkbox__input[type="checkbox"]:checked ~ .block-filter__content__list__checkbox__label > .icon {
    visibility: visible;
  }
  .block-filter__content__list__checkbox__input[type="checkbox"]:checked ~ .block-filter__content__list__checkbox__label > .icon svg {
    fill: #0000C8;
  }
  .block-filter__content__list__checkbox__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 10px;
    border: 1px solid #e3e3e3;
    cursor: pointer;
  }
  .block-filter__content__list__checkbox__label > .text {
    order: 1;
  }
  .block-filter__content__list__checkbox__label > .count {
    order: 2;
    flex: 1 0 auto;
  }
  .block-filter__content__list__checkbox__label > .icon {
    order: 3;
    flex: 0 0 auto;
    visibility: hidden;
    font: 0/0 a;
  }
  .block-filter__content__list__checkbox__label > .icon svg {
    width: 16px;
    height: 16px;
  }
  .block-filter__content__actions {
    padding: 10px;
    border-top: 3px solid #e3e3e3;
  }
  .block-filter__content__actions:before,
  .block-filter__content__actions:after {
    content: '';
    display: table;
  }
  .block-filter__content__actions:after {
    clear: both;
  }
  .block-filter__content__actions .action-apply,
  .block-filter__content__actions .action-close,
  .block-filter__content__actions .action-clear {
    cursor: pointer;
  }
  html:not(.rtl) .block-filter__content__actions .action-apply,
  html:not(.rtl) .block-filter__content__actions .action-close {
    float: right;
  }
  html.rtl .block-filter__content__actions .action-apply,
  html.rtl .block-filter__content__actions .action-close {
    float: left;
  }
  html:not(.rtl) .block-filter__content__actions .action-clear {
    float: left;
  }
  html.rtl .block-filter__content__actions .action-clear {
    float: right;
  }
  .block-filter__content__actions .action-apply,
  .block-filter__content__actions .action-clear {
    display: none;
  }
  .block-filter__content__actions.__selected .action-close {
    display: none;
  }
  .block-filter__content__actions.__selected .action-apply,
  .block-filter__content__actions.__selected .action-clear {
    display: block;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .aabee-navigation__header {
    display: none;
  }
  html.rtl .aabee-navigation__link.__level0.__parent,
  html:not(.rtl) .aabee-navigation__link.__level0.__parent {
    padding: 0 10px;
  }
  .aabee-navigation__link.__level0.__parent::after {
    content: '';
    display: none;
  }
  .aabee-navigation__submenu.__level1 {
    border-top: none;
  }
  .aabee-navigation__submenu.__level2 {
    display: block;
  }
  .aabee-navigation__submenu__item.__level1 {
    min-width: 190px;
    min-height: 45px;
  }
  .aabee-navigation__submenu__item.__level1:not(:last-child) {
    border-bottom: none;
  }
  .aabee-navigation__submenu__item.__level1:hover > .aabee-navigation__submenu__link {
    background: none;
  }
  .aabee-navigation__submenu__item.__level1.__has-banner > .aabee-navigation__submenu__link {
    display: none;
  }
  .aabee-navigation__submenu__item.__level1.__has-banner > .aabee-navigation__submenu__content {
    padding: 0;
  }
  .aabee-navigation__submenu__link.__level1 {
    font-weight: 500;
  }
  .aabee-navigation__submenu__link.__level2 {
    font-size: 16px;
    padding: 5px;
  }
  .aabee-navigation__submenu__link.__level2:hover {
    color: #000000;
    text-decoration: none;
  }
  .aabee-navigation__sections:hover {
    position: relative;
    z-index: 9999;
  }
  .aabee-navigation__sections__overlay {
    --menu-offset: 0;
    opacity: 0;
    position: static;
    top: var(--menu-offset);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease-out;
  }
  .aabee-navigation__sections__overlay.__showed {
    opacity: 1;
    position: fixed;
  }
  .discover {
    padding-top: 10px;
    margin-bottom: 16px;
  }
  .trending {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .trending .twins-widget_details {
    left: unset;
  }
  .trending .twins-widget_text {
    max-width: 100%;
  }
  .top-slider_title {
    font-size: 2.5vw;
  }
  .top-slider_text {
    font-size: 1.3vw;
  }
  .middle-banners .top-slider_details {
    top: 22%;
  }
  .middle-banners .top-slider_details .action-homepage.btn-homepage.secondary {
    max-width: unset;
    padding: 0 5rem;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.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: #000;
  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 {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.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 {
  content: '*';
  color: #e02b27;
  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-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-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 {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-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 {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.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 {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.aabee-navigation__link.__level0 {
  text-transform: uppercase;
  font-weight: 600;
}
.aabee-navigation__item.__level0.__has-banner > .aabee-navigation__submenu {
  background: #ebebeb;
}
.aabee-navigation__submenu__item.__level1.__has-banner > .aabee-navigation__submenu__link {
  display: none;
}
.aabee-navigation__submenu__banner__link {
  color: #999999;
  text-decoration: none;
  display: block;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.aabee-navigation__submenu__banner__link:visited {
  color: #999999;
  text-decoration: none;
}
.aabee-navigation__submenu__banner__link:hover {
  color: #006bb4;
  text-decoration: none;
}
.aabee-navigation__submenu__banner__link:active {
  color: #ff5501;
  text-decoration: none;
}
.aabee-navigation__submenu__banner__title {
  padding: 20px;
}
.sections.nav-sections {
  display: none !important;
}
body .header.content {
  position: relative;
  border-bottom: 0.5px solid #eee;
  background: #fff;
}
.header-top-container .announcements-container {
  overflow: hidden;
}
.header-top-container .announcements-container > div:not(.is-splide-loaded) {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
.header-top-container .announcements-container > div:not(.is-splide-loaded) .announcement:not(:first-child) {
  display: none;
}
.header-top-container .announcements-container .announcement {
  display: flex;
  height: 45px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  order: -1;
  margin-inline-end: auto;
}
.header-top-container .announcements-container .announcement_bar-text {
  margin-inline-start: 5px;
  margin-top: 5px;
  color: #323232;
  font-weight: 300;
  cursor: pointer;
}
.header-top-container .announcements-container .announcement_bar-text:hover {
  color: #00a7e1;
}
.header-top-container .announcements-container .announcement svg,
.header-top-container .announcements-container .announcement_bar-icon {
  width: 24px;
  height: 24px;
}
.header-top-container .announcements-container .announcement:hover .announcement_bar-text {
  color: #00a7e1;
}
.header.content {
  padding-top: 0 !important;
  width: 100vw;
  float: unset;
}
.header.content .navbar-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.header.content .logo {
  margin: 0;
  line-height: 0;
  max-height: 80px;
}
.header.content .header-actions_container {
  flex: 0 0 140px;
  padding: 0 0.8rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 22px;
}
.header.content .header-actions_container a:not(.view-language) {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.header.content .header-actions_container svg {
  fill: #fff;
  transition: fill 0.25s ease-in-out;
}
.header.content .header-actions_container svg:hover {
  fill: #00a7e1;
}
.footer.content {
  max-width: 1208px;
  margin: 0;
  border: none !important;
}
.footer.content ul {
  list-style: none;
  padding: 0 !important;
}
.footer.content > div[data-content-type="html"] {
  display: grid;
}
.page-footer {
  background: #fff !important;
  box-shadow: 0 -1px 6px 0 rgba(40, 174, 228, 0.22);
  padding-bottom: 0 !important;
}
.page-footer .footer-wrapper {
  display: flex;
  gap: 4rem;
  padding: 0 12px 2.5rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .page-footer .footer-wrapper {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .page-footer .footer-wrapper {
    max-width: 1400px;
  }
}
.footer-col {
  width: 100%;
}
.footer-col_title {
  color: #fafafa;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  position: relative;
}
.footer-col .subscribe_desc {
  color: #999999;
  margin-bottom: 1.2rem;
}
.footer-col_content li {
  margin-bottom: 0;
  line-height: 32px;
}
.footer-col_content li a {
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 300;
  color: #999999;
  display: block;
  transition: all 0.3s ease;
}
.footer-col_content li a:hover {
  color: #fff;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #111111;
  background-color: #fff;
}
.footer-col .footer-social_wrapper > div[data-content-type="html"] {
  display: flex;
  align-items: center;
  padding-top: 0;
  white-space: nowrap;
}
.footer-col .footer-social_wrapper > div[data-content-type="html"] > span {
  font-weight: 600;
  margin-inline-end: 2rem;
}
.footer-col .footer-social_wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 6px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  box-sizing: border-box;
  margin-inline-end: 12px;
}
.footer-col .footer-social_wrapper a > img {
  min-width: 30px;
  max-width: 30px;
}
.footer-col .footer-social_wrapper .footer-social_icon {
  fill: #999999;
  width: 26px;
  height: 26px;
}
.footer-col.footer-subscribe-col {
  display: flex;
  flex-direction: column;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  order: -1;
}
.footer-links {
  max-width: 1208px;
  margin: 22px auto 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-links-content {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  flex-wrap: wrap;
}
.footer-links-content a {
  color: #0000C8;
  font-size: 17px;
}
.footer-links .logo {
  margin: 0;
  line-height: 0;
  max-height: 80px;
}
.footer-links > div[data-content-type="html"] {
  display: flex;
}
.block.newsletter .control input {
  appearance: none;
  outline: 0;
  border: 0;
  margin: 0;
  box-shadow: none;
  flex: 1;
  color: #999999;
  font-size: 0.9rem;
  background-color: transparent;
  background-image: none;
  font-size: 14px;
  height: 100%;
  width: 280px;
}
html:not(.rtl) .block.newsletter .control input {
  padding-left: 1.4rem;
}
html.rtl .block.newsletter .control input {
  padding-right: 1.4rem;
}
.block.newsletter .field .control {
  border: 1px solid #999999;
  position: relative;
  display: flex;
  width: 20em;
  height: 36px;
  overflow: hidden;
}
.block.newsletter .field .control::before {
  content: none;
}
.control button.subscribe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  transition: .25s all ease;
  cursor: pointer;
  min-width: 50px;
  background: #999999 url('../images/newsletter-send-icon.png') center no-repeat;
  border: none;
  transition: background 0.25s ease-in-out;
}
.control button.subscribe:hover {
  background: #606060 url('../images/newsletter-send-icon.png') center no-repeat;
}
html:not(.rtl) .control button.subscribe {
  right: 0;
}
html.rtl .control button.subscribe {
  left: 0;
}
.footer-credits {
  background: #0000C8;
  padding: 1rem 0;
}
.footer-credits small.copyright {
  background: #0000C8;
  font-size: 18px;
  color: #fff;
  text-align: center;
  max-width: 1208px;
  margin-inline: auto;
}
.footer-credits small.copyright p {
  margin: 0;
}
.footer-payment {
  margin-top: 30px;
  max-width: 1208px;
  width: 100%;
  margin-inline: auto;
  pointer-events: none;
}
.footer-payment > div[data-content-type="html"] img {
  height: 26px;
  width: 40px;
}
.footer-payment .payment-img.mastercard > img {
  width: 33px;
  height: 20px;
}
.footer-payment .payment-img.visa > img {
  width: 45px;
  height: 19px;
}
.footer-payment .payment-img.zain > img {
  width: 65px;
  height: 18px;
}
.footer-payment .payment-img.jawwal > img {
  width: 77px;
  height: 77px;
}
.footer-payment .payment-img.batelco > img {
  width: 66px;
  height: 29px;
}
.footer-payment .payment-img.sabafon > img {
  width: 38px;
  height: 38px;
}
.footer-payment .payment-img.ooredoo > img {
  width: 65px;
  height: 12px;
}
.footer-payment .payment-img.etisalat > img {
  width: 77px;
  height: 30px;
}
.footer-payment .payment-img.mobily > img {
  width: 77px;
  height: 30px;
}
.footer-payment .payment-img.vodafone > img {
  width: 77px;
  height: 25px;
}
.footer-payment .payment-img.stc > img {
  width: 45px;
  height: 20px;
}
.footer-best-selling {
  box-sizing: border-box;
  padding: 25px 16px 0;
}
.footer-best-selling > div[data-content-type="html"] {
  background: #f8fafa;
  border-radius: 10px;
  padding: 4px 16px;
}
.cart-fab {
  opacity: 0;
  transition: opacity 0.5s ease;
  background-color: #0000C8;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  margin-bottom: 2rem;
  left: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
html:not(.rtl) .cart-fab {
  right: 30px;
  left: auto;
}
html.rtl .cart-fab {
  left: 30px;
  right: auto;
}
.cart-fab.showed {
  opacity: 1;
}
.cart-fab > img {
  width: 50%;
  height: 50%;
}
.custom-search_container {
  width: 100%;
  border-radius: 5rem;
  height: 45px;
  background: #efefef;
  color: #fff;
  position: relative;
}
.custom-search_container #search {
  border: none;
  background: transparent;
}
.custom-search_container #search::placeholder {
  opacity: 0.6;
}
.custom-search_container .search-autocomplete {
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 99999;
}
.custom-search_container .search-autocomplete ul li {
  text-align: start !important;
  color: #000 !important;
}
.custom-search_form {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
}
.custom-search_form input {
  height: 100%;
  background: transparent;
  border: none;
}
.custom-search_form button.action.primary,
.custom-search_form button.action.primary:hover {
  height: 100%;
  background: transparent;
  border: none;
  max-width: 62px;
  min-width: 0;
  box-sizing: border-box;
}
.top-slider_details {
  position: absolute;
  top: 15%;
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
  text-align: center;
}
.top-slider_details .action-homepage.btn-homepage.secondary {
  color: #fff;
  border-color: #fff;
  margin-inline: 0;
}
.top-slider_details .action-homepage.btn-homepage.secondary:hover,
.top-slider_details .action-homepage.btn-homepage.secondary:focus,
.top-slider_details .action-homepage.btn-homepage.secondary:active {
  border-color: transparent;
}
.top-slider_title {
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
}
.top-slider_actions {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
.top-slider_wrapper.dark .top-slider_details {
  color: #000;
}
.top-slider_wrapper.dark .top-slider_details .action-homepage.btn-homepage.secondary {
  color: #000;
  border-color: currentColor;
}
.top-slider_wrapper.dark .top-slider_details .action-homepage.btn-homepage.secondary:hover,
.top-slider_wrapper.dark .top-slider_details .action-homepage.btn-homepage.secondary:focus,
.top-slider_wrapper.dark .top-slider_details .action-homepage.btn-homepage.secondary:active {
  border-color: transparent;
  color: #fff;
}
.trending .twins-widget_details {
  position: absolute;
  top: 36px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.trending .twins-widget_actions a {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
.trending .twins-widget_actions .action-homepage.btn-homepage.secondary {
  color: #fff;
  border-color: #fff;
}
.trending .twins-widget_item {
  margin-bottom: 0;
}
.trending .twins-widget_item:last-of-type {
  margin-bottom: -1px;
}
.trending .twins-widget_item:last-of-type img {
  display: block;
}
.secondary-banner .top-slider_details {
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
}
.context-menu-backdrop {
  background-color: #222;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.context-menu {
  display: none;
  position: fixed;
  width: 220px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.context-menu .menu {
  padding: 6px 12px;
  box-sizing: border-box;
}
.content {
  text-align: center;
  padding: 10px;
}
.content > div[data-content-type="html"] {
  padding: 6px 12px;
}
.content .menu-action {
  list-style: none;
  font-size: 22px;
  height: 40px;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 2px;
  padding: 0 5px;
  box-sizing: border-box;
}
.content .menu-action:hover {
  background: #f2f2f2;
}
.content .menu-action span {
  font-size: 19px;
}
.content .menu-link,
.content > a {
  color: #0000C8;
}
.content .context-menu-footer {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -5px;
  padding: 10px 12px 5px;
  border-top: 1px solid #ccc;
}
.content .context-menu-footer .menu-action {
  color: #0000C8;
}
.content .context-menu-footer .menu-action span {
  color: #0000C8;
}
.dcb-form-payment.payment-method_active {
  border: 2px solid #0000C8;
  /* Highlight active payment method */
  padding: 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
.dcb-form-payment.payment-method .payment-method-title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.dcb-form-payment.payment-method .payment-method-title .radio {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  cursor: pointer;
}
.dcb-form-payment.payment-method .payment-method-title .radio:checked {
  background-color: #0000C8;
  border-color: #0000C8;
}
.dcb-form-payment.payment-method .payment-method-title .label {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field {
  margin-bottom: 20px;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  text-align: center;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .control input.phone-input {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #333;
  outline: none;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .control input.phone-input:focus {
  border-color: #0000C8;
  box-shadow: 0 0 5px rgba(90, 73, 245, 0.3);
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .control input.phone-input._has-error:focus {
  border-color: #ec3333;
  box-shadow: 0 0 5px rgba(245, 73, 90, 0.3);
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #0000C8;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
  width: 100%;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn:hover {
  background-color: #4a3ec2;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn._is-loading {
  cursor: not-allowed;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.85;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn._is-loading .text {
  display: none;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn._is-loading .loader {
  display: block;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn._is-loading .dot-loader {
  --loader-color: #fff;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--loader-color);
  color: var(--loader-color);
  animation: dot-loader 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn._is-loading .dot-loader::before,
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn._is-loading .dot-loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn._is-loading .dot-loader::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--loader-color);
  color: var(--loader-color);
  animation: dot-loader 1s infinite alternate;
  animation-delay: 0s;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .send-otp-btn._is-loading .dot-loader::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--loader-color);
  color: var(--loader-color);
  animation: dot-loader 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes dot-loader {
  0% {
    background-color: var(--loader-color);
  }
  50%,
  100% {
    background-color: rgba(152, 128, 255, 0.2);
  }
}
.dcb-form-payment.payment-method .payment-method-content-dcb .field .loading-text {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #999;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .otp-section {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .otp-section .otp-input-container {
  display: flex;
  gap: 10px;
}
html.rtl .dcb-form-payment.payment-method .payment-method-content-dcb .otp-section .otp-input-container {
  flex-direction: row-reverse;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .otp-section .otp-input {
  width: 48px;
  height: 48px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  outline: none;
  transition: border-color 0.3s;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .otp-section .otp-input:focus {
  border-color: #0000C8;
  box-shadow: 0 0 5px rgba(90, 73, 245, 0.3);
}
.dcb-form-payment.payment-method .payment-method-content-dcb .actions-toolbar {
  margin-top: 20px;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .actions-toolbar .primary .checkout.verify-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: #0000C8;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .actions-toolbar .primary .checkout.verify-btn:hover {
  background-color: #4a3ec2;
}
.dcb-form-payment.payment-method .payment-method-content-dcb .actions-toolbar .primary .checkout.verify-btn.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.dcb-form-payment.payment-method .phone-number-container {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  border-radius: 4px;
  padding: 5px 0;
  width: 100%;
}
.dcb-form-payment.payment-method .phone-input {
  border: none;
  outline: none;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
}
.dcb-form-payment.payment-method .country-code-input {
  max-width: 52px;
}
html.rtl .dcb-form-payment.payment-method .country-code-input {
  border-right: 1px solid #ced4da;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
html:not(.rtl) .dcb-form-payment.payment-method .country-code-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #ced4da;
}
html.rtl .dcb-form-payment.payment-method .phone-number-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
html:not(.rtl) .dcb-form-payment.payment-method .phone-number-input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dcb-form-payment.payment-method .phone-input::placeholder {
  color: #999;
}
.dcb-form-payment.payment-method .send-otp-btn {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.dcb-form-payment.payment-method .send-otp-btn.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.dcb-form-payment.payment-method .loading-text {
  margin-left: 10px;
  font-size: 14px;
  color: #999;
}
.dcb-form-payment .dcb-error-message {
  color: #ec3333;
  grid-column: 1 / 3;
  text-align: center;
  margin-top: 10px;
}
.dcb-form-payment .dcb-success-message {
  color: #38c74f;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
.dcb-form-payment .dcb-otp-timer {
  text-align: center;
}
