﻿/*- Reset tags -*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: currentColor;
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea,
.h-input {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

svg {
  width: initial;
  height: initial;
  fill: currentColor;
}

ins {
  text-decoration: none;
}

/*- Default tag's and entry content styles -*/

body {
  color: var(--text-color);
  font-family: var(--font-text);
  background-color: var(--background-color);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -ms-font-feature-settings: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a,
li:after,
li:before,
input[type="submit"],
button {
  transition: var(--hover-transition);
}

a:hover {
  text-decoration: none;
  outline: none;
  color: var(--hover-color);
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="file"]:disabled::-webkit-file-upload-button,
button:disabled,
select:disabled,
optgroup:disabled,
option:disabled,
select[disabled] > option {
  opacity: 0.3;
  cursor: not-allowed;
}

button,
input[type="submit"],
input[type="search"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  margin-left: 0.4em;
  background-image: var(--reset-image);
  cursor: pointer;
}

::-moz-selection {
  color: white;
  background: var(--accent-color);
}

::selection {
  color: white;
  background: var(--accent-color);
}

:-ms-input-placeholder {
  font-style: normal !important;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  color: var(--placeholder-color);
  opacity: 1;
}

::-moz-placeholder {
  font-style: normal !important;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  color: var(--placeholder-color);
  opacity: 1;
}

:-ms-input-placeholder {
  font-style: normal !important;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  color: var(--placeholder-color);
  opacity: 1;
}

::placeholder {
  font-style: normal !important;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  color: var(--placeholder-color);
  opacity: 1;
}

.h-input,
input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="date"],
textarea:not(.editor-post-title__input),
select {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: var(--accent-color);
  border: solid 1px var(--form-border-color);
  padding: 9px 12px;
  background-color: var(--form-color);
  height: auto !important;
  min-width: 0;
  border-radius: 3px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: var(--select-image);
  background-position: right 13px top calc(50% + 1px);
  background-size: 11px;
}

.h-rtl select {
  background-position: left 20px top 50%;
}

.h-rtl .h-input,
.h-rtl input:not([type="submit"]):not(.qty):not(.js-quantity-value),
.h-rtl textarea,
.h-rtl select {
  text-align: right !important;
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border-color: var(--accent-color) !important;
  outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--background-color) inset;
  -webkit-text-fill-color: var(--text-color);
  outline: 1px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="radio"],
input[type="checkbox"],
.woocommerce-widget-layered-nav-list__item a:before,
.wc-layered-nav-rating a:before,
.c-ip-attribute-filter__sw--checkbox {
  position: relative !important;
  z-index: 1;
  width: 18px !important;
  height: 18px !important;
  margin: -0.15rem 7px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  clear: none;
  cursor: pointer;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background-color: var(--background-color);
  border: solid 1px var(--form-border-color);
}

.h-rtl input[type="radio"],
.h-rtl input[type="checkbox"] {
  margin-right: 0;
  margin-left: 7px;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  border-color: var(--accent-color) !important;
  outline: none;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"],
.woocommerce-widget-layered-nav-list__item a:before,
.wc-layered-nav-rating a:before,
.c-ip-attribute-filter__sw--checkbox {
  border-radius: 3px;
}

input[type="checkbox"]:checked:after,
.c-ip-attribute-filter--chosen .c-ip-attribute-filter__sw--checkbox:after {
  content: var(--icon-check);
  position: absolute;
  font-style: normal;
  font-family: var(--font-icons);
  font-size: 9px;
  line-height: 1;
}

input[type="radio"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  background-color: var(--accent-color);
  border-radius: 50%;
}

.screen-reader-text {
  display: none;
}
