*,
h1, h2, h3, h4, h5, h6,
button,
.tox-dialog, tox-button,
input, select, textarea {
  font-family: var(--ff-primary);
}

button {
  outline: none !important;
}

body {
  font-size: var(--fs-md);
}

.ltr {
  direction: ltr !important;
  display: inline-block;
}

.master-wrapper-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.master-wrapper-page .master-wrapper-content {
  flex-grow: 1;
}

.master-column-wrapper .center-1 {
  margin: 0;
}

.product-details-page.product-type-form .page-body .product-essential .overview {
  float: unset;
  width: 100%;
}

.additive-attributes-editor .additive-attributes-entries .additive-attributes-entries-item {
  display: flex;
  border: 1px solid var(--color-primary);
  margin: 0 0 10px;
}
.additive-attributes-editor .additive-attributes-entries .additive-attributes-entries-item .info {
  flex-grow: 1;
  border-left: 1px solid var(--color-primary);
  align-content: center;
  padding: 0 10px;
  color: var(--color-primary);
}
.additive-attributes-editor .additive-attributes-entries .additive-attributes-entries-item .actions {
  display: flex;
  width: fit-content;
}
.additive-attributes-editor .additive-attributes-entries .additive-attributes-entries-item .actions > * {
  height: 35px;
  align-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0 10px;
}
.additive-attributes-editor .additive-attributes-entries .additive-attributes-entries-item .actions > *:hover {
  background: #eee;
}
.additive-attributes-editor .additive-attributes-entries .additive-attributes-entries-item .actions > *:first-child {
  border-left: 1px solid var(--color-primary);
}
.additive-attributes-editor .additive-attributes-entries .additive-attributes-entries-item .actions .action-edit {
  color: var(--color-primary);
}
.additive-attributes-editor .additive-attributes-entries .additive-attributes-entries-item .actions .action-delete {
  color: #a00;
}
.additive-attributes-editor .additive-attributes-entries .additive-attributes-entries-item.current-edit-target {
  background: rgba(var(--color-primary), 0.1);
}
.additive-attributes-editor .additive-attributes-form {
  padding: 10px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.additive-attributes-editor .additive-attributes-form > .actions button {
  height: 43px;
  border: none;
  background-color: var(--color-primary);
  padding: 0 24px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.fieldset .form-fields .inputs {
  position: relative;
  text-align: start;
}
.fieldset .form-fields .inputs > input[type=email] {
  text-align: left;
  direction: ltr;
}
.fieldset .form-fields .inputs > input.password ~ .password-eye {
  position: absolute;
  font-size: 16px;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  text-align: center;
  align-content: center;
  z-index: 2;
  cursor: pointer;
  padding-top: 0px;
}
.fieldset .form-fields .inputs > input.password ~ .password-eye .fa-eye {
  display: none;
}
.fieldset .form-fields .inputs > input.password ~ .password-eye.password-eye-open {
  padding-top: 3px;
}
.fieldset .form-fields .inputs > input.password ~ .password-eye.password-eye-open .fa-eye {
  display: inline-block;
}
.fieldset .form-fields .inputs > input.password ~ .password-eye.password-eye-open .fa-eye-closed {
  display: none;
}
.fieldset .form-fields .inputs > input[type=text], .fieldset .form-fields .inputs > input[type=email], .fieldset .form-fields .inputs > input[type=password], .fieldset .form-fields .inputs > input[type=tel] {
  border: 1px solid #bbb;
  transition: border-color 0.2s;
  border-radius: 10px;
  width: 100%;
}
.fieldset .form-fields .inputs > input[type=text] ~ label, .fieldset .form-fields .inputs > input[type=email] ~ label, .fieldset .form-fields .inputs > input[type=password] ~ label, .fieldset .form-fields .inputs > input[type=tel] ~ label {
  position: absolute;
  right: 10px;
  top: 18px;
  transform: translateY(-50%);
  transition: top 0.2s, font-size 0.2s, color 0.2s;
  background: #fff;
  width: fit-content;
  padding: 0px 8px;
  margin: 0;
  pointer-events: none;
  color: #888;
}
.fieldset .form-fields .inputs > input[type=text]:focus, .fieldset .form-fields .inputs > input[type=email]:focus, .fieldset .form-fields .inputs > input[type=password]:focus, .fieldset .form-fields .inputs > input[type=tel]:focus {
  outline: none;
  background: transparent;
  z-index: unset;
  border-color: var(--color-primary);
}
.fieldset .form-fields .inputs > input[type=text]:focus ~ label, .fieldset .form-fields .inputs > input[type=email]:focus ~ label, .fieldset .form-fields .inputs > input[type=password]:focus ~ label, .fieldset .form-fields .inputs > input[type=tel]:focus ~ label {
  color: var(--color-primary);
}
.fieldset .form-fields .inputs > input[type=text]:focus ~ label, .fieldset .form-fields .inputs > input[type=text]:not(:placeholder-shown) ~ label, .fieldset .form-fields .inputs > input[type=text]:focus:not(:placeholder-shown) ~ label, .fieldset .form-fields .inputs > input[type=email]:focus ~ label, .fieldset .form-fields .inputs > input[type=email]:not(:placeholder-shown) ~ label, .fieldset .form-fields .inputs > input[type=email]:focus:not(:placeholder-shown) ~ label, .fieldset .form-fields .inputs > input[type=password]:focus ~ label, .fieldset .form-fields .inputs > input[type=password]:not(:placeholder-shown) ~ label, .fieldset .form-fields .inputs > input[type=password]:focus:not(:placeholder-shown) ~ label, .fieldset .form-fields .inputs > input[type=tel]:focus ~ label, .fieldset .form-fields .inputs > input[type=tel]:not(:placeholder-shown) ~ label, .fieldset .form-fields .inputs > input[type=tel]:focus:not(:placeholder-shown) ~ label {
  top: 0;
  font-size: var(--fs-xs3);
}
.fieldset .form-fields .inputs > input[type=text].input-validation-error, .fieldset .form-fields .inputs > input[type=email].input-validation-error, .fieldset .form-fields .inputs > input[type=password].input-validation-error, .fieldset .form-fields .inputs > input[type=tel].input-validation-error {
  border-color: #C62828;
}
.fieldset .form-fields .inputs > input[type=text].input-validation-error ~ label, .fieldset .form-fields .inputs > input[type=email].input-validation-error ~ label, .fieldset .form-fields .inputs > input[type=password].input-validation-error ~ label, .fieldset .form-fields .inputs > input[type=tel].input-validation-error ~ label {
  color: #C62828;
}
.fieldset .form-fields .inputs > input[type=text].input-validation-error ~ .input-cleave-mask, .fieldset .form-fields .inputs > input[type=email].input-validation-error ~ .input-cleave-mask, .fieldset .form-fields .inputs > input[type=password].input-validation-error ~ .input-cleave-mask, .fieldset .form-fields .inputs > input[type=tel].input-validation-error ~ .input-cleave-mask {
  border-color: #C62828;
}
.fieldset .form-fields .inputs.otp {
  display: flex;
  justify-content: center;
  direction: ltr !important;
  gap: 15px;
}
.fieldset .form-fields .inputs.otp input {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  text-align: center;
  font-size: var(--fs-xl2);
  padding: 4px 0 0;
}
.fieldset .form-fields .inputs.otp:after {
  content: none;
}

.btn {
  border: none;
  background-color: var(--accent-blue-color);
  padding: 8px 16px;
  border-radius: 10px;
  font-size: var(--fs-sm);
  color: #fff;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background-color: var(--accent-blue-active-color);
}
.btn.btn-primary {
  background: var(--color-primary);
  color: #fff;
}
.btn.btn-outline-primary {
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.admin-header-links {
  position: fixed;
  z-index: 30;
  border-radius: 5px;
  left: 20px;
  bottom: 20px;
  display: flex;
}
.admin-header-links * {
  margin: 0;
  padding: 0 15px;
}
.admin-header-links *:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.footer .technical-executor > span {
  display: flex;
  gap: 5px;
}
.footer .technical-executor > span a {
  color: var(--color-secondary);
}

.scroll-btn {
  display: block;
  margin: 30px 0;
  text-align: start;
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid var(--color-primary);
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: var(--color-primary);
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
/* HTML: <div class="loader"></div> */
.loader.spin-1 {
  display: block;
  --height-of-loader: 4px;
  width: 130px;
  height: var(--height-of-loader);
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.loader.spin-1::before {
  content: "";
  position: absolute;
  background: var(--color-primary);
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  animation: moving 1.5s ease-in-out infinite;
}

@keyframes moving {
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}
.login-component-wrapper {
  position: relative;
}
.login-component-wrapper > .dialog {
  width: 100% !important;
  min-height: 100px !important;
}
.login-component-wrapper > .dialog > .loader-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.login-component-wrapper .customer-blocks {
  overflow: visible;
  margin: 0 auto;
}
.login-component-wrapper .customer-blocks .returning-wrapper {
  float: unset;
  width: 330px;
  margin: 0 auto;
}
.login-component-wrapper .customer-blocks .returning-wrapper form {
  padding: 20px;
}
.login-component-wrapper .customer-blocks .returning-wrapper form > .message-error {
  margin: 0 !important;
}
.login-component-wrapper .customer-blocks .returning-wrapper form > .message-error ul {
  display: flex;
  flex-direction: column;
}
.login-component-wrapper .customer-blocks .returning-wrapper form > .message-error ul li {
  border-radius: 10px;
  border: 1px solid #B71C1C;
  color: #B71C1C;
  background: #FFEBEE;
  padding: 8px 10px;
  margin: 0 0 15px;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: unset;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .back-link {
  color: var(--color-primary);
  font-size: var(--fs-xs);
  display: flex;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .back-link i {
  transform: scaleX(-1);
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .title {
  text-align: start;
  padding: 0;
  margin: 0 !important;
  font-size: var(--fs-xl3);
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .title-description {
  text-align: start;
  font-size: var(--fs-xs);
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields {
  margin: 5px 0;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs:last-child {
  margin: 0;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.mobile input {
  font-size: 1rem;
  direction: ltr;
  text-align: left;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.mobile input::placeholder {
  color: #bbb;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.RememberMe {
  margin-bottom: 6px;
  display: flex;
  gap: 7px;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.RememberMe input,
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.RememberMe label {
  cursor: pointer;
  width: fit-content !important;
  display: inline-block;
  margin: 0;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.date input {
  cursor: pointer;
  direction: ltr;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.date .icon-appearance {
  position: absolute;
  left: 20px;
  top: 50%;
  color: var(--c-text);
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: none;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender::after {
  content: none;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender > .field-validation-error {
  width: 100%;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender > .field-validation-valid {
  display: none;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender > label {
  margin: 0;
  width: unset;
  color: #888;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender .options {
  display: flex;
  gap: 15px;
  flex-grow: 1;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender .options > label {
  margin: 0;
  flex: 1;
  width: unset;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender .options > label input {
  display: none;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender .options > label input:checked ~ span {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender .options > label input:checked ~ span:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender .options > label span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 10px;
  gap: 8px;
  cursor: pointer;
  height: 40px;
  margin: 0;
  transition: 0.2s;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .form-fields .inputs.gender .options > label span:hover {
  background: #eee;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .buttons {
  background: transparent;
  margin: auto 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .buttons .btn {
  min-width: 80px;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .buttons .btn:last-child {
  margin-right: auto;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .buttons .check-label {
  font-size: var(--fs-xs);
  display: flex;
  gap: 7px;
  align-items: center;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .buttons .check-label input,
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .buttons .check-label label {
  cursor: pointer;
  width: fit-content !important;
  display: inline-block;
  margin: 0;
}
.login-component-wrapper .customer-blocks .returning-wrapper form .login-step > .buttons .login-btn-otp-resend {
  display: flex;
  align-content: center;
  gap: 7px;
  padding: 8px 10px;
}
.login-component-wrapper .customer-blocks .external-actions {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  font-size: var(--fs-xs);
  color: var(--color-primary);
  padding: 10px;
  width: 100%;
}
.login-component-wrapper .customer-blocks .external-actions ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.login-component-wrapper .customer-blocks .external-actions ul li a i {
  font-size: 1.2rem;
}

html.html-login-page body {
  background: #eee;
}
html.html-login-page .page-body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html .login-component-wrapper {
  position: relative;
  width: fit-content;
}
html .login-component-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to left, var(--color-primary), var(--color-secondary));
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1) rotate(-10deg);
  z-index: -1;
  transition: transform 0.3s;
}
html .login-component-wrapper > .dialog {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  border-radius: 20px;
  background: #fff;
  min-height: 100px;
  min-width: 250px;
}
html .login-component-wrapper.loading:before {
  transform: scale(0.9) rotate(0deg);
}

@media all and (max-width: 500px) {
  html.html-login-page body {
    background: #fff;
    overflow-x: hidden;
  }
  html.html-login-page body .master-wrapper-page {
    overflow: hidden !important;
  }
  html.html-login-page .page-body {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  html.html-login-page .login-component-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  html.html-login-page .login-component-wrapper:before, html.html-login-page .login-component-wrapper:after {
    content: "";
    width: 150vw;
    height: 60vh;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: unset;
    bottom: unset;
    transform: translate(-50%, 0) rotate(-5deg);
    z-index: -1;
    transition-property: top, bottom;
    transition-duration: 0.7s;
    transition-timing-function: ease-out;
  }
  html.html-login-page .login-component-wrapper:before {
    bottom: calc(100% + 30px);
    background: linear-gradient(to bottom, var(--color-primary), rgba(0, 0, 0, 0));
    background: #fff;
  }
  html.html-login-page .login-component-wrapper:after {
    top: calc(100% + 30px);
    background: linear-gradient(to top, var(--color-primary), rgba(0, 0, 0, 0));
    background: #fff;
  }
  html.html-login-page .login-component-wrapper.loading:before, html.html-login-page .login-component-wrapper.loading:after {
    transition-delay: 0.5s;
    transition-timing-function: ease-in;
  }
  html.html-login-page .login-component-wrapper.loading:before {
    transform: translate(-50%, 0) rotate(-5deg);
    bottom: calc(100% + 50dvh);
  }
  html.html-login-page .login-component-wrapper.loading:after {
    transform: translate(-50%, 0) rotate(-5deg);
    top: calc(100% + 50dvh);
  }
  html.html-login-page .login-component-wrapper > .dialog {
    box-shadow: none;
    background: transparent;
  }
  html.html-login-page .login-component-wrapper .login-blocks-wrapper .customer-blocks {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  html.html-login-page .login-component-wrapper .login-blocks-wrapper .customer-blocks .returning-wrapper {
    width: 100%;
    max-width: 330px;
    min-height: 200px;
  }
  html.html-login-page .login-component-wrapper .login-blocks-wrapper .customer-blocks .returning-wrapper form {
    padding: 5px;
  }
  html.html-login-page .login-component-wrapper .login-blocks-wrapper .customer-blocks .returning-wrapper form .login-step .buttons .btn {
    min-width: 70px;
  }
  html.html-login-page .login-component-wrapper .login-blocks-wrapper .customer-blocks .external-actions {
    position: relative;
    padding: 25px 0 0;
  }
  html.html-login-page .login-component-wrapper .login-blocks-wrapper .customer-blocks .external-actions ul li a {
    justify-content: start;
  }
}