@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 32px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 44px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
}

caption {
  padding-top: 10px;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:focus {
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@keyframes progressbar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.highstore .col2-set .col-1,
.highstore-page .col2-set .col-1,
.highstore .col2-set .col-2,
.highstore-page .col2-set .col-2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1070px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1281px;
  }
}
input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #C8C8C8;
  color: #717171;
  border-radius: 5px;
}
input[type=text]::-ms-expand,
input[type=number]::-ms-expand,
input[type=search]::-ms-expand,
input[type=email]::-ms-expand,
input[type=url]::-ms-expand,
input[type=password]::-ms-expand,
input[type=tel]::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6C757D;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6C757D;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6C757D;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6C757D;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #6C757D;
  opacity: 1;
}
input[type=text]:disabled, input[type=text][readonly],
input[type=number]:disabled,
input[type=number][readonly],
input[type=search]:disabled,
input[type=search][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=url]:disabled,
input[type=url][readonly],
input[type=password]:disabled,
input[type=password][readonly],
input[type=tel]:disabled,
input[type=tel][readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #E9ECEF;
  opacity: 1;
}

textarea {
  height: auto;
}

body .dokan-form-control {
  border: 1px solid #C8C8C8;
  color: #717171;
  border-radius: 5px;
}

select {
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  color: #495057;
  vertical-align: middle;
  background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23A8AEB2' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 10px center/8px 10px !important;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus {
  outline: 0;
  box-shadow: none;
}
select:disabled {
  color: #6C757D;
  background-color: #E9ECEF;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 5px;
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: #DCD7CA;
  box-shadow: none;
  cursor: pointer;
  border-radius: 2px;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  border-color: #009fb2;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #00BFD6;
  border-radius: 50%;
  left: 4px;
  top: 4px;
}

input[type=checkbox] {
  border-radius: 2px;
}
input[type=checkbox]:checked {
  background: #00BFD6;
}
input[type=checkbox]:checked:before {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  height: 18px;
  width: 18px;
  top: 0;
  right: 0;
}

.highstore form .form-row .required {
  color: var(--button-bg-color, #EF394E);
}

body span.select2.select2-container--default span.select2-selection--single {
  border-color: #C8C8C8;
  border-radius: 5px;
  height: 44px;
}
body span.select2.select2-container--default span.select2-selection--single span.select2-selection__rendered {
  line-height: 44px;
}
body span.select2.select2-container--default span.select2-selection--single span.select2-selection__arrow {
  top: 7px;
}

body span.select2-dropdown {
  border-color: #C8C8C8;
}

.btn,
.button,
.highstore a.button,
.highstore button.button,
.highstore input.button,
.highstore a.alt.button,
.highstore button.alt.button,
.highstore input.alt.button,
input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #535353;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 5px 12px;
  height: 44px;
  font-size: 13px;
  border-radius: 5px;
  transition: all 200ms ease-out;
  line-height: 32px;
}

.btn:hover,
.button:hover,
.highstore a.button:hover,
.highstore button.button:hover,
.highstore input.button:hover,
.highstore a.alt.button:hover,
.highstore button.alt.button:hover,
.highstore input.alt.button:hover,
input[type=submit]:hover {
  color: #535353;
  text-decoration: none;
}

.btn:focus,
.button:focus,
.highstore a.button:focus,
.highstore button.button:focus,
.highstore input.button:focus,
.highstore a.alt.button:focus,
.highstore button.alt.button:focus,
.highstore input.alt.button:focus,
input[type=submit]:focus {
  outline: 0;
  box-shadow: none;
}

.btn:disabled,
.button:disabled,
.highstore a.button:disabled,
.highstore button.button:disabled,
.highstore input.button:disabled,
.highstore a.alt.button:disabled,
.highstore button.alt.button:disabled,
.highstore input.alt.button:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
}

.btn-primary {
  color: #FFF;
  background-color: #00BFD6;
  border-color: #00BFD6;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #FFF;
  background-color: #00d1ea;
  border-color: #00d1ea;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFF;
  opacity: 0.5;
}

.btn-success {
  color: #FFF;
  background-color: #6ab946;
  border-color: #6ab946;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #FFF;
  background-color: #76bf55;
  border-color: #76bf55;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #FFF;
  opacity: 0.5;
}

.btn-danger,
.button,
.highstore a.button,
.highstore button.button,
.highstore input.button,
.highstore a.alt.button,
.highstore button.alt.button,
.highstore input.alt.button,
input[type=submit] {
  color: #FFF;
  background-color: var(--button-bg-color, #EF394E);
  border-color: var(--button-bg-color, #EF394E);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.button:hover,
.button:focus,
.button:active,
.highstore a.button:hover,
.highstore a.button:focus,
.highstore a.button:active,
.highstore button.button:hover,
.highstore button.button:focus,
.highstore button.button:active,
.highstore input.button:hover,
.highstore input.button:focus,
.highstore input.button:active,
.highstore a.alt.button:hover,
.highstore button.alt.button:hover,
.highstore input.alt.button:hover,
.highstore a.alt.button:focus,
.highstore button.alt.button:focus,
.highstore input.alt.button:focus,
.highstore a.alt.button:active,
.highstore button.alt.button:active,
.highstore input.alt.button:active,
input[type=submit]:hover,
input[type=submit] :focus,
input[type=submit] :active {
  color: #FFF;
  background-color: #f14c5f;
  border-color: #f14c5f;
}

.highstore #respond input#submit.alt.disabled,
.highstore #respond input#submit.alt.disabled:hover,
.highstore #respond input#submit.alt:disabled,
.highstore #respond input#submit.alt:disabled:hover,
.highstore #respond input#submit.alt:disabled[disabled],
.highstore #respond input#submit.alt:disabled[disabled]:hover,
.highstore a.button.alt.disabled,
.highstore a.button.alt.disabled:hover,
.highstore a.button.alt:disabled,
.highstore a.button.alt:disabled:hover,
.highstore a.button.alt:disabled[disabled],
.highstore a.button.alt:disabled[disabled]:hover,
.highstore button.button.alt.disabled,
.highstore button.button.alt.disabled:hover,
.highstore button.button.alt:disabled,
.highstore button.button.alt:disabled:hover,
.highstore button.button.alt:disabled[disabled],
.highstore button.button.alt:disabled[disabled]:hover,
.highstore input.button.alt.disabled,
.highstore input.button.alt.disabled:hover,
.highstore input.button.alt:disabled,
.highstore input.button.alt:disabled:hover,
.highstore input.button.alt:disabled[disabled],
.highstore input.button.alt:disabled[disabled]:hover {
  color: #FFF;
  background-color: #f14c5f;
  border-color: #f14c5f;
}

.btn-danger:disabled,
.button:disabled,
.highstore a.button:disabled,
.highstore button.button:disabled,
.highstore button.button:disabled[disabled],
.highstore input.button:disabled,
.highstore button.alt.button:disabled,
.highstore input.alt.button:disabled,
.highstore a.alt.button:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
  color: #FFF;
  padding: 5px 12px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  z-index: 999999;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #FFF;
  padding: 36px 15px 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkAx0MOzHApBDAAAAAcUlEQVQoz4WRSw6AIAwFR/H+J1AWVGMiJ1EPhQsTvhW7ZKakfYUTi0Erw8INM4FdUQwbAQsGR+BgqrCk11YpcKs0uFRUnBTPquP0dcDneCyUgU69/f57AolDOm0HKdZ0dQrSBOXyHEWNOiq/x+qf+3oAmpNAfJ5Nq3YAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDMtMjlUMTI6NTk6NDkrMDA6MDDHTubeAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTAzLTI5VDEyOjU5OjQ5KzAwOjAwthNeYgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #FFF;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.highstore-Message, .highstore-message, .highstore-notice--success {
  background-color: #eeffdf;
  border: 1px solid #b7ecb8;
  color: #518541;
  border-radius: 5px;
}
.highstore-Message li:before, .highstore-message li:before, .highstore-notice--success li:before {
  display: none;
}
.highstore-Message:before, .highstore-message:before, .highstore-notice--success:before {
  color: #518541;
}
.highstore-Message .button, .highstore-message .button, .highstore-notice--success .button {
  height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.highstore-info, .highstore-Message--info {
  border: 1px solid #00BFD6;
  background-color: rgba(0, 191, 214, 0.05);
  color: #00BFD6;
  border-radius: 5px;
}
.highstore-info li:before, .highstore-Message--info li:before {
  display: none;
}
.highstore-info:before, .highstore-Message--info:before {
  color: #00BFD6;
}

.highstore-error, .highstore-Message--error {
  background-color: #fff9fa;
  border: 1px solid #ffc1c5;
  color: #ef5662;
  border-radius: 5px;
}
.highstore-error li:before, .highstore-Message--error li:before {
  display: none;
}
.highstore-error:before, .highstore-Message--error:before {
  color: #ef5662;
}
.highstore-error .button, .highstore-Message--error .button {
  height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.highstore table.shop_table {
  text-align: center;
  border-collapse: collapse;
  border-radius: 5px;
}

.highstore table.shop_table th {
  font-weight: bold;
  line-height: 32px;
}

.modal-loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.36);
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
}
.modal-loader-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.modal-loader-wrapper .modal-loader {
  text-align: center;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 30px;
  transform: translate(-50%, -50%);
}
.modal-loader-wrapper .modal-loader .loader-bullets {
  margin-top: 20px;
}

.loader-bullets {
  margin: auto auto auto -21px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: loading-dots-fadein 0.5s linear forwards;
  animation: loading-dots-fadein 0.5s linear forwards;
  direction: ltr;
}

.loader-bullet {
  border-radius: 100%;
  overflow: hidden;
  background-color: var(--button-bg-color, #EF394E);
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  -webkit-animation: loading-dots-middle-dots 0.5s ease-in-out infinite;
  animation: loading-dots-middle-dots 0.5s ease-in-out infinite;
}

.loader-bullet:first-child {
  -webkit-animation: loading-dots-first-dot 0.5s ease-in-out infinite;
  animation: loading-dots-first-dot 0.5s ease-in-out infinite;
  opacity: 0;
  -webkit-transform: translate(-14px);
  transform: translate(-14px);
}

.loader-bullet:last-child {
  -webkit-animation: loading-dots-last-dot 0.5s ease-in-out infinite;
  animation: loading-dots-last-dot 0.5s ease-in-out infinite;
}

@-webkit-keyframes loading-dots-fadein {
  to {
    opacity: 1;
  }
}
@keyframes loading-dots-fadein {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes loading-dots-first-dot {
  to {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    opacity: 1;
  }
}
@keyframes loading-dots-first-dot {
  to {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    opacity: 1;
  }
}
@-webkit-keyframes loading-dots-middle-dots {
  to {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
  }
}
@keyframes loading-dots-middle-dots {
  to {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
  }
}
@-webkit-keyframes loading-dots-last-dot {
  to {
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
    opacity: 0;
  }
}
@keyframes loading-dots-last-dot {
  to {
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
    opacity: 0;
  }
}
body {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  background-color: #F4F4F4;
  direction: ltr;
  text-align: left;
  color: #535353;
}

a {
  color: #4A5F73;
  text-decoration: none;
  transition: all 200ms ease-out;
  display: inline-block;
}
a:hover, a:active, a:focus {
  color: #535353;
  text-decoration: none;
  outline: none;
}

ul ul li {
  padding-left: 15px;
}

/* Add a CSS class for the fade-in effect */
.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* Change opacity to 1 when the element is in the viewport */
.fade-in.is-visible {
  opacity: 1;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

mark {
  border-radius: 3px;
  padding: 0 3px;
  background: #FED330;
  color: #7B5420;
}

.d-flex {
  display: flex;
}

.highstore-store-notice, p.demo_store {
  background-color: #00BFD6 !important;
}

.highstore .star-rating span::before {
  color: #FFB518;
}

.highstore a.remove {
  color: #A1A3A8 !important;
}

.highstore a.remove:hover {
  background: transparent;
  color: var(--button-bg-color, #EF394E) !important;
}

html body .blockUI.blockOverlay, .loader {
  background: rgba(0, 0, 0, 0.5) !important;
}
html body .blockUI.blockOverlay::before, .loader::before {
  height: 42px !important;
  width: 42px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  animation: none !important;
  -webkit-animation: none !important;
  background-image: url(assets/img/tail-spin.svg) !important;
  background-position: center center;
  background-size: cover;
  transform: translate(-50%, -50%);
}

.add-to-cart .ajax-loader {
  display: none;
  margin: 0 10px;
}

.p-relative {
  position: relative;
}

.p-0 {
  padding: 0 !important;
}

/*---------------------- related product in posts ------------------*/
.hsmag-plp-wrapper {
  margin: 20px auto;
}

.hsmag-plp-products {
  width: 100%;
  display: flex;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.hsmag-plp-product {
  width: 33.333333%;
  background-color: #fff;
  padding: 16px 32px;
  position: relative;
}

.hsmag-plp-product::after {
  content: "";
  height: 90%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.hsmag-plp-product:nth-last-child(1):after {
  display: none;
}

.hsmag-plp-product-thumbnail {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.hsmag-plp-product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #4c4c4c !important;
  height: 36px;
  margin: 10px 0;
}

.hsmag-plp-product-price {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hsmag-plp-product-price .cover-outofstock {
  height: auto;
}

.selling_price {
  float: left;
  font-weight: 700 !important;
  font-size: 18px;
  color: #191919;
}

.discount_price {
  /* float: right; */
  font-weight: 700 !important;
  font-size: 14px;
  color: #191919;
  margin-left: 10px;
  text-decoration: line-through;
  color: #c3c4c7;
}

.hsmag-plp-regular-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #c3c4c7;
  float: left;
  margin-left: 15px;
}

.hsmag-plp-product-price-currency {
  float: left;
  font-size: 12px;
  color: #6b7074;
  margin-right: 5px;
  margin-top: 2px;
}

.hsmag-plp-product.hsmag-plp-show-all a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.hsmag-show-all-product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4c4c4c;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.hsmag-plp-product.hsmag-plp-show-all span {
  width: 100%;
  text-align: center;
  color: #fff !important;
  background-color: #ef4056;
  font-size: 16px;
  margin-top: 18px;
  font-weight: 400;
  padding: 8px 32px;
  border-radius: 5px;
}

.hsmag-plp-mobile-thumbnail {
  display: none;
}

@media (max-width: 767px) {
  .hsmag-plp-products {
    display: block;
  }
  .hsmag-plp-product {
    display: none;
  }
  .hsmag-plp-product.hsmag-plp-show-all {
    display: block;
    width: 100%;
    padding: 8px 16px;
  }
  .hsmag-plp-mobile-thumbnail {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .hsmag-plp-product.hsmag-plp-show-all a {
    display: block;
    width: 23%;
    height: auto;
    overflow: auto;
  }
  .hsmag-plp-product.hsmag-plp-show-all > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-wrap: unset;
    flex-direction: row;
    margin-top: 8px;
  }
  .hsmag-plp-product.hsmag-plp-show-all span {
    width: auto;
    text-align: center;
    color: #fff !important;
    font-size: 12px;
    padding: 8px;
    border-radius: 5px;
    background-color: #ef4056;
    margin-right: auto;
    margin-top: 0;
  }
  .hsmag-show-all-product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4c4c4c;
    font-size: 12px;
    line-height: 1.5;
    width: calc(100% - 100px);
    font-weight: 400;
  }
}
.product-cta-wrapper {
  background-color: #fff;
  display: flex;
  width: 100%;
  clear: both;
  padding: 16px 16px;
  border-radius: 5px;
  margin: 32px auto;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

article .digikala-related-products {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 20px 0;
  margin-top: 20px;
  border-radius: 5px;
}

article .digikala-related-products .product-header {
  font-size: 14apx !important;
  font-weight: 400 !important;
  text-align: right;
  line-height: 2;
  height: 56px;
  overflow: hidden;
}

.product-cta-image {
  width: 128px;
  height: 128px;
  overflow: auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
}

.product-cta-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.product-cta-detail {
  width: calc(100% - 128px);
  overflow: auto;
  padding-right: 16px;
}

.product-cta-title {
  width: 100%;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 2 !important;
  padding: 0;
  margin: 16px auto;
  /* padding-bottom: 16px !important; */
}

.product-cta-title a {
  color: #4c4c4c;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prouct-cta-price {
  float: right;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 6px;
  color: #191919;
}

.prouct-cta-price .product-cta-currency {
  font-size: 0.7rem;
  color: #6b7074;
  font-weight: 400;
}

.prouct-cta-button {
  float: left;
  background-color: #ef4056;
  border-radius: 5px;
  font-size: 16px;
}

.prouct-cta-button a {
  display: block;
  color: #fff;
  padding: 7px 30px;
  line-height: 1;
}

.product-cta-regular-price {
  font-size: 1rem;
  float: right;
  text-decoration: line-through;
  /* margin-top: 4px; */
  color: #c3c4c7;
  font-weight: 400;
}

.product-cta-sale-price {
  float: right;
  margin-right: 16px;
}

.product-cta-sale-price {
  color: #191919;
}

.product-cta-sale-price .product-cta-currency {
  color: #6b7074;
  font-weight: 400;
}

.product-cta-on-sale {
  background-color: #e74c3c;
  color: #fff;
  font-weight: 400;
  display: block;
  position: absolute;
  padding: 5px;
  direction: ltr;
  border-radius: 100px;
  font-size: 0.8rem;
  top: 0;
  right: 0;
  display: none;
}

.product-cta-price-name {
  font-size: 0.8rem;
  color: #a1a3a8;
}

.product-cta-price-name {
  display: block;
  float: right;
  margin-top: 3px;
  padding-left: 5px;
}

.product-cta-on-sale-svg svg {
  display: block;
  text-align: match-parent;
  margin: 0 auto;
}

.product-cta-on-sale-svg {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.edit-content-actions {
  position: absolute;
  left: 10px;
  /* bottom: 100%; */
  top: 0;
}
.edit-content-actions a {
  background: #cdcbcb;
  padding: 3px 8px;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
}
.edit-content-actions a.disabled {
  background: #2ecc71;
  color: #fff;
}

.highstore ul.products li.product .price,
.price,
.highstore div.product p.price,
.highstore div.product span.price {
  text-align: right;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  display: block;
  height: 70px;
}
.highstore ul.products li.product .price .highstore-Price-currencySymbol,
.price .highstore-Price-currencySymbol,
.highstore div.product p.price .highstore-Price-currencySymbol,
.highstore div.product span.price .highstore-Price-currencySymbol {
  color: #535353;
  font-size: 11px;
}
.highstore ul.products li.product .price .discount-percent,
.price .discount-percent,
.highstore div.product p.price .discount-percent,
.highstore div.product span.price .discount-percent {
  display: inline-block;
  background-color: var(--button-bg-color, #EF394E);
  font-weight: normal;
  color: #FFF;
  border-radius: 20px;
  padding: 4px 6px 1px;
  letter-spacing: 0;
  margin-bottom: 3px;
  line-height: 1.375;
  min-width: 43px;
  height: 23px;
  text-align: center;
  margin-right: 5px;
  font-size: 13px;
}
.highstore ul.products li.product .price del,
.price del,
.highstore div.product p.price del,
.highstore div.product span.price del {
  color: #ACACAC;
  font-size: 13px;
  margin: 0 3px;
}
.highstore ul.products li.product .price del .highstore-Price-currencySymbol,
.price del .highstore-Price-currencySymbol,
.highstore div.product p.price del .highstore-Price-currencySymbol,
.highstore div.product span.price del .highstore-Price-currencySymbol {
  display: none;
}
.highstore ul.products li.product .price ins,
.price ins,
.highstore div.product p.price ins,
.highstore div.product span.price ins {
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  text-decoration: none;
  width: 100%;
  display: block;
}
.highstore ul.products li.product .price ins .highstore-Price-currencySymbol,
.price ins .highstore-Price-currencySymbol,
.highstore div.product p.price ins .highstore-Price-currencySymbol,
.highstore div.product span.price ins .highstore-Price-currencySymbol {
  font-size: 11px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .highstore ul.products li.product .price,
  .price,
  .highstore div.product p.price,
  .highstore div.product span.price {
    font-size: 16px;
  }
  .highstore ul.products li.product .price ins,
  .price ins,
  .highstore div.product p.price ins,
  .highstore div.product span.price ins {
    font-size: 16px;
  }
}
.top-ads {
  margin: 0;
  height: 60px;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  display: block;
}

.main-header {
  background: var(--header-bg-color);
  z-index: 100;
  top: 0;
}
@media (max-width: 992px) {
  .main-header {
    margin-bottom: 20px;
  }
}
.main-header .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.main-header.sticky {
  position: fixed;
  top: 0;
  background: #FFF;
  width: 100%;
  left: 0;
  right: 0;
}

.main-header .contact-bar {
  background: #EFEFEF;
  padding: 4px 0;
  color: #3e3e3e;
}
.main-header .contact-bar a:hover {
  color: var(--button-bg-color, #EF394E);
}
.main-header .contact-bar .contact-item {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  line-height: 20px;
}
.main-header .contact-bar .contact-item a {
  color: #3e3e3e;
}
.main-header .contact-bar .contact-item .icon {
  font-size: 15px;
  margin-right: 10px;
}
.main-header .contact-bar .contact-item > div {
  position: relative;
}
.main-header .contact-bar .contact-item > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 34px;
  background: #d4d4d4;
}
.main-header .contact-bar .contact-item > div * {
  display: block;
  padding-left: 10px;
}
.main-header .contact-bar .socials {
  float: right;
}
@media (max-width: 576px) {
  .main-header .contact-bar .socials {
    display: none;
  }
}
.main-header .contact-bar .socials ul {
  display: inline-flex;
  align-items: center;
}
.main-header .contact-bar .socials ul li {
  margin-left: 15px;
}
.main-header .contact-bar .socials ul li .mdi {
  font-size: 22px;
  position: relative;
  top: 4px;
}

.main-header .header-row {
  padding: 12px 0;
}
.main-header .header-row .site-name {
  display: none;
}

.main-header .search-form-wrapper {
  position: relative;
  width: 100%;
}
.main-header .search-form {
  position: relative;
}
.main-header .search-form:before {
  font-family: amazon;
  content: "\e131︎";
  left: 8px;
  top: 9px;
  position: absolute;
  z-index: 101;
  color: #A1A3A8;
  font-size: 24px;
  width: 36px;
  height: 36px;
}
.main-header .search-form input[type=text] {
  background-color: #F0F0F1;
  border: none;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 101;
}
.main-header .search-form input[type=text].focused {
  background: #FFF;
}
.main-header .search-form .reset {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 106px;
  display: none;
}
.main-header .search-form .reset:before {
  font-family: amazon;
  content: "\e0da︎";
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #BCBCBC;
  font-size: 25px;
}
.main-header .search-form .product-cat {
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 52;
  background: transparent !important;
  border: none;
  width: 106px;
  height: 30px;
  border-radius: 0;
  border-left: 1px solid #D6DCE2;
  padding-left: 12px;
  padding-right: 12px;
}
.main-header .search-results {
  display: none;
  position: absolute;
  width: 100%;
  background: #FFF;
  z-index: 100;
  border-radius: 5px;
  top: 0;
  padding: 59px 15px 15px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}
.main-header .search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-header .search-results ul li {
  line-height: 3;
}

.main-header .header-action {
  text-align: right;
  width: 100%;
}
.main-header .header-btn {
  padding: 0 12px;
  display: inline-block;
  position: relative;
}
.main-header .header-btn .login-btn {
  padding: 10px 12px;
  border-radius: 5px;
  border: 1px solid #E0E0E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  color: var(--header-text-color);
  line-height: 1.833;
}
.main-header .header-btn .login-btn:before {
  font-family: amazon;
  content: "\e188︎";
  margin-right: 8px;
  font-size: 24px;
  line-height: 23px;
}
.main-header .header-btn .dropdown-toggle {
  border-radius: 5px;
}
.main-header .header-btn .dropdown-toggle:before {
  font-family: amazon;
  content: "\e188︎";
  font-size: 24px;
  margin-left: 4px;
  color: var(--header-text-color);
}
.main-header .header-btn .dropdown-toggle:after {
  font-family: amazon;
  content: "\e105︎";
  font-size: 18px;
  color: var(--header-text-color);
}
.main-header .header-btn .dropdown-toggle.show {
  background: rgba(239, 57, 78, 0.05);
}
.main-header .header-btn .dropdown-toggle.show + .dropdown-menu {
  display: block;
  max-height: 460px;
  overflow-y: auto;
}
.main-header .header-btn .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  z-index: 999;
}
.main-header .header-btn .dropdown-menu .account-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header .header-btn .dropdown-menu .account-navigation .highstore-MyAccount-navigation-link {
  padding: 0 7px;
}
.main-header .header-btn .dropdown-menu .account-navigation .highstore-MyAccount-navigation-link:before {
  margin-top: 6px;
}
.main-header .header-btn .dropdown-menu .account-navigation .highstore-MyAccount-navigation-link a {
  position: relative;
  padding: 8px 12px;
  display: block;
  line-height: 24px;
}
.main-header .header-btn .dropdown-menu .account-navigation li:not(:last-child):not(.first-item) a {
  border-bottom: 1px solid #F0F0F1;
}
.main-header .header-btn .dropdown-menu .account-navigation .first-item {
  padding: 8px;
  border-bottom: 1px solid #F0F0F1;
}
.main-header .header-btn .dropdown-menu .account-navigation .first-item:hover {
  background: #F0F0F1;
}
.main-header .header-btn .dropdown-menu .account-navigation .user-info {
  float: left;
  line-height: 22px;
}
.main-header .header-btn .dropdown-menu .account-navigation .avatar {
  float: left;
  margin-right: 7px;
  border: 1px solid #535353;
  border-radius: 50%;
}
.main-header .header-btn .dropdown-menu .account-navigation .user-name {
  font-weight: bold;
}
.main-header .header-btn .dropdown-menu .account-navigation .profile-link {
  padding: 0;
  font-size: 11px;
  color: #00BFD6;
  position: relative;
}
.main-header .header-btn .dropdown-menu .account-navigation .profile-link:after {
  content: "›";
  position: absolute;
  right: -17px;
  font-size: 18px;
  top: -2px;
}
.main-header .header-btn .dropdown-menu .account-navigation .highstore-MyAccount-navigation-link--customer-logout:before {
  color: var(--button-bg-color, #EF394E);
}
.main-header .header-btn .dropdown-menu .account-navigation .dokan-item.logout .fa {
  color: var(--button-bg-color, #EF394E);
}
.main-header .mini-cart {
  position: relative;
  padding-left: 12px;
  display: inline-block;
}
.main-header .mini-cart:before {
  content: "";
  display: block;
  height: 24px;
  background: #E0E0E2;
  position: absolute;
  left: 0;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-header .mini-cart #cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 5px;
}
.main-header .mini-cart #cart-button:before {
  font-family: amazon;
  content: "\e0cc︎";
  font-size: 24px;
  color: var(--header-text-color);
}
.main-header .mini-cart #cart-button .cart-counter {
  font-size: 10px;
  line-height: 15px;
  color: #FFF;
  width: 20px;
  height: 18px;
  background: var(--button-bg-color, #EF394E);
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  font-weight: 900;
  border: 2px solid #FFF;
  position: absolute;
  bottom: 6px;
  left: 2px;
}
.main-header .mini-cart:hover #cart-button {
  background: rgba(239, 57, 78, 0.05);
}
.main-header .mini-cart:hover .mini-cart-content {
  display: block;
}

.mini-cart-content {
  position: absolute;
  right: 0;
  top: calc(100% - 3px);
  width: 300px;
  max-height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 110;
  display: none;
}
.mini-cart-content .mini-cart-header {
  padding: 10px;
  border-bottom: 1px solid #E8ECED;
  text-align: left;
}
.mini-cart-content .mini-cart-header .count {
  color: #81858B;
}
.mini-cart-content .mini-cart-header .cart {
  float: right;
  color: #00BFD6;
  position: relative;
  margin-right: 10px;
}
.mini-cart-content .mini-cart-header .cart:after {
  content: "›";
  position: absolute;
  right: -10px;
  top: -1px;
  font-size: 18px;
}
.mini-cart-content .highstore-mini-cart {
  font-size: 90%;
}
.mini-cart-content .highstore-mini-cart .mini_cart_item, .mini-cart-content .highstore-mini-cart .cart_item {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #E8ECED;
}
.mini-cart-content .highstore-mini-cart .mini_cart_item a, .mini-cart-content .highstore-mini-cart .cart_item a {
  word-break: break-word;
  white-space: normal;
}
.mini-cart-content .highstore-mini-cart .mini_cart_item img, .mini-cart-content .highstore-mini-cart .cart_item img {
  max-width: 42px;
  height: auto;
  margin-right: 10px;
  float: left;
}
.mini-cart-content .highstore-mini-cart .mini_cart_item .product-name, .mini-cart-content .highstore-mini-cart .cart_item .product-name {
  font-weight: bold;
  font-size: 90%;
  color: #000;
  line-height: 20px;
  display: block;
}
.mini-cart-content .highstore-mini-cart .mini_cart_item .variation, .mini-cart-content .highstore-mini-cart .cart_item .variation {
  margin-bottom: 0;
}
.mini-cart-content .highstore-mini-cart .mini_cart_item .variation dt, .mini-cart-content .highstore-mini-cart .mini_cart_item .variation dd, .mini-cart-content .highstore-mini-cart .cart_item .variation dt, .mini-cart-content .highstore-mini-cart .cart_item .variation dd {
  display: inline-block;
}
.mini-cart-content .highstore-mini-cart .mini_cart_item .quantity, .mini-cart-content .highstore-mini-cart .cart_item .quantity {
  color: #A1A3A8;
}
.mini-cart-content .highstore-mini-cart .mini_cart_item .remove, .mini-cart-content .highstore-mini-cart .cart_item .remove {
  font-size: 17px;
  color: #A1A3A8;
  float: right;
  position: relative;
  top: 3px;
  font-weight: normal;
}
.mini-cart-content .highstore-mini-cart .mini_cart_item .remove:before, .mini-cart-content .highstore-mini-cart .cart_item .remove:before {
  font-family: amazon;
  content: "\e1d3︎";
}
.mini-cart-content .highstore-mini-cart .mini_cart_item .remove:hover, .mini-cart-content .highstore-mini-cart .cart_item .remove:hover {
  background: transparent;
  color: var(--button-bg-color, #EF394E) !important;
}
.mini-cart-content .mini-cart-footer {
  padding: 10px;
}
.mini-cart-content .total {
  text-align: left;
  font-size: 85%;
  float: left;
}
.mini-cart-content .total strong {
  font-weight: normal;
  display: block;
  line-height: 14px;
}
.mini-cart-content .total .amount {
  font-size: 18px;
  font-weight: bold;
}
.mini-cart-content .total .amount .highstore-Price-currencySymbol {
  font-weight: normal;
  font-size: 11.05px;
}
.mini-cart-content .buttons {
  float: right;
}
.mini-cart-content .buttons .button {
  margin: 0 5px;
  padding-right: 25px;
  padding-left: 25px;
}
.mini-cart-content .buttons .button:not(.checkout) {
  display: none;
}
.mini-cart-content .highstore-mini-cart__empty-message {
  text-align: center;
  padding: 10px;
}

@media (min-width: 993) {
  .main-header .header-logo {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .main-header {
    background-color: var(--header-bg-color);
    border-bottom: 1px solid #E5E5EA;
  }
  .main-header .contact-bar {
    padding: 2px 0;
  }
  .main-header .contact-bar .contact-item {
    font-size: 12px;
    line-height: 18px;
  }
  .main-header .contact-bar .contact-item > div:before {
    height: 31px;
  }
  .main-header .col-lg-2 {
    border-bottom: 1px solid #E5E5EA;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .main-header .col-lg-6 {
    width: calc(100% - 120px);
    float: left;
    padding-right: 0;
  }
  .main-header .col-lg-4 {
    width: 120px;
    float: right;
    padding-left: 0;
  }
  .main-header #cat-toggle {
    width: 31px;
    height: 3px;
    background-color: #929292;
    position: relative;
  }
  .main-header #cat-toggle:before {
    content: "";
    position: absolute;
    width: 31px;
    height: 3px;
    background-color: #929292;
    top: -8px;
  }
  .main-header #cat-toggle:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 3px;
    background-color: #929292;
    bottom: -8px;
  }
  .main-header .header-logo {
    margin: auto;
  }
  .main-header .faqs:before {
    font-family: amazon;
    content: "\e18c︎";
    font-size: 30px;
    color: var(--header-text-color);
    position: relative;
    top: 5px;
  }
  .main-header .search-form input[type=search] {
    border: 1px solid #979797;
    background: #FFF;
    border-radius: 8px;
  }
  .main-header .header-action a {
    color: #232f3e;
  }
  .main-header .header-btn .login-btn {
    width: 24px;
    overflow: hidden;
    padding: 0;
    border: none;
    height: 28px;
  }
  .main-header .header-btn .dropdown-toggle {
    position: relative;
  }
  .main-header .header-btn .dropdown-toggle:after {
    display: none;
  }
  .main-header .header-btn .dropdown-toggle .checked {
    position: absolute;
    background: #64D979;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -4px;
    top: 11px;
  }
  .main-header .header-btn .dropdown-toggle .checked:after {
    position: absolute;
    font-family: amazon;
    content: "\e0d4︎";
    color: #FFF;
    font-size: 8px;
    right: 3px;
    top: -7px;
  }
  .main-header .mini-cart {
    padding-left: 0;
  }
  .main-header .mini-cart:before {
    display: none;
  }
  .main-header .mini-cart #cart-button:before {
    top: 2px;
    position: relative;
    color: #929292;
  }
  .main-header .mini-cart #cart-button .cart-counter {
    height: 20px;
    background: #00BFD6;
    border-radius: 50%;
    top: -3px;
    left: 10px;
  }
  .main-header .mini-cart .mini-cart-content {
    display: none !important;
  }
  .main-header.focus-search .col-lg-6 {
    width: 100%;
    float: none;
    padding-right: 5px;
  }
  .main-header.focus-search .col-lg-4 {
    display: none;
  }
}
@media (min-width: 992px) {
  #wpadminbar + #primary .main-header,
  #wpadminbar + .overlay + .main-header,
  #wpadminbar + .overlay + .top-ads + .main-header {
    top: 32px;
  }
}
.top-menu #top-toggle {
  border: 1px solid #666E7C;
  border-radius: 2px;
  position: relative;
  width: 38px;
  height: 32px;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .top-menu #top-toggle {
    display: none;
  }
}
.top-menu #top-toggle:before {
  font-family: amazon;
  content: "\e12e︎";
  font-size: 24px;
  margin-right: 4px;
  color: #666E7C;
  position: absolute;
  top: 2px;
  left: 6px;
}
.top-menu ul a {
  color: #697389;
}
@media (min-width: 992px) {
  .top-menu ul {
    padding-right: 15px;
  }
  .top-menu ul .menu-item {
    display: inline-block;
  }
  .top-menu ul .menu-item a {
    margin-right: 20px;
  }
  .top-menu ul .menu-item a:hover {
    color: var(--button-bg-color, #EF394E);
  }
  .top-menu ul > .menu-item-has-children > a {
    position: relative;
  }
  .top-menu ul > .menu-item-has-children > a:before {
    content: "\e08f︎";
    font-family: amazon;
    position: absolute;
    right: -18px;
    font-size: 18px;
    color: #B1B1B1;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-menu ul .menu-item-has-children {
    position: relative;
  }
  .top-menu ul .menu-item-has-children .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #FFF;
    box-shadow: 0 2px 9px 0 rgba(112, 112, 112, 0.32);
    z-index: 150;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-out;
    border-top: 2px solidvar(--button-bg-color, #EF394E);
  }
  .top-menu ul .menu-item-has-children .sub-menu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 15px;
    top: -8px;
    border-bottom: 6px solidvar(--button-bg-color, #EF394E);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .top-menu ul .menu-item-has-children .sub-menu .menu-item {
    display: block;
  }
  .top-menu ul .menu-item-has-children .sub-menu .menu-item a {
    display: block;
    padding: 3px 10px;
  }
  .top-menu ul .menu-item-has-children:hover > a {
    color: var(--button-bg-color, #EF394E);
  }
  .top-menu ul .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
.top-menu .menu-item-social {
  float: right;
}
@media (min-width: 992px) {
  .top-menu .menu-item-social a {
    margin-left: 10px;
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .top-menu .menu-item-social a {
    padding: 7px;
  }
}
.top-menu .menu-item-social .mdi {
  font-size: 18px;
}
.top-menu .menu-item-social img {
  max-width: 24px;
  height: auto;
}
.top-menu .wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
  display: inline-block;
  border: none;
  padding: 0;
}
@media (max-width: 992px) {
  .top-menu ul.menu {
    display: none;
  }
  .top-menu ul.menu .sub-menu {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .top-menu ul.menu {
    max-height: 320px;
    overflow-y: auto;
  }
  .top-menu .wpml-ls-legacy-list-horizontal li {
    display: block;
  }
  .top-menu .wpml-ls-legacy-list-horizontal li a {
    padding: 7px 0;
  }
}

@media (min-width: 992px) {
  #cat-menu {
    transition: all 200ms ease-out;
    background: var(--cat-menu-bg-color);
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
    z-index: 99;
    margin-bottom: 20px;
    position: relative;
  }
  #cat-menu a {
    color: var(--cat-menu-text-color);
  }
  #cat-menu ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #cat-menu ul span[data-icon] {
    display: none !important;
    /*position: relative;
    top: 5px;
    left: 0;*/
  }
  #cat-menu .menu-item {
    display: inline-block;
  }
  #cat-menu .menu-item a {
    padding: 7px 12px;
  }
  #cat-menu .menu-item a .cat-icon {
    font-size: 20px;
    position: relative;
    right: 5px;
    line-height: 0;
  }
  #cat-menu .menu-item a .cat-icon:not(img) {
    top: 3px;
  }
  #cat-menu #magic-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--button-bg-color, #EF394E);
    transition: all 200ms ease-out;
    z-index: -1;
  }
  #cat-menu .menu-item-has-children {
    position: relative;
  }
  #cat-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  #cat-menu .menu-item-has-children .menu-item-has-children > a {
    position: relative;
  }
  #cat-menu .menu-item-has-children .menu-item-has-children > a:after {
    content: "›";
    position: absolute;
    right: 12px;
    font-size: 18px;
    color: var(--cat-menu-text-color);
  }
  #cat-menu .menu-item.mega-menu-main-item > a {
    position: relative;
    padding-left: 24px;
  }
  #cat-menu .menu-item.mega-menu-main-item > a:before {
    font-family: amazon;
    content: "\e12e︎";
    font-size: 18px;
    margin-right: 4px;
    color: var(--cat-menu-text-color);
    position: absolute;
    top: 9px;
    left: 0;
  }
  #cat-menu .menu-item.mega-menu-main-item > a:after {
    content: "";
    height: 20px;
    bottom: 13px;
    position: absolute;
    width: 1px;
    background: var(--cat-menu-text-color);
    right: -1px;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu {
    width: 220px;
    border-bottom-left-radius: 5px;
    box-shadow: none;
    border-right: 1px solid #F4F4F4;
    border-bottom: 1px solid #ffffff;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu.active > .menu-item:first-child > a {
    color: var(--button-bg-color, #EF394E);
    background: #f9f9f9 !important;
    border-top: 1px solid #f0f0f1;
    border-bottom: 1px solid #f0f0f1;
    border-left: 1px solid #f0f0f1;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu.active > .menu-item:first-child .sub-menu {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu > .menu-item {
    padding-top: 5px;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu > .menu-item > a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu > .menu-item:hover > a {
    background: #f9f9f9;
    border-top: 1px solid #f0f0f1;
    border-bottom: 1px solid #f0f0f1;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu {
    background: var(--cat-menu-bg-color);
    box-shadow: none;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #F4F4F4;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children > a {
    font-weight: bold;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children > a:after {
    right: auto;
    margin-left: 7px;
    bottom: 6px;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .menu-item a {
    color: #4A5F73;
    line-height: 22px;
    padding: 3px 12px;
    font-size: 90%;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .menu-item a:hover {
    color: var(--button-bg-color, #EF394E);
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu {
    position: static;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu .sub-menu .sub-menu {
    position: static;
    display: block;
    border-top: none;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-2 > .sub-menu > .menu-item {
    width: 49%;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-3 > .sub-menu > .menu-item {
    width: 32.33%;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-4 > .sub-menu > .menu-item {
    width: 24%;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-5 > .sub-menu > .menu-item {
    width: 19%;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu-col-6 > .sub-menu > .menu-item {
    width: 15.67%;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu {
    position: static;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu > .sub-menu {
    width: 100%;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu > .sub-menu > .menu-item {
    display: inline-block;
    float: left;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu .sub-menu a {
    font-weight: bold;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu .sub-menu a:after {
    margin-left: 5px;
    right: auto;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu .sub-menu .sub-menu {
    position: static;
    display: block;
    border-top: none;
    box-shadow: none;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu .sub-menu .sub-menu a {
    line-height: 24px;
    font-weight: normal;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-2 > .sub-menu > .menu-item {
    width: 49%;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-3 > .sub-menu > .menu-item {
    width: 32.33%;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-4 > .sub-menu > .menu-item {
    width: 24%;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-5 > .sub-menu > .menu-item {
    width: 19%;
  }
  #cat-menu .menu-item:not(.mega-menu-main-item).mega-menu-col-6 > .sub-menu > .menu-item {
    width: 15.67%;
  }
  #cat-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--cat-menu-bg-color);
    width: 200px;
    z-index: 99;
    box-shadow: 0 2px 9px 0 rgba(112, 112, 112, 0.32);
  }
  #cat-menu .sub-menu .menu-item {
    display: block;
    padding: 0;
  }
  #cat-menu .sub-menu .menu-item a {
    padding: 4px 12px;
  }
  #cat-menu .sub-menu .menu-item:hover > a {
    color: var(--button-bg-color, #EF394E);
  }
  #cat-menu .sub-menu > .menu-item a {
    display: block;
  }
  #cat-menu .sub-menu > .menu-item a:hover {
    color: var(--button-bg-color, #EF394E);
  }
  #cat-menu .sub-menu .menu-item-has-children .sub-menu {
    left: calc(100% + 1px);
    top: 0;
  }
  #cat-menu .side-logo {
    display: none;
  }
}
@media (max-width: 992px) {
  #cat-menu {
    width: 285px;
    background-color: #FFF;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.13);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999999;
    position: fixed;
    top: 0 !important;
    left: -285px;
    bottom: 0;
    transition: all 200ms ease-out;
  }
  #cat-menu .container {
    padding: 0;
  }
  #cat-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #cat-menu a {
    display: block;
    padding: 7px 15px;
  }
  #cat-menu .cat-menu > li.menu-item > a > span.cat-icon {
    font-size: 20px;
    margin-right: 5px;
    color: #9A9A9A;
  }
  #cat-menu .cat-menu .menu-item-has-children span[data-icon] {
    font-size: 9px;
    margin-right: 5px;
    border: 1px solid #9A9A9A;
    border-radius: 50%;
    padding: 4px 3px 1px 3px;
  }
  #cat-menu .cat-menu .menu-item-has-children span[data-icon]:before {
    color: #9A9A9A;
  }
  #cat-menu .cat-menu .menu-item-has-children .cat-icon {
    display: none;
  }
  #cat-menu .cat-menu .menu-item-has-children .sub-menu {
    display: none;
    height: auto !important;
    width: auto !important;
    background-color: #F5F5F5;
    padding-left: 20px;
  }
  #cat-menu .cat-menu .menu-item-has-children .sub-menu .sub-menu a {
    color: #8C8C8C;
  }
  #cat-menu .cat-menu > .menu-item-has-children > .sub-menu {
    -webkit-box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06);
  }
  body.show-cat-menu #cat-menu {
    left: 0;
  }
  body.show-cat-menu .overlay {
    opacity: 1;
    z-index: 104;
    pointer-events: auto;
  }
  #cat-menu .side-logo {
    display: block;
    text-align: center;
    border-bottom: 1px solid #E5E5EA;
    margin: 0 15px 15px 15px;
    padding: 15px 0;
  }
}
.overlay {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(74, 74, 74, 0.43);
  opacity: 0;
  z-index: 98;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}

@media (min-width: 992px) {
  #cat-menu .mega-menu-main-item.flex-menu .menu-item-has-children:hover > .sub-menu {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu.active > .menu-item:first-child .sub-menu {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #cat-menu .menu-item.mega-menu-main-item > .sub-menu .menu-item-has-children.mega-menu > .sub-menu > .menu-item {
    display: unset;
    float: none;
  }
}
.widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 15px;
  overflow: hidden;
}
.widget .header .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
}

.sidebar .widget .header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.sidebar .widget .header:before {
  content: "";
  height: 1px;
  background: #00BFD6;
  position: absolute;
  left: -15px;
  top: 50%;
  width: 44px;
}
.sidebar .theiaStickySidebar .widget:last-of-type {
  margin-bottom: 0;
}

.widget_calendar #wp-calendar {
  text-align: center;
}

.highstore .widget_shopping_cart .cart_list li,
.highstore.widget_shopping_cart .cart_list li {
  padding: 0;
}

.widget_product_search .highstore-product-search, .widget_product_search #searchform, .widget_search .highstore-product-search, .widget_search #searchform {
  position: relative;
}
.widget_product_search .highstore-product-search:before, .widget_product_search #searchform:before, .widget_search .highstore-product-search:before, .widget_search #searchform:before {
  font-family: amazon;
  content: "\e131︎";
  left: 8px;
  top: 9px;
  position: absolute;
  z-index: 52;
  color: #A1A3A8;
  font-size: 24px;
  width: 36px;
  height: 36px;
}
.widget_product_search .highstore-product-search .search-field, .widget_product_search .highstore-product-search input[type=text], .widget_product_search #searchform .search-field, .widget_product_search #searchform input[type=text], .widget_search .highstore-product-search .search-field, .widget_search .highstore-product-search input[type=text], .widget_search #searchform .search-field, .widget_search #searchform input[type=text] {
  color: #555;
  background: #f8f8f8;
  border-color: transparent;
  transition: all 200ms ease-out;
  padding-right: 36px;
}
.widget_product_search .highstore-product-search .search-field:focus, .widget_product_search .highstore-product-search input[type=text]:focus, .widget_product_search #searchform .search-field:focus, .widget_product_search #searchform input[type=text]:focus, .widget_search .highstore-product-search .search-field:focus, .widget_search .highstore-product-search input[type=text]:focus, .widget_search #searchform .search-field:focus, .widget_search #searchform input[type=text]:focus {
  background: transparent;
  border-color: #00BFD6;
}
.widget_product_search .highstore-product-search button, .widget_product_search .highstore-product-search input[type=submit], .widget_product_search #searchform button, .widget_product_search #searchform input[type=submit], .widget_search .highstore-product-search button, .widget_search .highstore-product-search input[type=submit], .widget_search #searchform button, .widget_search #searchform input[type=submit] {
  display: none;
}

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  color: #7F7F7F;
  background: #f8f8f8;
  padding: 0 7px;
  border-radius: 5px;
  margin-bottom: 2px;
}

.widget_media_image {
  text-align: center;
}

.highstore ul.product_list_widget li {
  padding: 15px 0;
}
.highstore ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  width: 64px;
  margin-bottom: 15px;
}
.highstore ul.product_list_widget li .price {
  font-weight: normal;
  font-size: 13px;
  height: auto;
}
.highstore ul.product_list_widget li .price .discount-percent,
.highstore ul.product_list_widget li .price del {
  display: none;
}
.highstore ul.product_list_widget li .price ins {
  font-size: 13px;
  font-weight: normal;
}
.highstore ul.product_list_widget li .cover-outofstock {
  height: auto;
}
.highstore ul.product_list_widget li .cover-outofstock span {
  font-size: 13px;
}
.highstore ul.product_list_widget li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.widget-a_d_s {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.widget-a_d_s .row > div {
  margin-bottom: 20px;
}
.widget-a_d_s a, .widget-a_d_s span {
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: block;
}
.widget-a_d_s a img, .widget-a_d_s span img {
  width: 100%;
  height: auto;
}

.slider-sidebar .widget {
  margin-bottom: 10px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img:not(.ajax-loader) {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel:not(.main-carousel) .item {
  padding: 15px;
  background: #FFF;
  border-radius: 5px;
}
.owl-carousel:not(.main-carousel) .item > a {
  display: block;
}
.owl-carousel:not(.main-carousel) .item .img-wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.owl-carousel:not(.main-carousel) .item .img-wrapper img {
  width: auto;
  margin: auto;
  float: none;
}
.owl-carousel:not(.main-carousel) .item .title {
  margin: 14px 0;
  overflow: hidden;
  min-height: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 25px;
  color: #535353;
}
.owl-carousel:not(.main-carousel) .item .quantity {
  display: inline-flex;
  margin-top: 5px;
}
.owl-carousel:not(.main-carousel) .item .quantity .qty {
  height: 38px;
  width: 38px;
  text-align: center;
}
.owl-carousel:not(.main-carousel) .item .quantity + .add-to-cart {
  display: inline-block;
  margin-top: 0;
}
.owl-carousel:not(.main-carousel) .item .add-to-cart {
  margin-top: 5px;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}
.owl-carousel:not(.main-carousel) .item .add-to-cart .plus {
  font-size: 20px;
  position: relative;
  top: 6px;
}
.owl-carousel:not(.main-carousel) .item .add-to-cart .plus + .ajax-loader {
  margin: 0;
}
.owl-carousel:not(.main-carousel) .item .add-to-cart .added-message:before {
  font-family: amazon;
  content: "\e0d3︎";
  font-size: 10px;
  margin-right: 5px;
}
.owl-carousel:not(.main-carousel) .item .brand-name {
  text-align: center;
  font-weight: bold;
  display: block;
}
.owl-carousel:not(.main-carousel) .owl-nav {
  font-size: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  width: 100%;
  pointer-events: none;
  height: 90px;
}
@media (max-width: 992px) {
  .owl-carousel:not(.main-carousel) .owl-nav {
    font-size: 22px;
  }
}
.owl-carousel:not(.main-carousel) .owl-nav .owl-next, .owl-carousel:not(.main-carousel) .owl-nav .owl-prev {
  position: absolute;
  height: 90px;
  pointer-events: auto;
  color: #000 !important;
}
@media (min-width: 992px) {
  .owl-carousel:not(.main-carousel) .owl-nav .owl-next, .owl-carousel:not(.main-carousel) .owl-nav .owl-prev {
    width: 49px;
    background: #FFF !important;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  }
}
.owl-carousel:not(.main-carousel) .owl-nav .owl-next span, .owl-carousel:not(.main-carousel) .owl-nav .owl-prev span {
  position: relative;
  bottom: -2px;
}
.owl-carousel:not(.main-carousel) .owl-nav .owl-next.disabled, .owl-carousel:not(.main-carousel) .owl-nav .owl-prev.disabled {
  color: #A8A8A8 !important;
  cursor: default;
}
.owl-carousel:not(.main-carousel) .owl-nav .owl-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.owl-carousel:not(.main-carousel) .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

@media (max-width: 992px) {
  .slider-inner {
    /*overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 100%;*/
  }
  .owl-carousel:not(.main-carousel) {
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  .owl-carousel:not(.main-carousel) .item {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .owl-carousel:not(.main-carousel) .item {
    padding: 10px;
  }
  .owl-carousel:not(.main-carousel) .item .title {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .owl-carousel:not(.main-carousel) .item .price {
    height: 50px;
    line-height: 25px;
  }
}
.widget-products-slider .item.has-secondary-image:hover img:first-child,
.amazing-slider .item.has-secondary-image:hover img:first-child {
  /*display: none;*/
}
.widget-products-slider .item.has-secondary-image:hover .secondary-image,
.amazing-slider .item.has-secondary-image:hover .secondary-image {
  /* display: block; */
  opacity: 1;
  transform: scale(1.09);
}
.widget-products-slider .item.has-secondary-image .secondary-image,
.amazing-slider .item.has-secondary-image .secondary-image {
  /* display: none; */
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  opacity: 0;
}
.widget-products-slider .item,
.amazing-slider .item {
  position: relative;
}
.widget-products-slider .item .product-url,
.amazing-slider .item .product-url {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* z-index: 2; */
}

.main-slider-container {
  margin-bottom: 20px;
}

.main-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /*margin-bottom: 20px;*/
  /*max-height: 395px;*/
  overflow: hidden;
  border-radius: 5px;
}
.main-slider .main-carousel {
  max-height: 500px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-slider .main-carousel {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .main-slider .main-carousel .swiper-slide {
    min-height: 500px;
  }
}
.main-slider .main-carousel .swiper-button-next, .main-slider .main-carousel .swiper-button-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  height: 60px;
  padding: 6px;
  width: 50px;
  border-radius: 5px;
  transition: all 0.35s ease;
}
.main-slider .main-carousel .swiper-button-next .mdi, .main-slider .main-carousel .swiper-button-prev .mdi {
  display: none;
}
.main-slider .main-carousel .swiper-button-next::after, .main-slider .main-carousel .swiper-button-prev::after {
  transition: all 0.35s ease;
}
.main-slider .main-carousel .swiper-button-next:hover, .main-slider .main-carousel .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.6);
}
.main-slider .main-carousel .swiper-button-next:hover::after, .main-slider .main-carousel .swiper-button-prev:hover::after {
  color: #fff;
}
.main-slider .main-carousel .swiper-button-prev {
  right: -55px;
}
.main-slider .main-carousel .swiper-button-next {
  left: -55px;
}
.main-slider .main-carousel:hover .swiper-button-prev {
  right: 20px;
}
.main-slider .main-carousel:hover .swiper-button-next {
  left: 20px;
  right: auto;
}
.main-slider .owl-stage-outer {
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.main-slider .owl-stage-outer a {
  display: block;
}
.main-slider .owl-stage-outer img {
  width: 100%;
}
.main-slider .owl-nav {
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  width: 100%;
  pointer-events: none;
  height: 62px;
}
.main-slider .owl-nav .owl-next, .main-slider .owl-nav .owl-prev {
  position: absolute;
  text-shadow: 0 2px 4px #616161;
  width: 36px;
  pointer-events: auto;
  height: 62px;
}
.main-slider .owl-nav .owl-next {
  right: 15px;
}
.main-slider .owl-nav .owl-prev {
  left: 15px;
}
.main-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 32px;
  direction: initial;
}
.main-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin: 0 3px;
}
.main-slider .owl-dots .active {
  background-color: #00BFD6;
}

@media (max-width: 992px) {
  .main-slider .owl-stage-outer {
    border-radius: 20px;
  }
}
.amazing-slider.style1 {
  padding: 35px 16px;
  background: var(--button-bg-color, #EF394E);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .amazing-slider.style1 {
    padding: 15px 5px;
  }
}
.amazing-slider.style1 .slider-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amazing-slider.style1 .amazing-title {
  width: 170px;
  text-align: center;
  float: left;
  padding-right: 40px;
}
.amazing-slider.style1 .amazing-title .view-all {
  border: 1px solid #FFF;
  border-radius: 5px;
  color: #FFF;
  padding: 3px 30px 3px 20px;
  position: relative;
  margin-top: 15px;
}
.amazing-slider.style1 .amazing-title .view-all:after {
  font-family: amazon;
  content: "\e08c︎";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 12px;
  margin-left: 5px;
}
.amazing-slider.style1 .amazing-title .amazing--title-box .view-all-items {
  border: 1px solid #FFF;
  border-radius: 5px;
  color: #FFF;
  padding: 3px 30px 3px 20px;
  position: relative;
  margin-top: 15px;
}
.amazing-slider.style1 .amazing-title .amazing--title-box .view-all-items:after {
  font-family: amazon;
  content: "\e08c︎";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 12px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .amazing-slider.style1 .owl-carousel {
    width: calc(100% - 170px);
    float: right;
  }
}
.amazing-slider.style1 .owl-carousel .timer {
  position: relative;
  color: #737373;
  text-align: right;
  margin-right: 18px;
}
.amazing-slider.style1 .owl-carousel .timer:before {
  font-family: amazon;
  content: "\e0dd︎";
  position: absolute;
  right: -18px;
  top: 3px;
}
.amazing-slider.style1 .owl-carousel .timer .letter {
  display: none;
}
.amazing-slider.style1 .owl-carousel .timer > span:last-child .dot {
  display: none;
}

@media (max-width: 992px) {
  .amazing-slider.style1 {
    padding-top: 2px;
  }
  .amazing-slider.style1 .slider-inner {
    display: block;
  }
  .amazing-slider.style1 .slider-inner .amazing-title {
    float: none;
    padding-left: unset;
    width: 100%;
    text-align: left;
    padding-right: unset;
    margin: 5px;
  }
  .amazing-slider.style1 .slider-inner .amazing-title a:first-child, .amazing-slider.style1 .slider-inner .amazing-title br {
    display: none;
  }
  .amazing-slider.style1 .slider-inner .amazing-title .view-all {
    margin-top: 0;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
  .amazing-slider.style1 .slider-inner .amazing-title .view-all:after {
    top: 9px;
  }
  .amazing-slider.style1 .slider-inner .amazing-title .amazing--title-box {
    position: relative;
  }
  .amazing-slider.style1 .slider-inner .amazing-title .amazing--title-box strong {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
  }
  .amazing-slider.style1 .slider-inner .amazing-title .amazing--title-box .view-all-items {
    margin-top: 0;
    padding: 0;
    border: none;
    position: absolute;
    left: 30px;
  }
  .amazing-slider.style1 .slider-inner .amazing-title .amazing--title-box .view-all-items:after {
    top: 3px;
    transform: rotate(180deg);
  }
}
.amazing-slider.style2 {
  padding: 0;
}
.amazing-slider.style2 .slider-content .amazing-title {
  text-align: center;
  margin-bottom: 10px;
}
.amazing-slider.style2 .slider-content .item .title {
  height: 96px;
  margin: 0;
  font-size: 16px;
  max-width: 100%;
  line-height: 32px;
  font-weight: normal;
  overflow: hidden;
}
.amazing-slider.style2 .slider-content .item .price {
  height: auto;
  text-align: inherit;
}
.amazing-slider.style2 .slider-content .item .price ins {
  display: inline-block;
  width: auto;
}
.amazing-slider.style2 .slider-content .item .short-attributes {
  margin-bottom: 25px;
}
.amazing-slider.style2 .slider-content .item .short-attributes li {
  color: #888;
}
.amazing-slider.style2 .slider-content .item .short-attributes li:before {
  content: "•";
  float: left;
  margin-right: 5px;
  font-size: 22px;
}
.amazing-slider.style2 .slider-content .item .timer {
  font-size: 26px;
  font-weight: bold;
  border-top: 1px solid #DDD;
  padding-top: 20px;
}
.amazing-slider.style2 .slider-content .item .timer span:last-child span {
  display: none;
}
.amazing-slider.style2 .slider-content .item .timer.expired {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #888;
  color: #888;
  padding: 5px 15px;
  box-shadow: 0 0 9px 0 rgba(112, 112, 112, 0.32);
  font-size: 13px;
}
.amazing-slider.style2 .slider-sidebar {
  background: rgba(240, 246, 250, 0.9);
  padding: 0;
}
.amazing-slider.style2 .slider-sidebar .owl-thumbs {
  text-align: right;
}
.amazing-slider.style2 .slider-sidebar .owl-thumbs .owl-thumb-item {
  display: block;
  width: 100%;
  background: rgba(240, 246, 250, 0.9);
  border: none;
  text-align: center;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 10px;
}
.amazing-slider.style2 .slider-sidebar .owl-thumbs .owl-thumb-item:hover {
  background: rgb(228, 234, 238);
}
.amazing-slider.style2 .slider-sidebar .owl-thumbs .owl-thumb-item.active {
  position: relative;
  color: #FFF;
  background: var(--button-bg-color, #EF394E);
}
.amazing-slider.style2 .slider-sidebar .owl-thumbs .owl-thumb-item.active:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  background: var(--button-bg-color, #EF394E);
  left: -10px;
  top: 0;
}
.amazing-slider.style2 .slider-sidebar .view-all {
  display: block;
  width: 100%;
  text-align: center;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 10px;
  background: #00BFD6;
  color: #FFF;
}

@media (min-width: 992px) {
  .amazing-slider.style2 .slider-content .item {
    width: 100%;
    padding: 20px;
    background: transparent;
  }
  .amazing-slider.style2 .slider-content .item .price {
    margin: 30px 0;
  }
}
@media (max-width: 992px) {
  .amazing-slider.style2 {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .amazing-slider.style2 .slider-content {
    text-align: center;
  }
  .amazing-slider.style2 .slider-content .item .title {
    font-size: 13px;
    height: 64px;
  }
  .amazing-slider.style2 .slider-content .item .price {
    margin: 5px 0;
  }
  .amazing-slider.style2 .slider-content .item .price ins {
    display: block;
  }
  .amazing-slider.style2 .slider-content .item .short-attributes {
    display: none;
  }
  .amazing-slider.style2 .slider-content .item .timer {
    margin: 0;
    padding-top: 10px;
    font-size: 20px;
    text-align: center;
  }
  .amazing-slider.style2 .slider-content .item .timer.expired {
    margin-top: 8px;
  }
  .amazing-slider.style2 .slider-sidebar {
    display: none;
  }
}
.widget-products-slider,
.widget-brands-slider,
.widget-posts-slider {
  padding: 0;
}
.widget-products-slider .header,
.widget-brands-slider .header,
.widget-posts-slider .header {
  margin: 0 30px;
  padding: 15px 0;
  border-bottom: 1px solid #DFDFDF;
}
.widget-products-slider .header .title > span,
.widget-brands-slider .header .title > span,
.widget-posts-slider .header .title > span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.widget-products-slider .header .title > span:after,
.widget-brands-slider .header .title > span:after,
.widget-posts-slider .header .title > span:after {
  content: "";
  position: absolute;
  width: 100%;
  top: calc(100% + 15px);
  left: 0;
  height: 1px;
  background: var(--button-bg-color, #EF394E);
}
.widget-products-slider .header .title > span .icon,
.widget-brands-slider .header .title > span .icon,
.widget-posts-slider .header .title > span .icon {
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.widget-products-slider .header .title > span .icon.mdi,
.widget-brands-slider .header .title > span .icon.mdi,
.widget-posts-slider .header .title > span .icon.mdi {
  color: #8F8F8F;
}
.widget-products-slider .header .view-all,
.widget-brands-slider .header .view-all,
.widget-posts-slider .header .view-all {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #A8A8A8;
  position: relative;
  top: 3px;
}
.widget-products-slider .header .view-all:after,
.widget-brands-slider .header .view-all:after,
.widget-posts-slider .header .view-all:after {
  font-family: amazon;
  content: "\e08b︎";
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.widget-products-slider .header .view-all:hover,
.widget-brands-slider .header .view-all:hover,
.widget-posts-slider .header .view-all:hover {
  color: var(--button-bg-color, #EF394E);
}
@media (min-width: 992px) {
  .widget-products-slider .slider-inner .owl-carousel .owl-item,
  .widget-brands-slider .slider-inner .owl-carousel .owl-item,
  .widget-posts-slider .slider-inner .owl-carousel .owl-item {
    padding: 5px;
  }
}
.widget-products-slider .slider-inner .owl-carousel .item,
.widget-brands-slider .slider-inner .owl-carousel .item,
.widget-posts-slider .slider-inner .owl-carousel .item {
  transition: all 200ms ease-out;
  position: relative;
}
.widget-products-slider .slider-inner .owl-carousel .item:hover,
.widget-brands-slider .slider-inner .owl-carousel .item:hover,
.widget-posts-slider .slider-inner .owl-carousel .item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.widget-products-slider .slider-inner .owl-carousel .item:hover .product-actions,
.widget-brands-slider .slider-inner .owl-carousel .item:hover .product-actions,
.widget-posts-slider .slider-inner .owl-carousel .item:hover .product-actions {
  display: block;
}
.widget-products-slider .slider-inner .owl-carousel .item .post-date,
.widget-brands-slider .slider-inner .owl-carousel .item .post-date,
.widget-posts-slider .slider-inner .owl-carousel .item .post-date {
  color: #AFB6BC;
}
.widget-products-slider .slider-inner .owl-carousel .item .post-date:before,
.widget-brands-slider .slider-inner .owl-carousel .item .post-date:before,
.widget-posts-slider .slider-inner .owl-carousel .item .post-date:before {
  font-family: amazon;
  content: "\e0dd︎";
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.widget-products-slider .slider-inner .owl-carousel .item .product-url,
.widget-brands-slider .slider-inner .owl-carousel .item .product-url,
.widget-posts-slider .slider-inner .owl-carousel .item .product-url {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.widget-products-slider .slider-inner .owl-carousel .item .product-actions,
.widget-brands-slider .slider-inner .owl-carousel .item .product-actions,
.widget-posts-slider .slider-inner .owl-carousel .item .product-actions {
  position: absolute;
  width: 100%;
  bottom: 70px;
  text-align: center;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.widget-products-slider .slider-inner .owl-carousel .item .product-actions a,
.widget-brands-slider .slider-inner .owl-carousel .item .product-actions a,
.widget-posts-slider .slider-inner .owl-carousel .item .product-actions a {
  width: 32px;
  height: 32px;
  background: rgba(155, 155, 155, 0.85);
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
}
.widget-products-slider .slider-inner .owl-carousel .item .product-actions a:before,
.widget-brands-slider .slider-inner .owl-carousel .item .product-actions a:before,
.widget-posts-slider .slider-inner .owl-carousel .item .product-actions a:before {
  font-family: amazon;
  font-size: 16px;
  color: #FFF;
  position: relative;
  top: 2px;
}
.widget-products-slider .slider-inner .owl-carousel .item .product-actions .quick-view:before,
.widget-brands-slider .slider-inner .owl-carousel .item .product-actions .quick-view:before,
.widget-posts-slider .slider-inner .owl-carousel .item .product-actions .quick-view:before {
  content: "\e131︎";
}
.widget-products-slider .slider-inner .owl-carousel .item .product-actions .add-to-favorite:before,
.widget-brands-slider .slider-inner .owl-carousel .item .product-actions .add-to-favorite:before,
.widget-posts-slider .slider-inner .owl-carousel .item .product-actions .add-to-favorite:before {
  content: "\e134︎";
}
.widget-products-slider .slider-inner .owl-carousel .item .product-actions .add-to-compare:before,
.widget-brands-slider .slider-inner .owl-carousel .item .product-actions .add-to-compare:before,
.widget-posts-slider .slider-inner .owl-carousel .item .product-actions .add-to-compare:before {
  content: "\e196︎";
}
.widget-products-slider .slider-inner .owl-carousel .item .product-actions a.active:before,
.widget-brands-slider .slider-inner .owl-carousel .item .product-actions a.active:before,
.widget-posts-slider .slider-inner .owl-carousel .item .product-actions a.active:before {
  color: var(--button-bg-color, #EF394E);
}

@media (max-width: 992px) {
  .widget-products-slider,
  .widget-brands-slider,
  .widget-posts-slider {
    background-color: transparent;
    box-shadow: none;
  }
  .widget-products-slider .header,
  .widget-brands-slider .header,
  .widget-posts-slider .header {
    margin: 0;
    padding: 7px;
    border-bottom: none;
  }
  .widget-products-slider .header .title,
  .widget-brands-slider .header .title,
  .widget-posts-slider .header .title {
    font-size: 13px;
    font-weight: normal;
  }
  .widget-products-slider .header .title > span:after,
  .widget-brands-slider .header .title > span:after,
  .widget-posts-slider .header .title > span:after {
    display: none;
  }
  .widget-products-slider .header .view-all,
  .widget-brands-slider .header .view-all,
  .widget-posts-slider .header .view-all {
    font-size: 13px;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .promotion-single-wrapper {
    display: flex;
  }
}
.widget-posts-slider .item .expert {
  height: 78px;
  line-height: 26px;
  overflow: hidden;
  color: #ACACAC;
  font-size: 12px;
  margin-bottom: 14px;
}
.widget-posts-slider .item .post-more {
  color: var(--button-bg-color, #EF394E);
  font-weight: bold;
}

.widget-promotion-categories .header .title {
  margin: 20px 0;
  font-size: 19px;
  opacity: 0.72;
  width: 100%;
  text-align: center;
  color: #656565;
  font-weight: normal;
}
.widget-promotion-categories .promotion-categories {
  text-align: center;
  font-size: 12px;
}
.widget-promotion-categories .promotion-categories .col {
  transition: all 0.35s ease;
}
.widget-promotion-categories .promotion-categories .col .mdi {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #FAFAFA;
  padding-top: 22px;
  border-radius: 50%;
  color: #00BFD6;
  font-size: 44px;
}
.widget-promotion-categories .promotion-categories .col .image-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.widget-promotion-categories .promotion-categories .col .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.widget-promotion-categories .promotion-categories .col .image-wrapper:hover img {
  transform: scale(1.3);
}
.widget-promotion-categories .promotion-categories .col .category-name {
  color: #2a2a2a;
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 13px;
  font-size: 14px;
  font-weight: 600;
}
.widget-promotion-categories .promotion-categories .col .category-quantity {
  color: #00BFD6;
  display: block;
  line-height: 20px;
}

@media (max-width: 992px) {
  .widget-promotion-categories {
    background: transparent;
    box-shadow: none;
  }
  .widget-promotion-categories .promotion-title {
    margin: 0 0 20px 0;
    font-size: 13px;
    opacity: 1;
  }
  .widget-promotion-categories .promotion-categories .col {
    min-width: 110px;
  }
  .widget-promotion-categories .promotion-categories .col .mdi {
    font-size: 34px;
  }
}
.main-footer {
  background: var(--footer-bg-color1);
}
.main-footer .jump-to-top {
  font-size: 20px;
  color: #4A4A4A;
  padding: 15px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #CFD8DC;
  text-align: center;
  margin-top: 50px;
}
.main-footer .jump-to-top #jump-to-top {
  width: 36px;
  height: 36px;
  background-color: hsla(0, 0%, 74.5%, 0.41);
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 42px;
  transform: rotate(-90deg);
}
.main-footer .jump-to-top #jump-to-top:before {
  font-family: amazon;
  content: "\e0b7︎";
  color: #FFF;
}

.main-footer .footer-services {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #CFD8DC;
  color: var(--footer-text-color1);
}
.main-footer .footer-services a {
  color: var(--footer-text-color1);
}
.main-footer .footer-services img {
  height: auto;
  max-width: 58px;
}
.main-footer .footer-services span {
  display: block;
}

@media (max-width: 992px) {
  .services .row .col, .footer-services .row .col, .widget-services .row .col {
    min-width: 150px;
  }
}
.main-footer .footer-menu {
  margin-bottom: 20px;
  padding: 15px;
  color: var(--footer-text-color1);
}
.main-footer .footer-menu .header h3 {
  color: var(--footer-text-color1);
  font-size: 16px;
}
.main-footer .footer-menu a {
  color: var(--footer-text-color1);
}
.main-footer .footer-menu .menu a {
  position: relative;
}
.main-footer .footer-menu .menu a::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--footer-text-color1);
  transition: all 0.3s ease;
  visibility: hidden; /* Initially hidden */
}
.main-footer .footer-menu .menu a:hover::before {
  width: 100%;
  left: 0;
  right: initial;
  animation: rightToLeft 0.4s ease-in-out forwards;
  visibility: visible; /* Make visible on hover */
}

.main-footer .newsletter {
  padding-top: 15px;
}
.main-footer .newsletter p {
  font-size: 15px;
  margin-bottom: 20px;
}
.main-footer .newsletter form {
  position: relative;
}
.main-footer .newsletter form button, .main-footer .newsletter form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: #00BFD6;
  border: 1px solid #00BFD6;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  color: #FFF;
  padding: 5px 15px;
}

.main-footer .footer-socials p {
  font-size: 15px;
  margin: 15px 0;
}
.main-footer .footer-socials ul li {
  display: inline-block;
  padding-right: 20px;
}
.main-footer .footer-socials ul li img {
  max-width: 28px;
  height: auto;
}
.main-footer .footer-socials ul li .mdi {
  font-size: 28px;
  color: #9099A4;
}
.main-footer .footer-socials ul li a:hover .mdi {
  color: #4a5f73;
}

.main-footer .footer-address {
  border-top: 1px solid #CFD8DC;
  padding: 15px 0;
}
.main-footer .footer-contact {
  font-size: 15px;
}
.main-footer .footer-contact ul li {
  display: inline-block;
  color: var(--footer-text-color1);
}
.main-footer .footer-contact ul li a {
  color: var(--footer-text-color1);
  direction: ltr;
}
.main-footer .footer-contact ul li a:hover {
  color: #EF394E;
}
.main-footer .footer-contact ul li:nth-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}
.main-footer .footer-app {
  text-align: center;
}
.main-footer .footer-app a {
  margin: 2px;
}

.main-footer .footer-info {
  background: var(--footer-bg-color2);
  padding: 15px 0;
  color: var(--footer-text-color1);
}
.main-footer .footer-info .row {
  border-bottom: 1px solid #CFD8DC;
}
.main-footer .footer-info .row .widget {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.main-footer .footer-info .row .col-12:nth-of-type(1) .textwidget {
  font-size: 12px;
  text-align: justify;
}
.main-footer .footer-info .row .col-12:nth-of-type(1) .textwidget a {
  color: #8e8e8e;
}
.main-footer .footer-info .row .col-12:nth-of-type(1) .showmore-button {
  color: #8e8e8e;
  cursor: pointer;
}
.main-footer .footer-info .row .col-12:nth-of-type(2) {
  text-align: center;
  display: block;
}
.main-footer .footer-info .row .col-12:nth-of-type(2) a, .main-footer .footer-info .row .col-12:nth-of-type(2) img {
  padding: 15px;
  border-radius: 5px;
  background: #f0f0f0;
  margin: 5px;
}
.main-footer .footer-info .row .col-12:nth-of-type(2) a img {
  padding: 0;
  background: transparent;
  margin: 0;
}

.main-footer .footer-partners {
  background: #d7dee0;
}
.main-footer .footer-partners .inner {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #b0bec5;
}
.main-footer .footer-partners .inner .row {
  display: flex;
  align-items: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-footer .footer-copyright {
  background: var(--footer-bg-color3);
  padding: 15px 0;
  text-align: center;
  color: var(--footer-text-color3);
}
.main-footer .footer-copyright a {
  color: var(--footer-text-color3);
}
.main-footer .footer-copyright .inner {
  display: flex;
}
.main-footer .footer-copyright .inner span {
  flex: 1;
}
.main-footer .footer-copyright .inner span.copyright {
  text-align: right;
}
.main-footer .footer-copyright .inner span.designer {
  text-align: left;
}
.main-footer .footer-copyright .inner span a {
  position: relative;
  transition: all 0.3s ease;
}
.main-footer .footer-copyright .inner span a:hover {
  color: #ad2626;
  font-weight: 600;
}
.main-footer .footer-copyright .inner span a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ad2626;
  right: 50%;
  left: 50%;
  bottom: -3px;
  transition: all 0.3s ease;
}
.main-footer .footer-copyright .inner span a:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 992px) {
  .main-footer .newsletter {
    padding-top: 0;
  }
  .main-footer .newsletter form button, .main-footer .newsletter form input[type=submit] {
    position: static;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 191, 214, 0.5);
  }
  .main-footer .footer-address {
    margin-top: 20px;
  }
  .main-footer .footer-info .info-text {
    margin-bottom: 5px;
  }
  .main-footer .footer-info .showmore-button {
    margin-bottom: 15px;
    text-align: center;
  }
  .main-footer .footer-info .widget_text .widget {
    text-align: center;
  }
  .main-footer .footer-partners a {
    padding-bottom: 5px;
  }
  .main-footer .footer-copyright .inner {
    flex-direction: column;
  }
  .main-footer .footer-copyright .inner span {
    text-align: center !important;
  }
}
@keyframes rightToLeft {
  0% {
    width: 0;
    left: 100%;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 0;
  }
}
.whatsapp-button {
  position: fixed;
  bottom: var(--whb-top, 20px);
  z-index: 99;
}
.whatsapp-button.right {
  right: 20px;
}
.whatsapp-button.right span {
  right: 55px;
}
.whatsapp-button.left {
  left: 20px;
}
.whatsapp-button.left span {
  left: 55px;
}
.whatsapp-button a {
  display: block;
  flex-shrink: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  order: 2;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
  transition: 0.5s;
  position: relative;
  z-index: 200;
  text-decoration: none !important;
  background-color: rgb(77, 194, 71) !important;
}
.whatsapp-button a:hover {
  transform: scale(1.2);
}
.whatsapp-button span {
  position: absolute;
  top: -20px;
  background: #ffffff;
  font-size: 11px;
  width: 100px;
  padding: 5px 8px;
  border-radius: 6px;
}

/*@import "download-app";*/
#popup-ads {
  background: transparent;
  box-shadow: none;
  text-align: center;
}
#popup-ads a.close-modal {
  right: 50%;
  transform: translateX(50%);
  top: -17.5px;
}

@media (max-width: 992px) {
  .sidebar {
    order: 2;
  }
}
.widget.widget-posts ul {
  margin-left: -15px;
  margin-right: -15px;
}
.widget.widget-posts ul li {
  padding: 15px;
}
.widget.widget-posts ul li img {
  float: left;
  border-radius: 5px;
  margin-right: 7px;
  max-width: 83px;
  height: auto;
}
.widget.widget-posts ul li .title {
  font-size: 13px;
  font-weight: 400;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 52px;
  line-height: 26px;
  min-height: 52px;
}
.widget.widget-posts ul li .post-date {
  color: #afb6bc;
}
.widget.widget-posts ul li .post-date:before {
  font-family: amazon;
  content: "\e0dd︎";
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.widget.widget-posts ul li:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}
.widget.widget-posts .footer {
  background-color: #fafafa;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.widget.widget-posts .footer .view-all {
  color: #a6a9ab;
}

/*@import "widget-services";*/
.widget-promotion-single {
  border: 1px solid #00BFD6;
}
.widget-promotion-single .header:before {
  display: none;
}
.widget-promotion-single .header .title {
  font-weight: normal;
}
.widget-promotion-single .owl-carousel .progressbar-wrapper {
  height: 1px;
  background: #F5F5F5;
  position: relative;
  margin-bottom: 15px;
}
.widget-promotion-single .owl-carousel .progressbar-wrapper .progressbar {
  box-shadow: 0 0 8px 0 hsla(0, 100%, 77%, 0.5);
  border-top-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-image-source: linear-gradient(90deg, #FFD3DB, #FB3449);
  border-image-slice: 1;
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  display: inline-block;
  animation: progressbar 10s ease-in-out;
  animation-iteration-count: infinite;
}
.widget-promotion-single .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.widget-promotion-single .owl-carousel .price {
  height: auto;
}

@media (max-width: 992px) {
  .widget-promotion-single .owl-carousel .item {
    width: 100%;
  }
}
.promotion-single-wrapper .header h3 {
  font-size: 13px;
}

/*@import "widget-products-ads";*/
.widget.widget-instock-filter,
.widget.widget-fake-filter {
  flex-direction: row;
}
.widget.widget-instock-filter .switcher-slider,
.widget.widget-fake-filter .switcher-slider {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 21px;
  border-radius: 29px;
  border: 1px solid #8C8C8C;
  background: #E5E5E5;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  top: 5px;
  margin-right: 5px;
}
.widget.widget-instock-filter .switcher-slider span,
.widget.widget-fake-filter .switcher-slider span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border: 1px solid #959595;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.widget.widget-instock-filter #instock-filter,
.widget.widget-instock-filter #fake-filter,
.widget.widget-fake-filter #instock-filter,
.widget.widget-fake-filter #fake-filter {
  display: none;
}
.widget.widget-instock-filter #instock-filter:checked + label .switcher-slider,
.widget.widget-instock-filter #fake-filter:checked + label .switcher-slider,
.widget.widget-fake-filter #instock-filter:checked + label .switcher-slider,
.widget.widget-fake-filter #fake-filter:checked + label .switcher-slider {
  background-color: #00BFD6;
  border-color: #0091a3;
}
.widget.widget-instock-filter #instock-filter:checked + label .switcher-slider span,
.widget.widget-instock-filter #fake-filter:checked + label .switcher-slider span,
.widget.widget-fake-filter #instock-filter:checked + label .switcher-slider span,
.widget.widget-fake-filter #fake-filter:checked + label .switcher-slider span {
  left: 21px;
}

/*@import "widget-brands-filter";*/
/*@import "widget-vendor-filter";*/
.widget.widget-categories {
  padding: 0;
}
.widget.widget-categories .header {
  background: #00BFD6;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  text-align: center;
}
.widget.widget-categories .header:before {
  display: none;
}
.widget.widget-categories .cat-item {
  list-style: none;
}
.widget.widget-categories .cat-item a {
  padding: 8px 15px;
  display: flex;
  position: relative;
}
.widget.widget-categories .cat-item a:hover {
  background: #F6F5F4;
}
.widget.widget-categories .cat-item a .mdi {
  color: #B1B1B1;
  font-size: 20px;
  margin-right: 15px;
}
.widget.widget-categories .cat-item a .expand {
  position: absolute;
  right: 10px;
  top: 11px;
}
.widget.widget-categories .cat-item a .expand:before {
  font-family: amazon;
  content: "\e091︎";
  font-size: 20px;
  color: #B1B1B1;
}
.widget.widget-categories .cat-item ul.children {
  background: #FCFBFA;
  display: none;
}
.widget.widget-categories > .cat-item:nth-of-type(2) a:hover,
.widget.widget-categories > .cat-item:nth-of-type(11) a:hover {
  background: #EF5661;
  color: #FFF;
}
.widget.widget-categories > .cat-item:nth-of-type(3) a:hover,
.widget.widget-categories > .cat-item:nth-of-type(12) a:hover {
  background: #A93192;
  color: #FFF;
}
.widget.widget-categories > .cat-item:nth-of-type(4) a:hover,
.widget.widget-categories > .cat-item:nth-of-type(13) a:hover {
  background: #00CBCB;
  color: #FFF;
}
.widget.widget-categories > .cat-item:nth-of-type(5) a:hover,
.widget.widget-categories > .cat-item:nth-of-type(14) a:hover {
  background: #F05B82;
  color: #FFF;
}
.widget.widget-categories > .cat-item:nth-of-type(6) a:hover,
.widget.widget-categories > .cat-item:nth-of-type(15) a:hover {
  background: #BADC58;
  color: #FFF;
}
.widget.widget-categories > .cat-item:nth-of-type(7) a:hover,
.widget.widget-categories > .cat-item:nth-of-type(16) a:hover {
  background: #686DE0;
  color: #FFF;
}
.widget.widget-categories > .cat-item:nth-of-type(8) a:hover,
.widget.widget-categories > .cat-item:nth-of-type(17) a:hover {
  background: #C8D6E5;
  color: #FFF;
}
.widget.widget-categories > .cat-item:nth-of-type(9) a:hover,
.widget.widget-categories > .cat-item:nth-of-type(18) a:hover {
  background: #FF9F43;
  color: #FFF;
}
.widget.widget-categories > .cat-item:nth-of-type(10) a:hover,
.widget.widget-categories > .cat-item:nth-of-type(19) a:hover {
  background: #B53471;
  color: #FFF;
}

.sidebar .widget-related-products .header:before {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.sidebar .widget-related-products .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.sidebar .widget-related-products .owl-carousel .owl-nav .owl-next, .sidebar .widget-related-products .owl-carousel .owl-nav .owl-prev {
  background: transparent !important;
  box-shadow: none;
  height: 36px;
  width: 36px;
  border-radius: 3px;
}
.sidebar .widget-related-products .owl-carousel .owl-nav .owl-next span, .sidebar .widget-related-products .owl-carousel .owl-nav .owl-prev span {
  bottom: 2px;
  display: inline-block;
  direction: initial;
}
.sidebar .widget-related-products .owl-carousel:hover .owl-nav .owl-next, .sidebar .widget-related-products .owl-carousel:hover .owl-nav .owl-prev {
  background-color: rgba(0, 0, 0, 0.6862745098) !important;
  color: #FFF !important;
}

@media (max-width: 992px) {
  .sidebar .widget-related-products .owl-carousel .item {
    width: 100%;
  }
}
/*@import "widget-vendor-info";*/
.post-container {
  margin-bottom: 20px;
}
.post-container .breadcrumb {
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
}
.post-container .breadcrumb a {
  color: #AAA;
}
.post-container .breadcrumb .delimiter {
  color: var(--button-bg-color, #EF394E);
  font-size: 21px;
  margin: 0 5px;
}
.post-container .post-inner {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 20px;
  border-radius: 5px;
}
.post-container .post-inner .post-header {
  margin-bottom: 20px;
}
.post-container .post-inner .post-header .post-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 15px;
}
.post-container .post-inner .post-header .post-meta {
  color: #AFB6BC;
  margin: 10px 0;
  display: flex;
}
.post-container .post-inner .post-header .post-meta .post-author {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.post-container .post-inner .post-header .post-meta .post-author .avatar {
  border-radius: 50%;
  margin-right: 5px;
}
.post-container .post-inner .post-header .post-meta .post-date:before {
  font-family: amazon;
  content: "\e0dd︎";
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.post-container .post-inner .post-header .post-meta .favorites {
  margin-left: 15px;
  position: relative;
  top: 2px;
}
.post-container .post-inner .post-header .post-meta .favorites:before {
  font-family: amazon;
  color: #9B9B9B;
  content: "\e134︎";
}
.post-container .post-inner .post-header .post-meta .favorites.active:before {
  content: "\e133︎";
  color: var(--button-bg-color, #EF394E);
}
.post-container .post-inner .post-image {
  text-align: center;
  margin-bottom: 20px;
}
.post-container .post-inner .post-body .post-summary {
  padding: 12px 45px 12px;
  background: #f4f4f4;
  position: relative;
}
.post-container .post-inner .post-body .post-summary::before {
  content: "❞";
  position: absolute;
  font-size: 60px;
  top: 28px;
  right: 6px;
}
.post-container .post-inner .post-body .post-summary::after {
  content: "❝";
  position: absolute;
  font-size: 60px;
  left: 7px;
  bottom: 0;
}
.post-container .post-inner .post-body .post-content a {
  color: #ff4500;
}
.post-container .post-inner .post-body .post-content h2 {
  font-size: 19px;
}
.post-container .post-inner .post-body .post-content h3 {
  font-size: 16px;
}
.post-container .post-inner .post-body .post-share {
  padding: 30px 0 15px 0;
}
.post-container .post-inner .post-body .post-share .comments-count:before {
  font-family: amazon;
  font-size: 20px;
  color: #9BA4AB;
  content: "\e0f6︎";
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.post-container .post-inner .post-body .post-share .share-buttons {
  float: right;
}
.post-container .post-inner .post-body .post-share .share-buttons li {
  display: inline-block;
  margin-left: 15px;
}
.post-container .post-inner .post-body .post-share .share-buttons li:before {
  display: none;
}
.post-container .post-inner .post-body .post-share .share-buttons li a {
  border-bottom: none !important;
}
.post-container .post-inner .post-body .post-share .share-buttons li a:before {
  font-family: amazon;
  font-size: 20px;
  color: #9BA4AB;
}
.post-container .post-inner .post-body .post-share .share-buttons li a.twitter:before {
  content: "\e1d8︎";
}
.post-container .post-inner .post-body .post-share .share-buttons li a.facebook:before {
  content: "\e10e︎";
}
.post-container .post-inner .post-body .post-share .share-buttons li a.whatsapp:before {
  content: "\e1e7︎";
}
.post-container .post-inner .post-body .post-share .share-buttons li a.telegram:before {
  content: "\e1c6︎";
}
.post-container .post-inner .post-body .post-share .share-buttons li a.copy-url:before {
  content: "\e1a0︎";
}
.post-container .post-inner .post-body .post-tags {
  border-top: 1px solid #E1E0E0;
  font-weight: bold;
  padding-top: 20px;
}
.post-container .post-inner .post-body .post-tags a {
  padding: 0 10px;
  background-color: #F2F2F2;
  color: #868E95 !important;
  margin: 2px;
  border-radius: 16px;
  font-weight: normal;
  border-bottom: none !important;
  line-height: 28px;
}

body.single:not(.single-page) .post-container .post-inner .post-body a:not(.button) {
  border-bottom: 1px dashed #00BFD6;
  color: #00BFD6;
}
body.single:not(.single-page) .post-container .post-inner .post-body ul li:before {
  content: "•";
  float: left;
  margin-right: 5px;
  color: var(--button-bg-color, #EF394E);
  font-size: 22px;
}

.comments-template {
  margin-top: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 20px;
  border-radius: 5px;
}
.comments-template .template-header {
  margin-bottom: 15px;
  font-size: 15px;
}
.comments-template .comment-respond {
  border: 1px solid #C8C8C8;
  padding: 15px;
  border-radius: 5px;
}
.comments-template .comment-respond #reply-title {
  font-size: 13px;
}
.comments-template .comment-respond .required {
  color: var(--button-bg-color, #EF394E);
}
.comments-template .comment-respond .comment-form-cookies-consent {
  margin: 10px 0;
}
.comments-template .comment-respond .comment-form-cookies-consent input[type=checkbox]:checked:before {
  top: -3px;
}
.comments-template .comment-respond .form-submit {
  margin-top: 10px;
}
.comments-template .comment-respond #submit {
  background: #FFF;
  border-radius: 22px;
  border-color: #C8C8C8;
  color: #6B7074;
  padding: 0 20px;
  margin-top: 10px;
  height: 38px;
}
.comments-template .comment-list {
  padding: 0;
}
.comments-template .comment-list .comment {
  margin-top: 20px;
}
.comments-template .comment-list .comment .comment-meta .comment-author {
  font-weight: bold;
  font-style: normal;
}
.comments-template .comment-list .comment .comment-meta .comment-author .avatar {
  border-radius: 50%;
  margin-right: 7px;
}
.comments-template .comment-list .comment .comment-meta .comment-date {
  color: #9BA4AB;
  margin: 0 10px;
}
.comments-template .comment-list .comment .comment-meta .comment-date:before {
  font-family: amazon;
  content: "\e0dd︎";
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.comments-template .comment-list .comment .comment-meta .comment-reply-link {
  color: #9BA4AB;
}
.comments-template .comment-list .comment .comment-awaiting {
  color: var(--button-bg-color, #EF394E);
  font-style: italic;
}
.comments-template .comment-list .comment:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
}
.comments-template .pagination {
  text-align: center;
}
.comments-template .pagination .page-numbers {
  display: inline-block;
  padding: 0 13px;
  line-height: 26px;
  border-radius: 16px;
}
.comments-template .pagination .page-numbers.current {
  border: 1px solid #00BFD6;
}
.comments-template .pagination .page-numbers.prev, .comments-template .pagination .page-numbers.next {
  border: 1px solid hsla(0, 1%, 87%, 0.5);
}
.comments-template .pagination .page-numbers.prev:before, .comments-template .pagination .page-numbers.next:before {
  font-size: 18px;
  color: hsla(153, 4%, 44%, 0.7);
}
.comments-template .pagination .page-numbers.prev:before {
  content: "›";
}
.comments-template .pagination .page-numbers.next:before {
  content: "›";
}

@media (max-width: 992px) {
  .post-container .breadcrumb {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 5px;
    padding: 0;
  }
  .post-container .post-inner {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  .post-container .post-inner .post-header {
    margin-bottom: 0;
  }
  .post-container .post-inner .post-header .post-title {
    border-bottom: none;
  }
  .post-container .post-inner .post-header .post-meta {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .post-container .post-inner .post-body {
    border-radius: 10px;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    padding: 15px;
    border: none;
  }
}
@media (max-width: 992px) {
  .comments-template {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    padding: 15px;
  }
}
.comments-rules {
  margin: 20px 0;
}

/*@import "my-account";*/
#main .highstore-breadcrumb {
  margin: 0 0 15px;
  padding: 0;
  font-size: 12px;
  color: #767676;
}
#main .highstore-breadcrumb a:hover {
  color: #000;
}
#main .highstore-breadcrumb .delimiter {
  margin: 0 7px;
  color: #CFCFCF;
}
#main .highstore-breadcrumb h1 {
  display: inline-block;
  padding: 0;
  font-size: 12px;
  color: #767676;
}

.highstore span.onsale {
  color: var(--button-bg-color, #EF394E);
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  top: 0;
  border-bottom: 1px solidvar(--button-bg-color, #EF394E);
  font-size: 11px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  min-height: unset;
  height: auto;
}
.highstore span.onsale.is-amazing > span {
  float: left;
}
.highstore span.onsale.is-amazing .timer {
  float: right;
}
.highstore span.onsale.is-amazing .timer > span:last-child span {
  display: none;
}

.shop-container .highstore-breadcrumb {
  margin-bottom: 0;
}
.shop-container .highstore-products-header {
  margin-top: 0;
}
.shop-container .products-list {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  padding-right: 0;
  padding-left: 0;
}
.shop-container .products-list .list-header {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.shop-container .products-list .list-header .highstore-result-count {
  margin-bottom: 0;
  float: right;
}
.shop-container .products-list .list-header .highstore-ordering {
  margin-bottom: 0;
  float: left;
  position: relative;
}
.shop-container .products-list .list-header .highstore-ordering .orderby {
  position: relative;
  padding-left: 25px;
}
.shop-container .products-list .list-header .highstore-ordering .orderby a {
  border-radius: 3px;
  padding: 0 7px;
  line-height: 26px;
}
.shop-container .products-list .list-header .highstore-ordering .orderby a:hover {
  background-color: #ECE9E9;
}
.shop-container .products-list .list-header .highstore-ordering .orderby a.active {
  background: #00BFD6;
  color: #FFF;
}
.shop-container .products-list .list-header .highstore-ordering .orderby a:nth-child(1) {
  margin-left: 75px;
}
.shop-container .products-list .list-header .highstore-ordering .orderby:before {
  position: absolute;
  content: attr(aria-label);
}
.shop-container .products-list .list-header .highstore-ordering:before {
  content: "\e1b9︎";
  font-family: amazon;
  color: #CECECE;
  position: absolute;
  top: 3px;
}

.highstore ul.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1px;
  margin-left: -1px;
}
.highstore ul.products li.product {
  margin: 0;
  outline: 1px solid #EBEBEB;
  padding: 10px;
  padding-top: 35px;
  transition: all 200ms ease-out;
  position: relative;
}
.highstore ul.products li.product:hover {
  -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.09);
  z-index: 11;
}
.highstore ul.products li.product .product__item {
  position: relative;
}
.highstore ul.products li.product .product__item .img-wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.highstore ul.products li.product .product__item .highstore-LoopProduct-link {
  /*display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:9;*/
}
.highstore ul.products li.product .product__item img {
  width: 100%;
  margin: auto;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}
.highstore ul.products li.product .product__item img.secondary-image {
  position: absolute;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
}
.highstore ul.products li.product .product__item .highstore-loop-product__title {
  height: 53px;
  line-height: 25px;
  overflow: hidden;
}
.highstore ul.products li.product .product__item .has-pinned {
  position: absolute;
  z-index: 9;
  background-color: #ff9800;
  padding: 3px 7px;
}
.highstore ul.products li.product .product__item .has-pinned img {
  width: 25px;
  height: 25px;
}
.highstore ul.products li.product .product-rating {
  margin-top: 15px;
  position: relative;
  height: 28px;
}
.highstore ul.products li.product .product-rating .rating {
  float: right;
  display: inline-flex;
  align-items: center;
}
.highstore ul.products li.product .product-rating .rating .icon {
  margin-right: 4px;
  color: #FFB518;
}
.highstore ul.products li.product .product-rating .add-to-compare {
  float: left;
  color: #ABABAB;
  opacity: 0;
  visibility: hidden;
}
.highstore ul.products li.product .product-rating .add-to-compare input[type=checkbox]:checked:before {
  margin-top: -4px;
}
.highstore ul.products li.product .price {
  margin: 0;
}
.highstore ul.products li.product .button {
  display: block;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: auto;
}
.highstore ul.products li.product .button.loading::after {
  top: 2px;
}
.highstore ul.products li.product .cart {
  margin-top: 5px;
}
.highstore ul.products li.product .cart .quantity {
  display: inline-flex;
}
.highstore ul.products li.product .cart .quantity .qty {
  height: 38px;
  width: 56px;
}
.highstore ul.products li.product .cart .button {
  margin-top: 0;
  display: inline-block;
  width: auto;
  max-height: 38px;
}
.highstore ul.products li.product .cart .button .plus {
  font-size: 20px;
  position: relative;
  top: 6px;
}
.highstore ul.products li.product .cart .button .ajax-loader {
  display: none;
  width: auto;
  margin: 0;
  max-width: 24px;
}
.highstore ul.products li.product .product-info {
  position: relative;
  height: 35px;
}
.highstore ul.products li.product .product-seller {
  border-top: 1px solid #F5F5F5;
  position: absolute;
  background: #FFF;
  width: 100%;
  left: 0;
}
@media (min-width: 768px) {
  .highstore ul.products li.product .product-seller {
    display: none;
  }
}
.highstore ul.products li.product .product-seller:before {
  font-family: amazon;
  content: "\e1c1︎";
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.highstore ul.products li.product .product-seller strong {
  display: inline-block;
}
.highstore ul.products li.product .fake-badge {
  padding: 0 6px;
  color: #D5901F;
  background-color: rgba(249, 168, 37, 0.11);
  font-size: 11px;
  line-height: 2;
  position: absolute;
  bottom: 4px;
  border-radius: 5px;
}
.highstore ul.products li.product .onsale {
  right: auto;
  margin: 0;
}
.highstore ul.products li.product .stock {
  height: 32px;
  display: flex;
  align-items: center;
  width: 100%;
}
.highstore ul.products li.product .stock .icon {
  margin-right: 4px;
  color: #0fabc6;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.highstore ul.products li.product .product-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}
.highstore ul.products li.product .product-actions .quick-view, .highstore ul.products li.product .product-actions .favorites {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  margin: 0 3px;
  background: rgba(155, 155, 155, 0.85);
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.highstore ul.products li.product .product-actions .quick-view:before, .highstore ul.products li.product .product-actions .favorites:before {
  font-family: amazon;
  font-size: 16px;
  color: #FFF;
}
.highstore ul.products li.product .product-actions .quick-view.active:before, .highstore ul.products li.product .product-actions .favorites.active:before {
  color: var(--button-bg-color, #EF394E);
}
.highstore ul.products li.product .product-actions .quick-view:before {
  content: "\e131︎";
}
.highstore ul.products li.product .product-actions .add-to-favorite:before {
  content: "\e134︎";
}
.highstore ul.products li.product:hover .product-rating .add-to-compare, .highstore ul.products li.product:hover .product-actions {
  opacity: 1;
  visibility: visible;
}
.highstore ul.products li.product:hover .product-seller {
  display: block;
}
.highstore ul.products li.product-category a {
  display: block;
}
.highstore ul.products li.product-category a img {
  width: auto;
  margin: auto;
}
.highstore ul.products li.product-category mark.count {
  background: #EEE;
  color: #7A7A7A;
}
.highstore ul.products.columns-1 li.product,
.highstore ul.products li.product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1px;
  margin-left: 1px;
  background: #FFF;
  margin-bottom: 0 !important;
}
.highstore ul.products.columns-2 li.product {
  -ms-flex: 0 0 calc(50% - 1px);
  flex: 0 0 calc(50% - 1px);
  max-width: calc(50% - 1px);
}
.highstore ul.products.columns-3 li.product {
  -ms-flex: 0 0 calc(33.3333333% - 1px);
  flex: 0 0 calc(33.3333333% - 1px);
  max-width: calc(33.3333333% - 1px);
}
.highstore ul.products.columns-4 li.product {
  -ms-flex: 0 0 calc(25% - 1px);
  flex: 0 0 calc(25% - 1px);
  max-width: calc(25% - 1px);
}
.highstore ul.products.columns-5 li.product {
  -ms-flex: 0 0 calc(20% - 1px);
  flex: 0 0 calc(20% - 1px);
  max-width: calc(20% - 1px);
}
.highstore ul.products.columns-6 li.product {
  -ms-flex: 0 0 calc(16.6666667% - 1px);
  flex: 0 0 calc(16.6666667% - 1px);
  max-width: calc(16.6666667% - 1px);
}
@media (max-width: 992px) {
  .highstore ul.products li.product {
    -ms-flex: 0 0 calc(50% - 1px);
    flex: 0 0 calc(50% - 1px);
    max-width: calc(50% - 1px);
  }
}
@media (max-width: 756px) {
  .highstore ul.products.columns-4 li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .highstore ul.products.xs-columns-2 li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.archive-products-slider {
  margin-top: 20px;
}

.cover-outofstock {
  z-index: 2;
  position: relative;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cover-outofstock:before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  background: #ABABAB;
  z-index: -1;
}
.cover-outofstock span {
  color: #ABABAB;
  font-weight: normal;
  background: #FFF;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
}

.highstore-products-header {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.highstore-products-header .page-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.highstore-products-header .page-description {
  font-size: 12px;
}
.highstore-products-header .showmore-button {
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.highstore-products-header .showmore-button:before {
  content: "";
  width: 100%;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), #FFF);
  position: absolute;
  top: -64px;
  height: 64px;
  left: 0;
}
.highstore-products-header .showmore-button.show:before {
  display: none;
}
.highstore-products-header .showmore-button:after {
  font-family: amazon;
  content: "\e0b1︎";
  position: absolute;
  top: 2px;
  margin-left: 5px;
}
.highstore-products-header .showmore-button.show:after {
  top: -3px;
  transform: rotate(180deg);
}
.highstore-products-header .term-description a {
  color: #4169e1;
}

.archive-amazing .amazing-header {
  padding-left: 20px;
  padding-bottom: 20px;
}
.archive-amazing .highstore-breadcrumb {
  display: none;
}

body.archive-amazing {
  position: relative;
}
body.archive-amazing:after {
  content: "";
  background-color: rgba(255, 80, 98, 0.89);
  background-image: url("assets/img/amazing-bg.svg");
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 275px;
  z-index: -1;
  width: 100%;
}

@media (max-width: 992px) {
  .shop-container .products-list {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  .shop-container .products-list .list-header {
    padding: 0;
  }
  .shop-container .products-list .list-header .highstore-ordering {
    position: fixed;
    z-index: 101;
    background: #FFF;
    left: 0;
    top: 30px;
    width: calc(100% - 40px);
    right: 0;
    margin: auto;
    border-radius: 10px;
    padding: 52px 20px 20px;
    display: none;
    max-height: 320px;
    overflow: auto;
  }
  .shop-container .products-list .list-header .highstore-ordering:before {
    display: none;
  }
  .shop-container .products-list .list-header .highstore-ordering .orderby {
    padding: 0;
  }
  .shop-container .products-list .list-header .highstore-ordering .orderby:before {
    top: -32px;
    font-weight: bold;
  }
  .shop-container .products-list .list-header .highstore-ordering .orderby .toggle-ordering {
    display: inline-block;
    border: none !important;
    position: absolute;
    top: -32px;
    right: 0;
  }
  .shop-container .products-list .list-header .highstore-ordering .orderby .toggle-ordering:before {
    font-family: amazon;
    content: "\e08d︎";
    font-size: 26px;
  }
  .shop-container .products-list .list-header .highstore-ordering .orderby a {
    display: block;
    padding: 7px 0;
    border-radius: 0;
  }
  .shop-container .products-list .list-header .highstore-ordering .orderby a.active {
    background: transparent;
    color: #00BFD6;
  }
  .shop-container .products-list .list-header .highstore-ordering .orderby a:nth-child(1) {
    margin: 0;
  }
  .shop-container .products-list .list-header .highstore-ordering .orderby a:nth-child(2) {
    border-top: 0.5px solid rgba(41, 41, 41, 0.18);
  }
  .shop-container .products-list .list-header .highstore-ordering .orderby a:not(:last-child) {
    border-bottom: 0.5px solid rgba(41, 41, 41, 0.18);
  }
  .shop-container .products-list .list-header .shop-toggle {
    background-color: #E0E0E0;
    color: #424242;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 26px;
  }
  .shop-container .products-list .list-header .shop-toggle:before {
    font-family: amazon;
    position: relative;
    font-size: 18px;
    top: 4px;
    margin-right: 5px;
  }
  .shop-container .products-list .list-header .shop-toggle.toggle-ordering:before {
    content: "\e042︎";
  }
  .shop-container .products-list .list-header .shop-toggle.toggle-sidebar-shop:before {
    content: "\e024︎";
  }
  body.show-ordering .overlay {
    opacity: 1;
  }
  body.show-ordering .highstore-ordering {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .shop-container .products-list .list-header .shop-toggle {
    display: none;
  }
}
@media (max-width: 992px) {
  .highstore ul.products {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
  }
  .highstore ul.products li.product {
    margin: 0;
    border: none;
  }
  .highstore ul.products li.product .onsale:not(.is-amazing) {
    text-align: left;
  }
  .highstore ul.products li.product .highstore-LoopProduct-link img {
    float: left;
    margin-right: 10px;
  }
  .highstore ul.products li.product .product-rating .add-to-compare {
    opacity: 1;
    visibility: visible;
  }
}
.feature-seller {
  color: #388E3C;
  background: #F2F8F2;
  display: inline-block;
  line-height: 22px;
  border-radius: 11px;
  padding: 0 6px;
  margin-left: 5px;
  font-size: 12px;
}
.feature-seller .check {
  background: #388E3C;
  border-radius: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  position: relative;
  margin-right: 3px;
  top: 3px;
  font-size: 11px;
}
.feature-seller .check:before {
  font-family: amazon;
  content: "\e0d3︎";
  color: #FFF;
  font-size: 7px;
  position: absolute;
  right: 3px;
  bottom: -5px;
}

.highstore ul.products li.product.has-secondary-image {
  /*.secondary-image {
      display: none;
  }*/
}
.highstore ul.products li.product.has-secondary-image:hover {
  /*img[class^="attachment"]:nth-of-type(1) {
      display: none;
  }*/
}
.highstore ul.products li.product.has-secondary-image:hover .secondary-image {
  display: block;
  opacity: 1;
  transform: scale(1.09);
}

.subcategories-list {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  margin-bottom: 20px;
}
.subcategories-list .categories-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.subcategories-list .row .item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .subcategories-list .row .item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .subcategories-list .row .item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 576px) {
  .subcategories-list .row .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.subcategories-list .term {
  background-color: #F0F0F1;
  border-radius: 5px;
  padding: 25px 15px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.subcategories-list .term:hover .term-count {
  background-color: var(--button-bg-color, #EF394E);
  color: #ffffff;
}
.subcategories-list .term img {
  max-width: 60px;
  height: auto;
}
.subcategories-list .term .term-name {
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 13px;
}
.subcategories-list .term .term-count {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #e7e7e7;
  line-height: 20px;
  display: inline-block;
  padding: 0 9px;
  border-radius: 11px;
  color: #ACACAC;
  font-size: 11px;
  transition: all 200ms ease-out;
}
.subcategories-list .others-categories .count {
  font-weight: bold;
  font-size: 32px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
.subcategories-list .others-categories .term-name {
  font-size: 11px;
}
.subcategories-list .row {
  height: 142px;
  overflow: hidden;
}
.subcategories-list .row.show-all {
  height: auto;
}
.subcategories-list .row.show-all .others-categories {
  display: none;
}
@media (max-width: 992px) {
  .subcategories-list .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .subcategories-list .others-categories {
    display: none;
  }
}

.highstore nav.highstore-pagination ul {
  border: none;
}
.highstore nav.highstore-pagination ul li {
  border-right: none;
}
.highstore nav.highstore-pagination ul li a, .highstore nav.highstore-pagination ul li span {
  border-radius: 5px;
  margin: 3px;
  padding: 7px 11px;
  font-size: 15px;
}
.highstore nav.highstore-pagination ul li a:active, .highstore nav.highstore-pagination ul li a:focus, .highstore nav.highstore-pagination ul li span.current {
  color: #FFF;
  background: #00BFD6;
}

@media (min-width: 992px) {
  .sidebar-shop.col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sidebar-shop.col-lg-3 .toggle-sidebar-shop {
    display: none;
  }
  .shop-container.col-lg-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.sidebar-shop .widget {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  border-radius: 0;
  padding: 10px;
}
.sidebar-shop .widget .header {
  text-align: inherit;
  border-bottom: 1px solid #F2F2F2;
  line-height: 20px;
  cursor: pointer;
  transition: all 200ms ease-out;
}
.sidebar-shop .widget .header:before {
  display: none;
}
.sidebar-shop .widget .header strong {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
}
.sidebar-shop .widget .header strong:after {
  font-family: amazon;
  content: "\e0b1︎";
  position: absolute;
  right: 0;
  top: -1px;
  color: #A3A3A3;
  transform: rotate(180deg);
  transition: all 200ms ease-out;
}
.sidebar-shop .widget .header.collapse {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-shop .widget .header.collapse strong:after {
  top: 2px;
  transform: rotate(0deg);
}
.sidebar-shop .widget .checkbox:checked:before {
  top: -3px;
}

.highstore .widget_layered_nav > ul,
.highstore .widget_rating_filter > ul {
  margin-right: -10px;
  margin-left: -10px;
  max-height: 256px;
  overflow-y: auto;
}
.highstore .widget_layered_nav > ul .wc-layered-nav-rating,
.highstore .widget_layered_nav > ul .highstore-widget-layered-nav-list__item,
.highstore .widget_rating_filter > ul .wc-layered-nav-rating,
.highstore .widget_rating_filter > ul .highstore-widget-layered-nav-list__item {
  transition: all 200ms ease-out;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.highstore .widget_layered_nav > ul .wc-layered-nav-rating:hover,
.highstore .widget_layered_nav > ul .highstore-widget-layered-nav-list__item:hover,
.highstore .widget_rating_filter > ul .wc-layered-nav-rating:hover,
.highstore .widget_rating_filter > ul .highstore-widget-layered-nav-list__item:hover {
  background: #F9F9F9;
}
.highstore .widget_layered_nav > ul .wc-layered-nav-rating a,
.highstore .widget_layered_nav > ul .highstore-widget-layered-nav-list__item a,
.highstore .widget_rating_filter > ul .wc-layered-nav-rating a,
.highstore .widget_rating_filter > ul .highstore-widget-layered-nav-list__item a {
  display: block;
}
.highstore .widget_layered_nav > ul .wc-layered-nav-rating .count,
.highstore .widget_layered_nav > ul .highstore-widget-layered-nav-list__item .count,
.highstore .widget_rating_filter > ul .wc-layered-nav-rating .count,
.highstore .widget_rating_filter > ul .highstore-widget-layered-nav-list__item .count {
  position: absolute;
  right: 10px;
  top: 0;
}
.highstore .widget_layered_nav > ul .chosen a::before,
.highstore .widget_layered_nav > ul .highstore-widget-layered-nav-list__item--chosen a::before,
.highstore .widget_rating_filter > ul .chosen a::before,
.highstore .widget_rating_filter > ul .highstore-widget-layered-nav-list__item--chosen a::before {
  display: none;
}

.widget_layered_nav_filters li.chosen {
  padding-bottom: 5px !important;
}
.widget_layered_nav_filters li.chosen a {
  border: 1px solid #EEE;
  border-radius: 10px;
  padding: 0 10px;
  position: relative;
}
.widget_layered_nav_filters li.chosen a:before {
  display: none;
}
.widget_layered_nav_filters li.chosen a:after {
  font-family: amazon;
  content: "\e0e0︎";
  top: 1px;
  font-size: 11px;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
}

.highstore .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 1px;
  background-color: #C6C6C6;
  margin-top: 10px;
}
.highstore .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: #00BFD6;
}
.highstore .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #FFF;
  width: 16px;
  height: 16px;
  top: -7px;
}
.highstore .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:before {
  position: absolute;
  font-family: amazon;
  font-size: 18px;
  top: -5px;
  left: -2px;
  color: #858585;
}
.highstore .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:nth-of-type(1):before {
  content: "\e08c︎";
}
.highstore .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:nth-of-type(2):before {
  content: "\e08b︎";
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount {
  font-size: 12px;
  color: #858585;
  text-align: center;
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  margin: 20px 0;
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .label {
  display: none;
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .dash {
  display: none;
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from-wrapper, .highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to-wrapper {
  width: 49%;
  display: inline-block;
  padding: 15px 0;
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from-wrapper .from, .highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from-wrapper .to, .highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to-wrapper .from, .highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to-wrapper .to {
  background: #FCFCFC;
  border-radius: 5px;
  padding: 2px 10px;
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from-wrapper {
  border-right: 1px solid #F5F5F5;
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  width: 100%;
  background: #00BFD6;
  border-color: #0091a3;
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  opacity: 0.95;
}
.highstore .widget_price_filter .price_slider_wrapper .price_slider_amount .button .icon:before {
  font-family: amazon;
  content: "\e118︎";
  color: #FFF;
  font-style: normal;
  margin-right: 7px;
}

.widget_product_categories .product-categories .cat-item {
  position: relative;
}
.widget_product_categories .product-categories .cat-item a {
  padding-left: 14px;
}
.widget_product_categories .product-categories .cat-item a:hover {
  color: #00BFD6;
}
.widget_product_categories .product-categories .cat-item .count {
  color: #AFB6BC;
}
.widget_product_categories .product-categories .cat-item:before {
  font-family: amazon;
  font-size: 10px;
  color: #828282;
  position: absolute;
  top: 2px;
}
.widget_product_categories .product-categories > .cat-item:before {
  content: "\e0b7︎";
}
.widget_product_categories .product-categories > .cat-item > .children > .cat-item:before {
  content: "\e0b1︎";
}
.widget_product_categories .product-categories .current-cat > a {
  font-weight: bold;
}
.widget_product_categories .showmore-button {
  text-align: center;
  background-color: #FCFCFC;
  border-top: 1px solid #F2F2F2;
  color: #828282;
  cursor: pointer;
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -10px;
}
.widget_product_categories .showmore-button:after {
  font-family: amazon;
  content: "\e0b0︎";
  position: absolute;
  top: 2px;
  margin-left: 5px;
  font-size: 6px;
}
.widget_product_categories .showmore-button.show:after {
  top: 0;
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .sidebar-shop {
    display: none;
    position: fixed !important;
    z-index: 101;
    background-color: #F4F4F4;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    height: 100vh;
    padding: 10px;
    overflow: auto !important;
  }
  .sidebar-shop .toggle-sidebar-shop {
    background-color: #e9e9e9;
    width: calc(100% + 20px);
    padding-top: 10px;
    padding-left: 10px;
    margin: -10px -10px 10px -10px;
  }
  .sidebar-shop .toggle-sidebar-shop:before {
    font-family: amazon;
    content: "\e08d︎";
    font-size: 26px;
  }
  .sidebar-shop .widget {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    border-color: #C8C7CC;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sidebar-shop .widget .header strong:after {
    content: "\e0d9︎";
    font-weight: normal;
    font-size: 20px;
    transition: none;
    transform: none !important;
    top: 3px !important;
  }
  .sidebar-shop .widget.widget-instock-filter .switcher-slider,
  .sidebar-shop .widget.widget-fake-filter .switcher-slider {
    width: 45px;
    height: 28px;
    border: none;
  }
  .sidebar-shop .widget.widget-instock-filter .switcher-slider span,
  .sidebar-shop .widget.widget-fake-filter .switcher-slider span {
    height: 24px;
    width: 24px;
    border: none;
    -webkit-box-shadow: 0 4px 14px 4px rgba(0, 0, 0, 0.08), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.11), 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 14px 4px rgba(0, 0, 0, 0.08), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.11), 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  }
  .sidebar-shop .widget.widget-instock-filter #instock-filter:checked + label .switcher-slider,
  .sidebar-shop .widget.widget-instock-filter #fake-filter:checked + label .switcher-slider,
  .sidebar-shop .widget.widget-fake-filter #instock-filter:checked + label .switcher-slider,
  .sidebar-shop .widget.widget-fake-filter #fake-filter:checked + label .switcher-slider {
    background-color: #6ab946;
    border-color: #6ab946;
  }
  .sidebar-shop .widget.widget-instock-filter #instock-filter:checked + label .switcher-slider span,
  .sidebar-shop .widget.widget-instock-filter #fake-filter:checked + label .switcher-slider span,
  .sidebar-shop .widget.widget-fake-filter #instock-filter:checked + label .switcher-slider span,
  .sidebar-shop .widget.widget-fake-filter #fake-filter:checked + label .switcher-slider span {
    left: 21px;
  }
  .highstore .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 4px;
  }
  .highstore .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
    background-color: #6ab946;
  }
  .highstore .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
    box-shadow: none;
    background: #6ab946;
    width: 20px;
    height: 20px;
    top: -9px;
  }
  .highstore .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:before {
    display: none;
  }
  body.show-sidebar-shop .sidebar-shop {
    display: block;
  }
}
body.highstore-cart .cart-empty-image {
  margin: auto;
  display: block;
}
body.highstore-cart .cart-empty.highstore-info {
  border: none;
  background-color: transparent;
  color: #535353;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
body.highstore-cart .cart-empty.highstore-info:before {
  content: "";
}
body.highstore-cart .return-to-shop {
  text-align: center;
}
body.highstore-cart .return-to-shop .button {
  background: transparent;
  border: none;
  color: #00BFD6;
}
body.highstore-cart .return-to-shop .button:hover, body.highstore-cart .return-to-shop .button:active, body.highstore-cart .return-to-shop .button:focus {
  background: transparent;
  border: none;
  color: #00BFD6;
}

body.highstore-cart:not(.cart-is-empty) .post-container .post-inner {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none;
}
@media (max-width: 992px) {
  body.highstore-cart:not(.cart-is-empty) .post-container .post-inner .post-body {
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}

body.highstore-cart .cart-wrapper > div,
body.highstore-cart .totals-wrapper > div {
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
  padding: 10px !important;
  overflow: hidden;
}
body.highstore-cart .cart-wrapper > div table.shop_table,
body.highstore-cart .totals-wrapper > div table.shop_table {
  border: none;
  margin: 0;
}
body.highstore-cart .cart-wrapper > div .blockOverlay,
body.highstore-cart .totals-wrapper > div .blockOverlay {
  margin-left: -10px !important;
  margin-right: -10px !important;
  height: calc(100% + 1px) !important;
  width: calc(100% + 20px) !important;
}
@media (max-width: 992px) {
  body.highstore-cart .cart-wrapper,
  body.highstore-cart .totals-wrapper {
    margin-bottom: 10px;
  }
}

.highstore-cart-form table.shop_table {
  /*.product-remove {
      .remove {
          &:before {
              font-family: amazon;
              content: "\E1D3\00FE0E";
              font-size: 17px;
              color: #A1A3A8;
              font-weight: normal;
          }
          &:hover {
              background: transparent;
          }
      }
  }*/
}
.highstore-cart-form table.shop_table td {
  padding-bottom: 26px;
  padding-top: 26px;
}
.highstore-cart-form table.shop_table .product-thumbnail img {
  width: 140px;
}
.highstore-cart-form table.shop_table .product-name {
  font-size: 16px;
  text-align: left;
}
.highstore-cart-form table.shop_table .product-name .variation {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}
.highstore-cart-form table.shop_table .product-name .variation dt {
  font-weight: normal;
}
.highstore-cart-form table.shop_table .product-quantity .qty {
  width: 64px;
  height: auto;
  padding: 6px;
}
.highstore-cart-form table.shop_table td.product-subtotal .item-discount {
  color: var(--button-bg-color, #EF394E);
  display: block;
  margin-bottom: 7px;
}
.highstore-cart-form table.shop_table td.product-subtotal .item-price {
  font-size: 16px;
  display: block;
}
.highstore-cart-form table.shop_table td.product-subtotal .highstore-Price-currencySymbol {
  font-weight: normal;
  font-size: 13px;
}
.highstore-cart-form table.shop_table td.actions .coupon #coupon_code {
  width: 124px;
}

.cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-collaterals .cart_totals table.shop_table th {
  text-align: left;
  font-weight: normal;
}
.cart-collaterals .cart_totals table.shop_table td {
  text-align: right;
}
.cart-collaterals .cart_totals table.shop_table tr.cart-discount td {
  color: var(--button-bg-color, #EF394E);
}
.cart-collaterals .cart_totals table.shop_table tr.cart-discount td .highstore-remove-coupon {
  color: #7A7A7A;
}
.cart-collaterals .cart_totals table.shop_table tr.order-total th, .cart-collaterals .cart_totals table.shop_table tr.order-total td {
  font-weight: bold;
  font-size: 18px;
}
.cart-collaterals .cart_totals table.shop_table tr.order-total th .highstore-Price-currencySymbol, .cart-collaterals .cart_totals table.shop_table tr.order-total td .highstore-Price-currencySymbol {
  font-size: 13px;
  font-weight: normal;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
}

@media (max-width: 992px) {
  .cart-collaterals .cart_totals .shop_table .order-total td {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    right: 0;
    border: none;
    background: transparent;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #FFF;
    z-index: 99;
    padding: 15px 10px 0 10px;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
  }
  .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    width: auto;
  }
}
.highstore .cart-collaterals .cart_totals,
.highstore-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

body.highstore-cart .cross-sells {
  margin-top: 20px;
}

.highstore ul#shipping_method li input {
  margin-top: -3px;
}

/*@import "checkout";*/
.product-content div.product .product-main {
  background-color: #FFF;
  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
  border: 1px solid #E4E4E4;
  margin-bottom: 15px;
  width: 100%;
  padding: 30px 15px 15px 15px;
}
.product-content div.product .product-main span.onsale {
  width: calc(35% - 30px);
  font-size: 13px;
  text-align: inherit;
}
.product-content div.product .product-main .images {
  border-right: 1px solid #F4F4F4;
  padding-right: 15px;
  margin-bottom: 0;
  width: 33%;
  margin-top: 20px;
}
.product-content div.product .product-main .images .flex-control-thumbs {
  margin-top: 15px;
  text-align: center;
}
.product-content div.product .product-main .images .flex-control-thumbs li {
  border: 1px solid #CCC;
  padding: 3px;
  border-radius: 5px;
  width: 70px;
  float: none;
  display: inline-block;
  margin: 3px;
}
.product-content div.product .product-main .images .flex-control-thumbs li img {
  width: auto;
}
.product-content div.product .product-main .images .flex-control-thumbs.owl-carousel .owl-item {
  height: 76px;
}
.product-content div.product .product-main .images .flex-control-thumbs.owl-carousel .owl-nav {
  height: 70px;
  font-size: 18px;
}
.product-content div.product .product-main .images .flex-control-thumbs.owl-carousel .owl-nav .owl-next, .product-content div.product .product-main .images .flex-control-thumbs.owl-carousel .owl-nav .owl-prev {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.product-content div.product .product-main div.summary {
  width: 66%;
  margin-bottom: 0;
  position: relative;
}
.product-content div.product .product-main div.summary .product_title {
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 15px;
  margin-bottom: 20px;
  z-index: 9;
  position: relative;
}
.product-content div.product .product-main div.summary .en-title {
  color: #C0C2C5;
  background-color: #FFF;
  position: relative;
  bottom: 37px;
  padding-right: 10px;
  font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
}
.product-content div.product .product-main div.summary .product_meta {
  margin-bottom: 15px;
}
.product-content div.product .product-main div.summary .product_meta a {
  color: #00BFD6;
  border-bottom: 1px dashed #00BFD6;
  line-height: 20px;
}
.product-content div.product .product-main div.summary .product_meta .posted_in, .product-content div.product .product-main div.summary .product_meta .tagged_as, .product-content div.product .product-main div.summary .product_meta .brands {
  display: block;
}
.product-content div.product .product-main div.summary .highstore-product-rating .highstore-review-link {
  color: #00BFD6;
}
.product-content div.product .product-main div.summary .highstore-product-details__short-description {
  margin: 10px 0;
}
.product-content div.product .product-main div.summary .services {
  border-top: 1px solid #F4F4F4;
  padding-top: 15px;
  margin-top: 15px;
}
.product-content div.product .product-main div.summary .services .col img {
  max-width: 28px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.65;
  margin-right: 5px;
}
.product-content div.product .product-main div.summary .services .col .title {
  color: #9B9B9B;
  font-size: 11px;
  line-height: 20px;
}
.product-content div.product .product-main div.summary .product-guaranteed {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-content div.product .product-main div.summary .product-guaranteed .icon {
  color: var(--button-bg-color, #EF394E);
  font-size: 24px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.product-content div.product .product-main div.summary .quantity .qty {
  height: 44px;
}
.product-content div.product .product-main div.summary .quantity .decrease-qty,
.product-content div.product .product-main div.summary .quantity .increase-qty {
  width: 44px;
  height: 44px;
}
.product-content div.product .product-main div.summary .column-2 .inner {
  background-color: #F1F1F1;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  padding: 15px;
}
.product-content div.product .product-main div.summary .column-2 .inner .product-info-panel {
  margin: -15px -15px 20px -15px;
}
@media (max-width: 992px) {
  .product-content div.product .product-main div.summary .column-2 .inner .product-info-panel {
    margin: 15px 0;
  }
}
.product-content div.product .product-main div.summary .column-2 .inner .price {
  text-align: right;
}
.product-content div.product .product-main div.summary .column-2 .inner form.cart {
  margin-bottom: 0;
}
.product-content div.product .product-main div.summary .column-2 .inner form.cart .quantity {
  float: none;
  margin: 10px 0;
  display: flex;
}
.product-content div.product .product-main div.summary .column-2 .inner form.cart .quantity .qty {
  width: 100%;
}
.product-content div.product .product-main div.summary .column-2 .inner form.cart .add-to-cart-wrapper {
  display: flex;
  align-items: center;
}
.product-content div.product .product-main div.summary .column-2 .inner form.cart .add-to-cart-wrapper .single_add_to_cart_button {
  height: 50px;
  font-size: 16px;
  border-radius: 10px;
  flex: 1;
}
.product-content div.product .product-main div.summary .column-2 .inner form.cart .add-to-cart-wrapper .single_add_to_cart_button i {
  font-size: 24px;
  position: relative;
  top: 3px;
  right: -5px;
}
.product-content div.product .product-main div.summary .column-2 .inner form.cart .add-to-cart-wrapper .single_variation {
  flex: 1;
}
.product-content div.product .product-main div.summary .column-2 .inner .cover-outofstock span {
  background: #F1F1F1;
}
.product-content div.product .product-main div.summary .product-seller {
  position: relative;
  line-height: 24px;
  border-bottom: 1px solid #E4E4E4;
  padding: 15px;
}
.product-content div.product .product-main div.summary .product-seller:before {
  font-family: amazon;
  content: "\e1c1︎";
  font-size: 24px;
  margin-right: 5px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  color: #9B9B9B;
}
.product-content div.product .product-main div.summary .product-seller:hover {
  background-color: #e9e9e9;
}
.product-content div.product .product-main div.summary .product-seller > div {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.product-content div.product .product-main div.summary .product-seller > div:after {
  position: absolute;
  content: "\e08c︎";
  font-family: amazon;
  font-size: 22px;
  color: #9b9b9b;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-content div.product .product-main div.summary .product-seller .seller-name {
  display: inline-block;
}
.product-content div.product .product-main div.summary .product-seller .feature-seller {
  margin-left: 7px;
}
.product-content div.product .product-main div.summary .product-seller .seller-score {
  color: #00BFD6;
}
.product-content div.product .product-main div.summary .product-info {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 15px;
}
.product-content div.product .product-main div.summary .product-info .mdi {
  color: #9B9B9B;
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.product-content div.product .product-main div.summary .product-info img {
  max-width: 20px;
  height: auto;
  margin-right: 10px;
}
.product-content div.product .product-main div.summary .product-info.stock {
  position: relative;
  padding: 15px;
  color: #535353 !important;
  font-size: 13px;
}
.product-content div.product .product-main div.summary .product-info.stock:before {
  font-family: amazon;
  content: "\e06e︎";
  font-size: 24px;
  margin-right: 5px;
  position: absolute;
  top: 20px;
  color: #00BFD6;
}
.product-content div.product .product-main div.summary .product-info.stock:hover {
  background-color: #e9e9e9;
}
.product-content div.product .product-main div.summary .product-info.stock > div {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.product-content div.product .product-main div.summary .product-info.stock > div:after {
  position: absolute;
  content: "\e08c︎";
  font-family: amazon;
  font-size: 22px;
  color: #9b9b9b;
  right: 0;
  top: 3px;
}
.product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder {
  margin-left: -20px;
}
.product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder .delivery-title {
  position: relative;
  padding-left: 15px;
  color: #62666d;
  font-size: 12px;
}
.product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder .delivery-title:after {
  content: "";
  border: 1px solid #ffffff;
  position: absolute;
  left: -3px;
  background: #00BFD6;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder .delivery-title:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #dadadd;
  top: 0;
  left: 0;
  position: absolute;
}
.product-content div.product .product-main div.summary .product-info.stock > div .delivery-title-holder .delivery-title:last-child:before {
  height: 50%;
  top: 0;
}
.product-content div.product .product-main div.summary .product-info-more {
  display: none;
}
.product-content div.product .product-main div.summary .product-info-more .back-btn {
  cursor: pointer;
  color: #9b9b9b;
  background-color: #ececec;
  border-bottom: 1px solid #e4e4e4;
  font-weight: bold;
  padding: 10px 10px 10px 32px;
  position: relative;
}
.product-content div.product .product-main div.summary .product-info-more .back-btn:before {
  position: absolute;
  font-family: amazon;
  content: "\e08b︎";
  font-size: 22px;
  color: #9b9b9b;
  right: 0;
  top: 12px;
  font-weight: normal;
  left: 10px;
}
.product-content div.product .product-main div.summary .product-info-more .product-info-content {
  padding: 15px;
  background: #F5F5F5;
}
.product-content div.product .product-main div.summary .product-info-panel.show-info-more-stock .product-info-more-stock {
  display: block;
}
.product-content div.product .product-main div.summary .product-info-panel.show-info-more-seller .product-info-more-seller {
  display: block;
}
.product-content div.product .product-main div.summary .product-info-panel.show-info-more-stock .product-seller,
.product-content div.product .product-main div.summary .product-info-panel.show-info-more-stock .product-info, .product-content div.product .product-main div.summary .product-info-panel.show-info-more-seller .product-seller,
.product-content div.product .product-main div.summary .product-info-panel.show-info-more-seller .product-info {
  display: none;
}
.product-content div.product .product-main div.summary .price {
  height: auto;
  color: var(--button-bg-color, #EF394E);
  font-size: 28px;
  /*margin: 10px 0;*/
  text-align: left;
}
.product-content div.product .product-main div.summary .price .highstore-Price-currencySymbol {
  color: var(--button-bg-color, #EF394E);
  font-size: 13px;
  font-weight: normal;
}
.product-content div.product .product-main div.summary .price .discount-percent {
  font-size: 13px;
}
.product-content div.product .product-main div.summary .price del {
  font-size: 13px;
}
.product-content div.product .product-main div.summary .price ins {
  display: block;
  width: 100%;
  color: var(--button-bg-color, #EF394E);
  font-size: 28px;
}
.product-content div.product .product-main div.summary .highstore-variation-price .price {
  height: 68px;
}
.product-content div.product .product-main div.summary .stock:not(.product-info) {
  font-size: 13px;
}
.product-content div.product .product-main div.summary .stock:not(.product-info).in-stock {
  color: #6ab946;
}
.product-content div.product .product-main div.summary .stock:not(.product-info).out-of-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969696;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.product-content div.product .product-main div.summary .stock:not(.product-info).out-of-stock:before, .product-content div.product .product-main div.summary .stock:not(.product-info).out-of-stock:after {
  content: "";
  margin: 17px 7px 0 7px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #969696;
}
.product-content div.product .product-main div.summary form.cart .add-to-cart-wrapper {
  display: inline-block;
}
.product-content div.product .product-main div.summary form.cart .add-to-cart-wrapper .single_add_to_cart_button {
  width: 100%;
  float: none;
}
.product-content div.product.sale .images {
  padding-top: 43px;
}
.product-content div.product.sale .images .highstore-product-gallery__trigger {
  top: 1.5em;
}

.product-content div.product .highstore-tabs {
  background: #FFF;
}
.product-content div.product .highstore-tabs ul.tabs {
  margin: 0;
  padding: 0;
  background: #F8F8F8;
  border: 1px solid #DFDFDF;
  overflow: unset;
}
.product-content div.product .highstore-tabs ul.tabs:before {
  border-bottom: none;
}
.product-content div.product .highstore-tabs ul.tabs li {
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  float: left;
}
.product-content div.product .highstore-tabs ul.tabs li:before, .product-content div.product .highstore-tabs ul.tabs li:after {
  display: none;
}
.product-content div.product .highstore-tabs ul.tabs li.active a {
  border-top-color: #00BFD6;
}
.product-content div.product .highstore-tabs ul.tabs li.active a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 1px;
  bottom: -1px;
  background: #FFF;
}
.product-content div.product .highstore-tabs ul.tabs li a {
  padding: 5px 12px 12px 45px;
  font-size: 15px;
  font-weight: normal;
  border-right: 1px solid #DFDFDF;
  border-top: 4px solid transparent;
  color: #6F6F6F !important;
  position: relative;
}
.product-content div.product .highstore-tabs ul.tabs li a:before {
  font-family: amazon;
  content: "\e12e︎";
  color: #A4A4A4;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.product-content div.product .highstore-tabs ul.tabs li.description_tab a:before {
  content: "\e116︎";
}
.product-content div.product .highstore-tabs ul.tabs li.additional_information_tab a:before {
  content: "\e16b︎";
}
.product-content div.product .highstore-tabs ul.tabs li.reviews_tab a:before {
  content: "\e0e4︎";
}
.product-content div.product .highstore-tabs ul.tabs li.shipping_tab a:before {
  content: "\e05e︎";
}
.product-content div.product .highstore-tabs ul.tabs li.seller_tab a:before {
  content: "\e1c1︎";
}
.product-content div.product .highstore-tabs ul.tabs li.more_seller_product_tab a:before {
  content: "\e0a4︎";
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel {
  padding: 35px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel > h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description {
  text-align: justify;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description img {
  max-width: 100%;
  height: auto;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .alignright {
  float: right;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .alignleft {
  float: left;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .wp-caption {
  max-width: 100%;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .thumbnail-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description a:not(.button) {
  border-bottom: 1px dashed #00BFD6;
  color: #00BFD6;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description ul li:before {
  content: "•";
  float: left;
  margin-right: 5px;
  color: var(--button-bg-color, #EF394E);
  font-size: 22px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .expert {
  background: #FCFCFC;
  padding: 20px;
  margin-top: 20px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .expert .icon {
  text-align: center;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .expert + .showmore-button {
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
  color: #00BFD6;
  margin-bottom: 30px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .expert + .showmore-button:before {
  content: "";
  width: 100%;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), #FFF);
  position: absolute;
  top: -64px;
  height: 64px;
  left: 0;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--description .expert + .showmore-button.show:before {
  display: none;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--additional_information .shop_attributes {
  border-spacing: 5px;
  border-collapse: separate;
  border-top: none;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--additional_information .shop_attributes tbody th, .product-content div.product .highstore-tabs .highstore-Tabs-panel--additional_information .shop_attributes tbody td {
  border-bottom: none;
  padding: 12px 10px;
  font-size: 13px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--additional_information .shop_attributes th {
  background: #FAFAFA;
  width: 20%;
  font-weight: bold;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--additional_information .shop_attributes td {
  background: #FAFAFA;
  font-style: normal;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--additional_information .shop_attributes td p {
  padding: 0;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--additional_information .shop_attributes .product_weight,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--additional_information .shop_attributes .product_dimensions {
  direction: ltr;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .highstore-Reviews-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist {
  padding: 0;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment {
  border-bottom: 1px solid #e9e9e9;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review img.avatar, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment img.avatar {
  width: auto;
  height: auto;
  background: transparent;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .meta, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .meta {
  font-size: 13px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .meta .highstore-review__awaiting-approval, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .meta .highstore-review__awaiting-approval {
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 5px;
  background-color: #FFFDE4;
  border-color: #F6E8A1;
  color: #A37731;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .meta .highstore-review__verified, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .meta .highstore-review__verified {
  padding: 0 8px;
  background-color: #F0F0F1;
  border-radius: 8px;
  font-size: 10px;
  line-height: 16px;
  color: #81858B;
  display: inline-block;
  font-style: normal;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .meta .comment-reply-link, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .meta .comment-reply-link {
  color: #9BA4AB;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text {
  border: none;
  padding-top: 0;
  margin-left: 70px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .description, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .description {
  text-align: justify;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion {
  padding: 5px 20px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 15px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion:before, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion:before {
  font-family: amazon;
  margin-right: 7px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.recommended, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.recommended {
  background-color: #f1feff;
  border: 1px solid #c2f2f7;
  color: #1599a9;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.recommended:before, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.recommended:before {
  content: "\e145︎";
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.not-recommended, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.not-recommended {
  background-color: #fff8f9;
  border: 1px solid #ffbcc7;
  color: #ff637d;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.not-recommended:before, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.not-recommended:before {
  content: "\e155︎";
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-opinion.no-idea, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-opinion.no-idea {
  background-color: #fff9f2;
  border: 1px solid #fcdfbf;
  color: #dd7e19;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-title, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-title {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #F3F3F3;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-evaluations, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-evaluations {
  display: flex;
  margin-bottom: 15px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-evaluations span, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-evaluations span {
  display: inline-block;
  width: 120px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-evaluations ul li, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-evaluations ul li {
  margin: 0;
  position: relative;
  text-indent: 14px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-evaluations ul li:before, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-evaluations ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-advantage span, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-advantage span {
  color: #00BFD6;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-advantage ul li:before, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-advantage ul li:before {
  background: #00BFD6;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-disadvantage span, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-disadvantage span {
  color: var(--button-bg-color, #EF394E);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-disadvantage ul li:before, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-disadvantage ul li:before {
  background: var(--button-bg-color, #EF394E);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-like, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-like {
  margin-bottom: 15px;
  color: #8c8c8c;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-like a, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-like a {
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 6px 13px;
  color: #8c8c8c;
  line-height: 16px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-like a.active, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-like a.active {
  border-color: #6ab946;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.review .comment-text .comment-like a span:not(.count), .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .commentlist li.comment .comment-text .comment-like a span:not(.count) {
  margin-right: 5px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #cancel-comment-reply-link {
  margin: 0 5px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form #reply-title, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform #reply-title {
  font-size: 15px;
  font-weight: bold;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage {
  position: relative;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage label,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage label, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage label,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage label {
  position: relative;
  text-indent: 16px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage label:before,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage label:before, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage label:before,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage label:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #00BFD6;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 11px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .add-point,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .add-point, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .add-point,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .add-point {
  display: none;
  position: absolute;
  right: 10px;
  top: 42px;
  font-size: 20px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage input.focused + .add-point,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage input.focused + .add-point, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage input.focused + .add-point,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage input.focused + .add-point {
  display: inline-block;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .dynamic-labels,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .dynamic-labels, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .dynamic-labels,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .dynamic-labels {
  display: block;
  width: 100%;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .dynamic-labels > span,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .dynamic-labels > span, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .dynamic-labels > span,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .dynamic-labels > span {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 0;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .dynamic-labels > span .remove,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .dynamic-labels > span .remove, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .dynamic-labels > span .remove,
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .dynamic-labels > span .remove {
  font-size: 10px;
  float: right;
  position: relative;
  top: 12px;
  cursor: pointer;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-advantage .dynamic-labels span, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-advantage .dynamic-labels span {
  background-color: #edf6f7;
  color: #3a8c96;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage .dynamic-labels span, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage .dynamic-labels span {
  background-color: #fff3f4;
  color: #fb3449;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form p.comment-form-disadvantage label:before, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform p.comment-form-disadvantage label:before {
  background: var(--button-bg-color, #EF394E);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form .comment-form-questions, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform .comment-form-questions {
  background-color: #fbfbfb;
  padding: 30px 15px;
  border-radius: 5px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form .comment-form-questions ul li, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform .comment-form-questions ul li {
  display: inline-block;
  margin-right: 15px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form .comment-form-rating .stars a, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform .comment-form-rating .stars a {
  color: #FFB518;
  font-size: 20px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form .required, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform .required {
  color: var(--button-bg-color, #EF394E);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form textarea#comment, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform textarea#comment {
  height: 256px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form input[type=checkbox]:checked:before, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform input[type=checkbox]:checked:before {
  top: -3px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form .form-submit, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform .form-submit {
  margin-top: 10px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #review_form .form-submit #submit, .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #commentform .form-submit #submit {
  background-color: #7A7A7A;
  color: #FFF;
  font-weight: normal;
  padding: 5px 20px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .vendor-page {
  font-size: 13px;
  color: #00BFD6;
  font-weight: normal;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller hr {
  border: none;
  border-top: 1px solid #F2F2F2;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .vendor-contact > div > div {
  display: flex;
  align-items: center;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .vendor-contact .icon {
  margin-right: 10px;
  font-size: 15px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .vendor-address {
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 20px 0;
  background: rgba(0, 191, 214, 0.07);
  border-radius: 5px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .vendor-address .icon {
  margin-right: 10px;
  font-size: 15px;
  color: #00BFD6;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .vendor-biography h4 {
  font-size: 15px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social {
  margin-top: 15px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li {
  display: inline-block;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li i {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 7px;
  width: auto !important;
  font-size: 24px;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li i.fa-facebook-square {
  color: #3b5998;
  background: rgba(59, 89, 152, 0.15);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li i.fa-google-plus-square {
  color: #dd4b39;
  background: rgba(221, 75, 57, 0.15);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li i.fa-twitter-square {
  color: #55acee;
  background: rgba(85, 172, 238, 0.15);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li i.fa-pinterest-square {
  color: #535353;
  background: rgba(83, 83, 83, 0.15);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li i.fa-linkedin-square {
  color: #007bb5;
  background: rgba(0, 123, 181, 0.15);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li i.fa-youtube-square {
  color: #bb0000;
  background: rgba(187, 0, 0, 0.15);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li i.fa-instagram {
  color: #125688;
  background: rgba(18, 86, 136, 0.15);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller .store-social li i.fa-flickr {
  color: #ff0084;
  background: rgba(255, 0, 132, 0.15);
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller_enquiry_form .col-md-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.product-content div.product .highstore-tabs .highstore-Tabs-panel--seller_enquiry_form .col-md-10 .dokan-btn {
  margin-top: 10px;
}

.product-content .up-sells > h2, .product-content .related > h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.product-content .up-sells {
  margin-bottom: 20px;
}

.product-content .short-attributes {
  margin: 15px 0;
}
.product-content .short-attributes .attributes-title {
  font-weight: bold;
}
.product-content .short-attributes ul li:before {
  content: "•";
  float: left;
  margin-right: 5px;
  color: #CCC;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.product-content .short-attributes + .showmore-button {
  margin-top: -15px;
  color: #00BFD6;
  font-size: 12px;
  cursor: pointer;
}
.product-content .short-attributes + .showmore-button span {
  border-bottom: 1px dashed #00BFD6;
}
.product-content .fake-text {
  color: #D5901F;
  margin: 20px 0;
  font-size: 12px;
  margin-right: 5px;
}
.product-content .fake-text:before {
  font-family: amazon;
  content: "\e1e6︎";
  margin-right: 5px;
}
.product-content .additional-info {
  font-size: 12px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-content .additional-info img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.product-sku {
  color: #858585;
  text-align: center;
}

.summary .product-sku {
  text-align: inherit;
  font-weight: bold;
}

.highstore div.product form.cart .variations {
  margin-top: 10px;
}
.highstore div.product form.cart .variations td {
  vertical-align: middle;
}
.highstore div.product form.cart .variations select {
  margin: 0;
  height: 32px;
}
.highstore div.product form.cart .variations select option[disabled] {
  background: #bbbaba;
  color: #000;
}
.highstore div.product form.cart .variations td.value > div {
  display: inline-block;
}
.highstore div.product form.cart .variations td.value > div input[type=radio] {
  display: none;
}
.highstore div.product form.cart .variations td.value > div label {
  cursor: pointer;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  color: #6F6F6F;
  padding: 0 10px;
  display: inline-block;
  margin: 0 5px 5px 0;
  background: #FFF;
  font-weight: normal;
}
.highstore div.product form.cart .variations td.value > div input[type=radio]:checked + label {
  border-color: #00BFD6;
}
.highstore div.product form.cart .variations label span.feature-color {
  width: 17px;
  height: 17px;
  position: relative;
  display: inline-block;
  right: -5px;
  top: 5px;
  border-radius: 5px;
}

.product-main {
  position: relative;
}
.product-main .product-actions {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10px;
  padding-top: 68px;
  z-index: 94;
}
.product-main .product-actions li {
  margin-bottom: 10px;
}
.product-main .product-actions li a:before {
  font-family: amazon;
  font-size: 18px;
  color: #9B9B9B;
}
.product-main .product-actions li a.favorites:before {
  content: "\e134︎";
}
.product-main .product-actions li a.favorites.active:before {
  content: "\e133︎";
}
.product-main .product-actions li a.share:before {
  content: "\e041︎";
}
.product-main .product-actions li a.stats:before {
  content: "\e1bf︎";
}
.product-main .product-actions li a.compare:before {
  content: "\e018︎";
}
.product-main .product-actions li a.video:before {
  content: "\e177︎";
}
.product-main .product-actions li a.active:before {
  color: var(--button-bg-color, #EF394E);
}

#share-modal .modal-title {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #DFDFDF;
}
#share-modal .share-text {
  margin: 15px 0 30px 0;
}
#share-modal .share-buttons li {
  display: inline-block;
  margin-right: 16px;
}
#share-modal .share-buttons li a {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  position: relative;
}
#share-modal .share-buttons li a:before {
  font-family: amazon;
  font-size: 24px;
  line-height: 24px;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -40%);
}
#share-modal .share-buttons li .twitter {
  background: #4DCCEB;
}
#share-modal .share-buttons li .twitter:before {
  content: "\e117︎";
}
#share-modal .share-buttons li .facebook {
  background: #4D8DEB;
}
#share-modal .share-buttons li .facebook:before {
  content: "\e09a︎";
}
#share-modal .share-buttons li .whatsapp {
  background: #1BD741;
}
#share-modal .share-buttons li .whatsapp:before {
  content: "\e1e7︎";
}
#share-modal .share-buttons li .telegram {
  background: #33a6dd;
}
#share-modal .share-buttons li .telegram:before {
  content: "\e1c6︎";
}
#share-modal .share-buttons li .copy-url {
  background: #FFF;
  border: 1px solid #81858B;
  color: #81858B;
}
#share-modal .share-buttons li .copy-url:before {
  content: "\e079︎";
  color: #81858B;
}

#price-chart-modal {
  max-width: 100%;
}
#price-chart-modal .modal-title {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
  font-size: 16px;
}

#video-modal {
  max-width: 70%;
}
@media (max-width: 768px) {
  #video-modal {
    max-width: 100%;
  }
}

#feedback-modal .modal-title {
  font-size: 15px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .product-content div.product .product-main {
    padding-left: 0 !important;
  }
  .product-content div.product .product-main .product-actions {
    left: 10px;
    top: 10px;
    padding: 0;
    /* margin-top: 10px; */
    position: relative;
  }
  .product-content div.product .product-main .product-actions li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .product-content div.product .product-main span.onsale {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    background: var(--discount-percent-color);
    border-radius: 30px;
    right: 0;
    left: 0;
  }
  .product-content div.product .product-main span.onsale.is-amazing > span {
    margin-right: 10px;
    margin-left: 10px;
  }
  .product-content div.product .product-main span.onsale .timer span {
    padding: 0 2px;
  }
  .product-content div.product .product-main span.onsale .timer span:last-child {
    display: none;
  }
  .product-content div.product .product-main .images {
    border-right: none;
    padding-right: 0;
    /*padding-top: 34px;*/
    width: 100%;
  }
  .product-content div.product .product-main div.summary {
    width: 100%;
  }
  .product-content div.product.sale .product-actions {
    top: 53px;
  }
  .product-content div.product.sale .images {
    padding-top: 87px;
  }
  .product-content div.product.sale .images .highstore-product-gallery__trigger {
    top: 2.5em;
  }
}
@media (max-width: 992px) {
  body.single-product {
    margin-bottom: 79px;
  }
  .product-content div.product .product-main {
    background-color: transparent;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
  .product-content div.product .product-main .gallery-container,
  .product-content div.product .product-main div.summary {
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .product-content div.product .product-main .gallery-container .column-2 .inner,
  .product-content div.product .product-main div.summary .column-2 .inner {
    background: transparent;
    border: none;
    padding: 0;
  }
  .product-content div.product .product-main .gallery-container .add-to-cart-wrapper,
  .product-content div.product .product-main div.summary .add-to-cart-wrapper {
    border-radius: 0;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 99;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
    background-color: #FFF;
    padding: 12px;
  }
  .product-content div.product .highstore-tabs {
    background: transparent;
  }
  .product-content div.product .highstore-tabs ul.tabs {
    display: none;
  }
  .product-content div.product .highstore-tabs .highstore-Tabs-panel {
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    padding: 15px 20px;
    margin-bottom: 20px;
    display: block !important;
    height: 64px;
    overflow: hidden;
    position: relative;
  }
  .product-content div.product .highstore-tabs .highstore-Tabs-panel.expand {
    height: auto;
  }
  .product-content div.product .highstore-tabs .highstore-Tabs-panel .tab-title {
    display: block;
    font-size: 15px;
    margin-top: 2px;
    margin-right: 90px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .product-content div.product .highstore-tabs .highstore-Tabs-panel .tab-more {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #00BFD6;
    border-bottom: none !important;
  }
  .product-content div.product .highstore-tabs .highstore-Tabs-panel .tab-more:after {
    content: "›";
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  .product-content div.product .highstore-tabs .highstore-Tabs-panel--reviews #reviews #comments .highstore-Reviews-title {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-main {
    padding-left: 40px !important;
  }
  .product-content div.product .highstore-tabs .highstore-Tabs-panel .tab-title,
  .product-content div.product .highstore-tabs .highstore-Tabs-panel .tab-more {
    display: none;
  }
}
@media (max-width: 992px) {
  .highstore #content div.product div.images,
  .highstore div.product div.images,
  .highstore-page #content div.product div.images,
  .highstore-page div.product div.images {
    float: none;
    width: 100%;
  }
  .highstore #content div.product div.summary,
  .highstore div.product div.summary,
  .highstore-page #content div.product div.summary,
  .highstore-page div.product div.summary {
    float: none;
    width: 100%;
  }
  .highstore .product-rating {
    display: none;
  }
}
.product-info-more-seller .seller-score-container {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  margin: 15px 0;
}
.product-info-more-seller .seller-score-container .seller-score strong {
  font-size: 16px;
}
.product-info-more-seller .seller-score-container .seller-register-date {
  color: #979797;
  font-size: 12px;
  margin: 0 7px;
}
.product-info-more-seller .seller-score-container .feedback-toggle {
  color: #979797;
  font-size: 18px;
}
.product-info-more-seller .seller-score-container .feedback-toggle span {
  position: relative;
  top: 4px;
}
.product-info-more-seller .seller-score-container .seller-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  margin-top: 15px;
}
.product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item {
  font-size: 11px;
}
.product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item .seller-feedback-item-percent {
  font-size: 24px;
  border-radius: 5px;
  padding: 8px 10px;
}
.product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item.green .seller-feedback-item-percent {
  color: #388e3c;
  background-color: #e8f5e9;
}
.product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item.yellow .seller-feedback-item-percent {
  color: #d99a00;
  background-color: #fff3e0;
}
.product-info-more-seller .seller-score-container .seller-feedback .seller-feedback-item.red .seller-feedback-item-percent {
  color: #c62828;
  background: #ffebee;
}
.product-info-more-seller .seller-rating-container .seller-rate {
  margin-bottom: 10px;
}
.product-info-more-seller .seller-rating-container .seller-rate .seller-rate-percent {
  font-size: 16px;
}
.product-info-more-seller .seller-rating-container .seller-rate span {
  color: #979797;
  font-size: 12px;
}
.product-info-more-seller .seller-rating-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-info-more-seller .seller-rating-container .seller-rating-label {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.product-info-more-seller .seller-rating-container .seller-rating-bar {
  position: relative;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  height: 8px;
  border-radius: 4px;
  background: #ccc;
}
.product-info-more-seller .seller-rating-container .seller-rating-bar .seller-rating-bar-inner {
  position: absolute;
  height: 8px;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.product-info-more-seller .seller-rating-container .very-green .seller-rating-bar-inner {
  background-color: #47ae4c;
}
.product-info-more-seller .seller-rating-container .green .seller-rating-bar-inner {
  background-color: #7ed321;
}
.product-info-more-seller .seller-rating-container .yellow .seller-rating-bar-inner {
  background-color: #ffea00;
}
.product-info-more-seller .seller-rating-container .orange .seller-rating-bar-inner {
  background-color: #ff9100;
}
.product-info-more-seller .seller-rating-container .red .seller-rating-bar-inner {
  background-color: #ec3131;
}
.product-info-more-seller .seller-rating-container .seller-rating-percent {
  margin-left: 10px;
  width: 32px;
}

.add-to-cart-notification {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.35s ease;
  opacity: 0;
}
.add-to-cart-notification.show {
  visibility: visible;
  opacity: 1;
}
.add-to-cart-notification .wrap-box {
  width: 380px;
  left: calc(50% - 190px);
  position: fixed;
  bottom: 15%;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 3px #979797;
}
.add-to-cart-notification .wrap-box .added-notice {
  background: #DFFFEA;
  color: #17C653;
  padding: 0px 10px;
  border-radius: 5px;
}
.add-to-cart-notification .wrap-box .product-item {
  margin: 7px 0 15px;
}
.add-to-cart-notification .wrap-box .product-item img {
  width: 70px;
  border-radius: 6px;
  border: 1px solid #efefef;
  padding: 4px;
}
.add-to-cart-notification .wrap-box .product-item .product-title {
  margin-right: 5px;
  font-size: 13px;
  font-weight: 600;
}
.add-to-cart-notification .wrap-box .notice-link a.btn-default {
  background: #efefef;
}
.add-to-cart-notification .wrap-box .notice-link a.go-to-cart {
  flex: 1;
  margin-right: 5px;
}

/*@import "compare";*/
/*@import "404";*/
body.archive .archive-header,
body.search .archive-header,
body.search-results .archive-header {
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
}
body.archive .archive-header .breadcrumb a,
body.search .archive-header .breadcrumb a,
body.search-results .archive-header .breadcrumb a {
  color: #AAA;
}
body.archive .archive-header .breadcrumb .delimiter,
body.search .archive-header .breadcrumb .delimiter,
body.search-results .archive-header .breadcrumb .delimiter {
  color: var(--button-bg-color, #EF394E);
  font-size: 21px;
  margin: 0 5px;
}
body.archive .archive-header .term-name,
body.search .archive-header .term-name,
body.search-results .archive-header .term-name {
  border-top: 1px solid #E1E0E0;
  margin-top: 15px;
  font-size: 18px;
  padding-top: 15px;
}
body.archive .archive-header .search-form,
body.search .archive-header .search-form,
body.search-results .archive-header .search-form {
  border-top: 1px solid #E1E0E0;
  margin-top: 15px;
  padding-top: 45px;
  padding-bottom: 30px;
  position: relative;
}
body.archive .archive-header .search-form:before,
body.search .archive-header .search-form:before,
body.search-results .archive-header .search-form:before {
  font-family: amazon;
  content: "\e131︎";
  left: 0;
  top: 55px;
  position: absolute;
  z-index: 52;
  color: #C3C7CA;
  font-size: 64px;
}
body.archive .archive-header .search-form input[type=search],
body.search .archive-header .search-form input[type=search],
body.search-results .archive-header .search-form input[type=search] {
  border: none;
  font-size: 23px;
  padding: 0 0 0 74px;
  height: auto;
  color: #000;
}
body.archive .archive-header .media-header,
body.search .archive-header .media-header,
body.search-results .archive-header .media-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.archive .archive-header .media-header .term-icon,
body.search .archive-header .media-header .term-icon,
body.search-results .archive-header .media-header .term-icon {
  margin-right: 20px;
  font-size: 80px;
  color: #C3C7CA;
  margin-top: 15px;
}
body.archive .archive-header .media-header .term-description,
body.search .archive-header .media-header .term-description,
body.search-results .archive-header .media-header .term-description {
  margin-top: 15px;
}
body.archive .archive-header .media-header .showmore-button,
body.search .archive-header .media-header .showmore-button,
body.search-results .archive-header .media-header .showmore-button {
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
}
body.archive .archive-header .media-header .showmore-button:before,
body.search .archive-header .media-header .showmore-button:before,
body.search-results .archive-header .media-header .showmore-button:before {
  content: "";
  width: 100%;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), #FFF);
  position: absolute;
  top: -64px;
  height: 64px;
  left: 0;
}
body.archive .archive-header .media-header .showmore-button.show:before,
body.search .archive-header .media-header .showmore-button.show:before,
body.search-results .archive-header .media-header .showmore-button.show:before {
  display: none;
}
body.archive .archive-header .media-header .showmore-button:after,
body.search .archive-header .media-header .showmore-button:after,
body.search-results .archive-header .media-header .showmore-button:after {
  font-family: amazon;
  content: "\e0b1︎";
  position: absolute;
  top: 2px;
  margin-left: 5px;
}
body.archive .archive-header .media-header .showmore-button.show:after,
body.search .archive-header .media-header .showmore-button.show:after,
body.search-results .archive-header .media-header .showmore-button.show:after {
  top: -3px;
  transform: rotate(180deg);
}
body.archive .archive-header .footer-content,
body.search .archive-header .footer-content,
body.search-results .archive-header .footer-content {
  border-top: 1px solid #E1E0E0;
  margin-top: 15px;
  padding-top: 15px;
}
body.archive .archive-header .footer-content > div,
body.search .archive-header .footer-content > div,
body.search-results .archive-header .footer-content > div {
  display: inline-block;
}
body.archive .archive-header .footer-content .post-filter #post-filter > div,
body.search .archive-header .footer-content .post-filter #post-filter > div,
body.search-results .archive-header .footer-content .post-filter #post-filter > div {
  display: inline-block;
  width: 164px;
}
body.archive .archive-header .footer-content .post-filter .title,
body.search .archive-header .footer-content .post-filter .title,
body.search-results .archive-header .footer-content .post-filter .title {
  color: #949CA2;
}
body.archive .archive-header .footer-content .post-filter select,
body.search .archive-header .footer-content .post-filter select,
body.search-results .archive-header .footer-content .post-filter select {
  border: none;
  border-bottom: 1px solid #CED4DA;
  border-radius: 0;
  padding: 0;
  height: auto;
  background: #FFF !important;
  width: auto;
}
body.archive .archive-header .footer-content .found-posts,
body.search .archive-header .footer-content .found-posts,
body.search-results .archive-header .footer-content .found-posts {
  color: #949CA2;
  float: right;
}
body.archive .archive-header .footer-content .found-posts strong,
body.search .archive-header .footer-content .found-posts strong,
body.search-results .archive-header .footer-content .found-posts strong {
  color: #535353;
}
body.archive .posts .post-item .post-item-inner,
body.search .posts .post-item .post-item-inner,
body.search-results .posts .post-item .post-item-inner {
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body.archive .posts .post-item .post-item-inner:hover,
body.search .posts .post-item .post-item-inner:hover,
body.search-results .posts .post-item .post-item-inner:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
body.archive .posts .post-item .post-item-inner:hover .post-image:before,
body.search .posts .post-item .post-item-inner:hover .post-image:before,
body.search-results .posts .post-item .post-item-inner:hover .post-image:before {
  visibility: visible;
  opacity: 1;
}
body.archive .posts .post-item .post-item-inner:hover .post-image .mask,
body.search .posts .post-item .post-item-inner:hover .post-image .mask,
body.search-results .posts .post-item .post-item-inner:hover .post-image .mask {
  top: 0 !important;
}
body.archive .posts .post-item .post-item-inner:hover .post-image .post-comments,
body.search .posts .post-item .post-item-inner:hover .post-image .post-comments,
body.search-results .posts .post-item .post-item-inner:hover .post-image .post-comments {
  bottom: 0;
}
body.archive .posts .post-item .post-item-inner:hover .post-image .post-category,
body.search .posts .post-item .post-item-inner:hover .post-image .post-category,
body.search-results .posts .post-item .post-item-inner:hover .post-image .post-category {
  top: 10px;
}
body.archive .posts .post-item .post-item-inner .post-image,
body.search .posts .post-item .post-item-inner .post-image,
body.search-results .posts .post-item .post-item-inner .post-image {
  margin: -10px -10px 0 -10px;
  position: relative;
  overflow: hidden;
}
body.archive .posts .post-item .post-item-inner .post-image:before,
body.search .posts .post-item .post-item-inner .post-image:before,
body.search-results .posts .post-item .post-item-inner .post-image:before {
  position: absolute;
  font-family: amazon;
  font-size: 76px;
  color: #FFF;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 4;
  transition: all 200ms ease-out;
  opacity: 0;
  visibility: hidden;
}
body.archive .posts .post-item .post-item-inner .post-image .mask,
body.search .posts .post-item .post-item-inner .post-image .mask,
body.search-results .posts .post-item .post-item-inner .post-image .mask {
  display: inline-block;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  transition: all 200ms ease-out;
  background: -webkit-gradient(linear, left bottom, left top, from(#2F2727), to(transparent));
  background: linear-gradient(to top, #2F2727, transparent);
}
body.archive .posts .post-item .post-item-inner .post-image .post-category,
body.archive .posts .post-item .post-item-inner .post-image .post-comments,
body.search .posts .post-item .post-item-inner .post-image .post-category,
body.search .posts .post-item .post-item-inner .post-image .post-comments,
body.search-results .posts .post-item .post-item-inner .post-image .post-category,
body.search-results .posts .post-item .post-item-inner .post-image .post-comments {
  font-size: 11px;
  position: absolute;
  color: #FFF;
  z-index: 4;
  left: 10px;
  transition: all 200ms ease-out;
  transition-duration: 100ms;
}
body.archive .posts .post-item .post-item-inner .post-image .post-comments,
body.search .posts .post-item .post-item-inner .post-image .post-comments,
body.search-results .posts .post-item .post-item-inner .post-image .post-comments {
  bottom: -26px;
}
body.archive .posts .post-item .post-item-inner .post-image .post-comments:before,
body.search .posts .post-item .post-item-inner .post-image .post-comments:before,
body.search-results .posts .post-item .post-item-inner .post-image .post-comments:before {
  font-family: amazon;
  content: "\e017︎";
  margin-right: 3px;
  font-size: 15px;
  position: relative;
  top: 4px;
}
body.archive .posts .post-item .post-item-inner .post-image .post-category,
body.search .posts .post-item .post-item-inner .post-image .post-category,
body.search-results .posts .post-item .post-item-inner .post-image .post-category {
  top: -26px;
  display: inline-block;
  background: #00BFD6;
  color: #FFF;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 10px;
}
body.archive .posts .post-item .post-item-inner .post-image .img-fluid,
body.search .posts .post-item .post-item-inner .post-image .img-fluid,
body.search-results .posts .post-item .post-item-inner .post-image .img-fluid {
  width: 100%;
}
body.archive .posts .post-item .post-item-inner .post-title,
body.search .posts .post-item .post-item-inner .post-title,
body.search-results .posts .post-item .post-item-inner .post-title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
}
body.archive .posts .post-item .post-item-inner .post-title:after,
body.search .posts .post-item .post-item-inner .post-title:after,
body.search-results .posts .post-item .post-item-inner .post-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #00BFD6;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 25px);
}
body.archive .posts .post-item .post-item-inner .post-title a,
body.search .posts .post-item .post-item-inner .post-title a,
body.search-results .posts .post-item .post-item-inner .post-title a {
  height: 64px;
  overflow-y: hidden;
  line-height: 32px;
}
body.archive .posts .post-item .post-item-inner .post-expert,
body.search .posts .post-item .post-item-inner .post-expert,
body.search-results .posts .post-item .post-item-inner .post-expert {
  height: 78px;
  overflow-y: hidden;
  line-height: 26px;
  font-size: 12px;
  color: #757575;
}
body.archive .posts .post-item .post-item-inner .post-meta,
body.search .posts .post-item .post-item-inner .post-meta,
body.search-results .posts .post-item .post-item-inner .post-meta {
  color: #AFB6BC;
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  display: flex;
}
body.archive .posts .post-item .post-item-inner .post-meta .post-author,
body.search .posts .post-item .post-item-inner .post-meta .post-author,
body.search-results .posts .post-item .post-item-inner .post-meta .post-author {
  display: flex;
  align-items: center;
  margin-right: 7px;
}
body.archive .posts .post-item .post-item-inner .post-meta .post-author .avatar,
body.search .posts .post-item .post-item-inner .post-meta .post-author .avatar,
body.search-results .posts .post-item .post-item-inner .post-meta .post-author .avatar {
  border-radius: 50%;
  margin-right: 5px;
}
body.archive .posts .post-item .post-item-inner .post-meta .post-date,
body.search .posts .post-item .post-item-inner .post-meta .post-date,
body.search-results .posts .post-item .post-item-inner .post-meta .post-date {
  float: right;
}
body.archive .posts .post-item .post-item-inner .post-meta .post-date:before,
body.search .posts .post-item .post-item-inner .post-meta .post-date:before,
body.search-results .posts .post-item .post-item-inner .post-meta .post-date:before {
  font-family: amazon;
  content: "\e0dd︎";
  margin-right: 3px;
  position: relative;
  top: 2px;
}
body.archive .posts .post-item.type-video .post-image:before,
body.search .posts .post-item.type-video .post-image:before,
body.search-results .posts .post-item.type-video .post-image:before {
  content: "\e177︎";
}
body.archive .posts .post-item.type-podcast .post-image:before,
body.search .posts .post-item.type-podcast .post-image:before,
body.search-results .posts .post-item.type-podcast .post-image:before {
  content: "\e02d︎";
}
body.archive .posts .post-item.type-text .post-image:before,
body.search .posts .post-item.type-text .post-image:before,
body.search-results .posts .post-item.type-text .post-image:before {
  content: "\e1ba︎";
}
body.archive .pagination,
body.search .pagination,
body.search-results .pagination {
  text-align: center;
  margin-bottom: 15px;
}
body.archive .pagination .page-numbers,
body.search .pagination .page-numbers,
body.search-results .pagination .page-numbers {
  display: inline-block;
  padding: 0 13px;
  line-height: 26px;
  border-radius: 16px;
}
body.archive .pagination .page-numbers.current,
body.search .pagination .page-numbers.current,
body.search-results .pagination .page-numbers.current {
  border: 1px solid #00BFD6;
}
body.archive .pagination .page-numbers.prev, body.archive .pagination .page-numbers.next,
body.search .pagination .page-numbers.prev,
body.search .pagination .page-numbers.next,
body.search-results .pagination .page-numbers.prev,
body.search-results .pagination .page-numbers.next {
  border: 1px solid hsla(0, 1%, 87%, 0.5);
}
body.archive .pagination .page-numbers.prev:before, body.archive .pagination .page-numbers.next:before,
body.search .pagination .page-numbers.prev:before,
body.search .pagination .page-numbers.next:before,
body.search-results .pagination .page-numbers.prev:before,
body.search-results .pagination .page-numbers.next:before {
  font-size: 18px;
  color: hsla(153, 4%, 44%, 0.7);
}
body.archive .pagination .page-numbers.prev:before,
body.search .pagination .page-numbers.prev:before,
body.search-results .pagination .page-numbers.prev:before {
  content: "‹";
}
body.archive .pagination .page-numbers.next:before,
body.search .pagination .page-numbers.next:before,
body.search-results .pagination .page-numbers.next:before {
  content: "›";
}
body.archive .no-posts,
body.search .no-posts,
body.search-results .no-posts {
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 5px;
  background-color: #FFFDE4;
  border-color: #F6E8A1;
  color: #A37731;
}

.sidebar h4 {
  font-size: 14px;
}

#quick-view-modal {
  min-height: 75%;
  position: relative;
}
@media (min-width: 768px) {
  #quick-view-modal {
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  #quick-view-modal {
    width: 100%;
  }
}
#quick-view-modal .inner .loader-wrapper {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#quick-view-modal .product-image {
  border-right: 1px solid #EEEEEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #quick-view-modal .product-image img {
    max-width: 128px;
    height: auto;
  }
}
#quick-view-modal .product-summary header {
  border-bottom: 1px solid #EEEEEF;
  margin-bottom: 20px;
}
#quick-view-modal .product-summary header .product-title {
  font-size: 20px;
  line-height: 32px;
}
#quick-view-modal .product-summary header .en-title {
  color: #98999C;
}
#quick-view-modal .product-summary .expert {
  text-align: justify;
  margin-bottom: 10px;
}
#quick-view-modal .product-summary .price {
  text-align: left;
}
#quick-view-modal .product-summary .quantity {
  display: inline-flex;
}
#quick-view-modal .product-summary .quantity .qty {
  width: 3.631em;
  text-align: center;
}
#quick-view-modal .product-summary .quantity .qty,
#quick-view-modal .product-summary .quantity .decrease-qty,
#quick-view-modal .product-summary .quantity .increase-qty {
  height: 44px;
}
#quick-view-modal .product-summary .stock.in-stock {
  color: #6ab946;
}
#quick-view-modal .product-summary .stock.out-of-stock {
  color: #969696;
}
#quick-view-modal .product-summary .stock.available-on-backorder {
  color: #00BFD6;
}
#quick-view-modal .product-summary .add-to-cart .added-message:before {
  font-family: amazon;
  content: "\e0d3︎";
  font-size: 10px;
  margin-right: 5px;
}
#quick-view-modal .product-summary .product-meta {
  border-top: 1px solid #EEEEEF;
  margin-top: 20px;
}

/*@import "elementor";*/
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
#pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999999999;
}
#pre-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
** ball-scale
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: var(--button-bg-color, #EF394E);
}

.la-ball-scale-multiple.la-dark {
  color: #cb1026;
}

.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-scale-multiple {
  width: 74px;
  height: 74px;
}

.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -moz-animation: ball-scale-multiple 1s 0s linear infinite;
  -o-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

.la-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.la-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}

.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}

.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/**
** ball-beat
 */
.la-ball-beat, .la-ball-beat > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-beat {
  display: block;
  font-size: 0;
  color: var(--button-bg-color, #EF394E);
}

.la-ball-beat.la-dark {
  color: #333;
}

.la-ball-beat > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-beat {
  width: 100px;
  height: 18px;
}

.la-ball-beat > div {
  width: 15px;
  height: 15px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: ball-beat 0.7s -0.15s infinite linear;
  -moz-animation: ball-beat 0.7s -0.15s infinite linear;
  -o-animation: ball-beat 0.7s -0.15s infinite linear;
  animation: ball-beat 0.7s -0.15s infinite linear;
}

.la-ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-ball-beat.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-beat.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-beat.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-beat.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-beat.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-beat.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -moz-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/**
** ball-circus
 */
.la-ball-circus,
.la-ball-circus > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-circus {
  display: block;
  font-size: 0;
  color: var(--button-bg-color, #EF394E);
}

.la-ball-circus.la-dark {
  color: #333;
}

.la-ball-circus > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-circus {
  width: 26px;
  height: 26px;
}

.la-ball-circus > div {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 16px;
  width: 100%;
  height: 16px;
  height: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  -moz-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  -o-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

.la-ball-circus > div:nth-child(1) {
  -webkit-animation-delay: 0s, -0.5s;
  -moz-animation-delay: 0s, -0.5s;
  -o-animation-delay: 0s, -0.5s;
  animation-delay: 0s, -0.5s;
}

.la-ball-circus > div:nth-child(2) {
  -webkit-animation-delay: -0.5s, -1s;
  -moz-animation-delay: -0.5s, -1s;
  -o-animation-delay: -0.5s, -1s;
  animation-delay: -0.5s, -1s;
}

.la-ball-circus > div:nth-child(3) {
  -webkit-animation-delay: -1s, -1.5s;
  -moz-animation-delay: -1s, -1.5s;
  -o-animation-delay: -1s, -1.5s;
  animation-delay: -1s, -1.5s;
}

.la-ball-circus > div:nth-child(4) {
  -webkit-animation-delay: -1.5s, -2s;
  -moz-animation-delay: -1.5s, -2s;
  -o-animation-delay: -1.5s, -2s;
  animation-delay: -1.5s, -2s;
}

.la-ball-circus > div:nth-child(5) {
  -webkit-animation-delay: -2s, -2.5s;
  -moz-animation-delay: -2s, -2.5s;
  -o-animation-delay: -2s, -2.5s;
  animation-delay: -2s, -2.5s;
}

.la-ball-circus.la-sm {
  width: 8px;
  height: 8px;
}

.la-ball-circus.la-sm > div {
  width: 8px;
  height: 8px;
}

.la-ball-circus.la-2x {
  width: 32px;
  height: 32px;
}

.la-ball-circus.la-2x > div {
  width: 32px;
  height: 32px;
}

.la-ball-circus.la-3x {
  width: 48px;
  height: 48px;
}

.la-ball-circus.la-3x > div {
  width: 48px;
  height: 48px;
}

@-webkit-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-moz-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-o-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-webkit-keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-moz-keyframes ball-circus-size {
  50% {
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-o-keyframes ball-circus-size {
  50% {
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
/**
** elastic-dots
 */
.la-ball-elastic-dots,
.la-ball-elastic-dots > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-elastic-dots {
  display: block;
  font-size: 0;
  color: var(--button-bg-color, #EF394E);
}

.la-ball-elastic-dots.la-dark {
  color: #333;
}

.la-ball-elastic-dots > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-elastic-dots {
  width: 160px;
  height: 20px;
  font-size: 0;
  text-align: center;
}

.la-ball-elastic-dots > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  white-space: nowrap;
  border-radius: 100%;
  -webkit-animation: ball-elastic-dots-anim 1s infinite;
  -moz-animation: ball-elastic-dots-anim 1s infinite;
  -o-animation: ball-elastic-dots-anim 1s infinite;
  animation: ball-elastic-dots-anim 1s infinite;
}

.la-ball-elastic-dots.la-sm {
  width: 60px;
  height: 4px;
}

.la-ball-elastic-dots.la-sm > div {
  width: 4px;
  height: 4px;
}

.la-ball-elastic-dots.la-2x {
  width: 240px;
  height: 20px;
}

.la-ball-elastic-dots.la-2x > div {
  width: 20px;
  height: 20px;
}

.la-ball-elastic-dots.la-3x {
  width: 360px;
  height: 30px;
}

.la-ball-elastic-dots.la-3x > div {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes ball-elastic-dots-anim {
  0%, 100% {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-moz-keyframes ball-elastic-dots-anim {
  0%, 100% {
    margin: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -moz-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-o-keyframes ball-elastic-dots-anim {
  0%, 100% {
    margin: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@keyframes ball-elastic-dots-anim {
  0%, 100% {
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }
}
/**
** clip-rotate
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-clip-rotate {
  display: block;
  font-size: 0;
  color: var(--button-bg-color, #EF394E);
}

.la-ball-clip-rotate.la-dark {
  color: #333;
}

.la-ball-clip-rotate > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-clip-rotate {
  width: 50px;
  height: 50px;
}

.la-ball-clip-rotate > div {
  width: 50px;
  height: 50px;
  background: transparent;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 1s linear infinite;
  -moz-animation: ball-clip-rotate 1s linear infinite;
  -o-animation: ball-clip-rotate 1s linear infinite;
  animation: ball-clip-rotate 1s linear infinite;
}

.la-ball-clip-rotate.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-clip-rotate.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-ball-clip-rotate.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-clip-rotate.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-ball-clip-rotate.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-clip-rotate.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ball-clip-rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes ball-clip-rotate {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*@import "toast";*/
div.quantity {
  display: inline-flex;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  overflow: hidden;
}
div.quantity .decrease-qty,
div.quantity .increase-qty {
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #717171;
  background: #ffffff;
}
div.quantity .decrease-qty span,
div.quantity .increase-qty span {
  position: relative;
  top: 2px;
  font-size: 11px;
}
div.quantity .qty {
  display: inline-block;
  border-radius: 0;
  height: 38px;
  -moz-appearance: textfield;
  border: none;
}
div.quantity .qty::-webkit-outer-spin-button, div.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*@import "comment-attributes";*/
/*@import "next-shopping";*/
.faqs-access {
  position: fixed;
  display: none;
  left: 15px;
  bottom: 15px;
  background: #ef5661;
  /*display: inline-flex;*/
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 0 20px 20px 20px;
  z-index: 99999;
  transition: all 200ms ease-out;
}
.faqs-access.active {
  border-radius: 50%;
}
.faqs-access.active span.icon {
  font-size: 24px;
}
.faqs-access.active span.icon:before {
  content: "\e0c9︎";
}
.faqs-access span.icon {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  top: 6px;
}

.faqs-container {
  position: fixed;
  left: 15px;
  bottom: 15px;
  background: #ffffff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 250px;
  z-index: 99999;
  font-size: 12px;
  overflow: hidden;
  transition: all 200ms ease-out;
  opacity: 0;
  visibility: hidden;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none;
}
@media (min-width: 992px) {
  .faqs-container {
    line-height: 20px;
  }
}
.faqs-container .faqs-welcoming {
  padding: 20px 10px 25px 10px;
  background: #ef5661;
  color: #ffffff;
  position: relative;
}
.faqs-container .faqs-welcoming span {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  font-size: 8px;
  cursor: pointer;
}
.faqs-container .faqs-box {
  max-height: 360px;
  overflow-y: auto;
  padding: 10px;
  position: relative;
  top: -20px;
}
.faqs-container .faqs-box .faq-item {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 10px;
  background: #ffffff;
  border-radius: 3px;
}
.faqs-container .faqs-box .faq-item .faq-item-title {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding-right: 7px;
}
.faqs-container .faqs-box .faq-item .faq-item-title:after {
  content: "\e0b1︎";
  font-family: amazon;
  position: absolute;
  right: -5px;
  top: 3px;
  color: #7f7f8f;
  transition: all 200ms ease-out;
}
.faqs-container .faqs-box .faq-item .faq-item-title.active:after {
  transform: rotate(180deg);
}
.faqs-container .faqs-box .faq-item .faq-item-content {
  display: none;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  margin-top: 10px;
}
.faqs-container .faqs-box .faq-item:not(:last-child) {
  margin-bottom: 10px;
}
.faqs-container .faqs-link {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 13px;
}
.faqs-container .faqs-link a {
  color: #00BFD6;
  border: 1px solid #00BFD6;
  padding: 5px 15px;
  border-radius: 22px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}
.faqs-container .faqs-link a:hover {
  color: #ffffff;
  background: #00BFD6;
}

@media (max-width: 768px) {
  .faqs-container {
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.faqs-access.active + .faqs-container {
  opacity: 1;
  visibility: visible;
  bottom: 75px;
}

@media (max-width: 992px) {
  .download-app + .faqs-access {
    bottom: 70px;
  }
  .highstore-cart .faqs-access,
  .highstore-checkout .faqs-access,
  .single-product .faqs-access {
    bottom: 85px;
  }
}
/*@import "spmv";*/
.nav-tabs {
  background: #F8F8F8;
  border-right: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
}
.nav-tabs button {
  padding: 9px 12px;
  font-size: 15px;
  border: none;
  border-right: 1px solid #DFDFDF;
  border-top: 4px solid transparent;
  color: #6F6F6F;
  background: none;
  float: left;
}
.nav-tabs button.active {
  background: #ffffff;
  border-top-color: #00BFD6;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 2;
}
.nav-tabs button .icon {
  color: #A4A4A4;
  font-size: 20px;
  position: relative;
  top: 5px;
}

.tab-content .tab-pane {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #DFDFDF;
  position: relative;
  bottom: 1px;
}
.tab-content .tab-pane:not(:first-child) {
  display: none;
}

.bottom-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .bottom-navigation {
    display: none;
  }
}
.bottom-navigation .navigation-item {
  flex: 1 1 0;
  border-top: 1px solid #e2e2e2;
}
.bottom-navigation .navigation-item a {
  display: block;
  color: #7c7c7c;
  padding-top: 2px;
  line-height: 14px;
  border-top: 1px solid transparent;
  padding-bottom: 5px;
}
.bottom-navigation .navigation-item a .text {
  display: block;
}
.bottom-navigation .navigation-item a .icon {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 6px;
  line-height: 28px;
  height: 28px;
}
.bottom-navigation .navigation-item.active {
  position: relative;
}
.bottom-navigation .navigation-item.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: -1px;
  background-color: var(--button-bg-color, #EF394E);
}
.bottom-navigation .navigation-item.active a {
  background: #f1f1f1;
  color: #000000;
}
.bottom-navigation .navigation-item.has-badge .icon:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--button-bg-color, #EF394E);
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #fff;
}
.bottom-navigation .navigation-item.navigation-item-account.has-badge .icon:before {
  background-color: #64D979;
}