@charset "UTF-8";@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.org)
 */
.bv-no-focus-ring:focus {
  outline: none;
}
@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}
.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}
.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.b-avatar-sm .b-avatar-text {
  font-size: calc(0.6rem);
}
.b-avatar-sm .b-avatar-badge {
  font-size: calc(0.42rem);
}
.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.b-avatar-lg .b-avatar-text {
  font-size: calc(1.4rem);
}
.b-avatar-lg .b-avatar-badge {
  font-size: calc(0.98rem);
}
.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}
.b-calendar {
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}
.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}
.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}
.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}
.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}
.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(
        0.3125rem + 2px
      );
  left: calc(
        -2.8125rem + 2px
      );
  width: calc(
  1.25rem - 4px
);
  height: calc(
  1.25rem - 4px
);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}
.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(
        0.21875rem + 2px
      );
  left: calc(
        -1.96875rem + 2px
      );
  width: calc(
  0.875rem - 4px
);
  height: calc(
  0.875rem - 4px
);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}
.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none;
}
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}
[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
  flex-direction: row-reverse;
}
[dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {
  text-align: right;
}
.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #28a745;
}
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dc3545;
}
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control > .form-control {
  height: auto;
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}
.b-form-btn-label-control.form-control > .form-control.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > .form-control.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}
.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}
.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}
.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 1rem
);
  border-radius: 0 0.3rem 0.3rem 0;
}
.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 0.5rem
);
  border-radius: 0 0.2rem 0.2rem 0;
}
.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}
input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}
input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}
input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}
input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}
.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}
.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}
.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745;
}
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}
.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}
.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}
.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}
.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}
.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.b-form-tags.disabled {
  background-color: #e9ecef;
}
.b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags-list .b-form-tags-field,
.b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}
.b-form-tags-input {
  color: #495057;
}
.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}
.form-control-sm .b-form-tag {
  line-height: 1.5;
}
.form-control-lg .b-form-tag {
  line-height: 1.5;
}
.media-aside {
  display: flex;
  margin-right: 1rem;
}
.media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}
.modal-backdrop {
  opacity: 0.5;
}
.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}
.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}
.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #cce5ff;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8daff;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #cce5ff;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8daff;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8daff;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #cce5ff;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}
.b-popover-primary .popover-body {
  color: #004085;
}
.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #383d41;
}
.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d4edda;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c3e6cb;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d4edda;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c3e6cb;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d4edda;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.b-popover-success .popover-body {
  color: #155724;
}
.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1ecf1;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bee5eb;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1ecf1;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bee5eb;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bee5eb;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1ecf1;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.b-popover-info .popover-body {
  color: #0c5460;
}
.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #856404;
}
.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d7da;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f5c6cb;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d7da;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f5c6cb;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f5c6cb;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d7da;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
.b-popover-danger .popover-body {
  color: #721c24;
}
.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #818182;
}
.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}
.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}
.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}
.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}
.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}
.b-skeleton-wrapper {
  cursor: wait;
}
.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-skeleton::before {
  content: " ";
}
.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}
.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}
.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}
.b-skeleton-img {
  height: 100%;
  width: 100%;
}
.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
@keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}
.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*=table-responsive-] > .table {
  margin-bottom: 0;
}
.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}
@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }

  .table.b-table > thead > tr > .table-b-table-default,
.table.b-table > tbody > tr > .table-b-table-default,
.table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
.table.b-table.table-dark > tbody > tr > .bg-b-table-default,
.table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
.table.b-table.b-table-stacked-sm > tbody,
.table.b-table.b-table-stacked-sm > tbody > tr,
.table.b-table.b-table-stacked-sm > tbody > tr > td,
.table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
.table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
.table.b-table.b-table-stacked-md > tbody,
.table.b-table.b-table-stacked-md > tbody > tr,
.table.b-table.b-table-stacked-md > tbody > tr > td,
.table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
.table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
.table.b-table.b-table-stacked-lg > tbody,
.table.b-table.b-table-stacked-lg > tbody > tr,
.table.b-table.b-table-stacked-lg > tbody > tr > td,
.table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
.table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
.table.b-table.b-table-stacked-xl > tbody,
.table.b-table.b-table-stacked-xl > tbody > tr,
.table.b-table.b-table-stacked-xl > tbody > tr > td,
.table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
.table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}
.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}
.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}
.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}
.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}
.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}
.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}
.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}
.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}
.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}
.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}
.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}
.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}
.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}
.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #007bff;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}
.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}
.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}
.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}
.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}
.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}
.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}
.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}
.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -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", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
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;
}
[role=button] {
  cursor: pointer;
}
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;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
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;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  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;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}
.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}
.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}
.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}
.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}
.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.tooltip-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -38px;
  bottom: auto;
  left: 50%;
  background: #000000;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 6px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.5;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/*======================================================================
  7. Headers Style
========================================================================*/
.promotion-header {
  color: #df1a0b;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 35px;
  background-color: #fff0ef;
  text-align: center;
  position: relative;
  z-index: 5;
}
/* Top Info Bar */
.top-info-bar {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 49;
}
.top-info-bar .item {
  padding: 10px;
}
.top-info-bar .item a {
  color: #fff;
}
.top-info-bar .item a:hover {
  color: #fff;
  opacity: 0.8;
}
.top-info-bar .item.center {
  border-left: 1px solid #504c4c;
  border-right: 1px solid #504c4c;
}
.top-info-bar .slick-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-info-bar.style1 {
  background-color: #5aa2de;
  color: #000;
  overflow: hidden;
}
.top-info-bar.style1 .item {
  padding: 5px 25px 5px 10px;
  min-height: 42px;
}
.top-info-bar.style1 .slick-slide {
  color: #fff;
  background-color: #5aa2de;
}
.top-info-bar.style1 .slick-slide + .slick-slide {
  color: #000;
  background-color: #deeefc;
}
.top-info-bar.style1 .alert {
  padding: 0;
  margin: 0;
  border: 0 !important;
}
.top-info-bar.style1 .btn-close {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  left: 10px;
  top: 5px;
  height: 25px;
  width: 25px;
  line-height: 22px;
  background: none;
  opacity: 1;
  box-shadow: none;
}
.top-info-bar.style1 .slick-slide + .slick-slide .btn-close {
  color: #222;
}
.top-info-bar.style1 .btn-small {
  padding: 7px 10px;
}
.top-info-bar.style1 .item, .top-info-bar.style1 .item a {
  font-size: 12px;
  letter-spacing: 0.8px;
}
.top-info-bar.style1 .item .blueText {
  color: #2170b1;
}
.top-info-bar.style2 {
  background-color: #56a1b6;
  color: #ffffff;
  overflow: hidden;
}
.top-info-bar.style2 .item, .top-info-bar.style2 .item a {
  font-size: 13px;
  letter-spacing: 1px;
}
.top-info-bar.style2 .slick-slide {
  background-color: #56a1b6 !important;
  color: #ffffff !important;
}
.top-info-bar.style2 .btn {
  color: #ffffff;
  background-color: #78c6dc;
  border-color: #78c6dc;
}
.top-info-bar.style2 .btn:hover {
  opacity: 0.8;
}
.top-info-bar.style2 .promo-counter {
  display: flex;
}
.top-info-bar.style2 .promo-counter .ht-count {
  margin: 0 8px;
  position: relative;
}
.top-info-bar.style2 .promo-counter .ht-count:not(.days):after {
  content: ":";
  position: absolute;
  left: -10px;
  color: #85d6fc;
  font-weight: 400;
}
.top-info-bar.style2 .promo-counter span > span span {
  color: #85d6fc;
  font-size: 13px;
  font-weight: 400;
}
.top-info-bar.style2 .ht-count.hour span > span:not(.time-count),
.top-info-bar.style2 .ht-count.minutes span > span:not(.time-count),
.top-info-bar.style2 .ht-count.second span > span:not(.time-count) {
  display: none;
}
/* Marquee text */
.marquee-text {
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  direction: ltr;
}
.marquee-text .top-info-bar {
  font-size: 12px;
  width: 200%;
  display: flex;
  -webkit-animation: marquee 25s linear infinite running;
  -moz-animation: marquee 25s linear infinite running;
  -o-animation: marquee 25s linear infinite running;
  -ms-animation: marquee 25s linear infinite running;
  animation: marquee 25s linear infinite running;
}
.marquee-text .top-info-bar:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee-text .top-info-bar .info-text {
  padding: 10px 30px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.marquee-text .top-info-bar a {
  color: #ffffff;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
/* Top Bar */
.top-bar {
  color: #fff;
  font-size: 12px;
  background-color: #333;
  position: relative;
  z-index: 49;
}
.top-bar .inner {
  min-height: 35px;
}
.top-bar a, .top-bar .social-icons li a {
  color: #fff;
}
.top-bar .an {
  font-size: 13px;
}
.top-bar a:hover, .top-bar .social-icons li a:hover {
  color: #fff;
  opacity: 0.8;
}
.top-bar .social-icons .tooltip-label {
  top: 25px;
}
.top-bar .social-icons .tooltip-label:before {
  top: -4px;
  bottom: auto;
  border-bottom: 5px solid #000;
  border-top: transparent;
}
.top-bar .social-icons li:hover .tooltip-label {
  top: 20px;
}
.top-header {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 10px;
  background: #000000;
  height: 38px;
}
.top-header a {
  color: #fff;
}
/*Promo Counter Style Days Hr:Min:Sec */
.promo-counter.days-time {
  display: flex;
}
.promo-counter.days-time .ht-count {
  margin: 0 8px;
  position: relative;
}
.promo-counter.days-time .ht-count:not(.second):after {
  content: ":";
  position: absolute;
  left: -10px;
  font-weight: 600;
}
.promo-counter.days-time span > span span {
  font-size: 12px;
}
.promo-counter.days-time .ht-count.hour span > span:not(.time-count),
.promo-counter.days-time .ht-count.minutes span > span:not(.time-count),
.promo-counter.days-time .ht-count.second span > span:not(.time-count) {
  display: none;
}
.header-main {
  position: relative;
  z-index: 49;
  background-color: #ffffff;
  border-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  min-height: 60px;
}
.header-wrap {
  min-height: 90px;
  position: relative;
}
.sticky-header .header-wrap {
  min-height: 60px;
}
.showOverly .modalOverly {
  display: block;
}
.searchact .modalOverly {
  z-index: 45;
}
body:not(.searchact) .header-main:not(.sticky-header) {
  background: none;
  box-shadow: none;
  border: 0;
}
.header-1 .header-main:not(.sticky-header), .header-11.header-main:not(.sticky-header) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 400;
}
.header-wrap > .row {
  width: 100%;
  margin: 0;
}
.sticky-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  left: 0;
  background-color: #fff;
  border-bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.menu-outer .container, .menu-outer .container-fluid, .menu-outer .container-sm, .menu-outer .container-md, .menu-outer .container-lg, .menu-outer .container-xl {
  position: relative;
}
.header-content-wrapper {
  width: 100%;
  padding: 15px 0;
}
.mih-50:not(.sticky-header) {
  min-height: 50px !important;
}
.mih-55:not(.sticky-header) {
  min-height: 55px !important;
}
.mih-70:not(.sticky-header) {
  min-height: 70px !important;
}
.mih-80:not(.sticky-header) {
  min-height: 80px !important;
}
.mih-90:not(.sticky-header) {
  min-height: 90px !important;
}
.logo {
  margin: 0;
}
.logo .logodiv {
  position: relative;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
.iconset .icon {
  font-size: 17px;
  min-width: 17px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.iconset {
  position: relative;
  color: #030505;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 9px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.iconset:hover .icon, .iconset:hover .text, .iconset:hover a {
  color: #f06543;
}
.iconset:hover .tooltip-label {
  opacity: 1;
  top: -26px;
  visibility: visible;
}
.header .iconset .tooltip-label {
  top: -30px;
}
.header .iconset:hover .tooltip-label {
  top: -20px;
}
.sticky-header .iconset:hover .tooltip-label {
  top: -17px;
}
.counter {
  font-size: 11px;
  color: #fff;
  background-color: #000;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  top: 3px;
  left: -13px;
}
#settingsBox, #cart-drawer, #searchPopup, #userLinks {
  color: #050000;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#settingsBox, #userLinks {
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  width: 300px;
  text-align: right;
  position: absolute;
  top: 130%;
  left: 15px;
  z-index: 99;
}
#settingsBox.active, #userLinks.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#settingsBox .btn {
  width: 100%;
}
#userLinks {
  width: 200px;
}
#userLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#userLinks ul li {
  display: block;
}
#userLinks li a {
  padding: 5px;
  display: block;
  color: #666;
  text-transform: uppercase;
}
.icons-col .customer-links {
  font-size: 12px;
  text-transform: uppercase;
}
.icons-col .customer-links .register {
  text-decoration: underline;
}
#settingsBox .ttl {
  font-size: 12px;
  margin: 0 0 10px;
  display: block;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
#settingsBox #language {
  margin-bottom: 0;
}
.cnrLangList li {
  display: inline-block;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.cnrLangList li a {
  color: #000000;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 1px 10px;
  opacity: 0.6;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fafafa;
}
.cnrLangList li a:hover, .cnrLangList li a.active, .cnrLangList li a:focus {
  color: #fff;
  border: 1px solid #000;
  opacity: 1;
  text-decoration: none;
  background: #131313;
}
.minicart-right-drawer.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px;
  max-width: 100%;
  height: 100%;
  z-index: 1024;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.minicart-right-drawer.right .modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
  overflow-y: auto;
}
.minicart-right-drawer.right.fade .modal-dialog {
  left: -350px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.minicart-right-drawer.right.fade.show .modal-dialog {
  left: 0;
}
#cart-drawer {
  color: #050000;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10000;
}
#cart-drawer.active {
  right: 0;
}
#cart-drawer > h4 {
  color: #666666;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
#cart-drawer .close-cart {
  color: #050000;
  font-size: 17px;
  float: left;
  margin-top: -3px;
  opacity: 0.8;
  text-decoration: none;
}
.minicart-header {
  margin: 0 0 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.minicart-header > h4 {
  color: #666666;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
  margin: 0 0;
}
.minicart-content {
  padding: 0 20px;
  margin: 0;
  z-index: 1001;
  position: absolute;
  left: 0;
  overflow: hidden auto;
  width: 100%;
  height: calc(100% - 290px);
}
.minicart-content .item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  line-height: normal;
  display: block;
  border-bottom: solid 1px #eee;
}
.minicart-content .item .product-image {
  max-width: 23%;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.minicart-content .item .product-details {
  width: 75%;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  padding-left: 15px;
  padding-right: 10px;
  text-align: right;
}
.minicart-content .item .product-title {
  color: #000;
  font-size: 13px;
  white-space: normal;
  text-decoration: none;
  display: block;
  line-height: 20px;
  margin-bottom: 0;
}
.minicart-content .item .remove {
  color: #5c5c5c;
  display: inline-block;
  font-size: 14px;
  padding: 2px 4px 0;
}
.minicart-content .item .remove:hover {
  color: #000;
}
.minicart-content .item .remove i {
  vertical-align: middle;
  font-size: 14px;
}
.minicart-content .item .edit-i.remove .icon {
  font-size: 12px;
  padding-top: 0;
}
.minicart-content .item .qtyField span {
  display: inline-block;
  padding: 0;
  border: 0;
}
.minicart-content .item .variant-cart {
  color: #777;
  font-size: 11px;
}
.minicart-content .item .wrapQtyBtn {
  display: block;
  float: none;
}
.minicart-content .item .qtyField {
  width: 77px;
}
.minicart-content .item .qtyField .qtyBtn {
  height: 30px;
}
.minicart-content .item .qtyField .qty {
  width: 77px;
  height: 30px;
  padding: 0 20px;
}
.minicart-bottom {
  color: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px 20px 20px;
}
.minicart-bottom .shipinfo {
  background-color: #f6f6f6;
  padding: 10px;
}
.minicart-bottom .shipinfo p {
  font-size: 11px;
}
.minicart-bottom .agree-check {
  font-size: 11px;
  text-transform: uppercase;
}
.minicart-bottom .subtotal {
  padding: 5px 0 10px;
}
.minicart-bottom .subtotal:before, .minicart-bottom .subtotal:after {
  content: "";
  clear: both;
  display: block;
}
.minicart-bottom .subtotal.list {
  border: 0;
  margin: 0;
  padding: 0;
}
.minicart-bottom .subtotal.list > span {
  font-size: 14px;
  font-weight: 400;
}
.minicart-bottom .subtotal > span {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}
.minicart-bottom .subtotal .product-price {
  float: right;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-open .modal {
  padding-right: 0 !important;
}
.search-drawer {
  padding: 40px 50px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.search-drawer .container, .search-drawer .container-fluid, .search-drawer .container-sm, .search-drawer .container-md, .search-drawer .container-lg, .search-drawer .container-xl {
  position: relative;
}
.search-drawer.search-drawer-open {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  visibility: visible;
}
.search-drawer.search-drawer-open .block {
  background-color: transparent;
  padding: 0;
}
.search-drawer .title {
  color: #000000;
  font-size: 15px;
  margin-bottom: 20px;
}
.search-drawer .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-drawer .control {
  border-bottom: 0;
}
.search-drawer .input-text {
  color: #050000;
  font-size: 13px;
  padding: 5px 35px;
  background: none;
  border: 0;
}
.search-drawer .action.search {
  font-size: 18px;
  position: absolute;
  right: 0;
  border: 0;
  margin-top: 3px;
  background: none;
  cursor: pointer;
  height: 38px;
}
.search-drawer .action.search:hover {
  color: #000000;
}
.search-drawer .closeSearch {
  color: #050000;
  font-size: 18px;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 10;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.search-drawer .searchField {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-drawer .search-category {
  display: table-cell;
  padding-left: 15px;
}
.search-drawer .search-category select {
  font-size: 13px;
  border: 0;
  min-width: 135px;
}
.search-drawer .input-box {
  display: table-cell;
  width: auto;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
#search-popup {
  padding: 20px 60px 20px 55px;
  text-align: left;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
#search-popup.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.social-icons li a {
  position: relative;
  padding: 0 5px;
  color: #3e3e3e;
  display: flex;
  align-items: center;
}
.social-icons li a:hover {
  color: #000;
}
.social-icons li:hover .tooltip-label {
  opacity: 1;
  top: -26px;
  visibility: visible;
}
/* Navigation */
#siteNav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#siteNav.right {
  text-align: right;
  justify-content: flex-end;
}
#siteNav.left {
  text-align: left;
  justify-content: flex-start;
}
#siteNav.center {
  text-align: center;
  justify-content: center;
}
#siteNav .menubox p .title {
  color: #222;
  background-color: #fff;
  border-radius: 2px;
  padding: 6px 15px;
  margin: 0 0 20px;
  white-space: nowrap;
}
#AccessibleNav {
  padding-left: 0;
}
.mobile-nav-wrapper, .site-header__logo.mobileview {
  display: none;
}
@media (min-width: 990px) {
  .header .container {
    position: relative;
  }
  .header .container .d-menu-col {
    position: static;
  }
  #siteNav a {
    text-decoration: none;
    display: block;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    position: relative;
  }
  #siteNav > li {
    display: inline-block;
    text-align: left;
  }
  #siteNav > li > a {
    padding: 10px 15px;
    text-transform: uppercase;
  }
  #siteNav > li > a:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: #000;
  }
  #siteNav > li > a:hover:after, #siteNav > li > a:focus:after {
    width: 100%;
  }
  #siteNav.medium > li a {
    font-weight: 500;
  }
  #siteNav.hidearrow > li > a .an {
    display: none;
  }
  #siteNav > li > a .an {
    vertical-align: middle;
  }
  #siteNav > li > a .navLbl {
    white-space: nowrap;
    color: #ffffff;
    background-color: #f19280;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 0;
    position: absolute;
    top: -9px;
    left: 50%;
  }
  #siteNav > li > a .navLbl:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top-color: #f19280;
    border-left-color: #f19280;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
  #siteNav > li > a .navLbl.new {
    background-color: #83cc52;
  }
  #siteNav > li > a .navLbl.new:after {
    border-top-color: #83cc52;
    border-left-color: #83cc52;
  }
  #siteNav > li > a .navLbl.hurryup {
    background-color: #94c442;
  }
  #siteNav > li > a .navLbl.hurryup:after {
    border-top-color: #94c442;
    border-left-color: #94c442;
  }
  #siteNav > li .megamenu {
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    text-align: right;
    z-index: 999;
    background-color: #fff;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    max-height: 650px;
    overflow: auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .index-demo10 #siteNav > li .megamenu.style3 {
    max-width: 900px;
  }
  #siteNav > li .megamenu ul {
    padding: 0;
    list-style: none;
  }
  #siteNav > li:hover > .megamenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  #siteNav > li .megamenu.style1 .lvl-1 {
    margin-bottom: 0;
  }
  #siteNav > li .megamenu .lvl-1 a.lvl-1 {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 8px;
    font-weight: 400;
  }
  #siteNav > li .megamenu .lvl-1 .site-nav {
    color: #000;
    padding: 3px 0;
    font-weight: 400;
  }
  #siteNav > li .megamenu .lvl-1 .site-nav:hover {
    color: #000;
  }
  #siteNav > li .megamenu .lvl-1 .site-nav:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 2px;
    vertical-align: middle;
    background-color: #000;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #siteNav > li .megamenu .lvl-1 .site-nav:hover:before {
    width: 5px;
    margin-left: 3px;
  }
  #siteNav > li .megamenu .lvl-1 .site-nav.menu-title:hover:before {
    display: none;
  }
  #siteNav > li .megamenu.style1 {
    overflow: hidden;
  }
  #siteNav > li .megamenu.style2 .lvl-1 {
    margin-bottom: 0;
  }
  #siteNav > li .megamenu .menu-title {
    font-weight: 600 !important;
  }
  #siteNav > li.mdropdown {
    position: relative;
  }
  #siteNav > li .megamenu .imageCol {
    padding-bottom: 25px;
  }
  #siteNav > li .megamenu .grid-products .item {
    margin: 0 0 20px;
  }
  #siteNav > li .megamenu .grid-products a, #siteNav > li .megamenu .grid-products .product-price {
    font-size: 12px;
  }
  #siteNav > li .megamenu .grid-products .product-price span {
    display: inline-block;
  }
  #siteNav > li .megamenu .grid-products .product-review {
    margin: -1px 0 10px;
  }
  #siteNav > li .megamenu .grid-products .product-review .an {
    font-size: 11px;
  }
  #siteNav > li .offerBanner {
    padding: 20px;
    text-align: center;
    height: 100%;
  }
  #siteNav > li .gridproduct-banner .grid-products {
    padding: 20px;
  }
  .index-demo10 #siteNav > li .offerBanner {
    background-color: #814348;
  }
  .index-demo10 #siteNav > li .offerBanner h4, .index-demo10 #siteNav > li .offerBanner p {
    color: #ffffff;
  }
  #siteNav a .lbl {
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 3px 4px;
    background-color: #0a9339;
    position: relative;
    vertical-align: middle;
  }
  #siteNav a .lbl:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    left: -7px;
    border: 4px solid transparent;
    border-right-color: transparent;
    border-right-color: #0a9339;
    display: none;
  }
  #siteNav a .lbl.nm_label3 {
    background-color: #fb6c3e;
  }
  #siteNav a .lbl.nm_label1 {
    background-color: #ff0000;
  }
  #siteNav a .lbl.nm_label4 {
    background-color: #fdb818;
  }
  #siteNav a .lbl.nm_label5 {
    background-color: #93a96c;
  }
  #siteNav a .lbl.nm_label1:after {
    border-right-color: #ff0000;
  }
  #siteNav a .lbl.nm_label4:after {
    border-right-color: #fdb818;
  }
  #siteNav a .lbl.nm_label3:after {
    border-right-color: #fb6c3e;
  }
  #siteNav a .lbl.nm_label5:after {
    border-right-color: #93a96c;
  }
  #siteNav > li.dropdown {
    position: relative;
  }
  #siteNav > li .dropdown, #siteNav > li .dropdown ul {
    background-color: #fff;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    position: absolute;
    top: 59px;
    right: 0;
    text-align: right;
    z-index: 999;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #siteNav > li:hover > .dropdown, #siteNav > li .dropdown li:hover > ul {
    top: 50px;
    opacity: 1;
    visibility: visible;
  }
  #siteNav > li ul.dropdown li {
    border-top: 1px solid #eeeeee;
    position: relative;
  }
  #siteNav > li ul.dropdown li:first-child {
    border: 0;
  }
  #siteNav > li ul.dropdown li a {
    color: #000;
    font-weight: 400;
    padding: 8px 12px;
  }
  #siteNav > li ul.dropdown li:hover > a, #siteNav > li ul.dropdown li a:hover {
    color: #000;
    padding-right: 15px;
  }
  #siteNav > li ul.dropdown li a .an {
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #siteNav > li ul.dropdown li ul {
    top: 20px;
    right: 100%;
  }
  #siteNav > li ul.dropdown li:hover > ul {
    top: 0;
  }
  #siteNav .menu-brand-logo {
    width: 50%;
    float: left;
    text-align: center;
    padding-left: 10px;
  }
  #siteNav .menu-brand-logo a {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  #siteNav .menu-brand-logo a:hover {
    border-color: #000;
  }
  #siteNav .menu-brand-logo a img {
    display: inline-block;
    vertical-align: middle;
  }
  .mm-Banners:before, .mm-Banners:after {
    content: "";
    clear: both;
    display: block;
  }
  .mm-Banners {
    clear: both;
  }
  .mm-Banners .imageCol {
    padding-bottom: 0 !important;
  }
  .header-3 #siteNav > li .megamenu {
    max-width: 1400px;
    left: 0;
    margin: 0 auto;
  }
}
/*----- Classic Header Style -----*/
.template-index:not(.searchact) .classicHeader:not(.sticky-header) {
  position: absolute;
  left: 0;
  right: 0;
}
.template-index:not(.searchact) .classicHeader:not(.sticky-header) #siteNav > li > a {
  color: #ffffff;
}
.template-index:not(.searchact) .classicHeader:not(.sticky-header) #siteNav > li > a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.template-index:not(.searchact) .classicHeader:not(.sticky-header) #siteNav > li > a:after {
  background-color: #ffffff;
}
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .iconset,
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .iconset a {
  color: #ffffff;
}
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .iconset a:hover,
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .iconset:hover .icon,
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .iconset:hover .text {
  color: #ffffff;
  opacity: 0.8;
}
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .counter {
  background: #eee;
  color: #000;
}
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .js-mobile-nav-toggle .an {
  color: #fff;
}
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .sticky-logo {
  display: none;
}
.template-index.searchact .classicHeader .default-logo,
.template-index .classicHeader.sticky-header .default-logo {
  display: none;
}
/*-----  7.1 Header Styles ----- */
.header .header-main {
  min-height: 90px;
}
.header .social-icons li .an,
.header-1 .social-icons li .an {
  font-size: 14px;
}
.header-2 .iconset .icon {
  font-size: 15px;
  min-width: 15px;
}
.header-3 #siteNav > li > a {
  font-size: 14px;
  text-transform: capitalize;
}
.header-4 #siteNav.medium > li > a {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.header-4 .iconset {
  font-size: 14px;
}
.header-4 .iconset:hover, .header-4 .iconset a:hover,
.header-4 .iconset:hover .icon, .header-4 .iconset:hover .text {
  color: #3180c1;
}
.header-5 #siteNav > li > a {
  font-weight: 700;
  text-transform: none;
}
.header-5 #siteNav > li:hover > a {
  color: #de7394;
}
.header-5 #siteNav > li > a:after {
  background-color: #de7394;
}
.header-5 #siteNav > li .megamenu .lvl-1 a.lvl-1 {
  color: #6ba4d0;
}
.header-5 .counter {
  background-color: #e89db4;
}
.header-5 .cnrLangList li a:hover, .header-5 .cnrLangList li a.active, .header-5 .cnrLangList li a:focus {
  background-color: #e89db4;
  border-color: #e89db4;
}
.header-5 .iconset:hover .icon, .header-5 .iconset:hover .text, .header-5 .iconset:hover a {
  color: #e89db4;
}
.header-6 #siteNav > li .megamenu, .header-9 #siteNav > li .megamenu {
  right: 55px;
}
.header-6 #siteNav > li .megamenu.style5 {
  max-width: 999px;
}
.header-6 #siteNav > li .megamenu.style5 .collection-inner {
  background-color: #fafafa;
}
.header-9 .iconset:hover .icon, .header-9 .iconset:hover .text, .header-9 .iconset:hover a {
  color: #ffffff;
  opacity: 0.8;
}
.header-9.sticky-header .iconset:hover .icon, .header-9.sticky-header .iconset:hover .text, .header-9.sticky-header .iconset:hover a,
.searchact .header-9 .iconset:hover .icon, .searchact .header-9 .iconset:hover .text, .searchact .header-9 .iconset:hover a {
  color: #489aaf;
}
.header-7.header-main, .header-7 .header-wrap {
  background-color: #000;
  color: #ffffff;
}
.header-7 #siteNav > li > a {
  color: #ffffff;
  font-size: 12px;
}
.header-7 #siteNav > li > a:hover {
  color: #eeeeee;
}
.header-7 #siteNav > li > a:after {
  background-color: #ffffff;
}
.header-7 .iconset, .header-7 .iconset a {
  color: #ffffff;
}
.header-7 .iconset:hover, .header-7 .iconset a:hover, .header-7 .iconset:hover .icon {
  color: #fe877b;
}
.header-7 .counter {
  background-color: #f43e3e;
  color: #ffffff;
}
.header-7 .js-mobile-nav-toggle .an {
  color: #ffffff;
}
.header-7 .search-inline {
  width: 530px;
  margin: 0 auto;
}
.header-7 .search-inline .search-category select,
.header-7 .search-inline .input-box .input-text,
.header-7 .search-inline .input-box .action {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  height: 38px;
}
.header-7 .search-inline .search-category select {
  background-image: url("/images/arrow-select-white.png") !important;
  min-width: 140px;
  border-radius: 0 3px 3px 0;
}
.search-inline .search-category select {
  min-width: 140px;
  border-radius: 0 3px 3px 0;
}
.search-inline .search-category select option,
.search-inline .search-category select optgroup {
  background-color: #fff;
  color: #000;
}
.search-inline .input-box .action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  border-radius: 3px 0 0 3px;
}
.search-inline .input-box .action:hover {
  color: #fe877b;
}
.header-8 .counter {
  background-color: #ea895f;
  color: #ffffff;
}
.header-10 .search-inline {
  max-width: 345px;
}
.header-10 .search-inline .search-category select {
  min-width: 130px;
}
.header-10 .search-inline .search-category select,
.header-10 .search-inline .input-box .input-text,
.header-10 .search-inline .input-box .action {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.2);
  height: 38px;
}
.header-10 #siteNav > li > a {
  color: #333;
  font-size: 12px;
}
.header-12.sticky-header .header-wrap {
  min-height: 60px !important;
}
.header-12 .menu-outer {
  background-color: #ffb700;
  padding: 1px 0;
}
.header-12 #siteNav > li > a {
  font-weight: 600;
}
.header-12 #siteNav > li > a:after {
  background-color: #ffffff;
}
.header-12 .iconset, .header-12 .iconset a {
  color: #ffffff;
}
.header-12 .iconset:hover, .header-12 .iconset a:hover, .header-12 .iconset:hover .icon {
  color: #ffb700;
}
.header-12 .counter {
  background-color: #ffb700;
  color: #222;
}
.header-12 .search-inline {
  width: 530px;
  margin: 0 auto;
}
.header-12 .search-inline .search-category select,
.header-12 .search-inline .input-box .input-text,
.header-12 .search-inline .input-box .action {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  height: 38px;
}
.header-12 .search-inline .input-box .action:hover {
  color: #ffb700;
}
.header-12 .search-inline .search-category select {
  background-image: url("/images/arrow-select-white.png") !important;
}
.header-13 .header-wrap {
  background-color: #111;
  color: #ffffff;
}
.header-13 .social-icons .an {
  font-size: 13px;
}
.header-13 .iconset, .header-13 .iconset a, .header-13 .social-icons li a {
  color: #ffffff;
}
.header-13 .iconset .icon {
  font-size: 15px;
  min-width: 15px;
}
.header-13 .iconset:hover, .header-13 .iconset a:hover, .header-13 .iconset:hover .icon, .header-13 .social-icons li a:hover {
  color: #fe877b;
}
.header-13 .counter {
  background-color: #ae957b;
  color: #f7f7f2;
  font-size: 10px;
  line-height: 17px;
}
.header-13 .js-mobile-nav-toggle .an {
  color: #ffffff;
}
.header-13 #siteNav > li > a {
  margin: 1px;
}
.header-13 #siteNav > li:hover > a, .header-13 #siteNav > li > a:hover {
  color: #ae957b;
}
.header-13 #siteNav > li > a::after {
  background-color: #ae957b;
}
/* Sticky Menubar Mobile */
.menubar-mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  overflow: auto hidden;
  padding: 5px;
  height: 47px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s;
}
.menubar-mobile .menubar-item {
  position: relative;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}
.menubar-mobile .menubar-item > a {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.menubar-mobile .menubar-label {
  display: block;
  padding: 0;
  margin: 5px 0 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}
.menubar-mobile .counter {
  left: -22px;
}
@media screen and (max-width: 600px) {
  .btnbgc {
    background-color: transparent !important;
  }
  .mobilelogof {
    position: absolute;
    width: 100vw;
    z-index: 0;
  }
  html[dir=ltr] .mobilelogof {
    left: -15px;
  }
  html[dir=rtl] .mobilelogof {
    right: -15px;
  }
  .padiingmobile {
    padding: 0 !important;
    margin: 0 !important;
  }
  .zi {
    z-index: 2;
    position: relative;
  }
}
.breadcrumbs-wrapper {
  background: #f9f9f9;
  margin: 0 0 30px;
}
.breadcrumbs-wrapper .container, .breadcrumbs-wrapper .container-fluid, .breadcrumbs-wrapper .container-sm, .breadcrumbs-wrapper .container-md, .breadcrumbs-wrapper .container-lg, .breadcrumbs-wrapper .container-xl {
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs a, .breadcrumbs span {
  color: #222222;
  display: inline-block;
  padding: 0 0 0 3px;
  margin-left: 3px;
  font-size: 12px;
}
.page-title h1 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 30px 0;
  text-align: center;
}
.page.section-header {
  background: #f9f9f9;
  padding: 20px 0;
  margin-bottom: 30px;
}
.collection-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.collection-hero__image {
  background-color: #f2f2f2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  opacity: 1;
}
.collection-hero__title-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.collection-hero__title-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
}
.collection-hero__title {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.collection-description {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collection-hero.large .collection-hero__image {
  height: 280px;
}
.collection-hero.medium .collection-hero__image {
  height: 200px;
}
.collection-hero .collection-hero__title.medium {
  font-size: 18px;
}
#Breadcrumb {
  list-style: none;
  margin: 0;
}
#Breadcrumb li {
  display: inline-flex;
  padding: 0 1px;
  margin: 0;
}
/*********************************************************************************
    Template Name: Optimal Multipurpose eCommerce Bootstrap 5 Html Template
    Description: A perfect template to build beautiful and unique Fashion websites. It comes with nice and clean design.
    Version: 1.0
**********************************************************************************/
@media only screen and (max-width: 1400px) {
  .slideshow .middle-left .slideshow-content-in {
    left: 60px;
  }
  .slideshow .middle-right .slideshow-content-in {
    right: 60px;
  }
  .index-demo13 .slideshow--xlarge {
    height: 650px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
  #search-popup {
    padding: 20px 20px 20px 20px;
  }
  #siteNav > li > a .navLbl {
    top: -20px;
  }
  .topBar .item.center {
    border: 0;
  }
  .header-6 #siteNav > li .megamenu,
  .header-9 #siteNav > li .megamenu {
    left: 0;
  }
  .header-8 #siteNav > li > a,
  .header-9 #siteNav > li > a {
    padding: 10px 9px;
  }
  .slideshow__text-content {
    max-width: 450px;
  }
  .slideshow .slideshow__title {
    font-size: 30px;
  }
  .slideshow .slideshow__subtitle {
    font-size: 14px;
  }
  .slideshow .middle-left .slideshow-content-in {
    left: 30px;
  }
  .slideshow .middle-right .slideshow-content-in {
    right: 30px;
  }
  .slideshow .bottom-middle .slideshow-content-in {
    bottom: 35px;
  }
  .slideshow .middle-bottom .slideshow-content-in {
    right: 30px;
  }
  .logo-bar .slick-prev {
    left: -15px;
  }
  .logo-bar .slick-next {
    right: -15px;
  }
  .collection-banners.style5 .collection-grid-item__title {
    font-size: 14px;
  }
  .grid-sizer.grid-6col, .collection-banners.style5 .collection-page-item {
    width: 20%;
  }
  .product-nav {
    display: none;
  }
  .arwOut3 .slick-prev {
    left: -15px;
  }
  .arwOut3 .slick-next {
    right: -15px;
  }
  .productSlider .slick-prev, .productPageSlider .slick-prev, .productSlider-style1 .slick-prev,
  .productSlider-style2 .slick-prev, .productSlider-fullwidth .slick-prev, .home-blog-post .slick-prev {
    left: -10px;
  }
  .productSlider .slick-next, .productPageSlider .slick-next, .productSlider-style1 .slick-next,
  .productSlider-style2 .slick-next, .productSlider-fullwidth .slick-next, .home-blog-post .slick-next {
    right: -10px;
  }
  .left .slideshow__text-content {
    left: 10px;
  }
  .featured-content.style1 .f-text {
    padding: 15px 25px;
  }
  .collection-slider-full .slick-prev {
    left: -10px;
  }
  .collection-slider-full .slick-next {
    right: -10px;
  }
  .header-12 .store-info-slider .info-bar,
  .header-12 .store-info-slider .info-bar.text-right {
    text-align: center !important;
  }
  .index-demo13 .slideshow .slideshow__title {
    font-size: 20px;
  }
  .index-demo13 .slideshow .mega-small-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .index-demo13 .slideshow .btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .top-header-wrapper .top-header {
    font-size: 12px;
  }
  .productSlider.slick-slider .slick-list, .productPageSlider.slick-slider .slick-list, .productSlider-style2.slick-slider .slick-list {
    margin: 0 -7.5px;
  }
  .productSlider.slick-slider .slick-slide, .productPageSlider.slick-slider .slick-slide, .productSlider-style2.slick-slider .slick-slide {
    margin: 0 7.5px;
  }
  .collection-box .slick-arrow, .collection-box:hover .slick-arrow, .product-details-img .product-thumb .slick-arrow,
  .productSlider .slick-arrow, .productPageSlider .slick-arrow, .productSlider-style1 .slick-arrow, .productSlider-style2 .slick-arrow,
  .productSlider-fullwidth .slick-arrow, .product-single-center-mode .product-center-style3 .slick-arrow,
  .home-blog-post .slick-arrow {
    opacity: 1;
    visibility: visible;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.78);
  }
  .instagram-section .slick-prev, .instagram-section .slick-next {
    opacity: 1;
    visibility: visible;
  }
  .productSlider .slick-next, .collection-box .collection-grid .slick-next, .productPageSlider .slick-next {
    right: -10px;
  }
  .productSlider .slick-prev, .collection-box .collection-grid .slick-prev, .productPageSlider .slick-prev {
    left: -10px;
  }
  .productSlider .slick-prev:before, .productSlider .slick-next:before {
    font-size: 15px;
  }
  .home-blog-post .slick-list, .quote-wraper .slick-list, .collection-grid-slider .slick-list {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .home-blog-post .slick-slide, .quote-wraper .slick-slide, .collection-grid-slider .slick-slide {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .logo-bar .slick-list, .slider-gp30.slick-slider .slick-list {
    margin: 0 -7.5px;
  }
  .logo-bar .slick-slide, .slider-gp30.slick-slider .slick-slide {
    padding: 0 7.5px;
  }
  .arwOut3 .slick-arrow {
    opacity: 1;
    visibility: visible;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.78);
  }
  .arwOut3 .slick-prev {
    left: -10px;
  }
  .arwOut3 .slick-next {
    right: -10px;
  }
  .slideshow .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .slideshow--medium {
    height: 450px;
  }
  #search-popup {
    padding: 20px 15px 20px 15px;
  }
  .button-set {
    opacity: 1;
    visibility: visible;
    top: 5px;
  }
  .button-set.style0 li .btn-icon, .button-set.style2 li .btn-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .variants.add {
    bottom: 0px;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .variants.add .btn {
    padding: 5px 12px;
    font-size: 10px;
    background-color: #f7f7f7;
  }
  .saleTime.desktop {
    display: none;
  }
  .timermobile {
    display: block;
  }
  .timermobile .saleTime {
    display: block;
    position: relative;
    margin-top: 20px;
  }
  .grid-products .item:hover .timermobile .saleTime {
    display: block;
  }
  .button-style2 .variants.add button {
    font-size: 13px;
    padding: 0;
  }
  .button-style2, .button-style2 .variants.add {
    margin-top: 0;
  }
  .button-style2 i {
    vertical-align: middle;
  }
  .lookbook .grid-lb {
    padding: 5px;
    width: 130px;
    flex-direction: column;
    table-layout: inherit;
  }
  .lookbook .grid-lb.left {
    left: auto;
    right: -20px;
  }
  .lookbook .grid-lb .pro-img {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  .lookbook .grid-lb .detail {
    padding-left: 0;
    margin-left: 0 !important;
    text-align: center;
    display: block;
    width: 100%;
  }
  .lookbook .grid-lb .product-review {
    justify-content: center !important;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 15px;
    line-height: 18px;
  }
  .grid-products .item {
    margin: 0 0 20px;
  }
  .top-info-bar.style1 .saleTime {
    display: inline;
  }
  .saleTime {
    right: 2px;
    bottom: 2px;
  }
  .saleTime span > span {
    padding: 4px 0 0px;
    max-width: 35px;
  }
  .saleTime span.ht-count:first-child > span {
    padding-top: 6px;
  }
  .saleTime span.ht-count:last-child > span {
    padding-bottom: 6px;
  }
  .saleTime span > span span {
    font-size: 8px;
    margin-top: -1px;
  }
  .collection-hero.large .collection-hero__image {
    height: 200px;
  }
  .collection-hero .collection-hero__title.medium {
    font-size: 15px;
  }
  .collection-hero.medium .collection-hero__image {
    height: 150px;
  }
  .grid-row {
    margin-top: -15px;
  }
  .grid-row .grid-col {
    padding-top: 15px;
  }
  .upsell-bundle .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .upsell-bundle .usbImgCall {
    padding-left: 10px;
    padding-right: 10px;
    width: 75px;
  }
  .index-demo6 .slideshow, .index-demo6 .slideshow video {
    height: 550px;
  }
  .index-demo8 .button-set li .btn-icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .index-demo9 .slideshow--large {
    height: 550px;
  }
  .index-demo9 .slideshow .ss-mega-title {
    font-size: 62px;
  }
  .index-demo9 .hero--large {
    height: 450px;
  }
  .index-demo10 .collection-banners.style8 .collection-grid-item.banner3 .details .title {
    font-size: 30px;
  }
  .index-demo12 .slideshow--large, .index-demo13 .slideshow--xlarge {
    height: 450px;
  }
  .index-demo12 .hero--large {
    height: 470px;
  }
  .index-demo13 .collection-banners.style7 .collection-grid-item .details.bottom,
  .index-demo15 .collection-banners.style7 .collection-grid-item .details.bottom {
    bottom: 15px !important;
  }
  .index-demo16 .collection-banners.style7 .collection-grid-item .details.bottom {
    bottom: 10px !important;
  }
  .index-demo17 .slideshow, .index-demo17 .slideshow video {
    height: 600px;
  }
  .index-demo17 .slideshow .ss-mega-title {
    font-size: 50px;
  }
  .index-demo18 .slideshow--large {
    height: 450px;
  }
  .index-demo19 .slideshow--large {
    height: 450px;
  }
  .index-demo19 .hero--large {
    height: 350px;
  }
  .index-demo22 .slideshow--large {
    height: 500px;
  }
  .index-demo22 .slideshow .ss-mega-title {
    font-size: 60px;
  }
  .index-demo22 .hero--medium {
    height: 350px;
  }
  .index-demo23 .slideshow--large {
    height: 640px;
  }
  .index-demo24 .slideshow--large {
    height: 640px;
  }
  .index-demo24 .hero--large {
    height: 500px;
  }
  .index-demo24 .collection-banners.style8 .details .title {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  .btn-lg, .btn-group-lg > .btn {
    padding: 10px 20px;
  }
  .btn-big, .btn-sm, .btn-group-sm > .btn {
    font-size: 14px;
  }
  .site-header__logo.mobileview {
    display: block;
  }
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumbs-wrapper .container, .breadcrumbs-wrapper .container-fluid, .breadcrumbs-wrapper .container-sm, .breadcrumbs-wrapper .container-md, .breadcrumbs-wrapper .container-lg, .breadcrumbs-wrapper .container-xl {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .mobile-logo {
    text-align: center;
  }
  .mobile-icon {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
  }
  #siteNav, .d-menu-col {
    display: none;
  }
  .header .header-main, .header-wrap {
    min-height: 60px;
  }
  .mih-50:not(.sticky-header), .mih-55:not(.sticky-header), .header-13 .header-main {
    min-height: 50px !important;
  }
  .mih-70:not(.sticky-header), .mih-80:not(.sticky-header), .mih-90:not(.sticky-header) {
    min-height: 60px !important;
  }
  .search-drawer {
    padding: 30px 20px;
  }
  .page-wrapper {
    position: relative;
    right: 0;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mobile-nav-wrapper {
    display: block;
  }
  body.menuOn {
    overflow: hidden;
  }
  body.menuOn .page-wrapper {
    right: 270px;
  }
  body.menuOn:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  #pageWrapper {
    position: relative;
    left: 0;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .js-mobile-nav-toggle .an {
    display: none;
    color: #000;
  }
  .site-header__menu {
    border: 0;
    padding: 0;
    display: block;
    cursor: pointer;
  }
  .js-mobile-nav-toggle.mobile-nav--open .an-bars-l,
  .js-mobile-nav-toggle.mobile-nav--close .icon.an.an-times-l {
    display: inline-block;
  }
  #MobileNav {
    height: 95%;
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-nav-wrapper .closemobileMenu {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background-color: #eee;
    cursor: pointer;
  }
  .mobile-nav-wrapper .closemobileMenu .an {
    font-size: 15px;
    padding: 2px;
    float: left;
    width: 20px;
    height: 23px;
    line-height: 18px;
  }
  .mobile-nav-wrapper {
    width: 300px;
    height: 100%;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 10000;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mobile-nav-wrapper.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  #MobileNav li {
    border-top: 1px solid #eeeeee;
    position: relative;
  }
  #MobileNav li.acLink {
    border-top: 1px solid rgba(34, 34, 34, 0.5);
  }
  #MobileNav li.grid__item {
    float: none;
    padding: 0;
  }
  #MobileNav li a {
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 15px 15px 15px 45px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
  }
  #MobileNav li a .an {
    color: #333333;
    font-size: 15px;
    display: block;
    width: 40px;
    height: 100%;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }
  #MobileNav li a .lbl {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 4px;
    background-color: #f00;
    position: relative;
    vertical-align: middle;
  }
  #MobileNav li a .lbl.nm_label1 {
    background-color: #01bad4;
  }
  #MobileNav li a .lbl.nm_label1:after {
    border-right-color: #01bad4;
  }
  #MobileNav li a .lbl.nm_label2 {
    background-color: #f54337;
  }
  #MobileNav li a .lbl.nm_label2:after {
    border-right-color: #f54337;
  }
  #MobileNav li a .lbl.nm_label3 {
    background-color: #fb6c3e;
  }
  #MobileNav li a .lbl.nm_label3:after {
    border-right-color: #fb6c3e;
  }
  #MobileNav li a .lbl.nm_label4 {
    background-color: #d0a306;
  }
  #MobileNav li a .lbl.nm_label4:after {
    border-right-color: #d0a306;
  }
  #MobileNav li a .lbl.nm_label5 {
    background-color: #af4de2;
  }
  #MobileNav li a .lbl.nm_label5:after {
    border-right-color: #af4de2;
  }
  #MobileNav.medium li a {
    font-weight: 500;
  }
  #MobileNav.text-capitalize li a {
    text-transform: capitalize;
  }
  #MobileNav li ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #MobileNav li li a {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #MobileNav li li li a {
    padding-left: 30px;
    font-size: 13px;
  }
  #MobileNav li li li li a {
    padding-left: 40px;
    font-size: 13px;
  }
  #MobileNav li li a .an {
    line-height: 45px;
  }
  #MobileNav li.help {
    padding: 15px;
    background-color: rgba(34, 34, 34, 0.05);
  }
  .layout-boxed {
    margin: 0 auto;
    box-shadow: none;
  }
  .layout-boxed .container, .layout-boxed .container-fluid, .layout-boxed .container-sm, .layout-boxed .container-md, .layout-boxed .container-lg, .layout-boxed .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout-fullwidth .container, .layout-fullwidth .container-fluid, .layout-fullwidth .container-sm, .layout-fullwidth .container-md, .layout-fullwidth .container-lg, .layout-fullwidth .container-xl {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-info-bar .item.center {
    border-left: none;
    border-right: none;
  }
  .slideshow .btn {
    padding: 8px 20px;
  }
  .slideshow .slick-prev {
    left: 10px;
  }
  .slideshow .slick-next {
    right: 10px;
  }
  .slideshow--large {
    height: 450px;
  }
  .slideshow .ss-sub-title {
    font-size: 15px !important;
  }
  .slideshow .ss-small-title {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .slideshow .middle-left .slideshow-content-in {
    left: 5%;
    width: 90%;
  }
  .slideshow .bottom-left .slideshow-content-in {
    left: 35px;
    bottom: 45px;
  }
  .header-7 .counter {
    position: absolute;
    left: -2px;
    top: -4px;
  }
  .footer .footer-top {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-10 .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .parallax-banner-style4 .hero .text-small .mega-title {
    font-size: 28px;
  }
  .parallax-banner-style4 .hero .text-small .mega-subtitle {
    font-size: 18px;
  }
  .newsletter-section .justify-content-end {
    -webkit-flex-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .footer-social {
    margin-top: 30px;
  }
  .collection-banners.style1 .collection-grid-item .title {
    font-size: 16px;
  }
  .collection-banners.style1 .collection-grid-item .title.fs-3 {
    font-size: 18px !important;
  }
  .collection-banners.style1 .collection-grid-item .title.large-title {
    font-size: 27px;
  }
  .collection-banners.style1 .fs-5 {
    font-size: 16px !important;
  }
  .collection-banners.style1 .btn--link.fs-6 {
    font-size: 13px !important;
  }
  .template-collection .collection-header {
    margin-bottom: 20px;
  }
  h1.product-single__title, .product-single__title.h1 {
    font-size: 16px;
  }
  .product-form .swatch .swatchLbl.xlarge {
    width: 45px;
    height: 45px;
  }
  .product-details-img .product-tab-left .slick-prev,
  .product-details-img .product-tab-left .slick-next {
    bottom: -5px;
    height: 24px;
  }
  .template-product .product-tabs li a {
    margin-left: 18px;
  }
  .template-product .product-tabs.style2 li a,
  .template-product .product-tabs.style3 li a {
    padding: 10px 20px;
  }
  .left-content-product {
    width: 100%;
    padding-right: 0;
  }
  .sidebar-product {
    width: 100%;
    padding-left: 0;
  }
  .sidebar-product .related-product .grid__item {
    width: 50%;
  }
  .sidebar-product .related-product .grid__item:nth-child(2n+1) {
    clear: left;
  }
  .sidebar-product .sub-heading {
    max-width: 100%;
  }
  .prSidebar .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .latest-blog .wrap-blog .article__grid-image, .latest-blog .wrap-blog .article__grid-meta {
    vertical-align: top;
  }
  .latest-blog .wrap-blog .wrap-blog-inner {
    padding: 0 20px;
    margin-left: 0;
  }
  .image-banner-1 {
    padding-left: 15px !important;
    margin-bottom: 30px;
  }
  .image-banner-2 {
    padding-right: 15px !important;
  }
  .image-banner-2 .mt-4 {
    margin-top: 30px !important;
  }
  .img-grid-banner2 .col-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .hero .text-large .mega-title {
    font-size: 35px;
  }
  .hero .text-large .mega-subtitle {
    font-size: 18px;
  }
  .hero, .index-demo5 .hero--exlarge {
    height: 400px;
  }
  .hero.hero--small {
    height: 300px;
  }
  .hero .text-medium .mega-title {
    font-size: 25px;
  }
  .hero .text-medium .mega-subtitle {
    font-size: 15px;
  }
  .hero .hero__inner .details {
    font-size: 16px;
  }
  .collection-banners.style8 .details.center-bottom {
    bottom: 0 !important;
  }
  .collection-banners.style8 .details.top-left {
    width: 50%;
    top: 15px !important;
    left: 15px;
  }
  .collection-banners.style8 .details .title {
    font-size: 18px !important;
  }
  .collection-banners.style8 .details p {
    font-size: 13px !important;
  }
  .collection-banners.style8 .details.top-center {
    width: 100%;
    top: 10px !important;
  }
  .collection-banners.style8 .details.bottom-right {
    width: 60%;
    bottom: 0px !important;
    right: 0px;
  }
  .collection-banners.style8 .collection-grid-item.banner4 .details .title {
    font-size: 15px !important;
  }
  .collection-banners.style8 .collection-grid-item.banner4 .details.bottom-left,
  .collection-banners.style8 .collection-grid-item.banner6 .details.bottom-left {
    width: 85%;
    bottom: 0px !important;
    left: 0px;
  }
  .collection-banners.style8 .collection-grid-item.banner7 .details.bottom-left {
    width: 50%;
    bottom: 0px !important;
    right: 0px;
  }
  .collection-banners.style8 .details.center-left, .collection-banners.style8 .details.bottom-left {
    left: 10px;
  }
  .collection-banners.style8.shop-categories .details .title {
    font-size: 14px !important;
  }
  .parallax-banner-style3 .hero .hero__inner .wrap-text {
    padding: 25px;
  }
  .featured-content .list-items {
    margin-left: 0;
    margin-right: 0;
  }
  .product-labels.rounded .lbl {
    height: 35px;
    width: 35px;
    font-size: 10px;
  }
  .feature-row__text .row-text {
    padding: 20px;
  }
  .parallax-banner-style5 .hero .mega-title {
    font-size: 36px;
  }
  .parallax-banner-style5 .hero .hero__inner .details {
    font-size: 15px;
  }
  .grid-mr-50 {
    margin: -15px;
  }
  .grid-mr-50 .cl-item, .collection-banners .grid-mr-30 .cl-item {
    padding: 15px;
  }
  .grid-mr-30 {
    margin: -10px;
  }
  .grid-mr-30 .cl-item, .collection-banners .grid-mr-30 .cl-item {
    padding: 10px;
  }
  .grid-mr-15, .grid-mr-20 {
    margin: -7.5px;
  }
  .grid-mr-15 .cl-item, .grid-mr-20 .cl-item, .collection-banners .grid-mr-15 .row .cl-item, .collection-banners .grid-mr-20 .row .cl-item {
    padding: 7.5px;
  }
  .collection-grid-item__title {
    font-size: 16px;
  }
  .collection-slider .slick-arrow, .collection-slider:hover .slick-arrow, .home-blog-post .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .home-blog-post .slick-arrow {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 29px;
    font-size: 0;
  }
  .home-blog-post .slick-next:before, .home-blog-post .slick-next:after,
  .home-blog-post .slick-prev:before, .home-blog-post .slick-prev:after {
    font-size: 16px;
    line-height: 31px;
  }
  .home-blog-post .slick-prev {
    left: -10px;
  }
  .home-blog-post .slick-next {
    right: -10px;
  }
  .instagram-slider-style2 .slick-prev, .instagram-slider-style2 .slick-next {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .instagram-slider-style2 .slick-prev {
    left: -10px;
  }
  .instagram-slider-style2 .slick-next {
    right: -10px;
  }
  .grid-categorys .category-item .category-title {
    font-size: 16px;
  }
  .grid-categorys .style1 .category-grid-item .details,
  .grid-categorys .style4 .category-grid-item .details {
    position: relative;
    left: auto;
    right: auto;
    padding: 10px 10px 10px;
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .button-set.style1 {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
  }
  .button-set.style1 li .btn-icon {
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    margin: 0px;
  }
  .button-set li .btn-icon.btn-square {
    line-height: 27px;
  }
  .button-set .tooltip-label {
    top: -28px;
  }
  .button-set.style2 {
    opacity: 1;
    visibility: visible;
    right: 5px;
    bottom: 5px;
  }
  .button-set.style2 .tooltip-label {
    line-height: 21px;
  }
  .button-set.style3 {
    left: 10px;
    top: 10px;
  }
  .index-demo17 .grid-products.style2 .item .button-set .tooltip-label {
    bottom: 44px;
  }
  .grid-products.style2 .item .product-details {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .grid-products.style2 .item .button-set {
    margin: 5px 0 0;
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .grid-products.style2 .item .overlay {
    opacity: 0;
    visibility: hidden;
    position: static;
    display: none;
  }
  .grid-products.style2 .item {
    margin-bottom: 10px;
  }
  .grid-products.style2 .item.col-6 {
    margin-bottom: 0;
  }
  .breadcrumbs-wrapper {
    margin-bottom: 20px;
  }
  .store-info.style2 li {
    text-align: center;
  }
  .store-info.style2 .anm {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .store-info.style2 p {
    padding-left: 0;
  }
  .store-features.style1 .col {
    flex: 0 0 33.33333%;
  }
  .store-features.style2 i {
    font-size: 25px;
  }
  .store-features.style2 .detail .fs-6 {
    font-size: 14px !important;
  }
  .store-features.style3 .detail {
    font-size: 15px;
    margin: 15px 0 0;
  }
  .store-features.style4 .store-info .an {
    font-size: 32px;
  }
  .store-features.style4 .store-info h4 {
    font-size: 15px;
  }
  .section .background-parallax {
    background-position: 50% 50% !important;
    background-attachment: inherit !important;
  }
  .imgBanners.style3 .row .img-banner-item:nth-of-type(1) {
    padding-right: 0;
  }
  .imgBanners.style3 .row .img-banner-item:nth-of-type(2) {
    padding-right: 0;
  }
  .imgBanners.style3 .row .img-banner-item:nth-of-type(3) {
    padding-right: 0;
    margin-top: 10px;
  }
  .footer .instagram-col {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    margin-top: 20px;
  }
  .tab_container .grid-products .slick-arrow:before {
    font-size: 15px;
    line-height: 18px;
  }
  .imgBanners.style4 .details .title {
    font-size: 24px;
  }
  .slideshow.style2 .slideshow__title {
    font-size: 30px;
  }
  .slideshow.style2 .slideshow__subtitle {
    font-size: 13px;
  }
  .slideshow img.desktop-hide {
    display: none;
  }
  .slideshow img.mobile-hide {
    display: block;
  }
  .sideProSlider .slick-arrow,
  .collection-grid-slider .slick-arrow {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    visibility: visible;
  }
  .collection-slider-full .slick-prev {
    left: 5px;
  }
  .collection-slider-full .slick-next {
    right: 5px;
  }
  .collection-slider-full .collection-grid-slider {
    padding: 0 20px;
  }
  .collection-slider.background-none .details .collection-item-title {
    font-size: 14px;
  }
  .collection-slider.background-none .slick-prev {
    left: 0;
  }
  .collection-slider.background-none .slick-next {
    right: 0;
  }
  .imgBanners.style7 .inner .ttl {
    padding: 5px;
  }
  .imgBanners.style7 .ttl .tt-small {
    font-size: 13px;
  }
  .imgBanners.style7 .ttl .tt-big {
    font-size: 20px;
    line-height: 28px;
  }
  .section.newsletter-section {
    padding: 45px 0;
  }
  .cookie-button-set {
    clear: both;
    padding-top: 10px;
  }
  .video-text .ttl {
    font-size: 30px;
  }
  #site-scroll.textbase,
  .index-demo4 #site-scroll, .index-demo5 #site-scroll {
    left: 0;
    bottom: 50px;
  }
  .button-set-top .wishlist {
    background: #fff;
  }
  /*.button-set-top .quick-view { opacity:1; visibility:visible; }*/
  .button-set-bottom {
    opacity: 1;
    visibility: visible;
  }
  .button-set-bottom .btn {
    padding: 5px 15px 5px;
  }
  .tooltip-label {
    display: none !important;
  }
  .shop-listing .page-title h1 {
    font-size: 14px;
  }
  .filters-toolbar__input {
    height: 32px;
  }
  .btn.btn-filter {
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
  }
  .btn.btn-filter:before {
    font-family: "annimex-icons";
    font-size: 20px;
  }
  .sidebar .filterBox, .sidebar-border .sidebar_widget.filterBox {
    padding: 0;
    border: none;
  }
  .filterbar {
    width: 270px;
    height: 100%;
    padding: 0 !important;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: -275px;
    z-index: 9999;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .filterbar .sidebar_tags {
    position: relative;
    z-index: 9;
    background: #ffffff;
    padding: 20px;
    height: 100%;
    overflow: auto;
  }
  .filterbar .sidebar_widget:not(.filterBox), .filterbar .static-banner-block {
    display: none;
  }
  .filterbar.active {
    right: 0;
  }
  .filterbar.active .closeFilter {
    color: #ffffff;
    font-size: 15px;
    line-height: 32px;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 100%;
    background-color: #000000;
    box-shadow: 0 0 5px #ddd;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .filterbar.active .closeFilter:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .filterBox .filter-color .swacth-btn.rectangle {
    width: 31px;
  }
  .sidebar-bg .sidebar_tags {
    background: #f9f9f9;
  }
  .sidebar-bg .sidebar_widget.filterBox {
    padding: 0;
    margin-bottom: 15px;
    background-color: transparent;
    border-radius: 0;
  }
  .collection-top-filters.filterbar {
    border: none;
    border-radius: 0;
    margin: 0;
  }
  .collection-top-filters .sidebar_tags {
    background: #f5f5f5;
    align-content: flex-start;
  }
  .collection-top-filters .filterDD {
    width: 100%;
    min-width: 100%;
    position: static !important;
    transform: none !important;
    margin: 15px 0 0 !important;
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
  }
  .collection-top-filters .filterDD.show {
    display: none;
  }
  .collection-top-filters .flTtl {
    padding: 0;
    width: 100%;
  }
  .collection-top-filters .flTtl:after {
    content: "\eb69";
  }
  .collection-top-filters .flTtl.show:after {
    content: "\eb66";
  }
  .collection-top-filters .btn-group {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .shop-fullwidth .filterbar {
    width: 270px;
    left: -300px;
  }
  .shop-fullwidth .filterbar.active {
    left: 0;
  }
  .compare-page2 .table .featured-image {
    max-width: 185px;
  }
  .blog-sidebar {
    margin-bottom: 30px;
  }
  .blog-sidebar .sidebar_widget {
    margin-bottom: 10px;
  }
  .blog-sidebar .sidebar_widget .widget-title {
    cursor: pointer;
    border-bottom: 1px solid #e8e9eb;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
  }
  .blog-sidebar .sidebar_widget .widget-title h2 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .blog-sidebar .sidebar_widget .widget-title.active,
  .blog-sidebar .sidebar_widget .widget-title.active h2 {
    color: #fe877b;
  }
  .blog-sidebar .sidebar_widget .widget-title:after {
    content: "\ea45";
    font-family: "annimex-icons";
    font-size: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
  }
  .blog-sidebar .sidebar_widget .widget-title.active:after {
    content: "\ea48";
  }
  .blog-sidebar .sidebar_widget .widget-content {
    display: none;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .blog-masonry.shop-fullwidth .btn-filter {
    width: 42px;
    font-size: 0;
  }
  .blog-masonry.shop-fullwidth .btn-filter:before {
    font-size: 20px;
    margin-left: -12px;
  }
  .custom-search .input-group .input-group__field,
  .custom-search .input-group .btn {
    height: 40px;
  }
  #comment_form {
    padding: 24px 25px 25px;
  }
  .blog-single-page .comment__avatar {
    width: 60px;
    margin-left: 12px;
  }
  .blog-single-page .comments-list--level--1 > .comments-list__item {
    margin-left: 25px;
  }
  .login-register .inner {
    padding: 20px;
  }
  .dashboard-upper-info .d-single-info {
    padding: 16px 15px;
    border-bottom: 1px solid #ebebeb;
  }
  .dashboard-upper-info .col-sm-6:nth-child(2n) .d-single-info {
    border-left: none;
  }
  .dashboard-upper-info .col-sm-6:nth-child(3n) .d-single-info,
  .dashboard-upper-info .col-sm-6:nth-child(4n) .d-single-info {
    border-bottom: none;
  }
  .row_text {
    padding: 0;
    order: 2;
  }
  .row_text .row-text {
    max-width: 100%;
    padding: 30px 30px;
  }
  .lookbook .zoom-img {
    width: 30px;
    height: 30px;
  }
  .lookbook .zoom-img .an {
    font-size: 13px;
  }
  .lookbook .lookbook-caption,
  .grid-lookbook.style3 .lookbook .grid-lookbook .lookbook-caption,
  .grid-lookbook.style3 .lookbook .grid-lookbook:hover .lookbook-caption {
    top: auto;
    bottom: 0;
  }
  .about-pstyle2 .collection-hero.inner .collection-hero__image {
    height: 360px;
  }
  .about-pstyle2 .about-bnr-text,
  .about-pstyle3 .about-bnr-text .container {
    max-width: 684px;
  }
  .contactus-page .contact-inner {
    padding: 25px 20px 30px;
  }
  .contact-pstyle2 .contact-details {
    padding: 30px 15px;
  }
  .tracking-steps .step {
    min-width: 160px;
  }
  .template-index.index-demo1 {
    padding-bottom: 45px;
  }
  .template-index.index-demo1 #site-scroll {
    bottom: 60px;
  }
  .index-demo3 .slideshow .middle-right .slideshow-content-in {
    right: 0;
    left: 0;
    bottom: 35px;
    top: auto;
    margin: 0 auto;
    text-align: center !important;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .index-demo5 .slideshow .whiteText .ss-sub-title {
    display: block !important;
  }
  .index-demo6 .top-info-bar .item {
    font-size: 13px;
    padding: 4px 20px;
  }
  .index-demo6 .top-info-bar .btn-close {
    top: 3px;
  }
  .index-demo6 .hero .hero__inner .wrap-text {
    padding: 0;
    width: 100%;
  }
  .index-demo6 .hero .text-large .mega-title, .index-demo6 .banner-style3 .hero .text-large .mega-title {
    font-size: 40px;
  }
  .index-demo6 .hero .text-large .mega-subtitle {
    font-size: 14px;
  }
  .index-demo6 .banner-style2 .hero--large {
    height: 400px;
  }
  .index-demo6 .banner-style3 .hero--xlarge {
    height: 500px;
  }
  .index-demo6 .featured-content.style1 .f-text {
    padding: 30px 40px 0;
    max-width: 100%;
  }
  .index-demo7 .hero .font-bold .mega-title {
    font-size: 40px;
  }
  .index-demo7 .hero .text-small .mega-subtitle {
    font-size: 15px;
  }
  .index-demo7 .slideshow .wrap-caption {
    padding: 30px;
  }
  .index-demo7 .slideshow .ss-mega-title {
    font-size: 40px;
  }
  .index-demo7 .slideshow .btn {
    padding: 11px 20px;
  }
  .index-demo7 .mini-product .mini-list-item:last-of-type {
    margin-bottom: 20px;
  }
  .index-demo8 .slideshow .wrap-caption {
    padding: 15px 20px;
  }
  .index-demo8 .slideshow .ss-mega-title {
    font-size: 30px;
  }
  .index-demo9 .slideshow .ss-mega-title {
    font-size: 50px;
  }
  .index-demo9 .slideshow .btn-lg, .index-demo9 .slideshow .btn-group-lg > .btn {
    padding: 10px 20px;
    font-size: 15px;
  }
  .index-demo10 .collection-banners.style8 .details.center-right {
    right: 10px;
  }
  .index-demo10 .collection-banners.style8 .details.top-left {
    top: 0px !important;
    left: 0;
  }
  .index-demo11 .slideshow .ss-mega-title {
    font-size: 30px;
  }
  .index-demo12 .slideshow .ss-mega-title {
    font-size: 55px;
  }
  .index-demo12 .mobile-nav-wrapper .closemobileMenu {
    color: #000;
    background-color: #ffb700;
  }
  .index-demo12 .mobile-nav-wrapper {
    background-color: #1e2832;
  }
  .index-demo12 #MobileNav li {
    border-color: #36414d;
  }
  .index-demo12 #MobileNav li a {
    color: #fff;
  }
  .index-demo12 #MobileNav li a .an {
    color: #fff;
  }
  .index-demo12 #MobileNav li.help {
    background-color: #29333c;
    color: #fff;
    font-size: 14px;
  }
  .index-demo12 #MobileNav li.help b {
    color: #FFB700;
  }
  .index-demo12 .parallax-banner-style4 .hero .text-small .mega-title {
    font-size: 32px;
  }
  .index-demo12 .collection-banners.style8 .details.top-left {
    left: 10px;
    top: 10px !important;
  }
  .index-demo12 .collection-banners.style8 .details.bottom-left {
    left: 10px;
    bottom: 10px !important;
  }
  .index-demo12 .collection-banners.style8.two-banner .details .btn {
    padding: 8px 20px;
    font-size: 13px;
  }
  .index-demo13 .mobile-nav-wrapper .closemobileMenu {
    color: #fff;
    background-color: #2d2d2d;
  }
  .index-demo13 .mobile-nav-wrapper {
    background-color: #262626;
  }
  .index-demo13 #MobileNav li {
    border-color: #313131;
  }
  .index-demo13 #MobileNav li a {
    color: #fff;
  }
  .index-demo13 #MobileNav li a .an {
    color: #fff;
  }
  .index-demo13 #MobileNav li.help {
    background-color: #2d2d2d;
    color: #fff;
    font-size: 14px;
  }
  .index-demo14 .collection-banners.style1 .collection-grid-item .details {
    width: 85% !important;
  }
  .index-demo14 .collection-banners.style1 .collection-grid-item .title {
    font-size: 20px;
  }
  .index-demo14 .collection-banners.style1 .collection-grid-item .fs-6 {
    font-size: 14px !important;
  }
  .index-demo14 .hero .text-medium .mega-title {
    font-size: 35px;
  }
  .index-demo14 .hero .hero__inner .details {
    font-size: 15px;
  }
  .index-demo15 .slideshow .slideshow-content-in {
    margin-top: 0;
  }
  .index-demo15 .slideshow .ss-mega-title {
    font-size: 40px;
  }
  .index-demo16 .slideshow .slide1 .ss-mega-title, .index-demo16 .slideshow .slide2 .ss-mega-title {
    font-size: 45px;
  }
  .index-demo16 .collection-banners.style8 .details.top-left {
    top: 10px !important;
    left: 10px;
  }
  .index-demo16 .collection-banners.style8 .details .title {
    font-size: 25px !important;
  }
  .index-demo16 .collection-banners.style8 .banner2 .details .title {
    font-size: 27px !important;
  }
  .index-demo18 .slideshow .slide1 .ss-mega-title,
  .index-demo18 .slideshow .slide2 .ss-mega-title {
    font-size: 36px;
  }
  .index-demo18 .about-service h4 {
    font-size: 20px;
  }
  .index-demo18 .grid-categorys .category-item .category-title {
    font-size: 20px;
  }
  .index-demo18 .collection-banners.style1 .collection-grid-item .title {
    font-size: 22px !important;
  }
  .index-demo19 .slideshow .wrap-caption {
    padding: 25px 30px 30px;
  }
  .index-demo19 .banner-text .section-header p {
    font-size: 18px;
  }
  .index-demo20 .counter {
    top: -4px;
    left: -4px;
  }
  .index-demo20 .collection-banners.style8 .details .subtitle {
    font-size: 16px !important;
  }
  .index-demo20 .collection-banners.style8 .details .title {
    font-size: 25px !important;
  }
  .index-demo20 .collection-banners.style8 .collection-grid-item .details {
    width: auto !important;
  }
  .index-demo20 .collection-banners.style8 .collection-grid-item.banner2 .details .title,
  .index-demo20 .collection-banners.style8 .collection-grid-item.banner3 .details .title {
    font-size: 20px !important;
  }
  .index-demo20 .collection-banners.style8 .banner2 .details .subtitle,
  .index-demo20 .collection-banners.style8 .banner3 .details .subtitle {
    font-size: 13px !important;
  }
  .index-demo20 .collection-banners.style8 .details.top-left {
    top: 10px !important;
    left: 10px;
  }
  .index-demo21 .slideshow--medium {
    height: 500px;
  }
  .index-demo21 .slideshow .ss-mega-title {
    font-size: 50px;
  }
  .index-demo21 .slideshow .ss-sub-title {
    font-size: 18px !important;
  }
  .index-demo21 .collection-banners .detail-text .title {
    font-size: 27px;
  }
  .index-demo21 .collection-banners.style8 .details .title {
    font-size: 22px !important;
  }
  .index-demo21 .collection-banners.style8 .details.box .title {
    font-size: 19px !important;
  }
  .index-demo21 .grid-categorys .category-item .category-title {
    font-size: 23px;
  }
  .index-demo21 .collection-slider.background-none .details .collection-item-title {
    font-size: 16px;
  }
  .index-demo22 .header-main, .index-demo22 .header-wrap {
    min-height: 50px;
  }
  .index-demo22 .slideshow .ss-mega-title {
    font-size: 50px;
  }
  .index-demo22 .slideshow .ss-sub-title {
    margin-bottom: 25px;
  }
  .index-demo22 .slideshow .btn-lg, .index-demo22 .slideshow .btn-group-lg > .btn {
    padding: 8px 20px;
    font-size: 15px;
  }
  .index-demo22 .collection-banners .details .title {
    font-size: 22px !important;
  }
  .index-demo22 .collection-banners .details .subtitle {
    font-size: 15px !important;
  }
  .index-demo22 .collection-banners .details .btn {
    padding: 8px 20px;
    font-size: 13px;
  }
  .index-demo23 .mih-90:not(.sticky-header) {
    min-height: 70px !important;
  }
  .index-demo23 .slideshow .ss-mega-title {
    font-size: 46px;
  }
  .index-demo24 .slideshow--large {
    height: 500px;
  }
  .index-demo24 .slideshow .ss-mega-title {
    font-size: 45px;
  }
  .index-demo24 .collection-banners.style8 .details .title {
    font-size: 25px !important;
  }
  .index-demo24 .collection-banners.style8 .collection-grid-item .details {
    padding: 20px 20px 30px;
    width: 100% !important;
  }
  .index-demo24 .collection-banners.style8 .collection-grid-item .btn--link {
    margin-top: 15px;
  }
  .index-demo24 .collection-banners.style8 .details.top-left {
    top: 10px !important;
    left: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .text-md-left {
    text-align: right !important;
  }
  .shop-masonry-grid .grid-sizer.col-lg-4,
  .shop-masonry-grid .collection-page-item.col-lg-4 {
    max-width: 33.33333333%;
  }
  .product-sticky-style {
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
    margin-bottom: 40px;
  }
  .prstyle2 .prFeatures {
    float: left;
    width: 100%;
    padding-top: 30px;
  }
  .prstyle2 .prFeatures img {
    max-width: 40px;
  }
  .prstyle2 .prFeatures .details {
    margin-left: 55px;
  }
  .prstyle3 .prFeatures .grid__item {
    margin-bottom: 30px;
  }
  .prstyle3 .prFeatures img {
    max-width: 40px;
  }
  .prstyle3 .prFeatures .details {
    margin-left: 50px;
  }
  .top-text-block {
    text-align: center;
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto;
  }
  .video-text.bottomcenter {
    top: inherit;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
  }
  .video-text.center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .video-text.topcenter {
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
  }
  .video-text.left {
    left: 7%;
    text-align: left;
    top: 50%;
  }
  .video-text.leftbottom {
    left: 7%;
    text-align: left;
    bottom: 10%;
    transform: none;
    top: inherit;
  }
  .video-text.right {
    right: 7%;
    text-align: right;
    top: 50%;
  }
  .video-text.rightbottom {
    right: 7%;
    text-align: right;
    bottom: 10%;
    transform: none;
    top: inherit;
  }
  .category-text-banner .block-ttl {
    width: 50%;
  }
  .contactus-page .footer.footer-1 {
    margin-top: 0;
  }
  .footer-7 .footer-bottom {
    font-size: 13px;
  }
  .index-demo3 .section-header h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .index-demo3 .section-header p {
    font-size: 15px;
  }
  .index-demo6 .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .index-demo8 .grid-categorys .category-item .category-title, .index-demo9 .grid-categorys .category-item .category-title,
  .index-demo11 .grid-categorys .category-item .category-title {
    font-size: 16px;
  }
  .index-demo9 .grid-categorys .category-item .details {
    padding: 20px 15px 20px;
  }
  .index-demo16 .collection-banners.style7 .shop-grid-5 .item.col-xl-2,
  .index-demo16 .store-features .shop-grid-5 .item.col-xl-2 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
  }
  .index-demo18 .section-header p, .index-demo18 .grid-products .item .product-name a,
  .index-demo18 .product-price .price, .index-demo18 .product-price .old-price {
    font-size: 14px;
  }
  .index-demo19 .section-header p {
    font-size: 14px;
  }
  .index-demo22 .collection-banners.style8 .collection-grid-item.banner3 .details.center-right {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.69231em;
  }
  h2, .h2 {
    font-size: 1.38462em;
  }
  h3, .h3 {
    font-size: 1.15385em;
  }
  h6, .h6 {
    font-size: 13px;
  }
  .fs-26 {
    font-size: 22px;
  }
  .btn-lg, .btn-group-lg > .btn {
    font-size: 13px;
    padding: 8px 25px;
  }
  .btn-sm, .btn-group-sm > .btn {
    font-size: 13px;
  }
  .small--hide {
    display: none !important;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .grid-mr-15, .grid-mr-20 {
    margin: -5px;
  }
  .grid-mr-15 .cl-item, .grid-mr-20 .cl-item, .collection-banners .grid-mr-15 .row .cl-item, .collection-banners .grid-mr-20 .row .cl-item {
    padding: 5px;
  }
  .iconset .icon {
    font-size: 16px;
    min-width: 16px;
  }
  .section-header h2 {
    font-size: 18px;
  }
  .index-demo2 .section-header h2 {
    font-size: 18px;
  }
  /*.section-header p br { display:none; } */
  .mobile-hide {
    display: none;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-drawer {
    padding: 20px;
  }
  .search-drawer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .search-drawer .input-text {
    padding: 5px 30px;
  }
  .pb-section {
    padding-bottom: 15px;
  }
  .index-demo10 .store-features, .index-demo8 .store-features, .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-title h1 {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .top-info-bar.style1 .btn-close {
    right: 0;
  }
  .productSlider.slick-slider .slick-list, .productPageSlider.slick-slider .slick-list, .productSlider-style2.slick-slider .slick-list {
    margin: 0 -5px;
  }
  .productSlider.slick-slider .slick-slide, .productPageSlider.slick-slider .slick-slide, .productSlider-style2.slick-slider .slick-slide {
    margin: 0 5px;
  }
  .collection-box .slick-arrow:before, .collection-box:hover .slick-arrow,
  .productSlider .slick-arrow:before, .productPageSlider .slick-arrow:before,
  .productSlider-style1 .slick-arrow:before, .productSlider-style2 .slick-arrow:before, .productSlider-fullwidth .slick-arrow:before {
    font-size: 15px;
    line-height: 20px;
  }
  .home-blog-post .slick-list, .quote-wraper .slick-list, .collection-grid-slider .slick-list {
    margin-right: -5px;
    margin-left: -5px;
  }
  .home-blog-post .slick-slide, .quote-wraper .slick-slide, .collection-grid-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }
  .logo-bar .slick-list, .slider-gp30.slick-slider .slick-list {
    margin: 0 -5px;
  }
  .logo-bar .slick-slide, .slider-gp30.slick-slider .slick-slide {
    padding: 0 5px;
  }
  .slideshow .mega-small-title {
    display: none;
  }
  .slideshow .slideshow__title {
    font-size: 22px;
  }
  .slideshow .slideshow__subtitle {
    font-size: 13px;
    display: none;
  }
  .slideshow__text-content.bottom {
    bottom: 0;
  }
  .slideshow .slick-prev, .slideshow .slick-next {
    width: 30px;
    height: 30px;
  }
  .slideshow .slick-prev::before, .slideshow .slick-next::before {
    font-size: 17px;
  }
  .slideshow .btn-primary + .btn-primary {
    margin-right: 10px;
  }
  .slideshow--medium {
    height: 360px;
  }
  .logo-bar .slick-list {
    margin: 0 -5px;
  }
  .logo-bar .slick-slide {
    padding: 0 5px;
  }
  .grid-mr-50 {
    margin: -10px;
  }
  .grid-mr-50 .cl-item, .collection-banners .grid-mr-30 .cl-item {
    padding: 10px;
  }
  .grid-mr-30 {
    margin: -5px;
  }
  .grid-mr-30 .cl-item, .collection-banners .grid-mr-30 .cl-item {
    padding: 5px;
  }
  .collection-grid-item .details.bottom {
    bottom: 0 !important;
  }
  .collection-banners.style7 .collection-grid-item .details .inner {
    padding: 8px 12px;
  }
  .collection-banners.style7 .collection-grid-item .details .title {
    font-size: 13px;
  }
  .grid-products.style2 .row .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-products.style2 .row .col-sm-4 .item {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .grid-products.style2 .row .col-sm-4.col-md-6 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid-products.style2 .row .col-sm-4 .item:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 10px;
  }
  .grid-products.style2 .row .col-sm-4 .item .product-image {
    margin-bottom: 0;
  }
  .grid-products .item .swatches li.large {
    height: 25px;
    width: 25px;
  }
  .button-set li .btn-icon {
    font-size: 15px;
    line-height: 27px;
    height: 30px;
    width: 30px;
  }
  .button-set li .btn-icon .icon {
    font-size: 13px;
  }
  .button-set.style2 {
    width: 30px;
  }
  .button-set.style3 {
    right: 5px;
    top: 5px;
  }
  .imgBanners.style2 .details .title {
    font-size: 17px;
  }
  .tab-slider-product .tab_drawer_heading {
    display: block;
  }
  .tab-slider-product .tabs > li {
    margin: 0 10px;
  }
  .grid-products.productSlider .slick-arrow {
    margin-top: -40px;
  }
  .collection-box:hover .slick-arrow {
    margin: 0;
    line-height: 0;
  }
  .collection-banners.style1 .collection-grid-item .details {
    width: auto !important;
  }
  .collection-banners.style1 .collection-grid-item .white-text .btn--link {
    font-size: 13px;
  }
  .collection-banners .details {
    width: 80%;
    bottom: 10px;
    padding: 15px;
  }
  .collection-banners .details.w-50 {
    width: 80% !important;
  }
  .collection-banners .details .btn {
    font-size: 12px;
    padding: 5px 15px;
    margin-top: 10px;
  }
  .collection-banners .details .title {
    font-size: 15px;
  }
  .index-demo1 .collection-banners .details .title {
    font-size: 14px;
  }
  .index-demo1 .collection-banners .row {
    margin: 0;
  }
  .video-popup-content .an {
    font-size: 50px;
  }
  #site-scroll.textbase, .index-demo4 #site-scroll, .index-demo5 #site-scroll {
    left: 0;
    bottom: 35px;
  }
  .shop-masonry-grid .collection-page-item.cl-item .item .product-details {
    padding-bottom: 0;
  }
  .quickshop-content .product-form .swatch .swatches li {
    height: 25px;
    width: 25px;
  }
  .quickshop-content .product-form .swatch .swatches li label {
    width: 100%;
    height: 100%;
    min-width: 100%;
  }
  .quickshop-content .product-form .swatch .swatches-size .swatchLbl {
    min-width: 25px;
    height: 25px;
  }
  .quickshop-content .product-form .btn-small.px-3 {
    padding: 8px 10px !important;
  }
  .product-single__price .product-price__price {
    font-size: 20px;
  }
  .product-single__price .product-price-old-price {
    font-size: 14px;
  }
  .tabs-listing .tabs-ac-style {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
    border: 0;
    color: #222;
    background-color: #f5f5f5;
    padding: 13px 15px 13px 30px;
    display: block;
  }
  .tabs-listing .tabs-ac-style.active {
    color: #fff;
    background-color: #222;
  }
  .tabs-listing .tabs-ac-style:before {
    font-family: "annimex-icons";
    content: "\eb66";
    font-size: 20px;
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tabs-listing .tabs-ac-style.active:before {
    content: "\eb69";
  }
  .tabs-listing .tab-container .tab-content {
    padding: 20px 0;
  }
  .product-details-img .zoompro {
    pointer-events: none;
  }
  .product-form__item--submit .btn, .product-form__item--buyit .btn {
    height: 42px;
    font-size: 14px;
  }
  .product-single-style2 .product-details-img .slick-arrow,
  .product-single-style4 .product-details-img .slick-arrow {
    color: #000;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.89);
    width: 30px;
    height: 30px;
    display: block;
  }
  .product-single-style2 .product-details-img .slick-arrow.slick-prev,
  .product-single-style4 .product-details-img .slick-arrow.slick-prev {
    left: 5px;
  }
  .product-single-style2 .product-details-img .slick-arrow.slick-next,
  .product-single-style4 .product-details-img .slick-arrow.slick-next {
    right: 5px;
  }
  .category-text-banner {
    height: 120px;
  }
  .category-text-banner .page-title {
    padding: 0 20px;
    margin-top: -33px;
  }
  .full-page-title .page-title {
    padding: 40px 0;
  }
  .collection-grid-item .details {
    width: 100%;
  }
  .imgBanners .inner .ttl {
    font-size: 15px;
    padding: 10px;
  }
  .imgBanners .row .img-banner-item:first-of-type {
    margin-bottom: 20px;
  }
  .tab-slider-product .tabs {
    display: none;
  }
  .tab-slider-product .tab_drawer_heading {
    font-size: 12px;
    border: 0;
    color: #111;
    display: block;
    padding: 15px 15px 15px 30px;
    text-decoration: none;
    background-color: #eee;
    position: relative;
    cursor: pointer;
  }
  .tab-slider-product-style1 .tab_drawer_heading {
    font-size: 13px;
    text-align: center;
  }
  .tab-slider-product .tab_drawer_heading.d_active {
    color: #fff;
    background-color: #111;
  }
  .tab-slider-product .tab_drawer_heading .an {
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .tab-slider-product .tab_drawer_heading.d_active .an:before {
    content: "\ea48";
  }
  .tab-slider-product .tab_content {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .collection-slider .collection-grid-item {
    margin: 0;
  }
  .blog-post-slider-style1 .blogpost-item {
    margin: 0 5px 0;
  }
  .latest-blog .wrap-blog {
    margin-bottom: 20px;
  }
  .latest-blog .wrap-blog .wrap-blog-inner {
    margin-left: 0;
    padding: 0 20px;
  }
  .store-features .store-info .col-lg-4 {
    margin-bottom: 10px;
  }
  .grid-view-item.style2 .button-set > form button,
  a.quick-view, a.wishlist, .cartIcon, .add-to-compare {
    font-size: 13px;
    width: 30px;
    height: 30px;
  }
  a.quick-view .an, a.wishlist .an, .cartIcon .an, .add-to-compare .an {
    font-size: 13px;
  }
  .list-view-items .button-box > div .btn-icon {
    width: 35px;
  }
  .footer .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .social-icons-col {
    margin-top: 20px;
  }
  .footer .footer-top .footer-links {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .footer .footer-top .footer-links .h4 {
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  .footer .footer-top .footer-links .h4:after {
    content: "\ea45";
    font-family: "annimex-icons";
    font-size: 15px;
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
  }
  .footer .footer-top .footer-links .h4.active:after {
    content: "\ea48";
  }
  .footer .footer-top .footer-links ul {
    display: none;
    padding-top: 10px;
  }
  .footer .footer-contact p:not(:last-child) {
    margin: 0 0 10px;
  }
  .footer-bottom img + .copytext {
    margin-top: 10px;
  }
  .newsletter-col {
    margin-top: 10px;
  }
  .about-us-col {
    margin-bottom: 20px;
  }
  .footer-8-black.footer .footer-top .footer-links .h4 {
    border-color: #5e5e5e;
  }
  .footer-8-black.footer .footer-newsletter .newsletter-input {
    border: 0;
  }
  .footer-2 .footer-contact {
    margin-top: 10px;
  }
  .footer-2 .footer-top .footer-links .h4 {
    border-color: #222;
  }
  .footer-3 .about-col {
    padding: 20px 0;
  }
  .footer-3 .social-icons-col {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .footer-4 .footer-top .footer-links .h4 {
    border-bottom: 1px solid #d5e2ef;
  }
  .footer-10 .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-5 .footer-top .footer-links .h4 {
    border-bottom: 1px solid #cfe3e9;
    margin-bottom: 10px;
  }
  .footer-5 .footer-about {
    border-bottom: 1px solid #cfe3e9;
    border-top: 1px solid #cfe3e9;
    padding: 20px 0;
    margin: 15px 0 8px;
  }
  .footer-8 .footer-about {
    border-bottom: 1px solid #f7dfd5;
    padding: 0 0 20px;
    margin: 0 0 4px;
  }
  .footer-8 .footer-top .footer-links .h4 {
    border-bottom-color: #f7dfd5;
    margin-bottom: 10px;
  }
  .footer-9 .footer-about {
    border-bottom: 1px solid #458091;
    margin: 0 0 4px;
  }
  .footer-9 .footer-top .footer-links .h4 {
    border-color: #458091;
  }
  .footer-11 .footer-top .footer-links .h4 {
    border-color: #333333;
  }
  .footer-11 .footer-top .newsletter-col {
    border-top: 1px solid #333;
    padding: 18px 0 0;
    margin: 12px 0 0;
  }
  .footer-12 .footer-about {
    border-bottom: 1px solid #333333;
    margin: 0 0 4px;
  }
  .footer-12 .footer-top .footer-links .h4 {
    border-color: #333333;
  }
  .footer-13.footer .footer-top .footer-links .h4 {
    border-color: #333333;
  }
  .instagram-grid-style3 .instagram-item {
    width: 33.33333%;
  }
  .collection-hero {
    margin-bottom: 20px;
  }
  .collection-hero .collection-hero__image {
    height: 80px;
  }
  .collection-hero.large .collection-hero__image,
  .collection-hero.medium .collection-hero__image {
    height: 100px;
  }
  .toolbar {
    margin-top: 15px;
  }
  .list-view-item__image-column {
    width: 85px;
  }
  .product-template__container .shareRow .medium-up--one-third {
    width: 100%;
  }
  .product-template__container .shareRow .display-table-cell {
    display: block;
    text-align: left !important;
  }
  .prstyle2 .prFeatures, .prstyle3 .prFeatures {
    padding-left: 20px;
  }
  .product-right-sidebar .product-details-img {
    width: 100%;
    float: left;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .product-right-sidebar .product-information {
    width: 100%;
    float: left;
    padding-left: 0;
  }
  .selector-wrapper.product-form__item {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .password-table .password-cell {
    display: none;
  }
  .password-table .password-cell + .password-cell {
    display: table;
    width: 100%;
  }
  .template-blog .sidebar {
    margin-top: 30px;
  }
  .template-blog .mini-list-item .mini-view_image {
    width: 80px;
  }
  .template-blog .mini-list-item .details {
    margin-left: 0;
  }
  .cart tr, .cart tbody {
    width: 100%;
    display: table;
  }
  .cart td {
    padding: 10px 5px;
  }
  .cart__image-wrapper {
    width: 70px;
  }
  .cart__qty .qtyField input,
  .cart__qty .qtyField .qtyBtn {
    height: 35px;
  }
  .cart-flex {
    display: block;
    width: 100%;
  }
  .cart-flex-item {
    display: table-cell;
    min-width: 0;
  }
  #content_quickview.modal {
    overflow: auto;
  }
  #popup-container {
    margin: 20px;
  }
  #popup-container .width40 {
    display: none;
  }
  #popup-container .width60 {
    width: 100%;
  }
  #newsletter-modal.style2 {
    max-width: 320px;
  }
  #newsletter-modal.style2 .newsltr-text {
    padding: 25px 25px;
  }
  #newsletter-modal.style2 .title, #newsletter-modal.style3 .title {
    font-size: 22px;
  }
  #newsletter-modal.style3 p {
    font-size: 14px;
  }
  #newsletter-modal.style3 .newsltr-text {
    padding: 40px 30px;
  }
  #newsletter-modal.style3 .newsltr-text .btn {
    padding: 10px 25px;
    font-size: 14px;
  }
  .hero--large {
    height: 488px;
  }
  .hero {
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
  }
  .hero .text-small .mega-title {
    font-size: 24px;
  }
  .hero .hero__inner span, .hero .text-small .mega-subtitle {
    font-size: 15px;
  }
  .hero .btn {
    margin-bottom: 10px;
  }
  .parallax-banner-style4 .hero .saleTime span > .count-inner,
  .hero .saleTime span > .count-inner {
    height: 60px;
    width: 60px;
    margin: 0 2px;
  }
  .hero .saleTime .time-count {
    font-size: 16px;
  }
  .hero .saleTime span > span span {
    font-size: 12px;
  }
  .index-demo5 .hero .hero__inner .btn {
    font-size: 13px;
    padding: 10px 25px;
  }
  .section-header.style2 h2 {
    font-size: 20px;
  }
  .slideshow--large, .index-demo12 .slideshow--large {
    height: 300px;
  }
  .parallax-banner-style3 .hero .hero__inner .wrap-text {
    padding: 20px;
  }
  .parallax-banner-style4 .hero .hero__inner .wrap-text {
    padding: 20px;
  }
  .parallax-banner-style4 .hero .text-small .mega-subtitle {
    font-size: 16px;
  }
  .parallax-banner-style4 .hero .text-small .mega-title {
    font-size: 20px;
  }
  .parallax-banner-style5 .hero .mega-subtitle {
    font-size: 14px;
  }
  .parallax-banner-style5 .hero .mega-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .parallax-banner-style5 .hero .saleTime {
    margin: 0 0 15px;
  }
  .parallax-banner-style5 .hero .saleTime span > .count-inner {
    height: 60px;
    width: 60px;
  }
  .quotes-slider-1item .quotes-slider__text,
  .quotes-slider-1item .authour {
    font-size: 14px;
  }
  .quotes-slider-1item .quotes-slide {
    padding: 20px;
  }
  .quotes-slider-1item .slick-dots {
    margin-top: 0;
  }
  .featured-content .featured-content-bg {
    margin-top: 40px !important;
  }
  .featured-content .display-table-cell {
    display: block;
  }
  .featured-content .featured-text.right {
    padding: 20px;
  }
  .featured-content .featured-content-bg .display-table-cell:first-of-type {
    padding: 30px;
  }
  .featured-content .featured-text h2 {
    font-size: 24px;
  }
  .feature-row__text .row-text {
    margin-left: 0;
    padding: 10px 0;
  }
  .feature-row__text .row-text {
    margin-right: 0;
  }
  .featured-column .text-center {
    margin-bottom: 30px;
  }
  .feature-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-row__item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    width: auto;
    padding: 0;
  }
  .feature-row__text {
    order: 2;
    padding-bottom: 0;
    padding: 0;
  }
  .feature-row .feature-row__item {
    width: 100% !important;
  }
  .feature-row .feature-row__item img {
    width: 100%;
    margin-bottom: 20px;
  }
  .quote-wraper .quotes-slider blockquote {
    font-size: 13px;
    line-height: 23px;
  }
  .quotes-slider .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .quote-wraper .slick-next {
    right: -5px;
  }
  .quote-wraper .slick-prev {
    left: -3px;
  }
  .hero .text-large .mega-title {
    font-size: 30px;
  }
  .hero .text-large .mega-subtitle {
    font-size: 16px;
  }
  .hero .text-medium .mega-title {
    font-size: 22px;
  }
  .hero .text-medium .mega-subtitle {
    font-size: 14px;
  }
  .product-single .display-table, .product-single .display-table-cell {
    display: block;
  }
  .product-single .product-featured-img {
    margin-bottom: 30px;
  }
  .product-single .grid_item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .product-single .display-table-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .product-template__container .product-single__meta {
    margin-bottom: 0;
  }
  .store-feature-top {
    display: none;
  }
  .slideshow .mobile-show {
    display: block;
  }
  .slideshow .desktop-show {
    display: none;
  }
  .categories-item {
    width: 48.5%;
  }
  .categories-item:nth-of-type(1n) {
    margin-bottom: 20px;
  }
  .categories-item:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .categories-item:nth-of-type(2n+1) {
    clear: left;
  }
  .categories-list-items .row {
    margin-bottom: 0;
  }
  .categories-item img {
    width: 100%;
  }
  .categories-list-items .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  #site-scroll {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    left: 15px;
    bottom: 30px;
  }
  #site-scroll i {
    line-height: 30px;
    font-size: 13px;
  }
  .close-announcement {
    right: 10px;
  }
  .store-info li {
    width: 100%;
    border-left: 0 !important;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .store-info li:last-child {
    border-bottom: 0;
  }
  #footer .addressFooter li:last-of-type {
    padding-bottom: 0;
  }
  .stickyCart .img, .stickyCart .sticky-title, .stickyCart .qtyField {
    display: none;
  }
  .stickyCart .stickyOptions {
    width: 50%;
  }
  .stickyCart .stickyOptions .selectedOpt {
    width: 100%;
  }
  .stickyCart .product-form__cart-submit {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .quotes-slider .slick-arrow {
    height: 30px;
    line-height: 29px;
    width: 30px;
  }
  .quotes-slider .slick-prev:before, .quotes-slider .slick-next:before {
    font-size: 15px;
    line-height: 30px;
  }
  .imgBanners .details {
    padding: 10px;
  }
  .imgBanners .details.right {
    right: 10px;
    bottom: 10px;
  }
  .imgBanners .details.left {
    left: 10px;
    bottom: 10px;
  }
  .imgBanners .details.center, .imgBanners .details.left, .imgBanners .details.right {
    bottom: 10px;
  }
  .imgBanners .details.left-top {
    top: 10px;
    left: 10px;
  }
  .imgBanners .details.right-top {
    top: 10px;
    right: 10px;
  }
  .imgBanners .w-50 {
    width: 70% !important;
  }
  .imgBanners.style3 .row .img-banner-item:nth-of-type(1),
  .imgBanners.style3 .row .img-banner-item:nth-of-type(2),
  .imgBanners.style3 .row .img-banner-item:nth-of-type(3) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .imgBanners.style3 .row .img-banner-item:nth-of-type(3) {
    margin-top: 20px;
  }
  .imgBanners.style3 .details .tt-small {
    font-size: 13px;
  }
  .imgBanners.style3 .details .title {
    font-size: 22px;
  }
  .imgBanners.style6 .row .img-banner-item.last {
    margin-top: 0;
    margin-bottom: 0;
  }
  .slideshow .slick-dots {
    bottom: 20px;
  }
  .topbar-slider-items .slick-arrow,
  .topbar-slider-items:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .footer .instagram-col .insta-img {
    max-width: 68px;
  }
  .hero__inner .right {
    float: none;
  }
  .hero .hero__inner .wrap-text.bottomleft, .hero .hero__inner .wrap-text.topleft,
  .hero .hero__inner .wrap-text.bottomright {
    left: 0;
    right: 0;
    position: relative;
  }
  .hero .hero__inner .wrap-text {
    padding: 20px;
    display: table;
    margin: 0 auto;
  }
  .custom-content-section .col-lg-6 {
    margin-bottom: 20px;
  }
  .productSlider .col-12, .productSlider-style1 .col-12 {
    padding: 0 5px;
  }
  .custom-map-section .col-12.text-center {
    margin-bottom: 20px;
  }
  .testimonial-slider-style1.quote-wraper {
    padding: 60px 20px;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .hero.hero--small {
    height: 250px;
  }
  .hero.hero--small .btn {
    padding: 9px 15px;
  }
  .category-banner-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .category-banner-slider .slick-arrow:before {
    font-size: 13px;
    line-height: 30px;
  }
  .product-notification {
    display: none !important;
  }
  #quickView-modal {
    padding: 20px;
  }
  #quickView-modal .product-title {
    font-size: 18px;
  }
  #quickView-modal .pricebox .price {
    font-size: 18px;
  }
  #quickView-modal .pricebox .old-price {
    font-size: 14px;
  }
  .mfp-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: -3px;
    right: -6px;
  }
  .collection-banners.style2 .collection-grid-item .details, .collection-banners.style0 .collection-grid-item .details {
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .collection-banners.style2 .collection-grid-item:hover .details, .collection-banners.style0 .collection-grid-item:hover .details {
    opacity: 1;
    visibility: visible;
  }
  .collection-banner-grid .collection-item .img img {
    display: block;
    width: 100%;
  }
  .featuredContent .d-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .featured-content.style1 .white-bg {
    font-size: 13px;
  }
  .featured-content.style1 .white-bg .f-text .fs-4 {
    font-size: 18px !important;
  }
  .zoomContainer {
    display: none;
  }
  .product-details-img .product-zoom-right #zoompro {
    pointer-events: none;
  }
  .video-text {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    width: 100%;
  }
  .video-text .ttl {
    font-size: 20px;
    display: none;
  }
  .video-text .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .featuredContentStyle3 h3 {
    font-size: 24px;
  }
  .featuredContentStyle3.featuredContent .row-text {
    padding: 30px 20px;
  }
  .featured-grid .grid-products.style2 .row .col-sm-4 .item {
    padding: 0;
  }
  .simple-text-section {
    font-size: 17px;
  }
  .grid-masonary.banner-grid .banner-item.col-sm-12 {
    width: 100%;
    max-width: 100%;
  }
  .blog-post-slider .slick-list {
    padding-bottom: 10px;
  }
  .button-set.style2 {
    display: none !important;
  }
  .modal-popup-style .minicart-content,
  .modal-popup-style .minicart-bottom {
    width: 100%;
    padding: 0;
    border: none;
  }
  .modal-popup-style .minicart-right-drawer.right .modal-dialog {
    max-width: 360px;
  }
  .modal-popup-style .minicart-content {
    height: 230px;
    overflow: auto;
  }
  .modal-popup-style .minicart-right-drawer.right.fade .modal-dialog,
  .modal-popup-style .minicart-right-drawer.right.fade.show .modal-dialog {
    top: 40%;
  }
  .top-info-bar .item.center, .top-info-bar .item {
    border: 0 !important;
  }
  .button-set.style4 .btn-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
  .grid-products .item .swatches li.medium {
    height: 25px;
    width: 25px;
  }
  .checkout-scard .card-icon {
    font-size: 75px;
    line-height: 75px;
  }
  .checkout-scard .card-title {
    font-size: 25px;
  }
  .brandList .list, .brandList .ttl {
    padding: 10px 10px;
  }
  .brandList .ttl {
    width: 50px;
  }
  .faqs-style1 .accordion .accordion-header .accordion-button {
    font-size: 14px;
    padding: 14px 0 14px 40px;
  }
  .password-header .clr-header {
    flex-direction: column;
    padding: 15px;
  }
  .password-header .password-content {
    margin: 15px 0;
  }
  .password-main .password__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .password-main .pwd-timer > span {
    font-size: 12px;
    padding: 10px 10px;
  }
  .password-main .time-count {
    font-size: 18px;
  }
  .grid-row {
    margin-top: -10px;
  }
  .grid-row .grid-col {
    padding-top: 10px;
  }
  .contact-pstyle2 .map-section {
    height: 260px;
    margin: 10px 0;
  }
  .contact-pstyle2 .collection-hero .collection-hero__image,
  .about-pstyle3 .collection-hero.inner .collection-hero__image {
    height: 140px;
  }
  .contact-pstyle2 .collection-hero .collection-hero__title,
  .about-pstyle2 .collection-hero.inner .collection-hero__title,
  .about-pstyle3 .collection-hero.inner .collection-hero__title {
    font-size: 26px;
  }
  .about-pstyle2 .collection-hero.inner .collection__subtitle.fs-5 {
    font-size: 15px !important;
  }
  .about-pstyle2 .collection-hero.inner .collection-hero__image {
    height: 200px;
  }
  .category-lists.g-3 {
    padding: 0;
    margin: -5px;
  }
  .category-lists.g-3 > div {
    padding: 5px;
    margin: 0;
  }
  .row_text .row-text {
    padding: 20px 20px;
  }
  .tracking-detail ul li .left {
    min-width: 150px;
    max-width: 150px;
  }
  .tracking-steps .step {
    min-width: 152px;
  }
  #newsletter-modal .title {
    font-size: 30px;
  }
  #newsletter-modal .mfp-close {
    color: #222;
  }
  .index-demo3 .newsletter-section .section-header h2 {
    font-size: 20px;
  }
  .index-demo5 .section-header h2 {
    font-size: 24px;
  }
  .index-demo5 .hero--exlarge {
    height: 300px;
  }
  .index-demo6 .slideshow, .index-demo6 .slideshow video {
    height: 350px;
  }
  .index-demo6 .slideshow .whiteText .btn-primary {
    padding: 12px 20px;
    font-size: 13px;
  }
  .index-demo6 .hero .text-large .mega-title, .index-demo6 .banner-style3 .hero .text-large .mega-title {
    font-size: 24px;
  }
  .index-demo6 .hero .hero-txt-wrap {
    max-width: 90% !important;
  }
  .index-demo6 .hero--xlarge,
  .index-demo6 .banner-style2 .hero--large,
  .index-demo6 .banner-style3 .hero--xlarge {
    height: 250px;
  }
  .index-demo6 .hero .hero__inner .btn-lg, .index-demo6 .hero .hero__inner .btn-group-lg > .btn {
    padding: 7px 20px;
    font-size: 13px;
  }
  .index-demo6 .featured-content.style1 .f-text {
    padding: 20px 20px 0;
  }
  .index-demo6 .featured-content.style1 .white-bg .title {
    font-size: 18px;
  }
  .index-demo6 .featured-content.style1 .white-bg {
    font-size: 13px;
  }
  .index-demo6 .store-features.style3 .feature-icon {
    width: 30px;
  }
  .index-demo7 .section-header h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .index-demo7 .slideshow .ss-small-title {
    font-size: 12px !important;
  }
  .index-demo7 .slideshow .ss-mega-title {
    font-size: 25px;
  }
  .index-demo7 .slideshow .wrap-caption {
    padding: 20px 25px;
  }
  .index-demo8 .slideshow .wrap-caption {
    padding: 20px;
    max-width: 100%;
  }
  .index-demo8 .slideshow .ss-mega-title {
    font-size: 26px;
  }
  .index-demo8 .slideshow .ss-sub-title {
    font-size: 13px !important;
    margin: 15px 0;
  }
  .index-demo8 .section-header h2, .index-demo9 .section-header h2, .index-demo10 .section-header h2 {
    font-size: 20px;
  }
  .index-demo8 .hero .text-small .mega-title {
    font-size: 18px;
  }
  .index-demo8 .hero--large {
    height: 250px;
  }
  .index-demo9 .slideshow .bottom-middle .slideshow-content-in {
    bottom: 10px;
  }
  .index-demo9 .slideshow--large, .index-demo13 .slideshow--xlarge {
    height: 350px;
  }
  .index-demo9 .slideshow .ss-mega-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .index-demo9 .slideshow .btn-lg, .index-demo9 .slideshow .btn-group-lg > .btn {
    padding: 8px 18px;
    font-size: 13px;
  }
  .index-demo9 .hero--large {
    height: 300px;
  }
  .index-demo10 .featured-content .fs-2,
  .index-demo10 .newsletter-section .fs-2 {
    font-size: 20px !important;
  }
  .index-demo11 .slideshow img.mobile-hide {
    max-height: 380px;
    object-fit: cover;
    object-position: top;
  }
  .index-demo11 .slideshow .ss-mega-title {
    font-size: 26px;
  }
  .index-demo11 .slideshow-content-in {
    top: 67%;
  }
  .index-demo12 .slideshow .ss-mega-title {
    font-size: 35px;
  }
  .index-demo12 .section-header h2 {
    font-size: 24px;
  }
  .index-demo12 .hero--large {
    height: 400px;
  }
  .index-demo12 .parallax-banner-style4 .hero .text-small .mega-subtitle {
    font-size: 13px;
  }
  .index-demo12 .parallax-banner-style4 .hero .text-small .mega-title {
    font-size: 20px;
  }
  .index-demo13 .section-header h2 {
    font-size: 14px;
  }
  .index-demo14 .collection-banners.style8 .details .btn,
  .index-demo14 .collection-banners .details .btn {
    font-size: 13px;
    padding: 10px 25px;
  }
  .index-demo14 .featured-content.style1 .f-text h2 {
    font-size: 18px;
  }
  .index-demo14 .hero .text-medium .mega-title {
    font-size: 25px;
  }
  .index-demo15 .slideshow .slideshow--large {
    height: 350px;
  }
  .index-demo15 .slideshow .ss-mega-title {
    font-size: 27px;
  }
  .index-demo15 .collection-banners.style7 .collection-grid-item .details .title.fs-5 {
    font-size: 16px !important;
  }
  .index-demo15 .section.newsletter-section {
    padding: 30px 0;
  }
  .index-demo16 .slideshow .slide1 .ss-mega-title, .index-demo16 .slideshow .slide2 .ss-mega-title {
    font-size: 25px;
  }
  .index-demo17 .slideshow, .index-demo17 .slideshow video {
    height: 350px;
  }
  .index-demo17 .slideshow .ss-mega-title {
    font-size: 26px;
  }
  .index-demo17 .slideshow .btn {
    font-size: 13px;
  }
  .index-demo17 .section-header h2 {
    font-size: 22px;
  }
  .index-demo17 .featured-content.style1 .store-info .detail h4 {
    font-size: 18px;
  }
  .index-demo17 .featured-content.style1 .store-info .detail {
    font-size: 13px;
  }
  .index-demo17 .grid-categorys .category-item .category-title {
    font-size: 20px;
  }
  .index-demo17 .store-features.style4 .feature-icon {
    width: 35px;
  }
  .index-demo18 .slideshow--large {
    height: 350px;
  }
  .index-demo18 .slideshow .slide1 .ss-mega-title,
  .index-demo18 .slideshow .slide2 .ss-mega-title {
    font-size: 28px;
  }
  .index-demo18 .slideshow .btn {
    padding: 10px 25px;
  }
  .index-demo18 .section-header h2 {
    font-size: 22px;
  }
  .index-demo18 .collection-banners.style1 .collection-grid-item .details.bottom-left {
    bottom: 10px;
    left: 10px;
  }
  .index-demo18 .collection-banners.style1 .collection-grid-item .title {
    font-size: 20px !important;
  }
  .index-demo19 .slideshow--large {
    height: 350px;
  }
  .index-demo19 .slideshow .bottom-left .slideshow-content-in {
    left: 20px;
    bottom: 30px;
  }
  .index-demo19 .slideshow .ss-mega-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .index-demo19 .section-header h2 {
    font-size: 22px;
  }
  .index-demo19 .banner-text .section-header p {
    font-size: 16px;
  }
  .index-demo19 .collection-banners.style8 .details.bottom-left {
    position: relative;
    left: 0;
    right: 0;
    bottom: auto !important;
  }
  .index-demo19 .collection-banners.style8 .collection-grid-item .details:before {
    background: #060505;
    opacity: 1;
  }
  .index-demo19 .collection-banners.style8 .details .btn {
    padding: 10px 25px;
    font-size: 13px;
  }
  .index-demo19 .grid-categorys .category-item .category-title {
    font-size: 22px;
  }
  .index-demo19 .hero--large {
    height: 250px;
  }
  .index-demo19 .hero .text-small .mega-subtitle {
    font-size: 15px !important;
  }
  .index-demo19 .footer-19 .footer-top .inline-links {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .index-demo1 .grid-masonary.banner-grid .banner-item.col-sm-12:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .index-demo5 .collection-banners .row .banner-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .index-demo16 .testimonial-slider.style1 .section {
    padding: 30px 10px;
  }
  .marquee-text .top-info-bar {
    -webkit-animation: marquee 5s linear infinite running;
    -moz-animation: marquee 5s linear infinite running;
    -o-animation: marquee 5s linear infinite running;
    -ms-animation: marquee 5s linear infinite running;
    animation: marquee 5s linear infinite running;
  }
  .index-demo20 .slideshow--large {
    height: 350px;
  }
  .index-demo20 .slideshow .wrap-caption {
    padding: 30px 15px;
  }
  .index-demo20 .slideshow .whiteText .ss-small-title {
    font-size: 12px !important;
  }
  .index-demo20 .slideshow .whiteText .ss-mega-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .index-demo20 .slideshow .ss-sub-title {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .index-demo20 .slideshow .btn.btn-lg, .index-demo20 .slideshow .btn-group-lg > .btn {
    font-size: 13px;
    margin: 5px !important;
  }
  .index-demo20 .grid-categorys .category-item .category-title {
    font-size: 15px;
  }
  .index-demo20 .grid-products .item .product-name a,
  .index-demo21 .grid-products .item .product-name a {
    font-size: 12px;
    display: block;
  }
  .index-demo21 .top-info-bar.style1 .item {
    font-size: 13px;
  }
  .index-demo21 .slideshow--medium {
    height: 300px;
  }
  .index-demo21 .slideshow .ss-mega-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .index-demo21 .slideshow .ss-sub-title {
    font-size: 14px !important;
    margin-bottom: 15px;
  }
  .index-demo21 .collection-banners .detail-text .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .index-demo21 .collection-banners .detail-text .btn-outline-light {
    padding: 8px 20px;
    font-size: 13px;
  }
  .index-demo21 .section-header h2 {
    font-size: 24px;
  }
  .index-demo21 .grid-categorys .category-item .category-title {
    font-size: 20px;
  }
  .index-demo21 .footer .footer-top .footer-links:last-child .h4:not(.active) {
    border: none;
    padding: 0;
  }
  .index-demo22 .slideshow--large {
    height: 340px;
  }
  .index-demo22 .slideshow .ss-mega-title {
    font-size: 35px;
  }
  .index-demo22 .slideshow .ss-sub-title {
    font-size: 13px !important;
    margin-bottom: 15px;
  }
  .index-demo22 .slideshow .btn-lg, .index-demo22 .slideshow .btn-group-lg > .btn {
    font-size: 13px;
  }
  .index-demo22 .hero .text-small .mega-title {
    font-size: 22px;
  }
  .index-demo22 .hero .hero__inner .wrap-text .btn {
    font-size: 13px;
    padding: 8px 20px;
  }
  .index-demo22 .top-info-bar.promoMsg .item {
    font-size: 13px;
    min-height: 50px;
    padding: 10px;
  }
  .index-demo22 .collection-banners .details .subtitle {
    font-size: 13px !important;
  }
  .index-demo22 .collection-banners.style8 .collection-grid-item.banner3 .details .title {
    font-size: 16px !important;
  }
  .index-demo23 .slideshow--large {
    height: 360px;
  }
  .index-demo23 .slideshow .ss-mega-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .index-demo23 .slideshow .ss-sub-title {
    margin-bottom: 20px;
  }
  .index-demo23 .grid-categorys .category-item .category-title {
    font-size: 15px;
    margin: 0 0 10px;
  }
  .index-demo24 .slideshow .ss-mega-title {
    font-size: 36px;
  }
  .index-demo24 .slideshow--large {
    height: 300px;
  }
  .index-demo24 .collection-banners .details .btn {
    padding: 8px 15px;
    font-size: 13px;
  }
  .index-demo24 .hero--large {
    height: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .slideshow .wrap-caption {
    padding: 10px 0;
  }
  .slideshow .btn {
    font-size: 13px;
  }
  .slideshow .ss-small-title,
  .slideshow .ss-sub-title {
    font-size: 15px;
  }
  .section.newsletter-section {
    padding: 30px 0;
  }
  .newsletter-section .section-header {
    display: block;
    margin: 0 0 15px 0;
    float: none;
  }
  .newsletter-section .section-header span {
    display: inline-block;
    padding-right: 5px;
  }
  .footer-bottom .copyright {
    text-align: center;
  }
  #pro-addtocart-popup .button-action .btn {
    padding: 6px 11px;
    font-size: 12px;
  }
  .timermobile .saleTime span > span {
    margin: 0;
    min-width: 0;
    font-size: 10px;
    background: #f2f2f2;
  }
  .timermobile .saleTime span > span span {
    font-size: 9px;
    display: block;
    float: none;
  }
  .saleTime.product-countdown .count-inner {
    margin-right: 1px;
    width: auto;
  }
  .saleTime.product-countdown .count-inner .time-count {
    font-size: 18px;
  }
  .image-banner-3 {
    margin-bottom: 25px;
  }
  .imgBnrOuter .inner .ttl {
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
  }
  .imgBnrOuter .inner.topleft .ttl {
    left: 10px;
    top: 10px;
  }
  .imgBnrOuter .inner .ttl h3 {
    font-size: 18px;
  }
  .imgBanners.style2 .banner-item:nth-of-type(1) {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .three-column-pro .col-12:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .featured-content .list-items .col-12 {
    margin-bottom: 15px;
  }
  .featured-content .list-items img {
    margin-bottom: 10px;
  }
  .collection-box .collection-grid-item__title-wrapper {
    bottom: 10px;
  }
  .categories-item {
    width: 100%;
    margin-right: 0;
  }
  .grid-categorys .category-item .category-title {
    font-size: 14px;
  }
  .grid-categorys .category-item .counts {
    font-size: 12px;
    margin-top: 5px;
  }
  .product-countdown span > span {
    width: 24.3%;
  }
  .about-service .icon, .template-product .product-service .icon {
    font-size: 40px;
  }
  .store-info .an {
    font-size: 30px;
    width: 40px;
  }
  .store-info .fs-6 {
    font-size: 14px !important;
  }
  .store-features .store-info .col-lg-4 {
    margin-bottom: 20px;
  }
  .store-features.style1 .col {
    flex: 0 0 50%;
  }
  .store-features.style2 .detail .fs-6 {
    font-size: 13px !important;
  }
  .grid-sizer, .banner-item, .collection-page-item, category-grid-item {
    max-width: 100%;
  }
  .collection-grid-item__title {
    font-size: 14px;
  }
  .collection-grid-item .counts {
    font-size: 12px;
  }
  .collection-banners.style4 .collection-page-grid .collection-page-item,
  .collection-banners.style5 .collection-page-grid .collection-page-item,
  .collection-banners.style6 .collection-page-grid .collection-page-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .collection-banners.style4 .collection-grid-item__title {
    font-size: 13px !important;
  }
  .collection-banners .row .banner-item.px-4 {
    padding: 0 !important;
  }
  .collection-slider-full .collection-grid-slider .details {
    padding: 20px 10px;
  }
  .grid-products .item:hover .button-set.style1, .button-set.style1 {
    bottom: 5px;
  }
  .button-set.style1 li .btn-icon {
    width: 26px;
    height: 26px;
    line-height: 23px;
  }
  .button-set.style1 li .btn-icon.btn-square {
    line-height: 23px;
  }
  .button-set.style2 {
    width: 26px;
  }
  .button-set.style2 li .btn-icon {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
  .button-set.style2 .btn-icon {
    font-size: 13px;
  }
  .button-set .tooltip-label {
    display: none;
  }
  .product-details-img .product-tab-left div.slick-slide {
    margin-bottom: 5px;
  }
  .grouped-product-list td.grouped-product-list-item__thumb img {
    max-width: 40px;
  }
  .product-grouped-layout td.grouped-product-list-item__quantity {
    width: 100px;
  }
  .product-buttons .btn {
    font-size: 13px;
    height: 30px;
    width: 30px;
  }
  .product-buttons .btn i {
    font-size: 13px;
  }
  .imgBanners.style2 .banner-item,
  .imgBanners.style2 .banner-item:nth-of-type(2) {
    padding: 0;
  }
  .imgBanners.style2 .banner-item {
    margin-bottom: 10px;
  }
  .imgBanners.style7 .row .img-banner-item {
    margin-bottom: 10px;
  }
  .imgBanners.style6 .row .img-banner-item.last {
    margin-top: 10px;
  }
  .mini-product .column-ttl {
    font-size: 15px;
  }
  .hero {
    height: 200px;
  }
  .hero .hero__inner .wrap-text {
    padding: 15px;
  }
  .slideshow.style2 .slideshow__title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .slideshow.style2 .slideshow__subtitle {
    font-size: 11px;
    line-height: 16px;
  }
  .button-set.style3 li .btn-icon {
    margin: 1px;
    font-size: 13px;
  }
  .blog--list-view .article {
    margin-bottom: 20px;
  }
  .blog--grid-load-more .article {
    padding-bottom: 20px;
  }
  .article_featured-image, .article .rte {
    margin-bottom: 14px;
  }
  .blog-masonry .grid-sizer, .blog-masonry .collection-page-item {
    max-width: 100%;
  }
  .collection-banners.style1 .details .title.large-title {
    font-size: 24px !important;
  }
  .collection-banners.style1 .fs-5 {
    font-size: 15px !important;
  }
  .collection-banners.style1 .details .btn-primary,
  .collection-banners.style1 .details .btn--link {
    display: none;
  }
  .featured-content.style1 .f-text {
    padding: 20px 20px;
    max-width: 100%;
  }
  .grid-products.prd-list .item {
    flex-direction: column;
  }
  .grid-products.prd-list .product-image {
    flex: auto;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .dashboard-upper-info {
    margin-bottom: 25px;
  }
  .dashboard-upper-info .d-single-info {
    border-left: none;
  }
  .dashboard-upper-info .col-sm-6:nth-child(3n) .d-single-info {
    border-bottom: 1px solid #ebebeb;
  }
  .login-wrapper .login-inner {
    padding: 30px 20px;
  }
  .login-wrapper .user-form-forgot {
    padding: 0 20px;
  }
  .socialbottom .btn-social .btn {
    padding: 0;
  }
  .socialbottom .btn-social .btn > :first-child {
    position: static;
    border: none;
  }
  .tracking-steps .step {
    min-width: 45%;
  }
  .faq-agldown-style .accordion-button.h4 {
    font-size: 14px;
    padding: 15px 0;
  }
  .my-wishlist-page .cart-form .btn--small {
    padding: 9px 15px;
  }
  .my-wishlist-page .wishlist-toolbar-wrapper .btn {
    padding: 8px 15px;
  }
  .my-wishlist-page .wishlist-toolbar-wrapper select#SortBy {
    width: 100% !important;
  }
  .collection-banners.style8 .details.top-center {
    top: 15px !important;
  }
  .collection-banners.style8 .details.bottom-right {
    bottom: 15px !important;
    right: 15px;
  }
  .collection-banners.style8 .collection-grid-item.banner4 .details.bottom-left,
  .collection-banners.style8 .collection-grid-item.banner6 .details.bottom-left {
    bottom: 15px !important;
    left: 15px;
  }
  .index-demo5 .slideshow .wrap-caption {
    padding: 20px;
  }
  .index-demo9 .slideshow .bottom-middle .slideshow-content-in {
    bottom: 15px;
  }
  .index-demo9 .slideshow .ss-mega-title {
    font-size: 26px;
  }
  .index-demo10 .collection-banners.style8 .details.top-left {
    top: 15px !important;
    left: 15px;
  }
  .index-demo11 .grid-categorys .category-item .category-title {
    font-size: 13px;
  }
  .index-demo12 .section-header h2 {
    font-size: 20px;
  }
  .index-demo16 .collection-banners.style8 .banner1,
  .index-demo16 .collection-banners.style8 .banner2 {
    width: 100%;
  }
  .index-demo18 .slideshow .middle-bottom .slideshow-content-in,
  .index-demo19 .slideshow .bottom-left .slideshow-content-in {
    width: 90%;
  }
  .index-demo19 .slideshow .wrap-caption {
    padding: 20px 20px 20px;
  }
  .index-demo21 .section-header h2 {
    font-size: 22px;
  }
  .index-demo21 .collection-slider.background-none .details .collection-item-title {
    font-size: 14px;
  }
  .index-demo24 .slideshow .ss-mega-title {
    font-size: 26px;
  }
  .index-demo24 .slideshow--large {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .iconset {
    padding: 0 7px;
  }
  .wishlist-link {
    display: none;
  }
  .top-header p, .top-header a, .top-header select, .top-header .fa,
  .top-header span.selected-currency, .language-dd {
    font-size: 11px;
    letter-spacing: 0;
  }
  #search-popup {
    padding: 12px 15px;
  }
  .search-drawer .search-category {
    display: none;
  }
  .search-drawer .searchField {
    display: block;
  }
  .search-drawer .search-category select {
    padding: 0;
  }
  #header-cart {
    width: 282px;
  }
  .slideshow .slideshow__title {
    font-size: 16px;
  }
  .collection-banners .row .banner-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .latest-blog .wrap-blog .article__grid-image, .latest-blog .wrap-blog .article__grid-meta {
    display: block;
  }
  .latest-blog .wrap-blog .article__grid-image {
    text-align: center;
  }
  .latest-blog .wrap-blog .article__grid-meta {
    width: 100%;
  }
  .latest-blog .wrap-blog .article__grid-image img {
    width: 100%;
    margin-bottom: 20px;
  }
  .latest-blog .wrap-blog .wrap-blog-inner {
    padding: 0;
  }
  .sidebar-product .related-product .grid__item {
    width: 100%;
  }
  .sidebar-product .related-product .grid__item:nth-child(2n+1) {
    clear: left;
  }
  .hero .text-large .mega-title {
    font-size: 26px;
  }
  .hero .text-large .mega-subtitle {
    font-size: 15px;
  }
  .hero .text-small .mega-title {
    font-size: 20px;
  }
  .hero .hero__inner span, .hero .text-small .mega-subtitle {
    font-size: 13px;
    line-height: normal;
  }
  .hero .btn {
    font-size: 12px;
  }
  .hero.hero--small {
    height: 150px;
  }
  .hero.hero--small .hero__inner {
    padding: 15px 0;
  }
  .hero.hero--small .hero__inner .wrap-text {
    max-width: 210px;
  }
  .hero.hero--small .btn {
    font-size: 12px;
  }
  .collection-box .container-fluid, .collection-box .container-sm, .collection-box .container-md, .collection-box .container-lg, .collection-box .container-xl {
    padding: 0 15px;
  }
  #footer {
    margin-top: 20px;
  }
  .slideshow.style2 .slideshow__title {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .slideshow.style2 .mega-small-title {
    display: none;
  }
  .slideshow.style2 .wrap-caption {
    padding: 10px;
  }
  .blog-post-slider-style1 .blogpost-item {
    margin: 0 0 10px;
  }
  .imgBanners.style3 .details .tt-small {
    margin-bottom: 3px;
  }
  .grid-products.style2 .item .button-set li .btn-icon {
    margin: 1px;
  }
  .grid-products .slick-slider .item, .grid-products.slick-slider .item {
    padding: 0;
  }
  .productSlider .slick-prev, .collection-box .collection-grid .slick-prev, .productPageSlider .slick-prev {
    left: -10px;
  }
  .productSlider .slick-next, .collection-box .collection-grid .slick-next, .productPageSlider .slick-next {
    right: -10px;
  }
  #threesixty {
    max-width: 310px;
    max-height: 403px;
  }
  .store-info.style5 li {
    width: 100%;
    display: block;
  }
  .index-demo6 .top-info-bar .btn-close {
    top: 0;
    right: 0;
  }
  .index-demo10 .top-bar {
    font-size: 11px;
  }
  .index-demo23 .collection-slider-4items .btn--small {
    padding: 9px 15px;
  }
}
/* === BASE HEADING === */
h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}
/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}
/* === HEADING STYLE #2 === */
.two h1 {
  text-transform: capitalize;
}
.two h1:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #c50000;
}
.two h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.alt-two h1 {
  text-align: center;
}
.alt-two h1:before {
  left: 50%;
  margin-left: -30px;
}
/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}
/* === HEADING STYLE #4 === */
.four h1 {
  text-align: center;
  padding-bottom: 0.7em;
}
.four h1 span {
  font-weight: 300;
  word-spacing: 3px;
  line-height: 2em;
  padding-bottom: 0.35em;
  color: rgba(0, 0, 0, 0.5);
}
.four h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #777;
}
/* === HEADING STYLE #5 === */
.five h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 2px;
}
.five h1 span {
  margin-top: 40px;
  text-transform: none;
  font-size: 0.75em;
  font-weight: normal;
  font-style: italic;
  color: #999;
  letter-spacing: -0.005em;
  word-spacing: 1px;
  letter-spacing: none;
}
.five h1:before {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 60px;
  height: 4px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #dfdfdf;
}
/* STYLE 6
   ----------------------------- */
.six h1 {
  text-align: center;
  color: #222;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 2px;
  color: #c50000;
}
.six h1 span {
  line-height: 2em;
  padding-bottom: 15px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: normal;
  font-style: italic;
  color: #999;
  letter-spacing: -0.005em;
  word-spacing: 1px;
  letter-spacing: none;
}
.six h1:after, .six h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px;
  margin: auto;
  background-color: #ccc;
}
.six h1:before {
  background-color: #d78b8b;
  left: 45px;
  width: 90px;
}
/* Style 7
   ----------------------------- */
.seven h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}
.seven h1:after, .seven h1:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #c50000;
  border-top: 1px solid #c50000;
  height: 5px;
  background-color: #f8f8f8;
}
/* Style 8
   ----------------------------- */
.eight h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
  align-items: center;
}
.eight h1:after, .eight h1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  background-color: #f8f8f8;
}
/* Style 9
   ----------------------------- */
.nine h1 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  font-weight: 400;
}
.nine h1 span {
  margin-top: 5px;
  font-size: 15px;
  color: #444;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}
.nine h1 span:after, .nine h1 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 5px;
  background-color: #f8f8f8;
}
.ten h1 {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
.ten h1:before {
  background-color: #c50000;
  border-radius: 0.25rem;
  content: "";
  display: block;
  height: 0.25rem;
  width: 42px;
  margin-bottom: 1.25rem;
}
.eleven h1 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #111;
}
.eleven h1:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  height: 1px;
  content: "";
  background-color: #777;
  z-index: 4;
}
.eleven h1:after {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: 0px;
  content: "§";
  font-size: 30px;
  line-height: 40px;
  color: #c50000;
  font-weight: 400;
  z-index: 5;
  display: block;
  background-color: #f8f8f8;
}
.twelve h1 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
  margin: auto;
  white-space: nowrap;
  padding-bottom: 13px;
}
.twelve h1:before {
  background-color: #c50000;
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
}
.twelve h1:after {
  background-color: #c50000;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}
.thirteen h1 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  width: 150px;
  text-align: center;
  margin: auto;
  white-space: nowrap;
  border: 2px solid #222;
  padding: 5px 11px 3px 11px;
}
.thirteen h1:before, .thirteen h1:after {
  background-color: #c50000;
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  bottom: 12px;
}
.thirteen h1:before {
  left: -20px;
}
.thirteen h1:after {
  right: -20px;
}
/* ------- Helper Styles -------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1:before,
h1:after {
  background-color: #c50000;
}
/* ==================== */
/* Layout Base - ללא Bootstrap */
/* ==================== */
.product-extended-content {
  margin-top: 3rem;
  padding: 0 1rem;
}
/* Headers משותפים */
.section-header-minimal {
  margin-bottom: 1.5rem;
  position: relative;
}
.section-title-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--title);
  margin: 0 0 0.75rem 0;
  display: inline-block;
}
.section-line {
  display: block;
  width: 3rem;
  height: 2px;
  background: var(--btnaddbg);
  opacity: 0.5;
  margin-top: 0.5rem;
}
/* ==================== */
/* תיאור מוצר */
/* ==================== */
.product-description-section {
  margin-bottom: 3rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.description-content-wrapper {
  max-width: 100%;
}
.description-text {
  color: var(--optextcolor);
  line-height: 1.7;
  font-size: 1rem;
}
.description-text p {
  margin-bottom: 1rem;
}
.description-text h3,
.description-text h4 {
  color: var(--title);
  margin: 1.5rem 0 0.75rem;
}
.description-text ul,
.description-text ol {
  margin: 1rem 0;
  padding-inline-start: 1.5rem;
}
.description-text li {
  margin-bottom: 0.5rem;
}
/* ==================== */
/* מוצרים קשורים - Grid רספונסיבי */
/* ==================== */
.related-products-section {
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.products-grid-responsive {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
/* Breakpoints רספונסיביים */
@media (min-width: 480px) {
  .products-grid-responsive {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .products-grid-responsive {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .section-title-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .products-grid-responsive {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-extended-content {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .products-grid-responsive {
    gap: 2rem;
  }
}
/* ==================== */
/* כרטיס מוצר מיני */
/* ==================== */
.product-card-mini {
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
}
.product-card-mini:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--btnaddbg);
}
.product-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* תמונה */
.product-image-wrapper {
  position: relative;
  padding-top: 100%; /* יחס 1:1 */
  background: #f8f8f8;
  overflow: hidden;
}
.product-image-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
  transition: transform 0.3s ease;
}
.product-card-mini:hover .product-image-thumb {
  transform: scale(1.05);
}
.product-image-placeholder {
  opacity: 0.3;
}
/* תג הנחה */
.discount-badge-mini {
  position: absolute;
  top: 0.5rem;
  inset-inline-end: 0.5rem;
  background: var(--sell);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 1;
}
/* מידע מוצר */
.product-info-mini {
  padding: 0.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-title-mini {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--title);
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* מחירים */
.product-price-mini {
  margin-top: auto;
}
.price-wrapper-mini {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.price-compare-mini {
  font-size: 0.75rem;
  color: var(--makat);
  text-decoration: line-through;
  opacity: 0.7;
}
.price-final-mini {
  font-size: 1rem;
  color: var(--price);
  font-weight: 700;
}
.price-range {
  font-size: 0.875rem;
  color: var(--sell);
  font-weight: 600;
}
/* ==================== */
/* RTL Support */
/* ==================== */
[dir=rtl] .section-line {
  margin-right: 0;
  margin-left: auto;
}
[dir=rtl] .description-text ul,
[dir=rtl] .description-text ol {
  padding-right: 1.5rem;
  padding-left: 0;
}
/* ==================== */
/* States & Animations */
/* ==================== */
.product-card-mini {
  animation: fadeInUp 0.5s ease backwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* עיכוב אנימציה לכל כרטיס */
.product-card-mini:nth-child(1) {
  animation-delay: 0.05s;
}
.product-card-mini:nth-child(2) {
  animation-delay: 0.1s;
}
.product-card-mini:nth-child(3) {
  animation-delay: 0.15s;
}
.product-card-mini:nth-child(4) {
  animation-delay: 0.2s;
}
.product-card-mini:nth-child(5) {
  animation-delay: 0.25s;
}
.product-card-mini:nth-child(6) {
  animation-delay: 0.3s;
}
/* ==================== */
/* Accessibility */
/* ==================== */
.product-card-link:focus {
  outline: 2px solid var(--btnaddbg);
  outline-offset: 2px;
}
.product-card-link:focus:not(:focus-visible) {
  outline: none;
}
/* Loading skeleton */
.product-image-wrapper.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* Print styles */
@media print {
  .related-products-section {
    display: none;
  }
  .description-text {
    max-width: 100%;
  }
}
.checkout {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  padding: 9px 16px;
  border: 0;
  border-bottom: 1px solid #F2F2F2;
  font-size: 14px;
  font-weight: 300;
  color: #7D7D7D;
}
.checkout .checkout-table .table {
  margin-bottom: 0;
}
.checkout .checkout-table .table thead tr th.product {
  min-width: 240px;
}
.checkout .checkout-table .table thead tr th.size {
  min-width: 80px;
  width: 80px;
}
.checkout .checkout-table .table thead tr th.quantity {
  width: 100px;
}
.checkout .checkout-table .table thead tr th.price {
  min-width: 80px;
  width: 80px;
}
.checkout .checkout-table .table thead tr th.action {
  min-width: 100px;
  width: 100px;
}
.checkout .checkout-table .table tbody tr td {
  border: 0;
  border-bottom: 1px solid #F2F2F2;
  padding: 16px;
  vertical-align: middle;
}
.checkout .checkout-table .product-cart .product-content {
  padding-left: 8px;
}
.checkout .checkout-table .product-cart .product-content .title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.checkout .checkout-table .product-cart .product-content .title a:hover {
  color: #542DED;
}
.checkout .checkout-table .product-cart .product-content span {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  color: #7D7D7D;
}
.checkout .checkout-table .product-size {
  position: relative;
}
.checkout .checkout-table .product-size .nice-select {
  width: 70px;
  border: 1px solid #F2F2F2;
  height: 35px;
  line-height: 33px;
  background-color: transparent;
  padding: 0 10px;
  float: none;
  border-radius: 4px;
}
.checkout .checkout-table .product-size .nice-select::after {
  width: 9px;
  height: 9px;
  right: 10px;
  border-color: #000;
}
.checkout .checkout-table .product-size .nice-select .current {
  font-size: 16px;
  color: #000;
  line-height: 33px;
  font-weight: 500;
}
.checkout .checkout-table .product-size .nice-select .list {
  width: 100%;
}
.checkout .product-quantity {
  background-color: #fff;
  border: 1px solid #EFEFEF;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
}
.checkout .product-quantity button {
  width: 30px;
  height: 35px;
  padding: 0;
  font-size: 20px;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: rgba(0, 0, 0, 0.8);
}
.checkout .product-quantity button:hover {
  color: #542DED;
}
.checkout .product-quantity input {
  width: 45px;
  height: 35px;
  border: 0;
  padding: 0 5px;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  color: #000;
}
.checkout .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.checkout .checkout-table .action li {
  display: inline-block;
}
.checkout .checkout-table .action li a {
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.checkout .checkout-table .action li {
  color: #7D7D7D;
}
.checkout .delete {
  color: #FF4B22;
}
.checkout .checkout-coupon-total .checkout-coupon {
  width: 50%;
  padding: 16px;
}
@media (max-width: 767px) {
  .checkout .checkout-coupon-total .checkout-coupon {
    width: 100%;
  }
  .checkout .checkout-table .table thead tr th.product {
    min-width: 206px;
  }
}
.checkout .checkout-coupon-total .checkout-coupon span {
  font-size: 13px;
  line-height: 16px;
  color: #000;
}
.checkout .checkout-coupon-total .checkout-coupon .single-form {
  margin-top: 0;
}
.checkout .checkout-coupon-total .checkout-coupon .single-form .form-input {
  width: 194px;
  margin-top: 8px;
  margin-right: 8px;
}
.checkout .checkout-coupon-total .checkout-coupon .single-form .main-btn {
  margin-top: 8px;
}
.checkout .checkout-coupon-total .checkout-total {
  width: 50%;
  border-left: 1px solid #F2F2F2;
}
@media (max-width: 767px) {
  .checkout .checkout-coupon-total .checkout-total {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #F2F2F2;
  }
}
.checkout .checkout-coupon-total .checkout-total .single-total {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding: 0 8px;
}
.checkout .checkout-coupon-total .checkout-total .single-total .value {
  font-weight: 300;
  font-size: 14px;
  line-height: 32px;
  margin-right: 16px;
  color: #000;
}
.checkout .checkout-coupon-total .checkout-total .single-total .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  width: 85px;
}
.checkout .checkout-coupon-total .checkout-total .single-total.total-payable {
  border-top: 1px solid #F2F2F2;
}
.checkout .checkout-coupon-total .checkout-total .single-total.total-payable .value {
  font-weight: 500;
}
.checkout .checkout-coupon-total.checkout-coupon-total-2 .checkout-coupon {
  width: 70%;
}
@media (max-width: 767px) {
  .checkout .checkout-coupon-total.checkout-coupon-total-2 .checkout-coupon {
    width: 100%;
  }
}
.checkout .checkout-coupon-total.checkout-coupon-total-2 .checkout-total {
  width: 30%;
}
@media (max-width: 767px) {
  .checkout .checkout-coupon-total.checkout-coupon-total-2 .checkout-total {
    width: 100%;
  }
}
.checkout .checkout-coupon-total.checkout-coupon-total-2 .checkout-total .single-total {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.checkout .checkout-coupon-total.checkout-coupon-total-2 .checkout-total .single-total .price {
  width: auto;
}
.checkout .checkout-btn {
  padding: 0px 16px 16px;
  border-top: 1px solid #F2F2F2;
}
.checkout .checkout-btn .main-btn {
  margin-top: 16px;
}
.checkout-style-2 {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  max-width: 350px;
  width: 100%;
}
.checkout-style-2 .checkout-header {
  padding: 0 16px;
  position: relative;
}
.checkout-style-2 .checkout-header .title {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 40px;
}
.checkout-style-2 .checkout-header .close:hover {
  color: #542DED;
}
.checkout-style-2 .checkout-table {
  border-top: 1px solid #F2F2F2;
}
.checkout-style-2 .checkout-table .table {
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 1px solid #F2F2F2;
}
.checkout-style-2 .checkout-table .table tbody tr td {
  border: 0;
  border-bottom: 1px solid #F2F2F2;
  padding: 12px;
  vertical-align: middle;
}
.checkout-style-2 .checkout-table .table tbody tr td.checkout-product {
  min-width: 190px;
  padding-right: 0;
}
.checkout-style-2 .checkout-table .table tbody tr td.checkout-quantity {
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-style-2 .checkout-table .table tbody tr td.checkout-price {
  min-width: 80px;
  width: 80px;
  padding-left: 0;
}
.checkout-style-2 .checkout-table .product-cart .product-thumb img {
  width: 40px;
}
.checkout-style-2 .checkout-table .product-cart .product-content {
  padding-left: 8px;
}
.checkout-style-2 .checkout-table .product-cart .product-content .title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.checkout-style-2 .checkout-table .product-cart .product-content .title a:hover {
  color: #542DED;
}
.checkout-style-2 .checkout-table .product-cart .product-content ul li {
  display: inline-block;
}
.checkout-style-2 .checkout-table .product-cart .product-content ul li + li {
  margin-left: 8px;
}
.checkout-style-2 .checkout-table .product-cart .product-content ul li span {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  color: #7D7D7D;
}
.checkout-style-2 .checkout-table .product-cart .product-content ul li .delete {
  font-size: 16px;
  color: #FF4B22;
  padding: 0;
}
.checkout-style-2 .checkout-table .product-quantity {
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
}
.checkout-style-2 .checkout-table .product-quantity button {
  width: 20px;
  height: 28px;
  line-height: 20px;
  padding: 0;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: rgba(0, 0, 0, 0.8);
}
.checkout-style-2 .checkout-table .product-quantity button:hover {
  color: #542DED;
}
.checkout-style-2 .checkout-table .product-quantity input {
  width: 30px;
  height: 28px;
  border: 0;
  padding: 0 5px;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  color: #000;
  font-size: 14px;
}
.checkout-style-2 .checkout-table .price {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.checkout-style-2 .checkout-footer {
  padding: 16px;
}
.checkout-style-2 .checkout-footer .checkout-sub-total .value {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.checkout-style-2 .checkout-footer .checkout-sub-total .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.checkout-style-2 .checkout-footer .checkout-btn {
  padding-top: 8px;
}
.checkout-style-2 .checkout-footer .checkout-btn .main-btn {
  margin-top: 8px;
}
.checkout-style-2 .checkout-footer .checkout-btn .main-btn + .main-btn {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .checkout-style-2 .checkout-footer .checkout-btn .main-btn + .main-btn {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .checkout-style-2 .checkout-footer .checkout-btn .main-btn + .main-btn {
    margin-left: 4px;
  }
}
.cart-item {
  text-align: right !important;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}
.item-image {
  flex: 0 0 130px;
  margin-left: 20px;
}
.item-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.item-details {
  flex: 1;
}
.item-details h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #333;
}
.item-details p {
  margin: 0 0 10px;
  color: #666;
}
.total-price {
  font-weight: bold;
}
.item-quantity {
  display: flex;
  align-items: center;
  position: relative;
}
.item-quantity button {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  color: #333;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cart-item:hover button {
  opacity: 1;
}
.item-quantity .decrease {
  margin: 10px;
}
.item-quantity .increase {
  right: 0;
}
.item-quantity .current-quantity {
  margin-left: 10px;
}
.unique-form-group {
  margin-bottom: 1rem;
}
.unique-shipping-option {
  border-bottom: 1px solid #ddd;
  padding: 0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unique-shipping-option:last-child {
  border-bottom: none;
}
.unique-custom-control-input {
  display: none;
}
.unique-custom-control-input:checked + label {
  font-weight: bold;
}
.unique-price {
  font-weight: bold;
  color: red;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.text-info {
  color: #17a2b8;
}
.clickable {
  cursor: pointer;
  width: 100%;
}
.clickable:hover {
  cursor: pointer;
  width: 100%;
  background-color: #e2f9d7;
}
.unique-custom-control-input:checked + label {
  font-weight: bold;
  background-color: #e2f9d7;
  width: 100%;
  border-radius: 5px; /* קצוות מעוגלים לאפשרות הנבחרת */
  padding: 0.5rem; /* רווח מסביב לאפשרות הנבחרת */
}
.payment-options .payment-option label {
  display: flex;
  align-items: center;
}
.payment-options .payment-option i {
  margin-right: 0.5rem;
}
.payment-summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
}
.summary-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.summary-item.total {
  font-weight: bold;
  margin-bottom: 20px;
}
.secure-payment {
  align-items: center;
  margin-top: 20px;
}
.secure-payment-btn {
  background-color: #007BFF;
  border: none;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px; /* קיבוע זוויות מעוגלות לכפתור */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); /* הוספת צל לכפתור */
  transition-duration: 0.4s; /* משך מעבר צבעים */
}
.secure-payment-btn:hover {
  background-color: #0056B3;
  color: white;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2); /* הוספת צל יותר כהה במעבר עם העכבר */
  transform: translateY(-3px); /* הזזת הכפתור מעט למעלה במעבר עם העכבר */
}
.secure-payment-icons {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.terms-link {
  font-size: 14px;
}
.terms-link a {
  color: #007BFF;
  text-decoration: none;
}
.terms-link a:hover {
  text-decoration: underline;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons.woff2") format("woff2"), url("./material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-outlined.woff2") format("woff2"), url("./material-icons-outlined.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-round.woff2") format("woff2"), url("./material-icons-round.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-sharp.woff2") format("woff2"), url("./material-icons-sharp.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-two-tone.woff2") format("woff2"), url("./material-icons-two-tone.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
:root {
  --colorborder: #ef1212;
  --font-size: 16px;
  --colortextmain: #000;
  --catmaincolor: #000;
  --menuColor: #ffffff;
  --max-width-megamenu: 1400px;
}
.max-width-megamenu {
  max-width: var(--max-width-megamenu);
}
#MegaMenu {
  color: var(--colortextmain) !important;
  position: relative;
}
#MegaMenu a {
  color: unset;
}
#MegaMenu ::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  background-color: #c1c1c1;
}
#MegaMenu ::-webkit-scrollbar-thumb {
  background-color: var(--hoverBorderColor);
  height: 20px;
}
#MegaMenu .sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}
#MegaMenu .menu {
  height: 60px;
  display: flex;
  margin: 0;
  padding: 0;
  background-color: var(--menuColor);
  border-bottom: 6px solid var(--borderColor);
}
#MegaMenu .menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  list-style: none;
  max-width: 220px;
  flex: 15;
  cursor: pointer;
}
#MegaMenu .menu li:hover {
  border-bottom: 6px solid var(--hoverBorderColor);
  font-weight: bold;
}
#MegaMenu .menu li a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  color: var(--colortextmain) !important;
}
#MegaMenu .menu .active {
  border-bottom: 6px solid var(--hoverBorderColor) !important;
}
#MegaMenu .opnemenu {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(-20px);
  display: none;
  height: 630px;
  border-radius: 0 0 5px 5px;
  width: 100%;
  max-width: var(--max-width-megamenu);
  background-color: var(--menuColorbox);
  position: fixed;
  z-index: 99;
  right: 0;
  overflow: auto;
  margin-top: 20px;
}
#MegaMenu .opnemenu li a {
  color: var(--ttboxa) !important;
}
#MegaMenu .opnemenu .title {
  font-size: 16pt;
  font-weight: bold;
  color: var(--catmaincolor) !important;
}
#MegaMenu .opnemenu h2 a {
  color: var(--titleColor);
}
#MegaMenu .opnemenu .link {
  list-style: none;
  padding: 0;
}
#MegaMenu .opnemenu .menuright {
  flex-wrap: wrap;
  width: 83%;
}
#MegaMenu .opnemenu .ttmenu {
  width: 238px;
  height: 245px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--containerColor);
  position: relative;
  border-radius: 5px;
}
#MegaMenu .opnemenu .ttbox {
  max-height: 195px;
  overflow: auto;
}
#MegaMenu .opnemenu .imgleftbox {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.99;
}
#MegaMenu .opnemenu .boxleft {
  max-width: 17%;
  width: 100%;
  max-height: 500px;
  align-items: center;
}
#MegaMenu .opnemenu .boxleft img {
  margin: 0 auto;
  max-width: 95%;
  max-height: 500px;
}
#MegaMenu .opnemenu.open {
  opacity: 1;
  display: block;
}
.mp-gallery-ultimate {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  --primary-color: #1a1a1a;
  --accent-color: #ff4757;
  --border-radius: 16px;
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mp-gallery-ultimate[dir=rtl] {
  direction: rtl;
}
.mp-gallery-ultimate[dir=ltr] {
  direction: ltr;
}
@media (prefers-color-scheme: dark) {
  .mp-gallery-ultimate {
    --primary-color: #ffffff;
    --accent-color: #ff6b6b;
  }
}
@media (max-width: 768px) {
  .mp-gallery-ultimate {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .mp-gallery-ultimate {
    --border-radius: 20px;
  }
}
.mp-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: 400px;
  word-wrap: break-word;
}
[dir=rtl] .mp-toast {
  direction: rtl;
}
@media (prefers-color-scheme: dark) {
  .mp-toast {
    background: #2a2a2a;
    color: #e0e0e0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  }
}
.mp-toast svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mp-toast.mp-toast-success {
  border-left: 4px solid #059669;
}
.mp-toast.mp-toast-success svg {
  color: #059669;
}
.mp-toast.mp-toast-error {
  border-left: 4px solid #dc2626;
}
.mp-toast.mp-toast-error svg {
  color: #dc2626;
}
.mp-toast.mp-toast-warning {
  border-left: 4px solid #f59e0b;
}
.mp-toast.mp-toast-warning svg {
  color: #f59e0b;
}
.mp-toast.mp-toast-info {
  border-left: 4px solid #3b82f6;
}
.mp-toast.mp-toast-info svg {
  color: #3b82f6;
}
[dir=rtl] .mp-toast {
  border-left: none;
  border-right: 4px solid;
}
[dir=rtl] .mp-toast.mp-toast-success {
  border-right-color: #059669;
}
[dir=rtl] .mp-toast.mp-toast-error {
  border-right-color: #dc2626;
}
[dir=rtl] .mp-toast.mp-toast-warning {
  border-right-color: #f59e0b;
}
[dir=rtl] .mp-toast.mp-toast-info {
  border-right-color: #3b82f6;
}
@media (max-width: 480px) {
  .mp-toast {
    bottom: 1rem;
    padding: 0.75rem 1rem;
    font-size: 0.813rem;
    max-width: 90%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@supports (padding: max(0px)) {
  .mp-toast {
    bottom: max(2rem, env(safe-area-inset-bottom) + 1rem);
  }
}
.mp-toast span {
  flex: 1;
  color: #1f2937;
}
@media (prefers-color-scheme: dark) {
  .mp-toast span {
    color: #e5e7eb;
  }
}
.toast-slide-enter-active,
.toast-slide-leave-active {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.toast-slide-enter-from {
  transform: translate(-50%, 100%);
  opacity: 0;
}
.toast-slide-leave-to {
  transform: translate(-50%, 100%);
  opacity: 0;
}
.mp-gallery-loading {
  position: relative;
  min-height: 400px;
}
.mp-gallery-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: var(--primary-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.mp-gallery-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 2rem;
  text-align: center;
  color: #6b7280;
}
.mp-gallery-error svg {
  width: 48px;
  height: 48px;
  color: #ef4444;
  margin-bottom: 1rem;
}
.mp-gallery-error .mp-error-message {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #1f2937;
}
@media (prefers-color-scheme: dark) {
  .mp-gallery-error .mp-error-message {
    color: #e5e7eb;
  }
}
.mp-gallery-error .mp-error-details {
  font-size: 0.875rem;
  color: #6b7280;
}
.mp-gallery-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 2rem;
  text-align: center;
}
.mp-gallery-empty svg {
  width: 64px;
  height: 64px;
  color: #d1d5db;
  margin-bottom: 1rem;
}
.mp-gallery-empty .mp-empty-message {
  font-size: 1rem;
  color: #6b7280;
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mp-gallery-ultimate * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media print {
  .mp-toast {
    display: none !important;
  }
}
@media (prefers-contrast: high) {
  .mp-toast {
    border-width: 2px;
  }
  .mp-toast.mp-toast-success {
    background: #dcfce7;
    color: #14532d;
  }
  .mp-toast.mp-toast-error {
    background: #fee2e2;
    color: #7f1d1d;
  }
}
@media (forced-colors: active) {
  .mp-toast {
    border: 2px solid;
    forced-color-adjust: none;
  }
}
.mp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mp-gallery-ultimate {
  position: relative;
  z-index: 1;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mp-gallery-ultimate ::selection {
  background: var(--accent-color);
  color: white;
}
.mp-gallery-ultimate ::-moz-selection {
  background: var(--accent-color);
  color: white;
}
.mp-gallery-ultimate button:focus-visible,
.mp-gallery-ultimate a:focus-visible,
.mp-gallery-ultimate [tabindex]:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
@media (prefers-color-scheme: dark) {
  .mp-gallery-ultimate button:focus-visible,
  .mp-gallery-ultimate a:focus-visible,
  .mp-gallery-ultimate [tabindex]:focus-visible {
    outline-color: var(--primary-color);
  }
}
.mp-gallery-ultimate .mp-lightbox-overlay,
.mp-gallery-ultimate .mp-share-modal-overlay {
  z-index: 9999;
}
.mp-gallery-ultimate .mp-toast {
  z-index: 10000;
}
.mp-desktop-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .mp-desktop-gallery {
    display: none;
  }
}
@media (min-width: 769px) {
  .mp-desktop-gallery {
    display: flex;
  }
}
.mp-main-stage {
  position: relative;
  background: #ffffff;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
@media (prefers-color-scheme: dark) {
  .mp-main-stage {
    background: #1a1a1a;
  }
}
.mp-floating-badges {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 20;
}
[dir=rtl] .mp-floating-badges {
  right: auto;
  left: 1.5rem;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .mp-floating-badges {
    top: 1rem;
    right: 1rem;
    gap: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .mp-floating-badges {
    top: 2rem;
    right: 2rem;
    gap: 1rem;
  }
}
.mp-badge-new,
.mp-badge-sale,
.mp-badge-limited {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  font-size: 0.813rem;
  font-weight: 600;
  border-radius: 100px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.mp-badge-new svg,
.mp-badge-sale svg,
.mp-badge-limited svg {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .mp-badge-new,
  .mp-badge-sale,
  .mp-badge-limited {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .mp-badge-new,
  .mp-badge-sale,
  .mp-badge-limited {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
@media (prefers-contrast: high) {
  .mp-badge-new,
  .mp-badge-sale,
  .mp-badge-limited {
    font-weight: 700;
  }
}
.mp-badge-new {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.mp-badge-sale {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}
.mp-badge-limited {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  color: #333;
}
.mp-quick-actions {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 20;
}
[dir=rtl] .mp-quick-actions {
  left: auto;
  right: 1.5rem;
}
.mp-action-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.mp-action-btn svg {
  width: 20px;
  height: 20px;
  color: #666;
  transition: var(--transition-fast);
}
.mp-action-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.mp-action-btn:hover svg {
  color: var(--primary-color);
}
.mp-action-btn.mp-active svg {
  color: var(--accent-color);
  fill: var(--accent-color);
}
.mp-action-btn.mp-loading {
  pointer-events: none;
  opacity: 0.7;
}
.mp-action-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media (prefers-color-scheme: dark) {
  .mp-action-btn {
    background: #2a2a2a;
  }
  .mp-action-btn svg {
    color: #e0e0e0;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .mp-action-btn {
    width: 40px;
    height: 40px;
  }
  .mp-action-btn svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1440px) {
  .mp-action-btn {
    width: 48px;
    height: 48px;
  }
  .mp-action-btn svg {
    width: 22px;
    height: 22px;
  }
}
.mp-action-btn:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}
.mp-image-viewer {
  position: relative;
  width: 100%;
  background: #f8f9fa;
  cursor: zoom-in;
}
@media (prefers-color-scheme: dark) {
  .mp-image-viewer {
    background: #0f0f0f;
  }
}
.mp-image-frame {
  position: relative;
  width: 100%;
  padding-top: 125%; /* 4:5 Aspect ratio */
  overflow: hidden;
}
@media (max-width: 896px) and (orientation: landscape) {
  .mp-image-frame {
    padding-top: 75%;
  }
}
.mp-main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity var(--transition-smooth);
}
.mp-main-image.mp-image-loading {
  opacity: 0;
}
@media print {
  .mp-main-image {
    max-width: 100%;
    height: auto;
  }
}
.mp-image-skeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-skeleton-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: #666;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.mp-magnifier-lens {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  pointer-events: none;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 32px rgba(0, 0, 0, 0.1);
}
.mp-hover-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 0.875rem;
  border-radius: 100px;
  pointer-events: none;
  z-index: 15;
}
.mp-hover-hint svg {
  width: 20px;
  height: 20px;
}
.mp-dots-container {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.mp-dots-track {
  display: flex;
  gap: 0.5rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.mp-dot {
  position: relative;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: var(--transition-fast);
}
.mp-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #d1d5db;
  border-radius: 50%;
  transition: var(--transition-fast);
}
.mp-dot:hover::before {
  background: #9ca3af;
}
.mp-dot.mp-active {
  width: 32px;
}
.mp-dot.mp-active::before {
  border-radius: 4px;
  background: var(--primary-color);
}
.mp-dot.mp-loading::before {
  animation: pulse 1.5s infinite;
}
.mp-thumbnails-strip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2.5rem;
}
.mp-thumb-scroll {
  position: absolute;
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-fast);
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.mp-thumb-scroll svg {
  width: 18px;
  height: 18px;
  color: #666;
}
.mp-thumb-scroll:hover:not(:disabled) {
  transform: scale(1.1);
  border-color: var(--primary-color);
}
.mp-thumb-scroll:hover:not(:disabled) svg {
  color: var(--primary-color);
}
.mp-thumb-scroll:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.mp-scroll-prev {
  right: 0;
}
[dir=rtl] .mp-scroll-prev {
  right: auto;
  left: 0;
}
.mp-scroll-next {
  left: 0;
}
[dir=rtl] .mp-scroll-next {
  left: auto;
  right: 0;
}
.mp-thumbs-container {
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mp-thumbs-container::-webkit-scrollbar {
  display: none;
}
.mp-thumbs-inner {
  display: flex;
  gap: 0.75rem;
  padding: 0.25rem;
}
.mp-thumb-item {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: var(--transition-fast);
}
.mp-thumb-item:hover .mp-thumb-wrapper {
  transform: scale(1.05);
}
.mp-thumb-item.mp-active .mp-thumb-border {
  opacity: 1;
  border-color: var(--primary-color);
}
.mp-thumb-item.mp-preview .mp-thumb-border {
  opacity: 1;
  border-color: #9ca3af;
}
.mp-thumb-wrapper {
  position: relative;
  width: 80px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  transition: var(--transition-fast);
}
.mp-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .mp-thumb-wrapper {
    width: 70px;
    height: 87px;
  }
}
@media (min-width: 1440px) {
  .mp-thumb-wrapper {
    width: 90px;
    height: 112px;
  }
}
.mp-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
  pointer-events: none;
}
.mp-thumb-border {
  position: absolute;
  inset: -2px;
  border: 2px solid transparent;
  border-radius: 12px;
  pointer-events: none;
  opacity: 0;
  transition: var(--transition-fast);
}
.mp-spinner-small {
  width: 16px;
  height: 16px;
  border: 2px solid #e0e0e0;
  border-top-color: #666;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.mp-badge-slide-enter-active,
.mp-badge-slide-leave-active {
  transition: all var(--transition-smooth);
}
.mp-badge-slide-enter-from {
  transform: translateX(20px);
  opacity: 0;
}
.mp-badge-slide-leave-to {
  transform: translateX(-20px);
  opacity: 0;
}
.mp-image-fade-enter-active,
.mp-image-fade-leave-active {
  transition: opacity var(--transition-fast);
}
.mp-image-fade-enter-from,
.mp-image-fade-leave-to {
  opacity: 0;
}
.mp-zoom-fade-enter-active,
.mp-zoom-fade-leave-active {
  transition: opacity var(--transition-fast);
}
.mp-zoom-fade-enter-from,
.mp-zoom-fade-leave-to {
  opacity: 0;
}
.mp-fade-enter-active,
.mp-fade-leave-active {
  transition: opacity 0.3s;
}
.mp-fade-enter-from,
.mp-fade-leave-to {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.mp-thumb-item:focus-visible,
.mp-action-btn:focus-visible,
.mp-dot:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}
@media (prefers-contrast: high) {
  .mp-thumb-border,
  .mp-dot::before {
    border-width: 3px;
  }
  .mp-badge-new,
  .mp-badge-sale,
  .mp-badge-limited {
    font-weight: 700;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mp-hover-hint {
    display: none !important;
  }
  .mp-thumb-item {
    padding: 0.25rem;
  }
  .mp-dot {
    width: 10px;
    height: 10px;
  }
  .mp-magnifier-lens {
    display: none !important;
  }
}
@media print {
  .mp-quick-actions,
  .mp-floating-badges,
  .mp-dots-container,
  .mp-thumbnails-strip {
    display: none !important;
  }
  .mp-main-image {
    max-width: 100%;
    height: auto;
  }
}
.mp-mobile-gallery {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .mp-mobile-gallery {
    display: none;
  }
}
@media (max-width: 768px) {
  .mp-mobile-gallery {
    display: block;
  }
}
.mp-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
[dir=rtl] .mp-mobile-header {
  direction: rtl;
}
@media (max-width: 480px) {
  .mp-mobile-header {
    padding: 0.75rem;
  }
}
@media (max-width: 896px) and (orientation: landscape) {
  .mp-mobile-header {
    padding: 0.5rem 1rem;
  }
}
@supports (padding: max(0px)) {
  .mp-mobile-header {
    padding-top: max(1rem, env(safe-area-inset-top));
  }
}
.mp-mobile-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  max-width: 60%;
}
.mp-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 100px;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}
.mp-badge-pill svg {
  width: 12px;
  height: 12px;
}
.mp-badge-pill.mp-new {
  background: rgba(102, 126, 234, 0.9);
  color: white;
}
.mp-badge-pill.mp-sale {
  background: rgba(245, 87, 108, 0.9);
  color: white;
}
.mp-badge-pill.mp-limited {
  background: rgba(251, 146, 60, 0.9);
  color: white;
}
@media (max-width: 380px) {
  .mp-badge-pill {
    padding: 0.25rem 0.5rem;
    font-size: 0.688rem;
  }
}
.mp-mobile-actions {
  display: flex;
  gap: 0.5rem;
}
.mp-mobile-action {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.mp-mobile-action svg {
  width: 20px;
  height: 20px;
  color: #333;
}
.mp-mobile-action:active {
  transform: scale(0.95);
}
.mp-mobile-action.mp-active svg {
  color: #ff4757;
  fill: #ff4757;
}
.mp-mobile-action.mp-loading {
  pointer-events: none;
}
.mp-mobile-action:disabled {
  opacity: 0.5;
}
@media (prefers-color-scheme: dark) {
  .mp-mobile-action {
    background: rgba(42, 42, 42, 0.95);
  }
  .mp-mobile-action svg {
    color: #e0e0e0;
  }
}
.mp-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f8f9fa;
  touch-action: pan-y pinch-zoom;
}
@media (prefers-color-scheme: dark) {
  .mp-swiper {
    background: #0f0f0f;
  }
}
.mp-swiper-track {
  display: flex;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.mp-swiper-slide {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}
.mp-mobile-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
}
.mp-mobile-image-wrapper.mp-square {
  padding-top: 100%;
}
@media (orientation: landscape) {
  .mp-mobile-image-wrapper {
    padding-top: 56.25%;
  }
}
.mp-mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s;
}
.mp-mobile-image.mp-loading {
  opacity: 0;
}
.mp-mobile-skeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.mp-swipe-hint {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 0.875rem;
  border-radius: 100px;
  pointer-events: none;
  z-index: 15;
}
.mp-swipe-hint svg {
  width: 24px;
  height: 24px;
}
[dir=rtl] .mp-swipe-hint svg {
  transform: rotate(180deg);
}
.mp-image-counter {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0.375rem 0.75rem;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 100px;
  z-index: 15;
}
[dir=rtl] .mp-image-counter {
  right: auto;
  left: 1rem;
}
.mp-mobile-dots {
  display: flex;
  justify-content: center;
  gap: 0.375rem;
  padding: 1rem;
  background: white;
}
@media (prefers-color-scheme: dark) {
  .mp-mobile-dots {
    background: #1a1a1a;
  }
}
.mp-mobile-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.3s;
}
.mp-mobile-dot.mp-active {
  width: 20px;
  border-radius: 3px;
  background: var(--primary-color);
}
.mp-mobile-dot:active {
  transform: scale(0.9);
}
.mp-mobile-thumbs-wrapper {
  padding: 0.75rem;
  background: white;
  border-top: 1px solid #e5e7eb;
}
@media (prefers-color-scheme: dark) {
  .mp-mobile-thumbs-wrapper {
    background: #1a1a1a;
    border-color: #2a2a2a;
  }
}
.mp-mobile-thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.mp-mobile-thumbs::-webkit-scrollbar {
  display: none;
}
.mp-mobile-thumb {
  flex: 0 0 60px;
  width: 60px;
  height: 75px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
  cursor: pointer;
  transition: all 0.2s;
}
.mp-mobile-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-mobile-thumb.mp-active {
  border-color: var(--primary-color);
}
.mp-mobile-thumb:active {
  transform: scale(0.95);
}
.mp-spinner-tiny {
  width: 14px;
  height: 14px;
  border: 2px solid #e0e0e0;
  border-top-color: #666;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mp-indicator-fade-enter-active,
.mp-indicator-fade-leave-active {
  transition: opacity 0.5s;
}
.mp-indicator-fade-enter-from,
.mp-indicator-fade-leave-to {
  opacity: 0;
}
.mp-mobile-gallery {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.mp-mobile-image {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.mp-mobile-action:focus-visible,
.mp-mobile-thumb:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .mp-swiper-track {
    transition: none !important;
  }
  .mp-mobile-skeleton {
    animation: none;
    background: #e0e0e0;
  }
  .mp-spinner-tiny {
    animation: none;
    border-top-color: transparent;
    border-right-color: #666;
  }
}
@media (prefers-contrast: high) {
  .mp-mobile-dot {
    border: 1px solid;
  }
  .mp-mobile-dot.mp-active {
    border-width: 2px;
  }
}
@media print {
  .mp-mobile-header,
  .mp-mobile-dots,
  .mp-mobile-thumbs-wrapper,
  .mp-swipe-hint,
  .mp-image-counter {
    display: none !important;
  }
}
.share-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.share-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.share-modal-container {
  position: relative;
  background: white;
  border-radius: 24px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}
.share-modal-container::-webkit-scrollbar {
  width: 8px;
}
.share-modal-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}
.share-modal-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
.share-modal-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.share-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 24px 24px 0 0;
  color: white;
}
.share-modal-header-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.share-modal-icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 12px;
}
.share-modal-icon {
  width: 24px;
  height: 24px;
  color: white;
}
.share-modal-titles {
  flex: 1;
}
.share-modal-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.share-modal-subtitle {
  margin: 0.25rem 0 0 0;
  font-size: 0.875rem;
  opacity: 0.9;
}
.share-modal-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.share-modal-close svg {
  width: 20px;
  height: 20px;
  color: white;
}
.share-modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}
.share-modal-close:active {
  transform: scale(0.95);
}
.share-product-preview {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f6f9fc 0%, #ffffff 100%);
  border-bottom: 1px solid #e5e7eb;
}
.share-product-image-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.share-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.share-product-image:hover {
  transform: scale(1.05);
}
.share-discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  padding: 0.5rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.share-discount-percent {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.share-discount-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.share-product-details {
  flex: 1;
  min-width: 0;
}
.share-product-title {
  margin: 0 0 0.75rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.share-product-description {
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}
.share-product-pricing {
  margin-bottom: 1rem;
}
.share-price-group {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.share-price-original {
  font-size: 1rem;
  color: #9ca3af;
  text-decoration: line-through;
}
.share-price-current {
  font-size: 1.5rem;
  font-weight: 700;
  color: #059669;
}
.share-price-save {
  font-size: 0.875rem;
  color: #ef4444;
  background: #fee2e2;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-weight: 500;
}
.share-price-single .share-price-current {
  color: #1a1a1a;
}
.share-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.share-product-tag {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.share-methods-section {
  padding: 2rem;
}
.share-methods-title {
  margin: 0 0 1.5rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
}
.share-methods-primary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.share-method-primary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.share-method-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.share-method-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.share-method-primary:hover::before {
  opacity: 0.08;
}
.share-method-primary:active {
  transform: translateY(0);
}
.share-method-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.share-method-primary.share-whatsapp {
  color: #25D366;
  border-color: #25D366;
}
.share-method-primary.share-whatsapp:hover {
  background: #25D366;
  color: white;
}
.share-method-primary.share-whatsapp:hover .share-method-primary-text {
  color: white;
}
.share-method-primary.share-copy {
  color: #6366f1;
  border-color: #6366f1;
}
.share-method-primary.share-copy:hover {
  background: #6366f1;
  color: white;
}
.share-method-primary.share-copy:hover .share-method-primary-text {
  color: white;
}
.share-method-primary.share-copy.copied {
  background: #059669;
  border-color: #059669;
  color: white;
}
.share-method-primary.share-copy.copied .share-method-primary-text {
  color: white;
}
.share-method-primary-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.share-method-primary-icon svg {
  width: 100%;
  height: 100%;
}
.share-method-primary-text {
  flex: 1;
  position: relative;
}
.share-method-primary-name {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: inherit;
  margin-bottom: 0.125rem;
}
.share-method-primary-hint {
  display: block;
  font-size: 0.75rem;
  color: inherit;
  opacity: 0.7;
}
.share-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 0.75rem;
}
.share-method-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.share-method-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.share-method-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: currentColor;
}
.share-method-button:hover::before {
  opacity: 0.05;
}
.share-method-button:hover .share-method-icon {
  transform: scale(1.1);
}
.share-method-button:active {
  transform: translateY(0);
}
.share-method-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.share-method-button:disabled:hover {
  transform: none;
  box-shadow: none;
}
.share-method-icon {
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.share-method-icon svg {
  width: 100%;
  height: 100%;
}
.share-method-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  position: relative;
}
.share-facebook {
  color: #1877F2;
}
.share-facebook:hover {
  background: #1877F2;
  border-color: #1877F2;
  color: white;
}
.share-facebook:hover .share-method-name {
  color: white;
}
.share-telegram {
  color: #0088cc;
}
.share-telegram:hover {
  background: #0088cc;
  border-color: #0088cc;
  color: white;
}
.share-telegram:hover .share-method-name {
  color: white;
}
.share-twitter {
  color: #1DA1F2;
}
.share-twitter:hover {
  background: #1DA1F2;
  border-color: #1DA1F2;
  color: white;
}
.share-twitter:hover .share-method-name {
  color: white;
}
.share-email {
  color: #EA4335;
}
.share-email:hover {
  background: #EA4335;
  border-color: #EA4335;
  color: white;
}
.share-email:hover .share-method-name {
  color: white;
}
.share-native {
  color: #6b7280;
}
.share-native:hover {
  background: #6b7280;
  border-color: #6b7280;
  color: white;
}
.share-native:hover .share-method-name {
  color: white;
}
.share-stats-section {
  display: flex;
  justify-content: space-around;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, #f6f9fc 0%, #ffffff 100%);
  border-top: 1px solid #e5e7eb;
}
.share-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.share-stat-item svg {
  width: 24px;
  height: 24px;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
.share-stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
}
.share-stat-label {
  font-size: 0.75rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.share-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  z-index: 100000;
  animation: toastSlideUp 0.3s ease;
}
.share-toast-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.share-toast-icon svg {
  width: 20px;
  height: 20px;
}
.share-toast-success .share-toast-icon {
  background: #d1fae5;
  color: #059669;
}
.share-toast-error .share-toast-icon {
  background: #fee2e2;
  color: #dc2626;
}
.share-toast-content {
  flex: 1;
}
.share-toast-title {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
}
.share-toast-message {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes toastSlideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.share-modal-fade-enter-active,
.share-modal-fade-leave-active {
  transition: opacity 0.3s ease;
}
.share-modal-fade-enter-active .share-modal-container,
.share-modal-fade-leave-active .share-modal-container {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.share-modal-fade-enter-from {
  opacity: 0;
}
.share-modal-fade-enter-from .share-modal-container {
  transform: translateY(20px) scale(0.95);
}
.share-modal-fade-leave-to {
  opacity: 0;
}
.share-modal-fade-leave-to .share-modal-container {
  transform: translateY(-20px) scale(0.95);
}
.toast-slide-enter-active,
.toast-slide-leave-active {
  transition: all 0.3s ease;
}
.toast-slide-enter-from,
.toast-slide-leave-to {
  opacity: 0;
  transform: translate(-50%, 100%);
}
.is-rtl {
  direction: rtl;
}
.is-rtl .share-price-group {
  flex-direction: row-reverse;
}
@media (prefers-color-scheme: dark) {
  .share-modal-container {
    background: #1a1a1a;
    color: #e5e7eb;
  }
  .share-modal-header {
    background: linear-gradient(135deg, #4c1d95 0%, #5b21b6 100%);
    border-bottom-color: #374151;
  }
  .share-product-preview {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border-bottom-color: #374151;
  }
  .share-product-title {
    color: #f3f4f6;
  }
  .share-product-description {
    color: #9ca3af;
  }
  .share-method-button,
  .share-method-primary {
    background: #1f2937;
    border-color: #374151;
  }
  .share-method-button:hover,
  .share-method-primary:hover {
    background: #111827;
  }
  .share-method-name {
    color: #f3f4f6;
  }
  .share-stats-section {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border-top-color: #374151;
  }
  .share-stat-value {
    color: #f3f4f6;
  }
  .share-toast {
    background: #1f2937;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
  }
  .share-toast-title {
    color: #f3f4f6;
  }
}
@media (max-width: 768px) {
  .share-modal-wrapper {
    padding: 0;
  }
  .share-modal-container {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 0;
    animation: mobileSlideUp 0.3s ease;
  }
  @keyframes mobileSlideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .share-modal-header {
    border-radius: 0;
    padding: 1.25rem;
  }
  .share-modal-title {
    font-size: 1.25rem;
  }
  .share-product-preview {
    flex-direction: column;
    padding: 1.5rem;
  }
  .share-product-image-wrapper {
    width: 100%;
    height: 200px;
  }
  .share-methods-section {
    padding: 1.5rem;
  }
  .share-methods-primary {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .share-methods-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
  .share-method-button {
    padding: 0.75rem 0.25rem;
  }
  .share-method-name {
    font-size: 0.75rem;
  }
  .share-toast {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    transform: none;
  }
}
@media (max-width: 480px) {
  .share-modal-header {
    padding: 1rem;
  }
  .share-modal-icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .share-modal-title {
    font-size: 1.125rem;
  }
  .share-modal-subtitle {
    font-size: 0.75rem;
  }
  .share-modal-close {
    width: 36px;
    height: 36px;
  }
  .share-product-preview {
    padding: 1rem;
  }
  .share-methods-section {
    padding: 1rem;
  }
  .share-method-icon {
    width: 24px;
    height: 24px;
  }
  .share-stats-section {
    padding: 1rem;
  }
  .share-stat-value {
    font-size: 1rem;
  }
  .share-stat-label {
    font-size: 0.625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (prefers-contrast: high) {
  .share-modal-container {
    border: 2px solid currentColor;
  }
  .share-method-button,
  .share-method-primary {
    border-width: 3px;
  }
}
.share-modal-close:focus-visible,
.share-method-button:focus-visible,
.share-method-primary:focus-visible {
  outline: 3px solid #4f46e5;
  outline-offset: 2px;
}
.is-sharing {
  pointer-events: none;
}
.is-sharing .share-method-button,
.is-sharing .share-method-primary {
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media print {
  .share-modal-wrapper {
    display: none !important;
  }
}
.mp-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 768px) {
  .mp-lightbox-overlay {
    padding: 0;
  }
}
.mp-lightbox-container {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mp-lightbox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .mp-lightbox-header {
    padding: 1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  }
}
@supports (padding: max(0px)) {
  .mp-lightbox-header {
    padding-top: max(1rem, env(safe-area-inset-top));
  }
}
.mp-lightbox-counter {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  user-select: none;
}
[dir=rtl] .mp-lightbox-counter {
  direction: ltr;
}
.mp-lightbox-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 480px) {
  .mp-lightbox-actions {
    gap: 0.5rem;
  }
}
.mp-lightbox-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  color: white;
}
.mp-lightbox-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.mp-lightbox-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.mp-lightbox-btn svg, .mp-lightbox-btn i {
  width: 20px;
  height: 20px;
  color: white;
}
.mp-lightbox-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .mp-lightbox-btn {
    width: 36px;
    height: 36px;
  }
  .mp-lightbox-btn svg, .mp-lightbox-btn i {
    width: 18px;
    height: 18px;
  }
}
.mp-lightbox-close {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.mp-lightbox-close svg, .mp-lightbox-close i {
  width: 24px;
  height: 24px;
  color: white;
}
.mp-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.mp-lightbox-close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.mp-lightbox-body {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 0;
  overflow: hidden;
}
.mp-lightbox-nav {
  position: absolute;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  z-index: 10;
}
.mp-lightbox-nav svg, .mp-lightbox-nav i {
  width: 28px;
  height: 28px;
  color: white;
}
.mp-lightbox-nav:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.mp-lightbox-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.mp-lightbox-nav.mp-nav-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mp-lightbox-nav {
    width: 44px;
    height: 44px;
  }
  .mp-lightbox-nav svg, .mp-lightbox-nav i {
    width: 20px;
    height: 20px;
  }
}
.mp-lightbox-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.mp-nav-prev {
  right: 2rem;
}
[dir=rtl] .mp-nav-prev {
  right: auto;
  left: 2rem;
}
@media (max-width: 768px) {
  .mp-nav-prev {
    right: 1rem;
  }
  [dir=rtl] .mp-nav-prev {
    right: auto;
    left: 1rem;
  }
}
.mp-nav-next {
  left: 2rem;
}
[dir=rtl] .mp-nav-next {
  left: auto;
  right: 2rem;
}
@media (max-width: 768px) {
  .mp-nav-next {
    left: 1rem;
  }
  [dir=rtl] .mp-nav-next {
    left: auto;
    right: 1rem;
  }
}
.mp-lightbox-stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.mp-lightbox-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
}
.mp-lightbox-image-container.mp-dragging {
  transition: none;
  cursor: grabbing;
}
.mp-lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.mp-lightbox-image.mp-loading {
  opacity: 0;
}
.mp-lightbox-image.mp-dragging {
  cursor: grabbing;
}
.mp-lightbox-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.mp-loader-ring {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.mp-loader-text {
  margin-top: 1rem;
  color: white;
  font-size: 0.875rem;
}
.mp-lightbox-error {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 2rem;
}
.mp-lightbox-error svg, .mp-lightbox-error i {
  width: 48px;
  height: 48px;
  color: #ef4444;
  margin-bottom: 1rem;
}
.mp-lightbox-error span {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.mp-retry-btn {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.mp-retry-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mp-lightbox-thumbs {
  padding-top: 1.5rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.mp-lightbox-thumbs.mp-thumbs-collapsed {
  padding-top: 0;
  height: 0;
}
@media (max-width: 768px) {
  .mp-lightbox-thumbs {
    padding-top: 1rem;
  }
}
.mp-thumbs-toggle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 0 0 8px 8px;
  color: white;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 10;
}
.mp-thumbs-toggle svg, .mp-thumbs-toggle i {
  width: 16px;
  height: 16px;
}
.mp-thumbs-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mp-lightbox-thumbs-track {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  overflow-x: auto;
  padding: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mp-lightbox-thumbs-track::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .mp-lightbox-thumbs-track {
    gap: 0.5rem;
    padding: 0.25rem;
  }
}
.mp-lightbox-thumb-btn {
  flex-shrink: 0;
  width: 64px;
  height: 80px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s;
  position: relative;
}
.mp-lightbox-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-lightbox-thumb-btn:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}
.mp-lightbox-thumb-btn.mp-active {
  border-color: white;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .mp-lightbox-thumb-btn {
    width: 48px;
    height: 60px;
  }
}
.mp-lightbox-thumb-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.mp-thumb-index {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 0.625rem;
  padding: 0.125rem 0.25rem;
  border-radius: 4px;
  font-weight: 500;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mp-lightbox-fade-enter-active,
.mp-lightbox-fade-leave-active {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mp-lightbox-fade-enter-from,
.mp-lightbox-fade-leave-to {
  opacity: 0;
}
.mp-lightbox-image-enter-active,
.mp-lightbox-image-leave-active {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mp-lightbox-image-enter-from {
  transform: scale(0.9);
  opacity: 0;
}
.mp-lightbox-image-leave-to {
  transform: scale(1.1);
  opacity: 0;
}
.lightbox-fade-enter-active,
.lightbox-fade-leave-active {
  transition: opacity 0.3s ease;
}
.lightbox-fade-enter-from,
.lightbox-fade-leave-to {
  opacity: 0;
}
.lightbox-image-enter-active,
.lightbox-image-leave-active {
  transition: all 0.3s ease;
}
.lightbox-image-enter-from {
  transform: scale(0.95);
  opacity: 0;
}
.lightbox-image-leave-to {
  transform: scale(1.05);
  opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .mp-lightbox-nav,
  .mp-lightbox-close,
  .mp-lightbox-btn,
  .mp-lightbox-thumb-btn,
  .mp-lightbox-image-container {
    transition: none !important;
  }
  .mp-loader-ring {
    animation: none;
    border-top-color: transparent;
    border-right-color: white;
  }
  .mp-lightbox-fade-enter-active,
  .mp-lightbox-fade-leave-active,
  .mp-lightbox-image-enter-active,
  .mp-lightbox-image-leave-active,
  .lightbox-fade-enter-active,
  .lightbox-fade-leave-active,
  .lightbox-image-enter-active,
  .lightbox-image-leave-active,
  .fade-enter-active,
  .fade-leave-active {
    transition-duration: 0.01ms !important;
  }
}
@media (prefers-contrast: high) {
  .mp-lightbox-nav,
  .mp-lightbox-close,
  .mp-lightbox-btn {
    border: 2px solid white;
  }
  .mp-lightbox-thumb-btn {
    border-width: 3px;
  }
  .mp-lightbox-counter {
    color: white;
    font-weight: bold;
  }
}
@media print {
  .mp-lightbox-overlay {
    display: none !important;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 500px;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    max-height: 500px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 5px rgba(79, 70, 229, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(79, 70, 229, 0.8);
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes jello {
  11.1% {
    transform: skewX(-12deg) skewY(-12deg);
  }
  22.2% {
    transform: skewX(6.5deg) skewY(6.5deg);
  }
  33.3% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  44.4% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  55.5% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  66.6% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  77.7% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: skewX(0) skewY(0);
  }
}
@keyframes skeleton {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes blinkCursor {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: currentColor;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.animate-shimmer {
  animation: shimmer 1.5s infinite;
}
.animate-spin {
  animation: spin 0.8s linear infinite;
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.animate-bounce {
  animation: bounce 1s infinite;
}
.animate-fade-in {
  animation: fadeIn 0.3s ease-in;
}
.animate-shake {
  animation: shake 0.5s;
}
.animate-heart-beat {
  animation: heartBeat 1.3s ease-in-out;
}
.animation-delay-100 {
  animation-delay: 100ms;
}
.animation-delay-200 {
  animation-delay: 200ms;
}
.animation-delay-300 {
  animation-delay: 300ms;
}
.animation-delay-400 {
  animation-delay: 400ms;
}
.animation-delay-500 {
  animation-delay: 500ms;
}
.animation-duration-fast {
  animation-duration: 0.3s;
}
.animation-duration-normal {
  animation-duration: 0.5s;
}
.animation-duration-slow {
  animation-duration: 1s;
}
.animation-duration-slower {
  animation-duration: 2s;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .animate-shimmer,
  .animate-spin,
  .animate-pulse,
  .animate-bounce {
    animation: none !important;
  }
}
#etxcart {
  /* Trust Section */
  /* Checkout Button */
  /* Footer Security */
  /* Payment Section */
  /* Grid Layout */
  /* Responsive */
  /* Empty Cart */
  /* Security Bar */
  /* Checkout Button */
  /* Footer */
  /* Payment Container */
  /* Responsive */
  /* RTL Support */
  /* Main Label */
  /* Hidden Input */
  /* Custom Checkbox */
  /* Success Animation */
  /* Terms Text */
  /* Error Message */
  /* Shake Animation */
  /* Additional Legal Links */
  /* Trust Badge */
  /* Slide Transition */
  /* Responsive */
  /* Main Button */
  /* Pulse Animation */
  /* Click Animation */
  /* Button Content */
  /* Disabled State */
  /* Loading State */
  /* Express Options */
  /* Security Note */
  /* Security Info */
  /* Urgency Message */
  /* Transitions */
  /* RTL Support */
  /* Responsive */
  /* Toggle Button */
  /* Input Section */
  /* Buttons */
  /* Error Message */
  /* Applied Coupon */
  /* Coverage Indicator */
  /* Animations */
  /* Transitions */
  /* Mobile */
}
#etxcart .etx-cart-drawer {
  --cart-bg: #ffffff;
  --cart-title: #1a1a1a;
  --cart-text: #4a4a4a;
  --cart-text-secondary: #6b7280;
  --price-current: #1a1a1a;
  --price-compare: #9ca3af;
  --summary-bg: #f9fafb;
  --summary-text: #1a1a1a;
  --coupon-bg: #f3f4f6;
  --coupon-text: #374151;
  --btn-primary-bg: #1a1a1a;
  --btn-primary-text: #ffffff;
  --card-border: #e5e7eb;
  --badge-bg: #ef4444;
  --badge-text: #ffffff;
  --progress-bg: #e5e7eb;
  --progress-fill: #10b981;
  --discount-bg: #fef3c7;
  --discount-text: #92400e;
  --success-color: #10b981;
  --error-color: #ef4444;
  --warning-color: #f59e0b;
  --backdrop-color: rgba(0, 0, 0, 0.4);
  --price-discount: #059669;
  --panel-width: 480px;
  --panel-padding: 20px;
  --gap-xs: 8px;
  --gap-sm: 12px;
  --gap-md: 16px;
  --gap-lg: 24px;
  --item-gap: var(--gap-md);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-full: 9999px;
  --font-size-xs: 12px;
  --font-size-sm: 13px;
  --font-size-base: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-2xl: 20px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --elev-1: 0 1px 3px rgba(0, 0, 0, 0.08);
  --elev-2: 0 4px 6px rgba(0, 0, 0, 0.1);
  --elev-3: 0 10px 15px rgba(0, 0, 0, 0.1);
  --elev-4: 0 20px 25px rgba(0, 0, 0, 0.1);
  --transition-speed: 200ms;
  --transition-easing: cubic-bezier(0.2, 0.6, 0.2, 1);
  --focus-ring: 0 0 0 3px rgba(59, 130, 246, 0.5);
  --outline-offset: 2px;
  --z-backdrop: 9998;
  --z-panel: 9999;
  --z-toast: 10000;
  --z-loader: 10001;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#etxcart .etx-cart-drawer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#etxcart .etx-cart-drawer .etx-cart-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  transition: transform var(--transition-speed) var(--transition-easing);
}
#etxcart .etx-cart-drawer .etx-cart-trigger:hover {
  transform: scale(1.1);
}
#etxcart .etx-cart-drawer .etx-cart-trigger:active {
  transform: scale(0.95);
}
#etxcart .etx-cart-drawer .etx-cart-trigger:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: var(--radius-sm);
}
#etxcart .etx-cart-drawer .etx-cart-trigger__badge {
  position: absolute;
  top: -4px;
  inset-inline-end: -4px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--badge-bg);
  color: var(--badge-text);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  border-radius: var(--radius-full);
  padding: 0 6px;
  box-shadow: var(--elev-2);
}
#etxcart .etx-cart-drawer .etx-cart-backdrop {
  position: fixed;
  inset: 0;
  background: var(--backdrop-color);
  backdrop-filter: blur(4px);
  z-index: var(--z-backdrop);
}
#etxcart .etx-cart-drawer .etx-cart-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: var(--panel-width);
  background: var(--cart-bg);
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  z-index: var(--z-panel);
  display: flex;
  flex-direction: column;
}
#etxcart .etx-cart-drawer .etx-cart-panel--rtl {
  left: 0;
  right: auto;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
}
#etxcart .etx-cart-drawer .etx-cart-panel:not(#etxcart .etx-cart-drawer .etx-cart-panel--rtl) {
  right: 0;
  left: auto;
}
@supports (padding: max(0px)) {
  #etxcart .etx-cart-drawer .etx-cart-panel {
    padding-bottom: max(env(safe-area-inset-bottom), 0);
  }
}
#etxcart .etx-cart-drawer .etx-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--panel-padding);
  border-bottom: 1px solid var(--card-border);
  background: var(--cart-bg);
  min-height: 64px;
}
#etxcart .etx-cart-drawer .etx-cart-header__close, #etxcart .etx-cart-drawer .etx-cart-header__clear {
  background: transparent;
  border: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--cart-text-secondary);
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: all var(--transition-speed);
}
#etxcart .etx-cart-drawer .etx-cart-header__close:hover, #etxcart .etx-cart-drawer .etx-cart-header__clear:hover {
  background: var(--coupon-bg);
  color: var(--cart-text);
}
#etxcart .etx-cart-drawer .etx-cart-header__close:focus-visible, #etxcart .etx-cart-drawer .etx-cart-header__clear:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
#etxcart .etx-cart-drawer .etx-cart-header__title {
  flex: 1;
  text-align: center;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--cart-title);
}
#etxcart .etx-cart-drawer .etx-cart-header__count {
  font-weight: var(--font-weight-normal);
  color: var(--cart-text-secondary);
  margin-inline-start: var(--gap-xs);
}
#etxcart .etx-cart-drawer .etx-shipping-bar {
  padding: var(--gap-sm) var(--panel-padding);
  background: linear-gradient(to bottom, #fef9e7, #fef3c7);
  border-bottom: 1px solid #fde68a;
}
#etxcart .etx-cart-drawer .etx-shipping-bar__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  font-size: var(--font-size-sm);
  color: var(--discount-text);
  margin-bottom: var(--gap-xs);
}
#etxcart .etx-cart-drawer .etx-shipping-bar__text i {
  color: var(--warning-color);
}
#etxcart .etx-cart-drawer .etx-shipping-bar__text strong {
  color: var(--error-color);
  font-weight: var(--font-weight-semibold);
}
#etxcart .etx-cart-drawer .etx-shipping-bar__progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-full);
  overflow: hidden;
}
#etxcart .etx-cart-drawer .etx-shipping-bar__fill {
  height: 100%;
  background: var(--warning-color);
  transition: width 0.6s var(--transition-easing);
}
#etxcart .etx-cart-drawer .etx-shipping-success {
  padding: var(--gap-sm) var(--panel-padding);
  background: linear-gradient(to bottom, #dcfce7, #d9f99d);
  border-bottom: 1px solid #86efac;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--success-color);
}
#etxcart .etx-cart-drawer .etx-shipping-success i {
  font-size: var(--font-size-lg);
}
#etxcart .etx-cart-drawer .etx-cart-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: var(--panel-padding);
  position: relative;
}
#etxcart .etx-cart-drawer .etx-cart-body::-webkit-scrollbar {
  width: 6px;
}
#etxcart .etx-cart-drawer .etx-cart-body::-webkit-scrollbar-track {
  background: transparent;
}
#etxcart .etx-cart-drawer .etx-cart-body::-webkit-scrollbar-thumb {
  background: var(--card-border);
  border-radius: var(--radius-full);
}
#etxcart .etx-cart-drawer .etx-cart-body::-webkit-scrollbar-thumb:hover {
  background: var(--cart-text-secondary);
}
#etxcart .etx-cart-drawer .etx-cart-body--loading {
  opacity: 0.7;
  pointer-events: none;
}
#etxcart .etx-cart-drawer .etx-cart-items {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
}
#etxcart .etx-cart-drawer .etx-cart-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: var(--gap-md);
  padding: var(--gap-md);
  background: var(--cart-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  transition: all var(--transition-speed);
  position: relative;
}
#etxcart .etx-cart-drawer .etx-cart-item:hover {
  box-shadow: var(--elev-2);
  border-color: var(--cart-text-secondary);
}
#etxcart .etx-cart-drawer .etx-cart-item--promo {
  border-color: var(--warning-color);
  border-width: 2px;
}
#etxcart .etx-cart-drawer .etx-cart-item--promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--warning-color), #fbbf24);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}
#etxcart .etx-cart-drawer .etx-cart-item__image {
  position: relative;
  width: 80px;
  height: 80px;
}
#etxcart .etx-cart-drawer .etx-cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--coupon-bg);
}
#etxcart .etx-cart-drawer .etx-cart-item__badge {
  position: absolute;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: var(--font-weight-semibold);
  border-radius: var(--radius-full);
  box-shadow: var(--elev-1);
  white-space: nowrap;
}
#etxcart .etx-cart-drawer .etx-cart-item__badge--promo {
  top: 6px;
  inset-inline-start: 6px;
  background: var(--badge-bg);
  color: var(--badge-text);
}
#etxcart .etx-cart-drawer .etx-cart-item__details {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
  min-width: 0;
}
#etxcart .etx-cart-drawer .etx-cart-item__title {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  color: var(--cart-title);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#etxcart .etx-cart-drawer .etx-cart-item__variant {
  font-size: var(--font-size-sm);
  color: var(--cart-text-secondary);
}
#etxcart .etx-cart-drawer .etx-cart-item__pricing {
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
}
#etxcart .etx-cart-drawer .etx-cart-item__price {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  color: var(--price-current);
}
#etxcart .etx-cart-drawer .etx-cart-item__price--compare {
  font-size: var(--font-size-sm);
  color: var(--price-compare);
  text-decoration: line-through;
}
#etxcart .etx-cart-drawer .etx-cart-item__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
#etxcart .etx-cart-drawer .etx-cart-item__total {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  color: var(--price-current);
}
#etxcart .etx-cart-drawer .etx-cart-item__remove {
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cart-text-secondary);
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: all var(--transition-speed);
}
#etxcart .etx-cart-drawer .etx-cart-item__remove:hover {
  background: #fee2e2;
  color: var(--error-color);
}
#etxcart .etx-cart-drawer .etx-cart-item__remove:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
#etxcart .etx-cart-drawer .etx-quantity {
  display: inline-flex;
  align-items: center;
  background: var(--coupon-bg);
  border-radius: var(--radius-full);
  padding: 2px;
  transition: all var(--transition-speed);
}
#etxcart .etx-cart-drawer .etx-quantity--updating {
  opacity: 0.6;
  pointer-events: none;
}
#etxcart .etx-cart-drawer .etx-quantity__btn {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: var(--cart-text-secondary);
  cursor: pointer;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-speed);
  font-size: var(--font-size-sm);
}
#etxcart .etx-cart-drawer .etx-quantity__btn:hover:not(:disabled) {
  background: var(--cart-bg);
  color: var(--cart-text);
}
#etxcart .etx-cart-drawer .etx-quantity__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
#etxcart .etx-cart-drawer .etx-quantity__btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
#etxcart .etx-cart-drawer .etx-quantity__input {
  width: 40px;
  height: 28px;
  border: none;
  background: transparent;
  text-align: center;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  color: var(--cart-text);
}
#etxcart .etx-cart-drawer .etx-quantity__input::-webkit-outer-spin-button, #etxcart .etx-cart-drawer .etx-quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#etxcart .etx-cart-drawer .etx-quantity__input[type=number] {
  -moz-appearance: textfield;
}
#etxcart .etx-cart-drawer .etx-quantity__input:focus {
  outline: none;
}
#etxcart .etx-cart-drawer .etx-quantity__input:disabled {
  opacity: 0.6;
}
#etxcart .etx-cart-drawer .etx-empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--gap-lg) * 3) var(--gap-lg);
  text-align: center;
}
#etxcart .etx-cart-drawer .etx-empty-cart__icon {
  font-size: 48px;
  color: var(--cart-text-secondary);
  opacity: 0.3;
  margin-bottom: var(--gap-md);
}
#etxcart .etx-cart-drawer .etx-empty-cart__title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--cart-title);
  margin-bottom: var(--gap-xs);
}
#etxcart .etx-cart-drawer .etx-empty-cart__text {
  font-size: var(--font-size-base);
  color: var(--cart-text-secondary);
}
#etxcart .etx-cart-drawer .etx-clear-confirm {
  margin: var(--gap-lg);
  padding: var(--gap-lg);
  background: linear-gradient(135deg, #fef2f2, #fee2e2);
  border: 2px solid #fca5a5;
  border-radius: var(--radius-lg);
  text-align: center;
}
#etxcart .etx-cart-drawer .etx-clear-confirm__icon {
  font-size: 40px;
  color: var(--error-color);
  margin-bottom: var(--gap-md);
}
#etxcart .etx-cart-drawer .etx-clear-confirm__title {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: #991b1b;
  margin-bottom: var(--gap-xs);
}
#etxcart .etx-cart-drawer .etx-clear-confirm__text {
  font-size: var(--font-size-base);
  color: #7f1d1d;
  margin-bottom: var(--gap-lg);
}
#etxcart .etx-cart-drawer .etx-clear-confirm__actions {
  display: flex;
  gap: var(--gap-sm);
  justify-content: center;
}
#etxcart .etx-cart-drawer .etx-promo-hint {
  margin: var(--gap-md) 0;
  padding: var(--gap-sm);
  background: var(--discount-bg);
  border-radius: var(--radius-md);
  border: 1px solid #fde68a;
}
#etxcart .etx-cart-drawer .etx-promo-hint__header {
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  margin-bottom: var(--gap-xs);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--discount-text);
}
#etxcart .etx-cart-drawer .etx-promo-hint__header i {
  color: var(--warning-color);
}
#etxcart .etx-cart-drawer .etx-promo-hint__item {
  padding: var(--gap-xs);
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-sm);
  margin-bottom: 4px;
}
#etxcart .etx-cart-drawer .etx-promo-hint__item:last-child {
  margin-bottom: 0;
}
#etxcart .etx-cart-drawer .etx-promo-hint__title {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-medium);
  color: var(--discount-text);
}
#etxcart .etx-cart-drawer .etx-promo-hint__text {
  font-size: var(--font-size-xs);
  color: var(--cart-text-secondary);
}
#etxcart .etx-cart-drawer .etx-promo-hint__text strong {
  color: var(--error-color);
  font-weight: var(--font-weight-semibold);
}
#etxcart .etx-cart-drawer .etx-cart-loading {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: var(--z-loader);
}
#etxcart .etx-cart-drawer .etx-cart-loading__container {
  text-align: center;
}
#etxcart .etx-cart-drawer .etx-cart-loading__spinner {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto var(--gap-md);
}
#etxcart .etx-cart-drawer .etx-cart-loading__ring {
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 50%;
  animation: ring-spin 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
#etxcart .etx-cart-drawer .etx-cart-loading__ring:nth-child(1) {
  border-top-color: var(--btn-primary-bg);
  animation-delay: -0.45s;
}
#etxcart .etx-cart-drawer .etx-cart-loading__ring:nth-child(2) {
  border-right-color: var(--warning-color);
  animation-delay: -0.3s;
}
#etxcart .etx-cart-drawer .etx-cart-loading__ring:nth-child(3) {
  border-bottom-color: var(--success-color);
  animation-delay: -0.15s;
}
#etxcart .etx-cart-drawer .etx-cart-loading__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--btn-primary-bg);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: dot-pulse 1.5s ease-in-out infinite;
}
#etxcart .etx-cart-drawer .etx-cart-loading__text {
  font-size: var(--font-size-sm);
  color: var(--cart-text);
  font-weight: var(--font-weight-medium);
}
#etxcart .etx-cart-drawer .etx-cart-loading__dots {
  display: inline-flex;
  gap: 2px;
  margin-left: 4px;
}
#etxcart .etx-cart-drawer .etx-cart-loading__dots span {
  width: 4px;
  height: 4px;
  background: var(--cart-text-secondary);
  border-radius: 50%;
  animation: dot-bounce 1.4s ease-in-out infinite;
}
#etxcart .etx-cart-drawer .etx-cart-loading__dots span:nth-child(2) {
  animation-delay: 0.16s;
}
#etxcart .etx-cart-drawer .etx-cart-loading__dots span:nth-child(3) {
  animation-delay: 0.32s;
}
#etxcart .etx-cart-drawer .etx-cart-loading__progress {
  width: 120px;
  height: 3px;
  background: var(--progress-bg);
  border-radius: var(--radius-full);
  overflow: hidden;
  margin: var(--gap-sm) auto 0;
}
#etxcart .etx-cart-drawer .etx-cart-loading__progress-fill {
  height: 100%;
  background: var(--btn-primary-bg);
  transition: width 0.3s ease;
}
#etxcart .etx-cart-drawer .etx-mini-loader {
  position: fixed;
  bottom: 20px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background: var(--cart-text);
  color: var(--cart-bg);
  padding: var(--gap-xs) var(--gap-md);
  border-radius: var(--radius-full);
  box-shadow: var(--elev-3);
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  z-index: var(--z-toast);
  font-size: var(--font-size-sm);
}
#etxcart .etx-cart-drawer .etx-mini-loader__spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
#etxcart .etx-cart-drawer .etx-global-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--progress-bg);
  z-index: var(--z-loader);
}
#etxcart .etx-cart-drawer .etx-global-loader__bar {
  height: 100%;
  background: linear-gradient(90deg, var(--btn-primary-bg) 0%, var(--warning-color) 50%, var(--btn-primary-bg) 100%);
  animation: loader-sweep 1.5s ease-in-out infinite;
}
#etxcart .etx-cart-drawer .etx-skeleton__item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: var(--gap-md);
  padding: var(--gap-md);
  margin-bottom: var(--gap-md);
}
#etxcart .etx-cart-drawer .etx-skeleton__image {
  width: 80px;
  height: 80px;
  background: var(--coupon-bg);
  border-radius: var(--radius-sm);
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}
#etxcart .etx-cart-drawer .etx-skeleton__content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
}
#etxcart .etx-cart-drawer .etx-skeleton__line {
  height: 12px;
  background: var(--coupon-bg);
  border-radius: var(--radius-sm);
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}
#etxcart .etx-cart-drawer .etx-skeleton__line--title {
  width: 140px;
  height: 14px;
}
#etxcart .etx-cart-drawer .etx-skeleton__line--subtitle {
  width: 100px;
  opacity: 0.7;
}
#etxcart .etx-cart-drawer .etx-skeleton__line--price {
  width: 60px;
}
#etxcart .etx-cart-drawer .etx-skeleton__line--total {
  width: 80px;
  height: 16px;
}
#etxcart .etx-cart-drawer .etx-skeleton__actions {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
  align-items: flex-end;
}
#etxcart .etx-cart-drawer .etx-cart-footer {
  padding: var(--panel-padding);
  border-top: 1px solid var(--card-border);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  position: sticky;
  bottom: 0;
  z-index: 2;
}
@supports (padding: max(0px)) {
  #etxcart .etx-cart-drawer .etx-cart-footer {
    padding-bottom: max(var(--panel-padding), env(safe-area-inset-bottom));
  }
}
#etxcart .etx-cart-drawer .etx-coupon {
  margin-bottom: var(--gap-md);
}
#etxcart .etx-cart-drawer .etx-coupon__toggle {
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  background: transparent;
  border: none;
  color: var(--cart-text-secondary);
  font-size: var(--font-size-sm);
  cursor: pointer;
  padding: 0;
  transition: color var(--transition-speed);
}
#etxcart .etx-cart-drawer .etx-coupon__toggle:hover {
  color: var(--cart-text);
}
#etxcart .etx-cart-drawer .etx-coupon__toggle:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: var(--radius-sm);
}
#etxcart .etx-cart-drawer .etx-coupon__input-group {
  display: flex;
  gap: var(--gap-xs);
  margin-top: var(--gap-xs);
}
#etxcart .etx-cart-drawer .etx-coupon__field {
  flex: 1;
  padding: var(--gap-xs) var(--gap-sm);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-sm);
  background: var(--cart-bg);
  color: var(--cart-text);
  font-size: var(--font-size-sm);
  transition: all var(--transition-speed);
}
#etxcart .etx-cart-drawer .etx-coupon__field:focus {
  outline: none;
  border-color: var(--btn-primary-bg);
  box-shadow: var(--focus-ring);
}
#etxcart .etx-cart-drawer .etx-coupon__field:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-cart-drawer .etx-coupon__apply {
  padding: var(--gap-xs) var(--gap-md);
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  border: none;
  border-radius: var(--radius-sm);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  cursor: pointer;
  transition: all var(--transition-speed);
}
#etxcart .etx-cart-drawer .etx-coupon__apply:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: var(--elev-2);
}
#etxcart .etx-cart-drawer .etx-coupon__apply:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-cart-drawer .etx-coupon__apply:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
#etxcart .etx-cart-drawer .etx-cart-summary {
  margin: 0 0 var(--gap-md) 0;
}
#etxcart .etx-cart-drawer .etx-cart-summary__row {
  display: flex;
  justify-content: space-between;
  padding: var(--gap-xs) 0;
  font-size: var(--font-size-sm);
  color: var(--summary-text);
}
#etxcart .etx-cart-drawer .etx-cart-summary__row dt, #etxcart .etx-cart-drawer .etx-cart-summary__row dd {
  margin: 0;
}
#etxcart .etx-cart-drawer .etx-cart-summary__row--discount {
  color: var(--success-color);
}
#etxcart .etx-cart-drawer .etx-cart-summary__row--discount dd {
  font-weight: var(--font-weight-semibold);
}
#etxcart .etx-cart-drawer .etx-cart-summary__row--total {
  border-top: 2px solid var(--card-border);
  margin-top: var(--gap-xs);
  padding-top: var(--gap-sm);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
}
#etxcart .etx-cart-drawer .etx-cart-summary__free {
  color: var(--success-color);
  font-weight: var(--font-weight-semibold);
}
#etxcart .etx-cart-drawer .etx-terms {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--gap-md);
  cursor: pointer;
}
#etxcart .etx-cart-drawer .etx-terms__checkbox {
  margin-top: 2px;
  margin-inline-end: var(--gap-xs);
  cursor: pointer;
}
#etxcart .etx-cart-drawer .etx-terms__checkbox:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
#etxcart .etx-cart-drawer .etx-terms__text {
  font-size: var(--font-size-sm);
  color: var(--cart-text-secondary);
}
#etxcart .etx-cart-drawer .etx-terms__text a {
  color: var(--btn-primary-bg);
  text-decoration: underline;
}
#etxcart .etx-cart-drawer .etx-terms__text a:hover {
  text-decoration: none;
}
#etxcart .etx-cart-drawer .etx-btn-checkout {
  display: block;
  width: 100%;
  padding: var(--gap-md);
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  text-align: center;
  border: none;
  border-radius: var(--radius-md);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-speed);
  position: relative;
  overflow: hidden;
}
#etxcart .etx-cart-drawer .etx-btn-checkout::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
#etxcart .etx-cart-drawer .etx-btn-checkout:hover:not(#etxcart .etx-cart-drawer .etx-btn-checkout--disabled):not(#etxcart .etx-cart-drawer .etx-btn-checkout--loading) {
  transform: translateY(-2px);
  box-shadow: var(--elev-3);
}
#etxcart .etx-cart-drawer .etx-btn-checkout:hover:not(#etxcart .etx-cart-drawer .etx-btn-checkout--disabled):not(#etxcart .etx-cart-drawer .etx-btn-checkout--loading)::before {
  left: 100%;
}
#etxcart .etx-cart-drawer .etx-btn-checkout:active {
  transform: translateY(0);
}
#etxcart .etx-cart-drawer .etx-btn-checkout:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
#etxcart .etx-cart-drawer .etx-btn-checkout--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-cart-drawer .etx-btn-checkout--loading {
  pointer-events: none;
}
#etxcart .etx-cart-drawer .etx-btn-checkout__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
}
#etxcart .etx-cart-drawer .etx-btn {
  padding: var(--gap-xs) var(--gap-md);
  border: none;
  border-radius: var(--radius-sm);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  cursor: pointer;
  transition: all var(--transition-speed);
  display: inline-flex;
  align-items: center;
  gap: var(--gap-xs);
}
#etxcart .etx-cart-drawer .etx-btn--danger {
  background: var(--error-color);
  color: white;
}
#etxcart .etx-cart-drawer .etx-btn--danger:hover {
  background: #dc2626;
  transform: translateY(-1px);
  box-shadow: var(--elev-2);
}
#etxcart .etx-cart-drawer .etx-btn--secondary {
  background: var(--cart-bg);
  color: var(--cart-text);
  border: 1px solid var(--card-border);
}
#etxcart .etx-cart-drawer .etx-btn--secondary:hover {
  background: var(--coupon-bg);
}
#etxcart .etx-cart-drawer .etx-btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
#etxcart .etx-cart-drawer .etx-trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  margin-top: var(--gap-xs);
  font-size: var(--font-size-xs);
  color: var(--cart-text-secondary);
}
#etxcart .etx-cart-drawer .etx-trust-badge i {
  font-size: var(--font-size-sm);
}
#etxcart .etx-cart-drawer .etx-cart-message {
  margin: var(--gap-lg);
  padding: var(--gap-md);
  border-radius: var(--radius-md);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
  font-weight: var(--font-weight-medium);
}
#etxcart .etx-cart-drawer .etx-cart-message--success {
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border: 1px solid #86efac;
  color: #14532d;
}
#etxcart .etx-cart-drawer .etx-cart-message--success i {
  font-size: var(--font-size-xl);
  color: var(--success-color);
}
#etxcart .etx-cart-drawer .etx-undo-toast,
#etxcart .etx-cart-drawer .etx-error-toast {
  position: fixed;
  bottom: 20px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background: var(--cart-text);
  color: var(--cart-bg);
  padding: var(--gap-sm) var(--gap-md);
  border-radius: var(--radius-md);
  box-shadow: var(--elev-3);
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  z-index: var(--z-toast);
  font-size: var(--font-size-sm);
}
#etxcart .etx-cart-drawer .etx-undo-toast__action, #etxcart .etx-cart-drawer .etx-undo-toast__retry,
#etxcart .etx-cart-drawer .etx-error-toast__action,
#etxcart .etx-cart-drawer .etx-error-toast__retry {
  background: transparent;
  border: none;
  color: var(--cart-bg);
  font-weight: var(--font-weight-semibold);
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
#etxcart .etx-cart-drawer .etx-undo-toast__action:hover, #etxcart .etx-cart-drawer .etx-undo-toast__retry:hover,
#etxcart .etx-cart-drawer .etx-error-toast__action:hover,
#etxcart .etx-cart-drawer .etx-error-toast__retry:hover {
  text-decoration: none;
}
#etxcart .etx-cart-drawer .etx-error-toast {
  background: var(--error-color);
}
#etxcart .etx-cart-drawer .etx-error-toast i {
  font-size: var(--font-size-lg);
}
@keyframes ring-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dot-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.5;
  }
}
@keyframes dot-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-sweep {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes badge-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#etxcart .etx-cart-drawer .fade-enter-active,
#etxcart .etx-cart-drawer .fade-leave-active {
  transition: opacity var(--transition-speed) var(--transition-easing);
}
#etxcart .etx-cart-drawer .fade-enter,
#etxcart .etx-cart-drawer .fade-leave-to {
  opacity: 0;
}
#etxcart .etx-cart-drawer .slide-rtl-enter-active,
#etxcart .etx-cart-drawer .slide-rtl-leave-active,
#etxcart .etx-cart-drawer .slide-ltr-enter-active,
#etxcart .etx-cart-drawer .slide-ltr-leave-active {
  transition: transform var(--transition-speed) var(--transition-easing);
}
#etxcart .etx-cart-drawer .slide-rtl-enter,
#etxcart .etx-cart-drawer .slide-rtl-leave-to {
  transform: translateX(-100%);
}
#etxcart .etx-cart-drawer .slide-ltr-enter,
#etxcart .etx-cart-drawer .slide-ltr-leave-to {
  transform: translateX(100%);
}
#etxcart .etx-cart-drawer .slide-up-enter-active,
#etxcart .etx-cart-drawer .slide-up-leave-active {
  transition: all var(--transition-speed) var(--transition-easing);
}
#etxcart .etx-cart-drawer .slide-up-enter {
  transform: translateY(100%);
  opacity: 0;
}
#etxcart .etx-cart-drawer .slide-up-leave-to {
  transform: translateY(100%);
  opacity: 0;
}
#etxcart .etx-cart-drawer .slide-down-enter-active,
#etxcart .etx-cart-drawer .slide-down-leave-active {
  transition: all var(--transition-speed) var(--transition-easing);
}
#etxcart .etx-cart-drawer .slide-down-enter {
  transform: translateY(-100%);
}
#etxcart .etx-cart-drawer .slide-down-leave-to {
  transform: translateY(-100%);
}
#etxcart .etx-cart-drawer .item-fade-enter-active,
#etxcart .etx-cart-drawer .item-fade-leave-active {
  transition: all var(--transition-speed);
}
#etxcart .etx-cart-drawer .item-fade-enter,
#etxcart .etx-cart-drawer .item-fade-leave-to {
  opacity: 0;
  transform: scale(0.95);
}
#etxcart .etx-cart-drawer .item-fade-move {
  transition: transform var(--transition-speed);
}
#etxcart .etx-cart-drawer .toast-enter-active {
  animation: toast-slide-up 0.3s var(--transition-easing);
}
#etxcart .etx-cart-drawer .toast-leave-active {
  animation: toast-slide-down 0.3s var(--transition-easing);
}
@keyframes toast-slide-up {
  from {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes toast-slide-down {
  from {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
}
#etxcart .etx-cart-drawer .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (prefers-reduced-motion: reduce) {
  #etxcart .etx-cart-drawer .etx-cart-drawer {
    --transition-speed: 0.01ms;
  }
  #etxcart .etx-cart-drawer *,
  #etxcart .etx-cart-drawer *::before,
  #etxcart .etx-cart-drawer *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 480px) {
  #etxcart .etx-cart-drawer .etx-cart-drawer {
    --panel-padding: 12px;
    --item-gap: 10px;
    --panel-width: 100%;
  }
  #etxcart .etx-cart-drawer .etx-cart-header {
    min-height: 56px;
  }
  #etxcart .etx-cart-drawer .etx-cart-header__title {
    font-size: var(--font-size-base);
  }
  #etxcart .etx-cart-drawer .etx-cart-item {
    grid-template-columns: 60px 1fr auto;
    gap: var(--gap-sm);
    padding: var(--gap-sm);
  }
  #etxcart .etx-cart-drawer .etx-cart-item__image {
    width: 60px;
    height: 60px;
  }
  #etxcart .etx-cart-drawer .etx-cart-item__title {
    font-size: var(--font-size-sm);
    -webkit-line-clamp: 1;
  }
  #etxcart .etx-cart-drawer .etx-cart-item__total {
    font-size: var(--font-size-base);
  }
  #etxcart .etx-cart-drawer .etx-quantity__btn {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  #etxcart .etx-cart-drawer .etx-quantity__input {
    width: 32px;
    height: 24px;
    font-size: var(--font-size-xs);
  }
  #etxcart .etx-cart-drawer .etx-btn-checkout {
    padding: var(--gap-sm);
    font-size: var(--font-size-base);
  }
  #etxcart .etx-cart-drawer .etx-shipping-bar {
    padding: var(--gap-xs) var(--gap-sm);
  }
  #etxcart .etx-cart-drawer .etx-shipping-bar__text {
    font-size: var(--font-size-xs);
  }
  #etxcart .etx-cart-drawer .etx-cart-summary__row {
    font-size: var(--font-size-xs);
  }
  #etxcart .etx-cart-drawer .etx-cart-summary__row--total {
    font-size: var(--font-size-base);
  }
}
@media print {
  #etxcart .etx-cart-drawer .etx-cart-drawer {
    display: none;
  }
}
#etxcart .etx-cart-drawer :global(.cart-drawer-open) {
  overflow: hidden;
}
@media (max-width: 768px) {
  #etxcart .etx-cart-drawer :global(.cart-drawer-open) {
    position: fixed;
    width: 100%;
  }
}
#etxcart .etx-cart-loading-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 2rem;
}
#etxcart .etx-cart-loading__spinner {
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: 1rem;
}
#etxcart .etx-cart-loading__ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top-color: var(--primary-color, #000);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
#etxcart .etx-cart-loading__ring:nth-child(2) {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  animation-delay: 0.2s;
}
#etxcart .etx-cart-loading__ring:nth-child(3) {
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  animation-delay: 0.4s;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#etxcart .etx-checkout {
  --primary: #667eea;
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --border: #e5e7eb;
  --bg-main: #f5f6fa;
  --bg-card: #ffffff;
  --bg-light: #f9fafb;
  --text-dark: #111827;
  --text-muted: #6b7280;
  --success: #10b981;
  --success-bg: #ecfdf5;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
  min-height: 100vh;
  background: var(--bg-main);
  padding: 1rem;
}
#etxcart .etx-checkout * {
  box-sizing: border-box;
}
#etxcart .etx-checkout-container {
  max-width: 1400px;
  margin: 0 auto;
}
#etxcart .etx-checkout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}
#etxcart .etx-checkout-header h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
}
#etxcart .etx-checkout-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.95fr 1.1fr;
  gap: 1rem;
  align-items: stretch;
}
#etxcart .etx-checkout .etx-column {
  background: var(--bg-card);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  min-height: 600px;
  max-height: 750px;
  display: flex;
  flex-direction: column;
}
#etxcart .etx-checkout .etx-column-content {
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
}
#etxcart .etx-checkout .etx-column-content::-webkit-scrollbar {
  width: 4px;
}
#etxcart .etx-checkout .etx-column-content::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 2px;
}
#etxcart .etx-checkout .etx-column-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-dark);
}
#etxcart .etx-checkout .etx-column--payment .etx-column-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#etxcart .etx-checkout .etx-column--payment .etx-payment-section {
  padding: 1rem 1.25rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-payment-section:last-child {
  border-bottom: none;
}
#etxcart .etx-checkout .etx-column--payment .etx-section-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-section-title i {
  color: var(--primary);
}
#etxcart .etx-checkout .etx-column--payment .etx-shipping-options,
#etxcart .etx-checkout .etx-column--payment .etx-order-summary,
#etxcart .etx-checkout .etx-column--payment .etx-payment-options {
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
}
#etxcart .etx-checkout .etx-column--payment .etx-shipping-list {
  gap: 0.375rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-option-content {
  padding: 0.75rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-option-content:hover {
  background: #f3f4f6;
}
#etxcart .etx-checkout .etx-column--payment .etx-shipping-option--selected .etx-option-content {
  background: var(--success-bg);
  border-color: var(--success);
  margin-bottom: 0;
}
#etxcart .etx-checkout .etx-column--payment .etx-summary-line {
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-line--total {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 2px solid var(--border);
}
#etxcart .etx-checkout .etx-column--payment .etx-value--total {
  font-size: 1.25rem;
  font-weight: 800;
}
#etxcart .etx-checkout .etx-column--payment .etx-benefits,
#etxcart .etx-checkout .etx-column--payment .etx-installments,
#etxcart .etx-checkout .etx-column--payment .etx-payment-description,
#etxcart .etx-checkout .etx-column--payment .etx-payment-info-box {
  display: none;
}
#etxcart .etx-checkout .etx-column--payment .etx-checkout-final {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
  padding: 1.5rem;
  border-top: 2px solid rgba(102, 126, 234, 0.2);
  margin-top: auto;
}
#etxcart .etx-checkout .etx-column--payment .etx-checkout-final .etx-btn-checkout {
  margin-top: 1rem;
  box-shadow: 0 10px 25px -5px rgba(102, 126, 234, 0.25);
}
#etxcart .etx-checkout .etx-column--payment .etx-checkout-final .etx-btn-checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -5px rgba(102, 126, 234, 0.35);
}
#etxcart .etx-checkout .etx-column--shipping input,
#etxcart .etx-checkout .etx-column--shipping textarea {
  padding: 0.5rem;
  font-size: 0.9rem;
}
#etxcart .etx-checkout .etx-column--shipping label {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}
#etxcart .etx-checkout .etx-secure-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #28a745;
  font-size: 0.9rem;
}
#etxcart .etx-checkout .etx-security-badges {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}
#etxcart .etx-checkout .etx-security-badges img {
  height: 20px;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: all 0.2s;
}
#etxcart .etx-checkout .etx-security-badges img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
@media (max-width: 1024px) {
  #etxcart .etx-checkout-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #etxcart .etx-checkout .etx-column {
    min-height: auto;
    max-height: none;
  }
  #etxcart .etx-checkout .etx-column--items {
    order: 1;
  }
  #etxcart .etx-checkout .etx-column--shipping {
    order: 2;
  }
  #etxcart .etx-checkout .etx-column--payment {
    order: 3;
  }
}
@media (max-width: 768px) {
  #etxcart .etx-checkout {
    padding: 0.5rem;
  }
  #etxcart .etx-checkout-header {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  #etxcart .etx-checkout-header h1 {
    font-size: 1.25rem;
  }
  #etxcart .etx-checkout .etx-column-content {
    padding: 0.75rem;
  }
}
#etxcart [dir=rtl] .etx-checkout-grid {
  direction: rtl;
}
#etxcart [dir=rtl] .etx-secure-badge,
#etxcart [dir=rtl] .etx-column-title {
  flex-direction: row-reverse;
}
#etxcart .etx-security-bar {
  background: linear-gradient(90deg, #f0fdf4 0%, #e0f2fe 100%);
  border-bottom: 1px solid #e5e7eb;
  padding: 0.625rem 0;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#etxcart .etx-security-bar__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0 1rem;
}
#etxcart .etx-security-bar__item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: #374151;
}
#etxcart .etx-security-bar__item i {
  font-size: 0.875rem;
  color: #10b981;
}
#etxcart .etx-trust-section {
  margin: 1rem 0;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 6px;
}
#etxcart .etx-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
#etxcart .etx-card-logo {
  height: 20px;
  width: auto;
  opacity: 0.7;
}
#etxcart .etx-trust-divider {
  width: 1px;
  height: 20px;
  background: #e5e7eb;
}
#etxcart .etx-trust-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
#etxcart .etx-trust-item i {
  color: #10b981;
}
#etxcart .etx-checkout-btn {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#etxcart .etx-checkout-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
#etxcart .etx-checkout-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-checkout-btn--loading {
  background: #9ca3af;
}
#etxcart .etx-checkout-btn i {
  font-size: 0.875rem;
}
#etxcart .etx-checkout-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
#etxcart .etx-footer-security {
  text-align: center;
}
#etxcart .etx-footer-security__text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
#etxcart .etx-footer-security__text i {
  color: #3b82f6;
}
#etxcart .etx-payment-section {
  margin-bottom: 0;
}
#etxcart .etx-payment-section:last-child {
  margin-bottom: 0;
}
#etxcart .etx-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
}
#etxcart .etx-section-title i {
  font-size: 0.875rem;
  color: #6b7280;
}
#etxcart .etx-checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: start;
}
#etxcart .etx-column {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 600px;
  max-height: 700px;
  display: flex;
  flex-direction: column;
}
#etxcart .etx-column-content {
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
}
@media (max-width: 1024px) {
  #etxcart .etx-checkout-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #etxcart .etx-column {
    min-height: auto;
    max-height: none;
  }
}
@media (max-width: 640px) {
  #etxcart .etx-security-bar__content {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
  #etxcart .etx-trust-badges {
    flex-wrap: wrap;
  }
}
#etxcart .etx-checkout-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 3rem;
}
#etxcart .etx-loading-container {
  text-align: center;
}
#etxcart .etx-loading-spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  position: relative;
}
#etxcart .etx-loading-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
#etxcart .etx-loading-ring:nth-child(2) {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-top-color: #8b5cf6;
  animation-delay: 0.2s;
}
#etxcart .etx-loading-ring:nth-child(3) {
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  border-top-color: #a78bfa;
  animation-delay: 0.4s;
}
#etxcart .etx-loading-text {
  font-size: 1.125rem;
  color: #6b7280;
  font-weight: 500;
}
#etxcart .etx-empty-cart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 3rem;
}
#etxcart .etx-empty-cart {
  text-align: center;
  max-width: 400px;
}
#etxcart .etx-empty-cart__icon {
  font-size: 5rem;
  color: #e5e7eb;
  margin-bottom: 1.5rem;
}
#etxcart .etx-empty-cart__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}
#etxcart .etx-empty-cart__text {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 2rem;
}
#etxcart .etx-empty-cart__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  background: #6366f1;
  color: white;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.2s;
}
#etxcart .etx-empty-cart__button:hover {
  background: #4f46e5;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.25);
}
#etxcart .etx-empty-cart__button i {
  font-size: 0.875rem;
}
#etxcart .etx-security-bar {
  background: linear-gradient(90deg, #f9fafb, #f3f4f6);
  border-bottom: 1px solid #e5e7eb;
  padding: 0.75rem 0;
  margin-bottom: 2rem;
}
#etxcart .etx-security-bar__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 0 1rem;
}
#etxcart .etx-security-bar__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
#etxcart .etx-security-bar__item i {
  color: #10b981;
}
#etxcart .etx-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}
#etxcart .etx-section-title i {
  color: #6366f1;
}
#etxcart .etx-checkout-btn {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
#etxcart .etx-checkout-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.25);
}
#etxcart .etx-checkout-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-checkout-btn--loading {
  background: #9ca3af;
}
#etxcart .etx-checkout-btn i {
  font-size: 1rem;
}
#etxcart .etx-checkout-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
#etxcart .etx-footer-security {
  text-align: center;
}
#etxcart .etx-footer-security__text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
#etxcart .etx-footer-security__text i {
  color: #10b981;
}
#etxcart .etx-payment-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
#etxcart .etx-user-alert {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
#etxcart .etx-user-alert i {
  color: #10b981;
  font-size: 1.5rem;
}
#etxcart .etx-user-alert-content {
  flex: 1;
}
#etxcart .etx-user-alert-content strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #166534;
}
#etxcart .etx-user-alert-content p {
  margin: 0.25rem 0;
  color: #15803d;
  font-size: 0.875rem;
}
#etxcart .etx-order-header {
  text-align: center;
  margin-bottom: 2rem;
}
#etxcart .etx-order-header h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}
#etxcart .etx-order-header .etx-order-total {
  font-size: 1.25rem;
  color: #6b7280;
}
#etxcart .etx-order-header .etx-order-total strong {
  color: #6366f1;
  font-size: 1.5rem;
}
#etxcart .etx-payment-frame {
  position: relative;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
#etxcart .etx-payment-frame iframe {
  width: 100%;
  height: 600px;
  border: none;
}
#etxcart .etx-payment-frame .etx-iframe-loading {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#etxcart .etx-payment-frame .etx-iframe-loading .etx-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e7eb;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 1rem;
}
#etxcart .etx-payment-frame .etx-iframe-loading p {
  color: #6b7280;
  font-size: 0.875rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  #etxcart .etx-checkout-grid {
    grid-template-columns: 1fr;
  }
  #etxcart .etx-checkout-grid .etx-column--items {
    order: 2;
  }
  #etxcart .etx-checkout-grid .etx-column--shipping {
    order: 1;
  }
  #etxcart .etx-checkout-grid .etx-column--payment {
    order: 3;
  }
}
@media (max-width: 768px) {
  #etxcart .etx-security-bar__content {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }
  #etxcart .etx-column-content {
    padding: 1rem;
  }
  #etxcart .etx-empty-cart__icon {
    font-size: 4rem;
  }
  #etxcart .etx-empty-cart__title {
    font-size: 1.5rem;
  }
  #etxcart .etx-empty-cart__text {
    font-size: 1rem;
  }
}
#etxcart [dir=rtl] .etx-empty-cart__button {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-empty-cart__button i {
  transform: rotate(180deg);
}
#etxcart [dir=rtl] .etx-section-title {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-footer-security__text {
  flex-direction: row-reverse;
}
#etxcart .etx-shipping-options {
  width: 100%;
}
#etxcart .etx-shipping-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#etxcart .etx-shipping-option {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 1px solid #e9ecef;
}
#etxcart .etx-shipping-option .etx-radio-input {
  display: none;
}
#etxcart .etx-shipping-option .etx-option-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0;
  background: white;
  border-radius: 6px;
  transition: all 0.15s ease;
}
#etxcart .etx-shipping-option:hover .etx-option-content {
  background: #f9fafb;
  border-color: #d1d5db;
}
#etxcart .etx-shipping-option--selected .etx-option-content {
  background: #ecfdf5;
  border-color: #10b981;
  box-shadow: 0 0 0 1px #10b981;
}
#etxcart .etx-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#etxcart .etx-option-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  flex: 1;
}
#etxcart .etx-option-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  margin-inline-start: auto;
}
#etxcart .etx-price--free {
  color: #10b981;
  background: #d1fae5;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  font-size: 0.85rem;
}
#etxcart .etx-option-time {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1;
}
#etxcart .etx-delivery-notice {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-radius: 6px;
  font-size: 0.8rem;
  color: #92400e;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etxcart .etx-delivery-notice i {
  color: #f59e0b;
  font-size: 0.9rem;
}
#etxcart .etx-column--payment .etx-shipping-options {
  padding: 0;
  margin: 0;
}
#etxcart .etx-column--payment .etx-shipping-list {
  gap: 0.375rem;
}
#etxcart .etx-column--payment .etx-option-content {
  padding: 0;
  border-radius: 0;
}
#etxcart .etx-column--payment .etx-option-title {
  font-size: 0.875rem;
}
#etxcart .etx-column--payment .etx-option-time {
  font-size: 0.7rem;
}
@media (max-width: 768px) {
  #etxcart .etx-option-content {
    padding: 0.75rem;
  }
  #etxcart .etx-option-title {
    font-size: 0.875rem;
  }
  #etxcart .etx-option-time {
    font-size: 0.7rem;
  }
  #etxcart .etx-option-price {
    font-size: 0.85rem;
  }
}
#etxcart [dir=rtl] .etx-delivery-notice {
  flex-direction: row-reverse;
}
#etxcart .etx-shipping-form {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#etxcart .etx-form-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 1.25rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
}
#etxcart .etx-form-title i {
  color: #667eea;
  font-size: 0.9rem;
}
#etxcart .etx-address-selector {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 10px;
}
#etxcart .etx-selector-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etxcart .etx-selector-title i {
  color: #667eea;
  font-size: 0.8rem;
}
#etxcart .etx-address-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
#etxcart .etx-address-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
#etxcart .etx-address-option:hover {
  border-color: #818cf8;
  background: rgba(102, 126, 234, 0.02);
}
#etxcart .etx-address-option:has(input:checked) {
  border-color: #667eea;
  background: rgba(102, 126, 234, 0.05);
}
#etxcart .etx-radio {
  margin-top: 0.25rem;
  accent-color: #667eea;
  cursor: pointer;
}
#etxcart .etx-address-card {
  flex: 1;
}
#etxcart .etx-address-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
#etxcart .etx-address-header strong {
  font-size: 0.9rem;
  color: #111827;
}
#etxcart .etx-badge-recent {
  padding: 0.125rem 0.5rem;
  background: #10b981;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 12px;
}
#etxcart .etx-address-details {
  font-size: 0.8125rem;
  color: #374151;
  line-height: 1.5;
}
#etxcart .etx-btn-new-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  background: white;
  color: #667eea;
  border: 2px dashed #667eea;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}
#etxcart .etx-btn-new-address:hover {
  background: rgba(102, 126, 234, 0.05);
  border-style: solid;
}
#etxcart .etx-btn-new-address i {
  font-size: 0.75rem;
}
#etxcart .etx-form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#etxcart .etx-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
#etxcart .etx-form-row--three {
  grid-template-columns: 1fr 1fr 1fr;
}
#etxcart .etx-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
#etxcart .etx-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
}
#etxcart .etx-label .etx-required {
  color: #ef4444;
  font-size: 0.875rem;
}
#etxcart .etx-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#etxcart .etx-input-wrapper i {
  position: absolute;
  right: 0.875rem;
  color: #9ca3af;
  font-size: 0.8rem;
  pointer-events: none;
  z-index: 1;
}
#etxcart .etx-input-wrapper--textarea {
  align-items: flex-start;
}
#etxcart .etx-input-wrapper--textarea i {
  top: 0.875rem;
}
#etxcart .etx-input,
#etxcart .etx-textarea {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 0.875rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #111827;
  background: white;
  transition: all 0.2s ease;
  direction: rtl;
  text-align: right;
}
#etxcart .etx-input::placeholder,
#etxcart .etx-textarea::placeholder {
  color: #9ca3af;
  font-size: 0.8125rem;
  font-weight: 400;
}
#etxcart .etx-input:hover:not(:focus),
#etxcart .etx-textarea:hover:not(:focus) {
  border-color: #d1d5db;
  background: #f9fafb;
}
#etxcart .etx-input:focus,
#etxcart .etx-textarea:focus {
  outline: none;
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
#etxcart .etx-input--error,
#etxcart .etx-textarea--error {
  border-color: #ef4444;
  background: #fef2f2;
}
#etxcart .etx-input--error:focus,
#etxcart .etx-textarea--error:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
#etxcart .etx-textarea {
  resize: vertical;
  min-height: 70px;
  padding-top: 0.75rem;
  line-height: 1.5;
}
#etxcart .etx-error-msg {
  font-size: 0.7rem;
  color: #ef4444;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
#etxcart .etx-error-msg::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: #ef4444;
  color: white;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: bold;
}
#etxcart .etx-input-note {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(102, 126, 234, 0.08));
  border-right: 3px solid #667eea;
  border-radius: 0 6px 6px 0;
  font-size: 0.75rem;
  color: #667eea;
  font-weight: 500;
}
#etxcart .etx-input-note i {
  font-size: 0.8rem;
  opacity: 0.8;
}
#etxcart .etx-saved-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #818cf8 100%);
  color: white;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25);
}
#etxcart .etx-saved-content {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
#etxcart .etx-saved-content i {
  font-size: 1.5rem;
  opacity: 0.9;
}
#etxcart .etx-saved-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#etxcart .etx-saved-details strong {
  font-size: 0.95rem;
  font-weight: 600;
}
#etxcart .etx-saved-details span {
  font-size: 0.8125rem;
  opacity: 0.95;
  line-height: 1.3;
}
#etxcart .etx-btn-edit {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  background: white;
  color: #667eea;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#etxcart .etx-btn-edit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#etxcart .etx-btn-edit i {
  font-size: 0.75rem;
}
#etxcart .etx-save-address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 6px;
  margin-top: 0.5rem;
}
#etxcart .etx-checkbox {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #667eea;
  cursor: pointer;
}
#etxcart .etx-checkbox-label {
  font-size: 0.8125rem;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 768px) {
  #etxcart .etx-form-row {
    grid-template-columns: 1fr;
  }
  #etxcart .etx-form-row--three {
    grid-template-columns: 1fr;
  }
  #etxcart .etx-saved-address {
    flex-direction: column;
    gap: 0.875rem;
    align-items: stretch;
  }
  #etxcart .etx-btn-edit {
    width: 100%;
    justify-content: center;
  }
  #etxcart .etx-address-options {
    max-height: 300px;
    overflow-y: auto;
  }
}
#etxcart [dir=ltr] .etx-input-wrapper i {
  right: auto;
  left: 0.875rem;
}
#etxcart [dir=ltr] .etx-input,
#etxcart [dir=ltr] .etx-textarea {
  padding: 0.75rem 0.875rem 0.75rem 2.5rem;
  text-align: left;
  direction: ltr;
}
#etxcart [dir=ltr] .etx-input-note {
  border-right: none;
  border-left: 3px solid #667eea;
  border-radius: 6px 0 0 6px;
}
#etxcart .etx-terms-checkbox {
  width: 100%;
  margin: 1rem 0;
}
#etxcart .etx-terms-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  position: relative;
  padding: 0.75rem;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: all 0.2s;
}
#etxcart .etx-terms-label:hover {
  background: #f1f5f9;
  border-color: #cbd5e0;
}
#etxcart .etx-terms--error {
  background: #fef2f2;
  border-color: #fca5a5;
}
#etxcart .etx-terms-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#etxcart .etx-checkbox-custom {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  position: relative;
}
#etxcart .etx-terms-input:checked ~ .etx-checkbox-custom {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
}
#etxcart .etx-checkbox-custom i {
  color: white;
  font-size: 0.75rem;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
}
#etxcart .etx-terms-input:checked ~ .etx-checkbox-custom i {
  opacity: 1;
  transform: scale(1);
}
#etxcart .etx-checkbox--success {
  animation: success 0.6s ease;
}
@keyframes success {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#etxcart .etx-terms-text {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.5;
}
#etxcart .etx-terms-link {
  color: #667eea;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}
#etxcart .etx-terms-link:hover {
  color: #764ba2;
}
#etxcart .etx-terms-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  color: #dc2626;
  font-size: 0.875rem;
}
#etxcart .etx-terms-error i {
  font-size: 1rem;
}
#etxcart .etx-shake {
  animation: shake 0.5s;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}
#etxcart .etx-legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  font-size: 0.8rem;
}
#etxcart .etx-legal-links a {
  color: #718096;
  text-decoration: none;
  transition: color 0.2s;
}
#etxcart .etx-legal-links a:hover {
  color: #667eea;
  text-decoration: underline;
}
#etxcart .etx-separator {
  color: #cbd5e0;
}
#etxcart .etx-trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.5rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.062745098) 0%, rgba(118, 75, 162, 0.062745098) 100%);
  border-radius: 6px;
  font-size: 0.8rem;
  color: #4a5568;
}
#etxcart .etx-trust-badge i {
  color: #667eea;
  font-size: 1rem;
}
#etxcart .slide-enter-active, #etxcart .slide-leave-active {
  transition: all 0.3s ease;
}
#etxcart .slide-enter {
  transform: translateY(-10px);
  opacity: 0;
}
#etxcart .slide-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}
#etxcart [dir=rtl] .etx-terms-error {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-trust-badge {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #etxcart .etx-terms-label {
    padding: 0.5rem;
  }
  #etxcart .etx-terms-text {
    font-size: 0.85rem;
  }
  #etxcart .etx-legal-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#etxcart .etx-payment-options {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
#etxcart .etx-payment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}
#etxcart .etx-payment-option {
  display: block;
  cursor: pointer;
  position: relative;
}
#etxcart .etx-payment-option .etx-radio-input {
  display: none;
}
#etxcart .etx-payment-option .etx-payment-content {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.6rem 1.125rem;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 54px;
}
#etxcart .etx-payment-option:hover .etx-payment-content {
  background: #fafafa;
  border-color: #cbd5e0;
  transform: translateY(-1px);
}
#etxcart .etx-payment-option--selected .etx-payment-content {
  background: #5046e5;
  border-color: #5046e5;
  color: white;
  box-shadow: 0 4px 14px rgba(80, 70, 229, 0.25);
}
#etxcart .etx-payment-option--selected .etx-payment-content .etx-payment-name {
  color: white;
  font-weight: 600;
}
#etxcart .etx-payment-option--selected .etx-payment-content .etx-payment-icon-wrapper {
  background: rgba(255, 255, 255, 0.15);
}
#etxcart .etx-payment-option--selected .etx-payment-content .etx-payment-icon-wrapper i {
  color: white;
}
#etxcart .etx-payment-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f3f4f6;
  border-radius: 10px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
#etxcart .etx-payment-icon-wrapper i {
  font-size: 1rem;
  color: #4b5563;
  transition: color 0.2s ease;
}
#etxcart .etx-payment-icon-wrapper i.fa-mobile-alt {
  color: #00d4aa;
  font-size: 1.1rem;
}
#etxcart .etx-payment-icon-wrapper i.fa-paypal {
  color: #003087;
  font-size: 1.1rem;
}
#etxcart .etx-payment-icon-wrapper i.fa-hand-holding-usd {
  color: #f59e0b;
  font-size: 0.9rem;
}
#etxcart .etx-payment-icon-wrapper i.fa-credit-card {
  color: #6366f1;
  font-size: 0.95rem;
}
#etxcart .etx-payment-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1f2937;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
#etxcart .etx-security-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem;
  font-size: 0.8125rem;
  color: #6b7280;
  font-weight: 500;
}
#etxcart .etx-security-notice i {
  font-size: 0.875rem;
  color: #10b981;
}
@keyframes selectPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(80, 70, 229, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(80, 70, 229, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(80, 70, 229, 0);
  }
}
#etxcart .etx-payment-option--selected .etx-payment-content {
  animation: selectPulse 0.4s ease-out;
}
@media (max-width: 640px) {
  #etxcart .etx-payment-list {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  #etxcart .etx-payment-content {
    padding: 0.875rem 1rem;
    min-height: 50px;
  }
  #etxcart .etx-payment-icon-wrapper {
    width: 32px;
    height: 32px;
  }
  #etxcart .etx-payment-icon-wrapper i {
    font-size: 0.875rem;
  }
  #etxcart .etx-payment-name {
    font-size: 0.875rem;
  }
}
@media (prefers-color-scheme: dark) {
  #etxcart .etx-payment-content {
    background: #1f2937;
    border-color: #374151;
  }
  #etxcart .etx-payment-content:hover {
    background: #111827;
    border-color: #4b5563;
  }
  #etxcart .etx-payment-name {
    color: #f3f4f6;
  }
  #etxcart .etx-payment-icon-wrapper {
    background: #374151;
  }
  #etxcart .etx-payment-option--selected .etx-payment-content {
    background: #6366f1;
    border-color: #6366f1;
  }
}
#etxcart .etx-order-summary {
  width: 100%;
  padding: 0;
  margin: 0;
}
#etxcart .etx-summary-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#etxcart .etx-coupon-section {
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
#etxcart .etx-price-lines {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#etxcart .etx-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  padding: 0;
}
#etxcart .etx-line-label {
  color: #6b7280;
  font-weight: 500;
}
#etxcart .etx-line-value {
  font-weight: 600;
  color: #111827;
}
#etxcart .etx-line--discount .etx-line-label {
  color: #059669;
}
#etxcart .etx-line--discount .etx-value--discount {
  color: #059669;
  font-weight: 700;
}
#etxcart .etx-value--free {
  color: #059669;
  font-weight: 700;
  font-size: 0.875rem;
}
#etxcart .etx-summary-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 0.5rem 0;
}
#etxcart .etx-line--total {
  font-size: 1rem;
  padding-top: 0.5rem;
}
#etxcart .etx-line--total .etx-line-label {
  font-weight: 700;
  color: #111827;
}
#etxcart .etx-line--total .etx-value--total {
  font-size: 1.25rem;
  font-weight: 800;
  color: #667eea;
}
#etxcart .etx-vat-note {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.5rem;
}
#etxcart .etx-vat-note i {
  font-size: 0.7rem;
}
#etxcart .etx-column--payment .etx-order-summary {
  padding: 0;
  background: transparent;
  border: none;
}
#etxcart .etx-column--payment .etx-coupon-section {
  padding: 0.5rem;
  margin-bottom: 0.375rem;
}
#etxcart .etx-column--payment .etx-summary-line {
  padding: 0.25rem 0;
  font-size: 0.8rem;
}
#etxcart .etx-column--payment .etx-line--total {
  padding-top: 0.375rem;
}
#etxcart .etx-column--payment .etx-line--total .etx-value--total {
  font-size: 1.125rem;
}
#etxcart .etx-column--payment .etx-vat-note {
  font-size: 0.7rem;
}
#etxcart [dir=rtl] .etx-summary-line {
  direction: rtl;
}
#etxcart [dir=rtl] .etx-vat-note {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #etxcart .etx-summary-content {
    gap: 0.5rem;
  }
  #etxcart .etx-summary-line {
    font-size: 0.8rem;
  }
  #etxcart .etx-value--total {
    font-size: 1.125rem;
  }
}
#etxcart .etx-order-items {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#etxcart .etx-items-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
#etxcart .etx-items-header .etx-header-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
#etxcart .etx-items-header .etx-header-title i {
  color: #6366f1;
  font-size: 1.125rem;
}
#etxcart .etx-items-header .etx-header-count {
  padding: 0.25rem 0.75rem;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 1rem;
}
#etxcart .etx-items-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#etxcart .etx-item-card {
  position: relative;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  transition: all 0.2s;
}
#etxcart .etx-item-card:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
#etxcart .etx-item-card--promo {
  background: linear-gradient(to right, #faf5ff, #f0f9ff);
  border-color: #c7d2fe;
}
#etxcart .etx-promo-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.625rem;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.375rem;
  z-index: 1;
}
#etxcart .etx-item-layout {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  position: relative;
}
#etxcart .etx-item-image {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #f9fafb;
}
#etxcart .etx-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#etxcart .etx-item-image .etx-discount-label {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  padding: 0.125rem 0.375rem;
  background: #ef4444;
  color: white;
  font-size: 0.6875rem;
  font-weight: 600;
  border-radius: 0.25rem;
}
#etxcart .etx-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
#etxcart .etx-item-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
  margin: 0 0 0.375rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#etxcart .etx-item-variant {
  font-size: 0.8125rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
#etxcart .etx-item-footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: auto;
  padding-top: 0.5rem;
}
#etxcart .etx-price-section {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
#etxcart .etx-price-section .etx-price-current {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
}
#etxcart .etx-price-section .etx-price-original {
  font-size: 0.75rem;
  color: #9ca3af;
  text-decoration: line-through;
}
#etxcart .etx-price-section .etx-saved-text {
  font-size: 0.6875rem;
  color: #10b981;
  font-weight: 500;
}
#etxcart .etx-quantity-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: #f9fafb;
  border-radius: 0.5rem;
}
#etxcart .etx-quantity-controls .etx-qty-btn {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.15s;
}
#etxcart .etx-quantity-controls .etx-qty-btn:hover:not(:disabled) {
  background: #6366f1;
  border-color: #6366f1;
  color: white;
}
#etxcart .etx-quantity-controls .etx-qty-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
#etxcart .etx-quantity-controls .etx-qty-btn i {
  font-size: 0.625rem;
}
#etxcart .etx-quantity-controls .etx-qty-value {
  min-width: 1.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  color: #111827;
}
#etxcart .etx-total-section {
  margin-left: auto;
  text-align: right;
}
#etxcart .etx-total-section .etx-total-label {
  display: block;
  font-size: 0.6875rem;
  color: #9ca3af;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}
#etxcart .etx-total-section .etx-total-price {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}
#etxcart .etx-remove-button {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #fee2e2;
  border-radius: 50%;
  color: #ef4444;
  cursor: pointer;
  transition: all 0.2s;
}
#etxcart .etx-remove-button:hover {
  background: #ef4444;
  color: white;
  transform: rotate(90deg);
}
#etxcart .etx-remove-button i {
  font-size: 0.875rem;
}
#etxcart .etx-loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  z-index: 10;
}
#etxcart .etx-loading-overlay .etx-spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #e5e7eb;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#etxcart .fade-enter-active,
#etxcart .fade-leave-active {
  transition: opacity 0.2s;
}
#etxcart .fade-enter,
#etxcart .fade-leave-to {
  opacity: 0;
}
@media (max-width: 768px) {
  #etxcart .etx-item-layout {
    padding: 0.75rem;
  }
  #etxcart .etx-item-image {
    width: 80px;
    height: 80px;
  }
  #etxcart .etx-item-footer {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  #etxcart .etx-total-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #etxcart .etx-total-section .etx-total-label {
    display: inline;
    margin: 0;
  }
  #etxcart .etx-total-section .etx-total-price {
    display: inline;
  }
  #etxcart .etx-promo-badge {
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.625rem;
    padding: 0.125rem 0.375rem;
  }
}
#etxcart [dir=rtl] .etx-promo-badge {
  right: auto;
  left: 0.75rem;
}
#etxcart [dir=rtl] .etx-remove-button {
  left: auto;
  right: 0.75rem;
}
#etxcart [dir=rtl] .etx-item-image .etx-discount-label {
  left: auto;
  right: 0.375rem;
}
#etxcart [dir=rtl] .etx-total-section {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
#etxcart .etx-checkout-button-wrapper {
  width: 100%;
  margin-top: 1rem;
}
#etxcart .etx-checkout-btn {
  width: 100%;
  padding: 1.25rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
#etxcart .etx-checkout-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(102, 126, 234, 0.5);
}
#etxcart .etx-checkout-btn:active:not(:disabled) {
  transform: translateY(0);
}
#etxcart .etx-checkout-btn--pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(102, 126, 234, 0.6);
  }
}
#etxcart .etx-btn-clicked {
  animation: click 0.3s ease;
}
@keyframes click {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
}
#etxcart .etx-btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
#etxcart .etx-btn-icon {
  font-size: 1rem;
}
#etxcart .etx-btn-text {
  font-size: 1.05rem;
}
#etxcart .etx-btn-amount {
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: 800;
}
#etxcart .etx-checkout-btn--disabled {
  background: #cbd5e0;
  cursor: not-allowed;
  box-shadow: none;
}
#etxcart .etx-checkout-btn--disabled:hover {
  transform: none;
}
#etxcart .etx-checkout-btn--loading {
  pointer-events: none;
}
#etxcart .etx-btn-spinner {
  display: inline-flex;
  gap: 0.25rem;
  margin-left: 0.5rem;
}
#etxcart .etx-btn-spinner span {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}
#etxcart .etx-btn-spinner span:nth-child(1) {
  animation-delay: -0.32s;
}
#etxcart .etx-btn-spinner span:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
#etxcart .etx-express-options {
  margin-top: 1.5rem;
}
#etxcart .etx-express-divider {
  text-align: center;
  position: relative;
  margin: 1rem 0;
}
#etxcart .etx-express-divider span {
  background: white;
  padding: 0 1rem;
  color: #718096;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}
#etxcart .etx-express-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e2e8f0;
}
#etxcart .etx-express-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0.75rem;
}
#etxcart .etx-express-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  background: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
#etxcart .etx-express-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#etxcart .etx-express-paypal {
  color: #003087;
}
#etxcart .etx-express-paypal:hover {
  border-color: #003087;
  background: #003087;
  color: white;
}
#etxcart .etx-express-apple {
  color: #000;
}
#etxcart .etx-express-apple:hover {
  border-color: #000;
  background: #000;
  color: white;
}
#etxcart .etx-express-google {
  color: #4285f4;
}
#etxcart .etx-express-google:hover {
  border-color: #4285f4;
  background: #4285f4;
  color: white;
}
#etxcart .etx-security-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem;
  background: #f0f9ff;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #1e40af;
}
#etxcart .etx-security-note i:first-child {
  color: #3b82f6;
}
#etxcart .etx-security-info {
  margin-top: 0.5rem;
  padding: 1rem;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #4a5568;
}
#etxcart .etx-security-badges {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
  justify-content: center;
}
#etxcart .etx-security-badges img {
  height: 24px;
  width: auto;
  opacity: 0.7;
}
#etxcart .etx-urgency-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.5rem;
  background: #fef3c7;
  border: 1px solid #fbbf24;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #92400e;
  animation: fadeInOut 5s infinite;
}
#etxcart .etx-urgency-message i {
  color: #f59e0b;
  animation: flame 1s infinite;
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
}
@keyframes flame {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
#etxcart .fade-enter-active, #etxcart .fade-leave-active {
  transition: opacity 0.3s;
}
#etxcart .fade-enter, #etxcart .fade-leave-to {
  opacity: 0;
}
#etxcart [dir=rtl] .etx-btn-content {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-security-note {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-urgency-message {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #etxcart .etx-checkout-btn {
    padding: 1rem;
    font-size: 1rem;
  }
  #etxcart .etx-btn-amount {
    font-size: 1rem;
  }
  #etxcart .etx-express-buttons {
    grid-template-columns: 1fr;
  }
}
#etxcart .etx-coupon-box {
  --cp-primary: var(--btn-primary-bg, #1a1a1a);
  --cp-success: #10b981;
  --cp-error: #ef4444;
  --cp-bg: #ffffff;
  --cp-bg-secondary: #f9fafb;
  --cp-border: #e5e7eb;
  --cp-text: #1f2937;
  --cp-text-secondary: #6b7280;
  margin-bottom: 1rem;
}
#etxcart .etx-coupon-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--cp-bg-secondary);
  border: 1px solid var(--cp-border);
  border-radius: 8px;
  color: var(--cp-text);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
#etxcart .etx-coupon-toggle:hover {
  background: var(--cp-bg);
  border-color: var(--cp-primary);
}
#etxcart .etx-coupon-toggle i {
  color: var(--cp-primary);
}
#etxcart .etx-coupon-input-wrapper {
  margin-top: 0.75rem;
}
#etxcart .etx-coupon-input-group {
  display: flex;
  gap: 0.5rem;
}
#etxcart .etx-coupon-input {
  flex: 1;
  padding: 0.75rem 1rem;
  background: var(--cp-bg);
  border: 2px solid var(--cp-border);
  border-radius: 8px;
  font-size: 0.875rem;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}
#etxcart .etx-coupon-input:focus {
  outline: none;
  border-color: var(--cp-primary);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
#etxcart .etx-coupon-input--error {
  border-color: var(--cp-error);
}
#etxcart .etx-coupon-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-coupon-input::placeholder {
  color: var(--cp-text-secondary);
  text-transform: none;
  letter-spacing: normal;
}
#etxcart .etx-coupon-apply,
#etxcart .etx-coupon-cancel {
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
#etxcart .etx-coupon-apply {
  background: var(--cp-primary);
  color: white;
  min-width: 80px;
}
#etxcart .etx-coupon-apply:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#etxcart .etx-coupon-apply:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-coupon-cancel {
  background: var(--cp-bg-secondary);
  color: var(--cp-text-secondary);
  padding: 0.75rem;
}
#etxcart .etx-coupon-cancel:hover {
  background: var(--cp-error);
  color: white;
}
#etxcart .etx-coupon-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #fef2f2;
  border-inline-start: 3px solid var(--cp-error);
  color: var(--cp-error);
  font-size: 0.8125rem;
  border-radius: 4px;
}
#etxcart .etx-coupon-applied {
  padding: 1rem;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1px solid var(--cp-success);
  border-radius: 8px;
  position: relative;
}
#etxcart .etx-coupon-applied::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 3px;
  background: var(--cp-success);
  border-radius: 8px 8px 0 0;
}
#etxcart .etx-coupon-applied--success {
  animation: pulseSuccess 0.5s ease;
}
#etxcart .etx-coupon-applied-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#etxcart .etx-coupon-applied-icon {
  color: var(--cp-success);
  font-size: 1.25rem;
}
#etxcart .etx-coupon-applied-details {
  flex: 1;
}
#etxcart .etx-coupon-code {
  font-weight: 600;
  font-size: 0.875rem;
  color: #065f46;
  font-family: monospace;
  margin-bottom: 0.25rem;
}
#etxcart .etx-coupon-discount {
  font-size: 0.8125rem;
  color: #047857;
}
#etxcart .etx-coupon-remove {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid var(--cp-border);
  border-radius: 6px;
  color: var(--cp-text-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
}
#etxcart .etx-coupon-remove:hover {
  background: #fef2f2;
  border-color: var(--cp-error);
  color: var(--cp-error);
}
#etxcart .etx-coupon-coverage {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(16, 185, 129, 0.2);
  font-size: 0.75rem;
  color: #065f46;
}
@keyframes pulseSuccess {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
#etxcart .etx-slide-enter-active,
#etxcart .etx-slide-leave-active {
  transition: all 0.3s ease;
}
#etxcart .etx-slide-enter,
#etxcart .etx-slide-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
#etxcart .etx-fade-enter-active,
#etxcart .etx-fade-leave-active {
  transition: opacity 0.2s;
}
#etxcart .etx-fade-enter,
#etxcart .etx-fade-leave-to {
  opacity: 0;
}
@media (max-width: 480px) {
  #etxcart .etx-coupon-input-group {
    flex-wrap: wrap;
  }
  #etxcart .etx-coupon-input {
    flex: 1 1 100%;
    margin-bottom: 0.5rem;
  }
  #etxcart .etx-coupon-apply,
  #etxcart .etx-coupon-cancel {
    flex: 1;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
#etxcart .etx-payment-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  direction: rtl;
  min-height: 100vh;
  position: relative;
}
#etxcart .etx-payment-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/pattern.png") repeat;
  opacity: 0.03;
  pointer-events: none;
}
#etxcart .etx-progress-bar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
#etxcart .etx-progress-bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #e2e8f0;
  transform: translateY(-50%);
  z-index: 0;
}
#etxcart .etx-progress-bar .etx-progress-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#etxcart .etx-progress-bar .etx-progress-step i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #718096;
  transition: all 0.3s;
}
#etxcart .etx-progress-bar .etx-progress-step span {
  font-size: 12px;
  color: #718096;
  font-weight: 500;
}
#etxcart .etx-progress-bar .etx-progress-step.etx-step--completed i {
  background: #48bb78;
  border-color: #48bb78;
  color: #ffffff;
}
#etxcart .etx-progress-bar .etx-progress-step.etx-step--completed span {
  color: #2d3748;
}
#etxcart .etx-progress-bar .etx-progress-step.etx-step--active i {
  background: #5a67d8;
  border-color: #5a67d8;
  color: #ffffff;
  animation: pulse 2s infinite;
}
#etxcart .etx-progress-bar .etx-progress-step.etx-step--active span {
  color: #5a67d8;
  font-weight: 600;
}
#etxcart .etx-account-created {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  gap: 20px;
  position: relative;
  overflow: hidden;
  animation: slideDown 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#etxcart .etx-account-created::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5a67d8, #48bb78, #ed8936);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}
#etxcart .etx-account-created .etx-account-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5a67d8, #48bb78);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#etxcart .etx-account-created .etx-account-icon i {
  font-size: 28px;
  color: #ffffff;
  animation: pulse 2s infinite;
}
#etxcart .etx-account-created .etx-account-content {
  flex: 1;
}
#etxcart .etx-account-created .etx-account-content h3 {
  margin: 0 0 12px 0;
  font-size: 20px;
  color: #2d3748;
  font-weight: 600;
}
#etxcart .etx-account-created .etx-account-content p {
  margin: 0 0 12px 0;
  color: #718096;
  font-size: 14px;
}
#etxcart .etx-account-created .etx-account-content .etx-benefits {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
#etxcart .etx-account-created .etx-account-content .etx-benefits span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #2d3748;
}
#etxcart .etx-account-created .etx-account-content .etx-benefits span i {
  color: #48bb78;
  font-size: 12px;
}
#etxcart .etx-account-created .etx-account-content .etx-login-details {
  background: #f7fafc;
  border-radius: 8px;
  padding: 12px;
}
#etxcart .etx-account-created .etx-account-content .etx-login-details div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #2d3748;
}
#etxcart .etx-account-created .etx-account-content .etx-login-details div:last-child {
  margin-bottom: 0;
}
#etxcart .etx-account-created .etx-account-content .etx-login-details div i {
  color: #5a67d8;
  width: 16px;
}
#etxcart .etx-account-created .etx-dismiss {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: #718096;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#etxcart .etx-account-created .etx-dismiss:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: rotate(90deg);
}
#etxcart .etx-payment-content {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 24px;
}
@media (max-width: 1024px) {
  #etxcart .etx-payment-content {
    grid-template-columns: 1fr;
  }
}
#etxcart .etx-summary-sidebar .etx-summary-sticky {
  position: sticky;
  top: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  #etxcart .etx-summary-sidebar .etx-summary-sticky {
    position: static;
  }
}
#etxcart .etx-summary-sidebar .etx-summary-header {
  background: linear-gradient(135deg, #5a67d8, rgb(131.25, 141, 225.75));
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#etxcart .etx-summary-sidebar .etx-summary-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-header .etx-order-id {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}
#etxcart .etx-summary-sidebar .etx-summary-items {
  padding: 16px 20px;
  max-height: 250px;
  overflow-y: auto;
  border-bottom: 1px solid #e2e8f0;
}
#etxcart .etx-summary-sidebar .etx-summary-items::-webkit-scrollbar {
  width: 4px;
}
#etxcart .etx-summary-sidebar .etx-summary-items::-webkit-scrollbar-track {
  background: #e2e8f0;
}
#etxcart .etx-summary-sidebar .etx-summary-items::-webkit-scrollbar-thumb {
  background: #718096;
  border-radius: 2px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #e2e8f0;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item:last-child {
  border-bottom: none;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-info {
  flex: 1;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-info .etx-item-name {
  display: block;
  color: #2d3748;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-info .etx-item-variant {
  display: block;
  color: #718096;
  font-size: 12px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-price-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-price-info .etx-item-qty {
  color: #718096;
  font-size: 13px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-price-info .etx-item-price {
  color: #2d3748;
  font-weight: 600;
  font-size: 14px;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing {
  padding: 16px 20px;
  background: #f7fafc;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  color: #2d3748;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row.etx-discount {
  color: #48bb78;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row.etx-discount .etx-discount-amount {
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row.etx-total {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 2px solid #5a67d8;
  font-size: 18px;
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row.etx-total .etx-total-price {
  color: #5a67d8;
  font-size: 22px;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row .etx-free {
  color: #48bb78;
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping {
  padding: 20px;
  border-top: 1px solid #e2e8f0;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-shipping-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-shipping-header h4 {
  margin: 0;
  font-size: 16px;
  color: #2d3748;
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-shipping-header .etx-edit-btn {
  background: none;
  border: none;
  color: #5a67d8;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  transition: all 0.3s;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-shipping-header .etx-edit-btn:hover {
  background: rgba(90, 103, 216, 0.1);
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-display .etx-address-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #718096;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-display .etx-address-line:last-child {
  margin-bottom: 0;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-display .etx-address-line i {
  width: 16px;
  color: rgb(171.6396761134, 180.4453441296, 193.3603238866);
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form input {
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form input:focus {
  outline: none;
  border-color: #5a67d8;
  box-shadow: 0 0 0 3px rgba(90, 103, 216, 0.1);
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button.etx-save-btn {
  background: #48bb78;
  color: #ffffff;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button.etx-save-btn:hover {
  background: rgb(56.3505976096, 151.6494023904, 96.1274900398);
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button.etx-cancel-btn {
  background: #e2e8f0;
  color: #718096;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button.etx-cancel-btn:hover {
  background: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
#etxcart .etx-payment-main {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
#etxcart .etx-payment-main .etx-payment-header {
  background: linear-gradient(135deg, #2d3748, rgb(74.4230769231, 90.9615384615, 119.0769230769));
  padding: 24px;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content h2 {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content h2 i {
  color: #48bb78;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content .etx-trust-badges {
  display: flex;
  gap: 16px;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content .etx-trust-badges span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content .etx-trust-badges span i {
  color: #48bb78;
}
#etxcart .etx-payment-main .etx-frame-container {
  background: #ffffff;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar {
  background: #f7fafc;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e2e8f0;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-amount {
  display: flex;
  align-items: center;
  gap: 8px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-amount span {
  color: #718096;
  font-size: 14px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-amount strong {
  color: #5a67d8;
  font-size: 20px;
  font-weight: 700;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-timer {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  color: #ed8936;
  font-size: 14px;
  font-weight: 500;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-timer i {
  animation: pulse 1s infinite;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper {
  position: relative;
  background: #f7fafc;
  min-height: 600px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper iframe {
  width: 100%;
  border: none;
  background: #ffffff;
  transition: height 0.3s;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content {
  text-align: center;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-spinner-circle {
  width: 60px;
  height: 60px;
  border: 4px solid #e2e8f0;
  border-top-color: #5a67d8;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content p {
  color: #718096;
  font-size: 14px;
  margin-bottom: 16px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-loading-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-loading-dots span {
  width: 8px;
  height: 8px;
  background: #5a67d8;
  border-radius: 50%;
  animation: pulse 1.4s infinite;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom {
  padding: 20px 24px;
  background: #f7fafc;
  border-top: 1px solid #e2e8f0;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-security-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #718096;
  font-size: 13px;
  margin-bottom: 16px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-security-text i {
  color: #5a67d8;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-payment-methods {
  display: flex;
  justify-content: center;
  gap: 16px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-payment-methods img {
  height: 32px;
  opacity: 0.6;
  transition: all 0.3s;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-payment-methods img:hover {
  opacity: 1;
  transform: scale(1.1);
}
#etxcart .etx-support-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 100;
}
#etxcart .etx-support-float .etx-support-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5a67d8, #48bb78);
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#etxcart .etx-support-float .etx-support-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
#etxcart .etx-support-float .etx-support-btn i {
  animation: pulse 2s infinite;
}
#etxcart .etx-support-float .etx-support-popup {
  position: absolute;
  bottom: 70px;
  left: 0;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  animation: slideUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#etxcart .etx-support-float .etx-support-popup h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #2d3748;
}
#etxcart .etx-support-float .etx-support-popup p {
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #718096;
}
#etxcart .etx-support-float .etx-support-popup a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 8px;
  transition: all 0.3s;
}
#etxcart .etx-support-float .etx-support-popup a.etx-support-call {
  background: #5a67d8;
  color: #ffffff;
}
#etxcart .etx-support-float .etx-support-popup a.etx-support-call:hover {
  background: rgb(48.75, 65, 206.25);
}
#etxcart .etx-support-float .etx-support-popup a.etx-support-whatsapp {
  background: #25d366;
  color: #ffffff;
}
#etxcart .etx-support-float .etx-support-popup a.etx-support-whatsapp:hover {
  background: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}
#etxcart .slideDown-enter-active,
#etxcart .slideDown-leave-active,
#etxcart .slideUp-enter-active,
#etxcart .slideUp-leave-active,
#etxcart .fade-enter-active,
#etxcart .fade-leave-active {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#etxcart .slideDown-enter,
#etxcart .slideDown-leave-to {
  opacity: 0;
  transform: translateY(-20px);
}
#etxcart .slideUp-enter,
#etxcart .slideUp-leave-to {
  opacity: 0;
  transform: translateY(20px);
}
#etxcart .fade-enter,
#etxcart .fade-leave-to {
  opacity: 0;
}
@media (max-width: 768px) {
  #etxcart .etx-payment-page {
    padding: 12px;
  }
  #etxcart .etx-payment-content {
    grid-template-columns: 1fr;
  }
  #etxcart .etx-summary-sidebar {
    order: 2;
  }
  #etxcart .etx-payment-main {
    order: 1;
  }
  #etxcart .etx-progress-bar {
    padding: 12px;
  }
  #etxcart .etx-progress-bar .etx-progress-step span {
    display: none;
  }
}
/* Variables & Base */
#pvars {
  /* Header Section */
  /* Meta Information */
  /* Selection Alert */
  /* Attribute Groups */
  /* Options Grid */
  /* Option Button */
  /* Images */
  /* Colors */
  /* Indicators */
  /* Actions Section */
  /* Quantity Selector */
  /* Action Buttons */
  /* Features */
  /* Toast Notification */
  /* Animations */
  /* Transitions */
  /* Mobile Responsive */
  /* Accessibility */
  /* High Contrast Mode */
  /* Dark Mode Support */
}
#pvars .pv-container {
  --primary: var(--btn-primary-bg, #000);
  --primary-hover: var(--btn-primary-bg-hover, #333);
  --secondary: var(--btn-secondary-bg, #fff);
  --secondary-hover: var(--btn-secondary-bg-hover, #f5f5f5);
  --border: var(--option-border, #e5e7eb);
  --text: var(--option-text, #111827);
  --success: #10b981;
  --error: #ef4444;
  --warning: #f59e0b;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  color: var(--text);
}
#pvars * {
  box-sizing: border-box;
}
#pvars .pv-header {
  margin-bottom: 2rem;
}
#pvars .pv-price-display {
  margin-bottom: 0.75rem;
}
#pvars .pv-price-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
#pvars .pv-stock-alert {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  background: #fef3c7;
  color: #92400e;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  animation: pulse 2s infinite;
}
#pvars .pv-stock-alert svg {
  width: 14px;
  height: 14px;
  color: #f59e0b;
}
#pvars .pv-price-main {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
#pvars .pv-price-final {
  font-size: 2rem;
  font-weight: 700;
  color: var(--price-color, #111);
  letter-spacing: -0.025em;
}
#pvars .pv-price-compare {
  font-size: 1.25rem;
  color: var(--compare-color, #6b7280);
  text-decoration: line-through;
  opacity: 0.7;
}
#pvars .pv-discount-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.625rem;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
#pvars .pv-discount-pill svg {
  width: 14px;
  height: 14px;
}
#pvars .pv-shipping-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  background: #dcfce7;
  color: #14532d;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
}
#pvars .pv-shipping-badge svg {
  width: 14px;
  height: 14px;
  color: #16a34a;
}
#pvars .pv-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
}
#pvars .pv-rating {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
#pvars .pv-stars {
  display: flex;
  gap: 0.125rem;
}
#pvars .pv-stars svg {
  width: 16px;
  height: 16px;
  fill: #e5e7eb;
}
#pvars .pv-stars svg.filled {
  fill: #fbbf24;
}
#pvars .pv-separator {
  color: #d1d5db;
}
#pvars .pv-selection-alert {
  display: flex;
  gap: 0.75rem;
  padding: 0.875rem;
  background: linear-gradient(to right, #fef3c7, #fed7aa);
  border: 1px solid #fbbf24;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
#pvars .pv-alert-icon svg {
  width: 20px;
  height: 20px;
  color: #d97706;
}
#pvars .pv-alert-content strong {
  display: block;
  color: #92400e;
  margin-bottom: 0.125rem;
}
#pvars .pv-alert-content span {
  font-size: 0.875rem;
  color: #78350f;
}
#pvars .pv-attribute-group {
  margin-bottom: 1.75rem;
}
#pvars .pv-attribute-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
#pvars .pv-attribute-label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #374151;
}
#pvars .pv-required {
  color: #ef4444;
  margin-left: 0.25rem;
}
#pvars .pv-selected-value {
  padding: 0.25rem 0.75rem;
  color: var(--text);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
}
#pvars .pv-options-grid {
  display: grid;
  gap: 0.625rem;
}
#pvars .grid-few {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
#pvars .grid-medium {
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
#pvars .grid-many {
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
#pvars .grid-colors {
  grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
}
#pvars .grid-images {
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 0.75rem;
}
#pvars .pv-option-btn {
  position: relative;
  padding: 0.625rem 0.875rem;
  background: var(--option-btn-bg, white);
  border: 1.5px solid var(--border);
  border-radius: 0.5rem;
  color: var(--text);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  overflow: hidden;
}
#pvars .pv-option-btn:hover:not(.is-disabled) {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#pvars .pv-option-btn.is-selected {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
  font-weight: 600;
}
#pvars .pv-option-btn.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
}
#pvars .pv-option-btn.has-image {
  padding: 0;
  background: transparent;
  border: 2px solid var(--border);
  min-height: 90px;
  overflow: hidden;
}
#pvars .pv-option-btn.has-image.is-selected {
  border-color: var(--primary);
  border-width: 3px;
}
#pvars .pv-option-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
}
#pvars .pv-option-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
#pvars .pv-option-btn:hover .pv-option-image img {
  transform: scale(1.05);
}
#pvars .pv-image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}
#pvars .pv-option-btn:hover .pv-image-overlay {
  opacity: 1;
}
#pvars .pv-image-overlay svg {
  width: 24px;
  height: 24px;
  color: white;
}
#pvars .pv-option-btn.color-swatch {
  padding: 0.375rem;
  min-width: 48px;
  min-height: 48px;
}
#pvars .pv-color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
#pvars .pv-option-btn:hover .pv-color-swatch {
  transform: scale(1.1);
}
#pvars .pv-option-btn.color-swatch.is-selected .pv-color-swatch {
  box-shadow: 0 0 0 3px var(--primary);
}
#pvars .pv-option-indicators {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  gap: 0.25rem;
  z-index: 2;
}
#pvars .pv-check-icon {
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  padding: 2px;
  color: var(--primary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#pvars .pv-stock-indicator {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  border: 2px solid white;
  animation: pulse 2s infinite;
}
#pvars .pv-option-label {
  font-weight: 500;
  letter-spacing: 0.025em;
}
#pvars .pv-attribute-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #f9fafb;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
#pvars .pv-attribute-info svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
#pvars .pv-actions-section {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
#pvars .pv-quantity-selector {
  margin-bottom: 1.5rem;
}
#pvars .pv-quantity-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
#pvars .pv-quantity-label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #374151;
}
#pvars .pv-stock-status {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
}
#pvars .pv-stock-status svg {
  width: 14px;
  height: 14px;
}
#pvars .pv-stock-status.in-stock {
  background: #dcfce7;
  color: #14532d;
}
#pvars .pv-stock-status.low-stock {
  background: #fef3c7;
  color: #92400e;
}
#pvars .pv-stock-status.out-of-stock {
  background: #fee2e2;
  color: #7f1d1d;
}
#pvars .pv-quantity-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#pvars .pv-qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 0.5rem;
  border: 1.5px solid var(--border);
  background: white;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s;
}
#pvars .pv-qty-btn:hover:not(:disabled) {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
#pvars .pv-qty-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#pvars .pv-qty-btn svg {
  width: 18px;
  height: 18px;
}
#pvars .pv-qty-input-wrapper {
  position: relative;
}
#pvars .pv-qty-input {
  width: 72px;
  height: 36px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border: 1.5px solid var(--border);
  border-radius: 0.5rem;
  background: white;
  color: var(--text);
  -moz-appearance: textfield;
}
#pvars .pv-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#pvars .pv-qty-input:focus {
  outline: none;
  border-color: var(--primary);
}
#pvars .pv-qty-limits {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.25rem;
  font-size: 0.625rem;
  color: #9ca3af;
  white-space: nowrap;
}
#pvars .pv-subtotal {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
#pvars .pv-subtotal-label {
  font-size: 0.875rem;
  color: #6b7280;
}
#pvars .pv-subtotal-amount {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--price-color, #111);
}
#pvars .pv-savings {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  background: linear-gradient(135deg, #dcfce7, #d1fae5);
  color: #065f46;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
#pvars .pv-savings svg {
  width: 14px;
  height: 14px;
  color: #16a34a;
}
#pvars .pv-savings-percent {
  font-weight: 700;
  color: #059669;
}
#pvars .pv-action-buttons {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.75rem;
}
#pvars .pv-btn {
  padding: 0.875rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  position: relative;
  overflow: hidden;
}
#pvars .pv-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#pvars .pv-btn svg {
  width: 18px;
  height: 18px;
}
#pvars .pv-btn-primary {
  background: var(--btn-primary-bg, #000);
  color: var(--btn-primary-text, white);
  border: 1.5px solid var(--btn-primary-border, #000);
}
#pvars .pv-btn-primary:hover:not(:disabled) {
  background: var(--btn-primary-bg-hover, #333);
  color: var(--btn-primary-text-hover, white);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
#pvars .pv-btn-secondary {
  background: var(--btn-secondary-bg, white);
  color: var(--btn-secondary-text, #000);
  border: 1.5px solid var(--btn-secondary-border, #000);
}
#pvars .pv-btn-secondary:hover:not(:disabled) {
  background: var(--btn-secondary-bg-hover, #f5f5f5);
  color: var(--btn-secondary-text-hover, #000);
  transform: translateY(-2px);
}
#pvars .pv-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
#pvars .pv-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
#pvars .pv-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
#pvars .pv-feature svg {
  width: 16px;
  height: 16px;
  color: var(--success);
  flex-shrink: 0;
}
#pvars .pv-toast {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-width: 360px;
  z-index: 10000;
  border-left: 4px solid;
}
#pvars .pv-toast-success {
  border-left-color: var(--success);
}
#pvars .pv-toast-error {
  border-left-color: var(--error);
}
#pvars .pv-toast-success .pv-toast-icon svg {
  color: var(--success);
}
#pvars .pv-toast-error .pv-toast-icon svg {
  color: var(--error);
}
#pvars .pv-toast-content strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #111827;
}
#pvars .pv-toast-content p {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
}
#pvars .pv-toast-close {
  margin-left: auto;
  padding: 0.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  transition: color 0.2s;
}
#pvars .pv-toast-close:hover {
  color: #374151;
}
#pvars .pv-toast-close svg {
  width: 16px;
  height: 16px;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes click-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
#pvars .pv-option-btn.clicked {
  animation: click-pulse 0.2s;
}
#pvars .price-morph-enter-active,
#pvars .price-morph-leave-active {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#pvars .price-morph-enter,
#pvars .price-morph-leave-to {
  opacity: 0;
  transform: scale(0.9) translateY(-10px);
}
#pvars .slide-fade-enter-active {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#pvars .slide-fade-leave-active {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
#pvars .slide-fade-enter {
  transform: translateY(-20px);
  opacity: 0;
}
#pvars .slide-fade-leave-to {
  transform: translateY(20px);
  opacity: 0;
}
#pvars .fade-enter-active,
#pvars .fade-leave-active {
  transition: opacity 0.2s;
}
#pvars .fade-enter,
#pvars .fade-leave-to {
  opacity: 0;
}
#pvars .expand-enter-active {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#pvars .expand-leave-active {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
}
#pvars .expand-enter {
  opacity: 0;
  transform: translateY(20px);
}
#pvars .expand-leave-to {
  opacity: 0;
  transform: translateY(-20px);
}
#pvars .toast-enter-active {
  animation: toast-slide-in 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#pvars .toast-leave-active {
  animation: toast-slide-out 0.3s cubic-bezier(0.4, 0, 0.6, 1);
}
@keyframes toast-slide-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes toast-slide-out {
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  #pvars .pv-price-final {
    font-size: 1.75rem;
  }
  #pvars .pv-price-compare {
    font-size: 1.125rem;
  }
  #pvars .pv-action-buttons {
    grid-template-columns: 1fr;
  }
  #pvars .pv-features {
    grid-template-columns: 1fr;
  }
  #pvars .pv-toast {
    right: 1rem;
    left: 1rem;
    max-width: none;
  }
  #pvars .grid-few,
  #pvars .grid-medium,
  #pvars .grid-many {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  }
  #pvars .grid-colors {
    grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
  }
  #pvars .grid-images {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
  }
  #pvars .pv-option-btn.has-image {
    min-height: 75px;
  }
  #pvars .pv-option-image {
    min-height: 71px;
  }
}
@media (max-width: 480px) {
  #pvars .pv-price-group {
    flex-direction: column;
    align-items: flex-start;
  }
  #pvars .pv-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  #pvars .pv-separator {
    display: none;
  }
  #pvars .pv-quantity-controls {
    flex-wrap: wrap;
  }
  #pvars .pv-subtotal {
    width: 100%;
    margin-top: 0.5rem;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  #pvars *,
  #pvars *::before,
  #pvars *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (prefers-contrast: high) {
  #pvars .pv-option-btn {
    border-width: 2px;
  }
  #pvars .pv-option-btn.is-selected {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
  }
  #pvars .pv-btn {
    border-width: 2px;
  }
}
@media (prefers-color-scheme: dark) {
  #pvars .pv-container {
    --border: #374151;
    --text: #f3f4f6;
  }
  #pvars .pv-option-btn {
    background: #1f2937;
  }
  #pvars .pv-option-image {
    background: #1f2937;
  }
  #pvars .pv-option-btn.has-image {
    background: #111827;
  }
  #pvars .pv-qty-input {
    background: #1f2937;
    color: #f3f4f6;
  }
  #pvars .pv-toast {
    background: #1f2937;
    color: #f3f4f6;
  }
  #pvars .pv-attribute-info {
    background: #111827;
  }
  #pvars .pv-selection-alert {
    background: linear-gradient(to right, #7c2d12, #9a3412);
  }
}
.etx-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99997;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}
.etx-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 99998;
  cursor: pointer;
  animation: fadeIn 0.3s ease;
  pointer-events: auto;
}
.etx-popup-type1,
.etx-popup-type2,
.etx-popup-type3,
.etx-popup-type4,
.etx-popup-type5 {
  position: relative;
  background: var(--popup-bg, white);
  color: var(--popup-color, #333333);
  border-radius: var(--popup-radius, 16px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 99999;
  pointer-events: auto;
}
.etx-popup-type1::-webkit-scrollbar,
.etx-popup-type2::-webkit-scrollbar,
.etx-popup-type3::-webkit-scrollbar,
.etx-popup-type4::-webkit-scrollbar,
.etx-popup-type5::-webkit-scrollbar {
  width: 6px;
}
.etx-popup-type1::-webkit-scrollbar-track,
.etx-popup-type2::-webkit-scrollbar-track,
.etx-popup-type3::-webkit-scrollbar-track,
.etx-popup-type4::-webkit-scrollbar-track,
.etx-popup-type5::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.etx-popup-type1::-webkit-scrollbar-thumb,
.etx-popup-type2::-webkit-scrollbar-thumb,
.etx-popup-type3::-webkit-scrollbar-thumb,
.etx-popup-type4::-webkit-scrollbar-thumb,
.etx-popup-type5::-webkit-scrollbar-thumb {
  background: var(--popup-color, #888);
  opacity: 0.3;
  border-radius: 10px;
}
.etx-popup-type1::-webkit-scrollbar-thumb:hover,
.etx-popup-type2::-webkit-scrollbar-thumb:hover,
.etx-popup-type3::-webkit-scrollbar-thumb:hover,
.etx-popup-type4::-webkit-scrollbar-thumb:hover,
.etx-popup-type5::-webkit-scrollbar-thumb:hover {
  opacity: 0.5;
}
.etx-popup-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.etx-popup-close-btn:hover {
  background: white;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.etx-popup-close-btn svg {
  width: 20px;
  height: 20px;
  color: #374151;
}
.etx-popup-content {
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .etx-popup-content {
    padding: 24px;
  }
}
.etx-popup-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
  color: inherit;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .etx-popup-title {
    font-size: 22px;
  }
}
.etx-popup-text {
  font-size: 16px;
  margin: 0 0 24px;
  color: inherit;
  opacity: 0.9;
  line-height: 1.6;
}
.etx-popup-form {
  margin: 24px 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.etx-field {
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  z-index: 3;
}
.etx-field.etx-field-privacy {
  margin-top: 24px;
}
.etx-field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  opacity: 0.9;
  text-align: right;
}
.etx-field-label .etx-required {
  color: currentColor;
  opacity: 1;
  margin-right: 2px;
}
.etx-input,
.etx-textarea,
.etx-select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  position: relative;
  z-index: 4;
}
.etx-input:hover,
.etx-textarea:hover,
.etx-select:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgb(255, 255, 255);
}
.etx-input:focus,
.etx-textarea:focus,
.etx-select:focus {
  outline: none;
  border-color: var(--popup-btn-bg, #5B6FED);
  box-shadow: 0 0 0 3px rgba(91, 111, 237, 0.1);
  background: white;
  z-index: 5;
}
.etx-input::placeholder,
.etx-textarea::placeholder,
.etx-select::placeholder {
  color: #9CA3AF;
}
.etx-input.etx-invalid,
.etx-textarea.etx-invalid,
.etx-select.etx-invalid {
  border-color: #EF4444;
}
.etx-input.etx-invalid:focus,
.etx-textarea.etx-invalid:focus,
.etx-select.etx-invalid:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.etx-input:disabled,
.etx-textarea:disabled,
.etx-select:disabled {
  background: #F9FAFB;
  cursor: not-allowed;
  opacity: 0.6;
}
.etx-textarea {
  min-height: 100px;
  resize: vertical;
}
.etx-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 20px;
  padding-left: 40px;
}
.etx-privacy-wrapper {
  position: relative;
  z-index: 3;
}
.etx-privacy-wrapper .etx-privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.etx-privacy-wrapper .etx-privacy-label:hover {
  background: rgba(255, 255, 255, 0.15);
}
.etx-privacy-wrapper .etx-privacy-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  accent-color: var(--popup-btn-bg, #5B6FED);
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.etx-privacy-wrapper .etx-privacy-text {
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  color: inherit;
  opacity: 0.9;
}
.etx-privacy-wrapper .etx-privacy-text a {
  color: var(--popup-btn-bg, #5B6FED);
  text-decoration: underline;
  font-weight: 600;
  opacity: 1;
  position: relative;
  z-index: 5;
}
.etx-privacy-wrapper .etx-privacy-text a:hover {
  filter: brightness(1.2);
}
.etx-field-error {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 8px 12px;
  background: #FEE2E2;
  border: 1px solid #FECACA;
  border-radius: 6px;
  color: #991B1B;
  font-size: 13px;
  text-align: right;
  animation: shake 0.5s ease;
  position: relative;
  z-index: 6;
}
.etx-field-error svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.etx-btn {
  padding: 14px 28px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 120px;
  position: relative;
  z-index: 5;
}
.etx-btn.etx-btn-primary {
  background: var(--popup-btn-bg, #5B6FED);
  color: var(--popup-btn-color, white);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}
.etx-btn.etx-btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  filter: brightness(1.1);
  z-index: 6;
}
.etx-btn.etx-btn-primary:active {
  transform: translateY(0);
}
.etx-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.etx-dice-item {
  background: var(--game-bg, #F3F4F6);
  color: var(--game-color, #333333);
  position: relative;
  z-index: 2;
}
.etx-dice-item.etx-active {
  border-color: var(--popup-btn-bg, #5B6FED);
  z-index: 3;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
[dir=rtl] .etx-field-label,
[dir=rtl] .etx-field,
[dir=rtl] .etx-privacy-text,
[dir=rtl] .etx-field-error {
  text-align: right;
}
[dir=rtl] .etx-popup-close-btn {
  right: auto;
  left: 16px;
}
[dir=rtl] .etx-select {
  background-position: right 12px center;
  padding-right: 40px;
  padding-left: 16px;
}
[dir=rtl] .etx-required {
  margin-right: 0;
  margin-left: 2px;
}
@media (max-width: 640px) {
  .etx-popup-type1,
  .etx-popup-type2,
  .etx-popup-type3,
  .etx-popup-type4,
  .etx-popup-type5 {
    margin: 20px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
  }
  .etx-popup-content {
    padding: 24px 20px;
  }
  .etx-dice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#etx-popup {
  /* Type 2 Specific Styles */
  /* שכבה כהה מעל התמונה */
  /* שדות - התאמה לרקע כהה */
  /* Close Button */
  /* Inner Content */
  /* Typography */
  /* Form */
  /* Inputs */
  /* Privacy Checkbox */
  /* Submit Button */
  /* Animations */
  /* Mobile */
  /* RTL */
  /* Container */
  /* כפתור סגירה */
  /* Layout מפוצל */
  /* צד הפרסים */
  /* רשת פרסים 3x3 */
  /* סטטוס משחק */
  /* צד הטופס */
  /* טופס קומפקטי */
  /* Privacy קומפקטי */
  /* כפתור שחק */
  /* אינדיקטורים */
  /* הודעות משחק */
  /* תוצאת זכייה */
  /* קופון משודרג */
  /* Animations */
  /* Transitions */
  /* Mobile */
}
#etx-popup .etx-popup-type1 {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: etx-popup-scale-in 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#etx-popup .etx-popup-type1 .etx-popup-split {
  display: flex;
  min-height: 500px;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-split {
    flex-direction: column;
    min-height: auto;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-image {
    flex: none;
    height: 280px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #etx-popup .etx-popup-type1 .etx-popup-image {
    height: 200px;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#etx-popup .etx-popup-type1 .etx-popup-content {
  flex: 0 0 50%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: right;
}
@media (max-width: 992px) {
  #etx-popup .etx-popup-type1 .etx-popup-content {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-content {
    flex: 1;
    padding: 32px;
  }
}
@media (max-width: 480px) {
  #etx-popup .etx-popup-type1 .etx-popup-content {
    padding: 24px;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  #etx-popup .etx-popup-type1 .etx-popup-title {
    font-size: 24px;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-text {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.6;
  color: inherit;
  opacity: 0.9;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-text {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-form {
  width: 100%;
}
#etx-popup .etx-popup-type1 .etx-popup-form > * {
  margin-bottom: 20px;
}
#etx-popup .etx-popup-type1 .etx-popup-form > *:last-child {
  margin-bottom: 0;
  margin-top: 28px;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-form > * {
    margin-bottom: 16px;
  }
  #etx-popup .etx-popup-type1 .etx-popup-form > *:last-child {
    margin-top: 24px;
  }
}
#etx-popup .etx-popup-type1 .etx-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: none;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}
#etx-popup .etx-popup-type1 .etx-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  filter: brightness(1.05);
}
#etx-popup .etx-popup-type1 .etx-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#etx-popup .etx-popup-type1 .etx-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}
#etx-popup .etx-popup-type1 .etx-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#etx-popup .etx-popup-type1 .etx-btn:disabled span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: etx-spin 0.8s linear infinite;
}
#etx-popup .etx-popup-type1 :deep(.etx-popup-close-btn) {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
[dir=rtl] #etx-popup .etx-popup-type1 .etx-popup-split {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  [dir=rtl] #etx-popup .etx-popup-type1 .etx-popup-split {
    flex-direction: column;
  }
}
[dir=rtl] #etx-popup .etx-popup-type1 :deep(.etx-popup-close-btn) {
  right: auto;
  left: 16px;
}
[dir=ltr] #etx-popup .etx-popup-type1 .etx-popup-content {
  text-align: left;
}
@media (max-height: 600px) and (orientation: landscape) {
  #etx-popup .etx-popup-type1 .etx-popup-split {
    min-height: auto;
  }
  #etx-popup .etx-popup-type1 .etx-popup-image {
    flex: 0 0 35%;
  }
  #etx-popup .etx-popup-type1 .etx-popup-content {
    flex: 1;
    padding: 24px 32px;
  }
  #etx-popup .etx-popup-type1 .etx-popup-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  #etx-popup .etx-popup-type1 .etx-popup-text {
    margin-bottom: 20px;
  }
}
@media (prefers-contrast: high) {
  #etx-popup .etx-popup-type1 {
    border: 2px solid currentColor;
  }
}
@media (prefers-reduced-motion: reduce) {
  #etx-popup .etx-popup-type1 {
    animation: none;
  }
  #etx-popup .etx-popup-type1 .etx-btn {
    transition: none;
  }
}
@keyframes etx-popup-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes etx-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#etx-popup .etx-popup-type1 .etx-field {
  margin-bottom: 20px;
}
#etx-popup .etx-popup-type1 .etx-field:last-child {
  margin-bottom: 0;
}
#etx-popup .etx-popup-type1 .etx-field.etx-field-privacy .etx-privacy-checkbox:not(:checked) {
  background: transparent !important;
}
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field input,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field textarea,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field select {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field input::placeholder,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field textarea::placeholder,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field input:focus,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field textarea:focus,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field select:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
#etx-popup .etx-popup-type2 {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 6px rgba(0, 0, 0, 0.07), 0 12px 16px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.12), 0 40px 64px rgba(0, 0, 0, 0.16);
  border-radius: var(--popup-radius, 16px);
  overflow: hidden;
}
#etx-popup .etx-popup-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  min-height: 500px;
  background-color: #f5f5f5;
}
#etx-popup .etx-popup-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
#etx-popup .etx-popup-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  /* משתמש במשתנה במקום צבע קשיח */
  background: var(--popup-bg, rgba(255, 255, 255, 0.98));
  color: var(--popup-color, #333333);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#etx-popup .etx-popup-title {
  color: inherit;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
#etx-popup .etx-popup-text {
  color: inherit;
  opacity: 0.9;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
}
#etx-popup .etx-popup-type2 .etx-popup-form {
  position: relative;
  z-index: 3;
}
#etx-popup .etx-popup-type2 .etx-field input,
#etx-popup .etx-popup-type2 .etx-field textarea,
#etx-popup .etx-popup-type2 .etx-field select {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #111827;
  position: relative;
  z-index: 4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
#etx-popup .etx-popup-type2 .etx-field input:focus,
#etx-popup .etx-popup-type2 .etx-field textarea:focus,
#etx-popup .etx-popup-type2 .etx-field select:focus {
  background: white;
  border-color: var(--popup-btn-bg, #5B6FED);
  box-shadow: 0 0 0 3px rgba(91, 111, 237, 0.1);
  z-index: 5;
}
#etx-popup .etx-popup-type2 .etx-privacy-wrapper {
  position: relative;
  z-index: 4;
}
#etx-popup .etx-popup-type2 .etx-privacy-label {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
#etx-popup .etx-popup-type2 .etx-privacy-label:hover {
  background: rgba(0, 0, 0, 0.05);
}
#etx-popup .etx-popup-type2 .etx-btn {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
#etx-popup .etx-popup-type2 .etx-popup-close-btn {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#etx-popup .etx-popup-type2 .etx-popup-close-btn:hover {
  background: white;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.2);
}
#etx-popup .etx-popup-type2 .etx-field-error {
  position: relative;
  z-index: 6;
  background: #FEE2E2;
  border: 1px solid #FECACA;
}
@media (max-width: 640px) {
  #etx-popup .etx-popup-type2 {
    max-width: calc(100vw - 40px);
  }
  #etx-popup .etx-popup-bg {
    padding: 40px 20px;
    min-height: 450px;
  }
  #etx-popup .etx-popup-content {
    padding: 24px;
    max-width: 100%;
  }
  #etx-popup .etx-popup-title {
    font-size: 22px;
  }
  #etx-popup .etx-popup-text {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  #etx-popup .etx-popup-bg {
    padding: 30px 15px;
  }
  #etx-popup .etx-popup-content {
    padding: 20px;
  }
  #etx-popup .etx-popup-title {
    font-size: 20px;
  }
}
#etx-popup .etx-popup-type3 {
  animation: etx-slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
}
#etx-popup .etx-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
}
#etx-popup .etx-close-btn:hover {
  transform: rotate(90deg) scale(1.1);
}
#etx-popup .etx-popup-inner {
  position: relative;
  text-align: center;
}
#etx-popup .etx-popup-title {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
#etx-popup .etx-popup-text {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}
#etx-popup .etx-popup-form {
  width: 100%;
  margin-top: 25px;
}
#etx-popup .etx-field-wrapper {
  margin-bottom: 20px;
}
#etx-popup .etx-field-group {
  width: 100%;
  text-align: right;
}
#etx-popup .etx-field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
  text-align: right;
}
#etx-popup .etx-required {
  color: currentColor;
  opacity: 1;
  font-weight: 700;
  margin-right: 3px;
}
#etx-popup .etx-input-container {
  position: relative;
}
#etx-popup .etx-input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  outline: none;
  backdrop-filter: blur(10px);
  text-align: right;
  direction: rtl;
}
#etx-popup .etx-input-email {
  padding-left: 45px;
}
#etx-popup .etx-input::placeholder {
  color: var(--placeholder-color);
}
#etx-popup .etx-input:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
#etx-popup .etx-input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  opacity: 0.6;
}
#etx-popup .etx-privacy-field {
  margin: 25px 0;
  text-align: right;
}
#etx-popup .etx-privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
  direction: rtl;
}
#etx-popup .etx-privacy-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#etx-popup .etx-checkbox-indicator {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 2px;
  backdrop-filter: blur(10px);
}
#etx-popup .etx-privacy-checkbox:checked ~ .etx-checkbox-indicator {
  background-color: var(--popup-color);
  border-color: var(--popup-color);
}
#etx-popup .etx-privacy-checkbox:checked ~ .etx-checkbox-indicator::after {
  content: "✓";
  color: var(--popup-bg);
  font-size: 14px;
  font-weight: bold;
}
#etx-popup .etx-privacy-text {
  flex: 1;
  opacity: 0.95;
}
#etx-popup .etx-privacy-link {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
#etx-popup .etx-privacy-link:hover {
  opacity: 0.8;
}
#etx-popup .etx-submit-btn {
  width: 100%;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}
#etx-popup .etx-submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
#etx-popup .etx-submit-btn:hover::before {
  left: 100%;
}
#etx-popup .etx-submit-btn:not(:disabled):hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
#etx-popup .etx-submit-btn:not(:disabled):active {
  transform: translateY(-1px);
}
#etx-popup .etx-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
#etx-popup .etx-loading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#etx-popup .etx-spinner {
  animation: etx-spin 1s linear infinite;
}
@keyframes etx-slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes etx-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type3 {
    padding: 35px 25px;
    margin: 20px;
    max-width: calc(100% - 40px);
  }
  #etx-popup .etx-popup-title {
    font-size: 26px;
  }
  #etx-popup .etx-popup-text {
    font-size: 15px;
  }
  #etx-popup .etx-close-btn {
    width: 36px;
    height: 36px;
  }
  #etx-popup .etx-submit-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
}
#etx-popup [dir=rtl] .etx-close-btn {
  right: auto;
  left: 20px;
}
#etx-popup .etx-popup-type4 {
  position: relative;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: etx-scaleIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  direction: rtl;
}
#etx-popup .etx-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: inherit;
  z-index: 100;
}
#etx-popup .etx-popup-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
#etx-popup .etx-game-layout {
  display: flex;
  height: 100%;
  min-height: 500px;
  max-height: 600px;
  direction: rtl;
}
#etx-popup .etx-prizes-side {
  flex: 0 0 50%;
  background: rgba(0, 0, 0, 0.02);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#etx-popup .etx-prizes-side.etx-game-active {
  background: linear-gradient(135deg, rgba(91, 111, 237, 0.05), rgba(91, 111, 237, 0.02));
}
#etx-popup .etx-prizes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#etx-popup .etx-prizes-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
#etx-popup .etx-prizes-badge i {
  color: #f59e0b;
}
#etx-popup .etx-prizes-timer {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 20px;
  font-size: 0.8rem;
  color: #dc2626;
  font-weight: 600;
}
#etx-popup .etx-prizes-timer i {
  font-size: 0.75rem;
}
#etx-popup .etx-prizes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0.625rem;
  flex: 1;
  margin-bottom: 0.75rem;
}
#etx-popup .etx-prizes-grid.etx-rolling-active .etx-prize-card {
  transition: all 0.15s ease;
}
#etx-popup .etx-prize-card {
  position: relative;
  padding: 0.75rem 0.5rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  min-height: 85px;
}
#etx-popup .etx-prize-card.etx-top-prize {
  animation: shimmer 3s infinite;
}
#etx-popup .etx-prize-card.etx-highlight {
  animation: highlightPulse 0.3s ease;
}
#etx-popup .etx-prize-card.etx-winner {
  color: white !important;
  animation: winnerBounce 0.6s ease;
}
#etx-popup .etx-prize-card.etx-winner .etx-prize-value,
#etx-popup .etx-prize-card.etx-winner .etx-prize-label {
  color: white !important;
}
#etx-popup .etx-top-badge {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  padding: 0.125rem 0.375rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #333;
}
#etx-popup .etx-top-badge i {
  font-size: 0.5rem;
  color: #333;
}
#etx-popup .etx-prize-value {
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
  margin-bottom: 0.25rem;
}
#etx-popup .etx-prize-value .etx-prize-number {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1;
}
#etx-popup .etx-prize-value .etx-prize-unit {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.8;
}
#etx-popup .etx-prize-value .etx-prize-icon {
  font-size: 1.25rem;
  opacity: 0.6;
}
#etx-popup .etx-prize-label {
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.1;
  opacity: 0.8;
}
#etx-popup .etx-winner-indicator {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}
#etx-popup .etx-winner-circle {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: winnerPop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#etx-popup .etx-winner-circle i {
  font-size: 28px;
  color: #10b981;
}
#etx-popup .etx-game-status {
  text-align: center;
  padding: 0.875rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#etx-popup .etx-rolling-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}
#etx-popup .etx-rolling-status span {
  font-size: 0.875rem;
  font-weight: 600;
}
#etx-popup .etx-dice-animation {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 0.5rem;
}
#etx-popup .etx-dice-animation i {
  font-size: 1.5rem;
  animation: diceRoll 0.6s infinite;
}
#etx-popup .etx-dice-animation i:nth-child(1) {
  animation-delay: 0s;
  color: #ef4444;
}
#etx-popup .etx-dice-animation i:nth-child(2) {
  animation-delay: 0.1s;
  color: #3b82f6;
}
#etx-popup .etx-dice-animation i:nth-child(3) {
  animation-delay: 0.2s;
  color: #10b981;
}
#etx-popup .etx-progress-bar {
  width: 120px;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 0.25rem;
}
#etx-popup .etx-progress-bar .etx-progress-fill {
  height: 100%;
  background: currentColor;
  animation: progressFill 2s ease-in-out;
}
#etx-popup .etx-roll-btn {
  position: relative;
  padding: 0.625rem 1.25rem;
  background: var(--btn-bg);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: visible;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etx-popup .etx-roll-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
#etx-popup .etx-pulse-ring {
  position: absolute;
  inset: -10px;
  border: 2px solid currentColor;
  border-radius: 12px;
  opacity: 0;
  animation: pulseRing 2s infinite;
}
#etx-popup .etx-winner-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#etx-popup .etx-winner-badge {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #10b981;
  font-weight: 700;
  font-size: 1rem;
}
#etx-popup .etx-winner-badge i {
  color: gold;
}
#etx-popup .etx-winner-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
#etx-popup .etx-winner-details strong {
  font-size: 1.25rem;
  color: inherit;
}
#etx-popup .etx-winner-details span {
  font-size: 0.75rem;
  opacity: 0.8;
}
#etx-popup .etx-form-side {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#etx-popup .etx-main-header {
  text-align: center;
  margin-bottom: 1.25rem;
}
#etx-popup .etx-header-icon {
  font-size: 2rem;
  color: inherit;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
#etx-popup .etx-main-header h3 {
  margin: 0 0 0.375rem;
  font-size: 1.625rem;
  font-weight: 800;
  color: inherit;
}
#etx-popup .etx-main-header p {
  margin: 0;
  font-size: 0.875rem;
  opacity: 0.8;
  line-height: 1.4;
}
#etx-popup .etx-compact-form form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
#etx-popup .etx-form-grid {
  display: grid;
  gap: 0.75rem;
}
#etx-popup .etx-field-compact {
  position: relative;
}
#etx-popup .etx-input-group {
  position: relative;
}
#etx-popup .etx-input-group i:first-child {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  opacity: 0.4;
  font-size: 0.8rem;
}
#etx-popup .etx-input-compact {
  width: 100%;
  padding: 0.75rem 2.25rem 0.75rem 0.875rem;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.5);
  color: inherit;
  transition: all 0.3s ease;
  direction: rtl;
}
#etx-popup .etx-input-compact:focus {
  outline: none;
  border-color: currentColor;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#etx-popup .etx-input-compact::placeholder {
  color: inherit;
  opacity: 0.4;
}
#etx-popup .etx-field-check {
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  color: #10b981;
  animation: checkIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#etx-popup .etx-privacy-compact {
  margin: 0.25rem 0;
}
#etx-popup .etx-privacy-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.8rem;
}
#etx-popup .etx-privacy-label input[type=checkbox] {
  display: none;
}
#etx-popup .etx-checkbox-box {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid currentColor;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#etx-popup .etx-checkbox-box i {
  font-size: 0.7rem;
  font-weight: bold;
}
#etx-popup .etx-privacy-text {
  flex: 1;
}
#etx-popup .etx-privacy-text a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
#etx-popup .etx-play-btn {
  position: relative;
  width: 100%;
  padding: 0.875rem;
  border: none;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin-top: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#etx-popup .etx-play-btn.etx-ready {
  animation: pulse 2s infinite;
}
#etx-popup .etx-play-btn.etx-ready .etx-arrow {
  animation: slideArrow 1.5s infinite;
}
#etx-popup .etx-play-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
#etx-popup .etx-play-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#etx-popup .etx-btn-content,
#etx-popup .etx-btn-loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etx-popup .etx-btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine 3s infinite;
}
#etx-popup .etx-form-indicators {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
  margin-top: 0.625rem;
}
#etx-popup .etx-progress-indicator {
  width: 100%;
}
#etx-popup .etx-progress-track {
  height: 6px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
#etx-popup .etx-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #3b82f6, #10b981);
  border-radius: 3px;
  transition: width 0.3s ease;
}
#etx-popup .etx-progress-text {
  font-size: 0.75rem;
  opacity: 0.6;
  text-align: center;
  display: block;
}
#etx-popup .etx-loading-message,
#etx-popup .etx-error-message,
#etx-popup .etx-game-message {
  text-align: center;
  padding: 2rem 1rem;
}
#etx-popup .etx-spinner-container {
  margin-bottom: 1rem;
}
#etx-popup .etx-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(91, 111, 237, 0.1);
  border-top-color: #5B6FED;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}
#etx-popup .etx-error-icon {
  font-size: 2.5rem;
  color: #ef4444;
  margin-bottom: 0.75rem;
}
#etx-popup .etx-message-icon {
  font-size: 2.5rem;
  color: inherit;
  opacity: 0.5;
  margin-bottom: 0.75rem;
}
#etx-popup .etx-message-icon i {
  animation: bounce 2s infinite;
}
#etx-popup .etx-retry-btn {
  margin-top: 1rem;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
#etx-popup .etx-retry-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
#etx-popup .etx-result-display {
  text-align: center;
  position: relative;
}
#etx-popup .etx-confetti-burst {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
#etx-popup .etx-confetti {
  position: absolute;
  top: 0;
  left: calc(var(--i) * 8.33%);
  font-size: 1.5rem;
  animation: confettiFloat 3s ease-out;
  animation-delay: calc(var(--i) * 0.1s);
}
#etx-popup .etx-congrats-title {
  margin: 0 0 1.25rem;
  font-size: 1.625rem;
  color: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#etx-popup .etx-congrats-title i {
  color: gold;
}
#etx-popup .etx-prize-box {
  padding: 1.25rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.05));
  border: 2px solid #10b981;
  border-radius: 14px;
  margin-bottom: 1.25rem;
}
#etx-popup .etx-prize-amount {
  font-size: 2.25rem;
  font-weight: 800;
  color: #10b981;
  margin-bottom: 0.375rem;
}
#etx-popup .etx-prize-desc {
  font-size: 0.875rem;
  opacity: 0.8;
}
#etx-popup .etx-coupon-section {
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border-radius: 16px;
  border: 2px dashed #3b82f6;
}
#etx-popup .etx-coupon-label {
  font-size: 0.875rem;
  opacity: 0.7;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
#etx-popup .etx-coupon-code {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 12px;
  margin: 1rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#etx-popup .etx-coupon-code:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#etx-popup .etx-code-text {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 3px;
  background: linear-gradient(135deg, #3b82f6, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Courier New", monospace;
}
#etx-popup .etx-copy-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 2px solid #e5e7eb;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #6b7280;
}
#etx-popup .etx-copy-btn:hover {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}
#etx-popup .etx-copied-msg {
  margin-top: 0.5rem;
  color: #10b981;
  font-weight: 700;
  font-size: 0.875rem;
  animation: fadeInUp 0.3s ease;
}
#etx-popup .etx-coupon-expiry {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
#etx-popup .etx-claim-btn {
  margin-top: 1rem;
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
#etx-popup .etx-claim-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
@keyframes etx-scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shimmer {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes highlightPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes winnerBounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2) rotate(5deg);
  }
  50% {
    transform: scale(1.15) rotate(-5deg);
  }
  75% {
    transform: scale(1.18) rotate(3deg);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes winnerPop {
  from {
    transform: scale(0) rotate(-180deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
@keyframes diceRoll {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
}
@keyframes progressFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes pulseRing {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
@keyframes slideArrow {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes checkIn {
  from {
    transform: translateY(-50%) scale(0) rotate(-45deg);
  }
  to {
    transform: translateY(-50%) scale(1) rotate(0);
  }
}
@keyframes shine {
  to {
    left: 100%;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes confettiFloat {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(720deg);
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#etx-popup .pop-enter-active, #etx-popup .pop-leave-active {
  transition: all 0.3s ease;
}
#etx-popup .pop-enter, #etx-popup .pop-leave-to {
  transform: scale(0);
  opacity: 0;
}
#etx-popup .fade-enter-active, #etx-popup .fade-leave-active {
  transition: all 0.2s ease;
}
#etx-popup .fade-enter, #etx-popup .fade-leave-to {
  opacity: 0;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type4 {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }
  #etx-popup .etx-game-layout {
    flex-direction: column;
    max-height: none;
  }
  #etx-popup .etx-prizes-side {
    flex: none;
    padding: 1.25rem 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #etx-popup .etx-prizes-grid {
    gap: 0.375rem;
    margin-bottom: 0.5rem;
  }
  #etx-popup .etx-prize-card {
    min-height: 70px;
    padding: 0.5rem 0.375rem;
  }
  #etx-popup .etx-prize-value .etx-prize-number {
    font-size: 1.125rem;
  }
  #etx-popup .etx-form-side {
    padding: 1.25rem 1rem;
  }
  #etx-popup .etx-main-header h3 {
    font-size: 1.375rem;
  }
  #etx-popup .etx-code-text {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}
.inputbox {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.inputbox input {
  position: relative;
  width: 100%;
  padding: 20px 10px 10px;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  color: #23242a;
  font-size: 1em;
  letter-spacing: 0.05em;
  transition: 0.5s;
  z-index: 10;
}
.inputbox span {
  position: absolute;
  right: 0;
  padding: 20px 10px 10px;
  font-size: 1em;
  color: #8f8f8f;
  letter-spacing: 0.05em;
  transition: 0.5s;
  pointer-events: none;
}
.inputbox input:valid ~ span,
.inputbox input:focus ~ span {
  color: #45f3ff;
  transform: translateX(-10px) translateY(-34px);
  font-size: 0, 75em;
}
.inputbox i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #45f3ff;
  border-radius: 4px;
  transition: 0.5s;
  pointer-events: none;
  z-index: 9;
}
.inputbox input:valid ~ i,
.inputbox input:focus ~ i {
  height: 44px;
}
.inputGroup {
  font-family: "Segoe UI", sans-serif;
  margin: 1em 0 1em 0;
  max-width: 100%;
  position: relative;
}
.inputGroup input {
  font-size: 100%;
  padding: 0.8em;
  outline: none;
  border: 2px solid rgb(200, 200, 200);
  background-color: transparent;
  border-radius: 20px;
  width: 100%;
}
.inputGroup label {
  font-size: 100%;
  position: absolute;
  right: 0;
  padding: 0.8em;
  margin-right: 0.5em;
  pointer-events: none;
  transition: all 0.3s ease;
  color: rgb(100, 100, 100);
}
.inputGroup :is(input:focus, input:valid) ~ label {
  transform: translateY(-50%) scale(0.9);
  margin: 0em;
  margin-right: 1.3em;
  padding: 0.4em;
  background-color: #e8e8e8;
}
.inputGroup :is(input:focus, input:valid) {
  border-color: rgb(150, 150, 200);
}
/* Input container */
.input-container {
  position: relative;
  margin: 20px;
}
/* Input field */
.input-field {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  background-color: transparent;
}
/* Input label */
.input-label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: rgba(204, 204, 204, 0);
  pointer-events: none;
  transition: all 0.3s ease;
}
/* Input highlight */
.input-highlight {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #007bff;
  transition: all 0.3s ease;
}
/* Input field:focus styles */
.input-field:focus + .input-label {
  top: -20px;
  font-size: 12px;
  color: #007bff;
}
.input-field:focus + .input-label + .input-highlight {
  width: 100%;
}
.single-line {
  display: block;
}
.cssbuttons-io {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  border: none;
  background: linear-gradient(to right, #8e2de2, #4a00e0);
  color: ghostwhite;
  overflow: hidden;
}
.cssbuttons-io svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}
.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.2em 0.8em 1.05em;
}
.cssbuttons-io::before,
.cssbuttons-io::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cssbuttons-io::before {
  content: "";
  background: #000;
  color: ghostwhite;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}
.cssbuttons-io:active {
  transform: scale(0.95);
}
.codepen-button {
  display: block;
  cursor: pointer;
  color: white;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  padding: 3px;
  isolation: isolate;
}
.codepen-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
  background-size: 25% 100%;
  animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop 0.75s linear infinite;
  animation-play-state: paused;
  translate: -5% 0%;
  transition: translate 0.25s ease-out;
}
.codepen-button:hover::before {
  animation-play-state: running;
  transition-duration: 0.75s;
  translate: 0% 0%;
}
@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
  to {
    transform: translateX(-25%);
  }
}
.codepen-button span {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  background: #000;
  border-radius: 3px;
  height: 100%;
}
.c-button {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0.9em 1.6em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.c-button--gooey {
  color: #06c8d9;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 4px solid #06c8d9;
  border-radius: 0;
  position: relative;
  transition: all 700ms ease;
}
.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}
.c-button--gooey .c-button__blobs div {
  background-color: #06c8d9;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}
.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}
.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}
.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}
.c-button--gooey:hover {
  color: #fff;
}
.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
.h11 {
  color: #333;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 550px;
}
.texteffect1 h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
}
.texteffect1 .roller {
  height: 4.125rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D3557;
}
.texteffect1 #spare-time {
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 1rem;
  margin-top: 0;
  color: #A8DADC;
}
.texteffect1 .roller #rolltext {
  position: absolute;
  top: 0;
  animation: slide 5s infinite;
}
@keyframes slide {
  0% {
    top: 0;
  }
  25% {
    top: -4rem;
  }
  50% {
    top: -8rem;
  }
  72.5% {
    top: -12.25rem;
  }
}
@media screen and (max-width: 600px) {
  .texteffect1 h1 {
    text-align: center;
    text-transform: uppercase;
    color: #F1FAEE;
    font-size: 2.125rem;
  }
  .texteffect1 .roller {
    height: 2.6rem;
    line-height: 2.125rem;
  }
  .texteffect1 #spare-time {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .texteffect1 .roller #rolltext {
    animation: slide-mob 5s infinite;
  }
  @keyframes slide-mob {
    0% {
      top: 0;
    }
    25% {
      top: -2.125rem;
    }
    50% {
      top: -4.25rem;
    }
    72.5% {
      top: -6.375rem;
    }
  }
}
.texteffect2 {
  font-size: 2.26rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.texteffect2 .h1-reset {
  all: unset; /* או 'initial' בהתאם לצורך */
  /* ואז הוסף את ההגדרות הספציפיות שאתה רוצה להשאיר */
  display: block; /* לדוגמא */
}
.texteffect2 h1 {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.3), 0 0 3px rgba(255, 255, 255, 0.3);
}
.texteffect2 .animation {
  height: 50px;
  overflow: hidden;
  margin-right: 1rem; /* משנה את המרווח לצד הימני */
}
.texteffect2 .animation > div > div {
  padding: 0.25rem 0.75rem;
  height: 2.81rem;
  margin-bottom: 2.81rem;
  display: inline-block;
}
.texteffect2 .animation div:first-child {
  animation: text-animation 8s infinite;
}
@keyframes text-animation {
  0% {
    margin-top: 0;
  }
  10% {
    margin-top: 0;
  }
  20% {
    margin-top: -5.62rem;
  }
  30% {
    margin-top: -5.62rem;
  }
  40% {
    margin-top: -11.24rem;
  }
  60% {
    margin-top: -11.24rem;
  }
  70% {
    margin-top: -5.62rem;
  }
  80% {
    margin-top: -5.62rem;
  }
  90% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
.pulse-animation {
  animation: pulse 2s infinite;
}
.shake-animation {
  animation: shake 0.5s infinite;
}
.spin-animation {
  animation: spin 1s linear infinite;
}
.pulse-hover:hover {
  animation: pulse 1s infinite;
}
.shake-hover:hover {
  animation: shake 1s infinite;
}
.spin-hover:hover {
  animation: spin 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faq-question {
  display: block;
  cursor: pointer;
}
.faq-answer {
  padding: 10px;
  border-top: 1px solid #ccc;
}
.faq-checkbox {
  display: none;
}
.faq-checkbox:checked + label + .faq-answer {
  display: block;
}
.faq-icon::before {
  content: "+";
  display: inline-block;
  margin-right: 10px;
}
.faq-checkbox:checked ~ .faq-question .faq-icon::before {
  content: "-";
}
.zoom-effect img {
  transition: transform 0.3s ease;
}
.zoom-effect:hover img {
  transform: scale(1.05);
}
.brightness-effect img {
  transition: filter 0.3s ease;
}
.brightness-effect:hover img {
  filter: brightness(120%);
}
.darken-effect img {
  transition: filter 0.3s ease;
}
.darken-effect:hover img {
  filter: brightness(80%);
}
.rotate-effect img {
  transition: transform 0.3s ease;
}
.rotate-effect:hover img {
  transform: rotate(5deg);
}
.shadow-effect img {
  transition: box-shadow 0.3s ease;
}
.shadow-effect:hover img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.shadow-effect img {
  transition: box-shadow 0.3s ease;
}
.shadow-effect:hover img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.sepia-effect img {
  transition: filter 0.3s ease;
}
.sepia-effect:hover img {
  filter: sepia(1);
}
.grayscale-effect img {
  transition: filter 0.3s ease;
}
.grayscale-effect:hover img {
  filter: grayscale(100%);
}
.blur-effect img {
  transition: filter 0.3s ease;
}
.blur-effect:hover img {
  filter: blur(5px);
}
.hero-title {
  background: linear-gradient(to right, #28c76f 0%, #5a4aff 47.92%, #ff3739 100%);
  background-size: 200% auto;
  color: transparent; /* חשוב להגדיר את צבע הטקסט לשקוף */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 2s ease-in-out infinite alternate;
}
@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 91% 100%;
  }
}
.image-hover-effect {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.image-hover-effect img {
  transition: transform 0.35s ease, opacity 0.2s ease-in;
  display: block;
}
.image-hover-effect img:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.out-of-stock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* שקיפות חלקית לשכבה המעל התמונה */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 1; /* מתחילה כבלתי נראית */
}
.out-of-stock-text {
  color: white;
  font-size: 20px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: red;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.sold-out-container {
  text-align: center;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.sold-out-message {
  margin-bottom: 15px;
}
.sold-out-icon {
  width: 80px; /* גודל הסמל */
}
.sold-out-text {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.waitlist-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.waitlist-button:hover {
  background-color: #0056b3;
}
/* סרט אלכסוני (Corner Ribbon) */
.out-of-stock-ribbon {
  position: absolute;
  top: 15px; /* מעט מרווח מהחלק העליון של התמונה */
  right: -40px; /* מושך את הסרט מעט ימינה כדי שבליטת הסרט תהיה אלכסונית */
  width: 180px; /* רוחב הסרט */
  text-align: center;
  background-color: #d9534f; /* צבע הרקע של הסרט (אדום כהה) */
  color: #fff;
  font-weight: 600;
  padding: 8px 0;
  transform: rotate(45deg); /* הטיה אלכסונית */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 2; /* מעל התמונה */
}
/* טקסט אלגנטי בתוך הסרט */
.out-of-stock-text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
#etx-notifications {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10000;
}
.etx-notification {
  position: fixed;
  pointer-events: all;
  animation: notifSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.etx-notification.etx-error {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
}
.etx-notification.etx-error .etx-notif-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease;
}
.etx-notification.etx-error .etx-notif-card {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 0;
  min-width: 400px;
  max-width: 500px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  animation: bounceIn 0.5s ease;
}
.etx-notification.etx-error .etx-notif-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 30px;
  text-align: center;
  color: white;
}
.etx-notification.etx-error .etx-notif-header .etx-notif-icon-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.etx-notification.etx-error .etx-notif-header .etx-notif-icon-wrap i {
  font-size: 40px;
  color: white;
}
.etx-notification.etx-error .etx-notif-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
.etx-notification.etx-error .etx-notif-body {
  padding: 30px;
  max-height: 300px;
  overflow-y: auto;
}
.etx-notification.etx-error .etx-notif-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 10px;
  background: #FEF2F2;
  border-radius: 12px;
  border-left: 4px solid #EF4444;
}
.etx-notification.etx-error .etx-notif-item i {
  color: #DC2626;
  margin-top: 2px;
}
.etx-notification.etx-error .etx-notif-item span {
  flex: 1;
  color: #7C2D12;
  font-size: 14px;
  line-height: 1.5;
}
.etx-notification.etx-error .etx-notif-dismiss {
  width: 100%;
  padding: 18px;
  background: #0F172A;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.etx-notification.etx-error .etx-notif-dismiss:hover {
  background: #1E293B;
}
.etx-notification.etx-success {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
}
.etx-notification.etx-success .etx-notif-compact {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 20px 30px;
  border-radius: 100px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.etx-notification.etx-success .etx-notif-icon-pulse {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #51db71 0%, #3ec758 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.etx-notification.etx-success .etx-notif-icon-pulse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.etx-notification.etx-success .etx-notif-icon-pulse i {
  color: white;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.etx-notification.etx-success .etx-notif-text strong {
  display: block;
  font-size: 16px;
  color: #0F172A;
  margin-bottom: 4px;
}
.etx-notification.etx-success .etx-notif-text p {
  margin: 0;
  color: #64748B;
  font-size: 14px;
}
.etx-notification.etx-success .etx-notif-close {
  width: 36px;
  height: 36px;
  border: none;
  background: #F1F5F9;
  border-radius: 50%;
  color: #64748B;
  cursor: pointer;
  transition: all 0.2s;
}
.etx-notification.etx-success .etx-notif-close:hover {
  background: #E2E8F0;
  transform: rotate(90deg);
}
.etx-notification.etx-danger {
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10001;
}
.etx-notification.etx-danger .etx-notif-banner {
  background: white;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(220, 38, 38, 0.2), 0 10px 10px -5px rgba(220, 38, 38, 0.1), 0 0 0 1px rgba(220, 38, 38, 0.1);
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #DC2626 0%, #EF4444 25%, #DC2626 50%, #EF4444 75%, #DC2626 100%);
  background-size: 200% 100%;
  animation: stripeMove 3s linear infinite;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-big-icon {
  font-size: 48px;
  color: #DC2626;
  animation: shake 0.5s ease;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-content {
  flex: 1;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-content h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #0F172A;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-content p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.5;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-action {
  padding: 12px 24px;
  background: #DC2626;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-action:hover {
  background: #B91C1C;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
@keyframes notifSlideIn {
  from {
    opacity: 0;
    transform: translateY(-100%) translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes stripeMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@media (max-width: 480px) {
  .etx-notification.etx-error .etx-notif-card {
    min-width: 90vw;
    max-width: 90vw;
  }
  .etx-notification.etx-success {
    left: 10px;
    right: 10px;
    transform: none;
  }
  .etx-notification.etx-success .etx-notif-compact {
    border-radius: 16px;
    padding: 16px 20px;
  }
  .etx-notification.etx-danger {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .etx-notification.etx-danger .etx-notif-banner {
    flex-direction: column;
    text-align: center;
  }
}
[dir=rtl] .etx-notif-item {
  border-left: none;
  border-right: 4px solid #EF4444;
}
.etx-notification.hiding {
  animation: notifSlideOut 0.3s ease forwards;
}
@keyframes notifSlideOut {
  to {
    opacity: 0;
    transform: translateY(-100%) translateX(-50%) scale(0.9);
  }
}
#login {
  --white: #FFFFFF;
  --bg: #F7F8FA;
  --panel: #FAFBFC;
  --border: #E6E8EB;
  --text: #0F172A;
  --muted: #64748B;
  --accent: #51db71;
  --error: #DC2626;
  --radius: 12px;
  --h: 48px;
  --gap: 16px;
  --shadow: 0 4px 6px rgba(0,0,0,.04);
  min-height: 100vh;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
}
#login .auth-container {
  display: grid;
  grid-template-columns: 360px 1px 1fr;
  max-width: 1100px;
  width: 100%;
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
@media (max-width: 960px) {
  #login .auth-container {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
  #login .divider-col {
    display: none;
  }
}
#login .auth-section {
  padding: 48px 40px;
}
#login .login-section {
  background: var(--white);
}
#login .register-section {
  background: var(--panel);
}
#login .section-icon {
  width: 48px;
  height: 48px;
  background: var(--text);
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}
#login .section-icon i {
  color: var(--white);
  font-size: 20px;
}
#login .section-icon.accent {
  background: var(--accent);
}
#login .section-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
#login .section-subtitle {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 32px 0;
  line-height: 1.5;
}
#login .divider-col {
  display: flex;
}
#login .divider-line {
  width: 1px;
  background: var(--border);
  height: auto;
}
#login .form-group {
  margin-bottom: 20px;
}
#login .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--muted);
}
#login .form-group label .required {
  color: var(--error);
  margin-left: 2px;
}
#login .input-wrapper {
  position: relative;
  min-height: var(--h);
}
#login .form-input {
  width: 100%;
  height: var(--h);
  padding: 0 16px;
  font-size: 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: box-shadow 150ms ease, border-color 150ms ease;
  box-sizing: border-box;
}
#login .form-input.with-toggle {
  padding-right: 46px;
}
#login .form-input:hover:not(:focus-visible) {
  border-color: #D6DAE0;
}
#login .form-input:focus-visible {
  outline: none;
  border-color: transparent;
  box-shadow: inset 0 0 0 2px var(--text), 0 0 0 3px rgba(81, 219, 113, 0.25);
}
#login .form-input.error {
  border-color: var(--error);
  box-shadow: inset 0 0 0 1px var(--error);
}
#login .toggle-password {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 150ms ease;
}
#login .toggle-password:hover {
  opacity: 0.85;
}
#login .toggle-password:focus-visible {
  outline: none;
  border-radius: 8px;
  box-shadow: 0 0 0 3px rgba(81, 219, 113, 0.35);
}
#login .error-message {
  display: block;
  min-height: 20px;
  font-size: 12px;
  color: var(--error);
  margin-top: 4px;
}
#login .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}
@media (max-width: 520px) {
  #login .form-grid {
    grid-template-columns: 1fr;
  }
}
#login .link-inline {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  transition: color 150ms ease;
}
#login .link-inline:hover {
  color: var(--text);
}
#login .forgot-link {
  display: block;
  text-align: right;
  margin-bottom: 24px;
}
#login .terms-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
}
#login .terms-row input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#login .terms-row label {
  font-size: 13px;
  color: var(--muted);
}
#login .terms-row a {
  color: var(--accent);
  text-decoration: none;
}
#login .terms-row a:hover {
  text-decoration: underline;
}
#login .btn {
  width: 100%;
  height: var(--h);
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 120ms ease, background-color 150ms ease;
}
#login .btn i {
  font-size: 14px;
}
#login .btn:active {
  transform: translateY(0);
}
#login .btn-primary {
  background: var(--text);
  color: var(--white);
}
#login .btn-primary:hover {
  background: #1E293B;
  transform: translateY(-1px);
}
#login .btn-accent {
  background: var(--accent);
  color: #0B3016;
}
#login .btn-accent:hover {
  background: #42c666;
  transform: translateY(-1px);
}
[dir=rtl] #login .form-input.with-toggle {
  padding-left: 46px;
  padding-right: 16px;
}
[dir=rtl] #login .toggle-password {
  right: auto;
  left: 8px;
}
[dir=rtl] #login .forgot-link {
  text-align: left;
}
[dir=rtl] #login .btn i.fa-arrow-right {
  transform: rotate(180deg);
}
[dir=rtl] #login label .required {
  margin-left: 0;
  margin-right: 2px;
}
#login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: var(--text) !important;
  caret-color: var(--text);
}
@media (prefers-reduced-motion: reduce) {
  #login * {
    transition: none !important;
  }
}
body, html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#age-confirmation {
  display: block;
  width: 95%;
  max-width: 500px;
  background-color: #fff; /* צבע לבן להודעה */
  color: #333; /* צבע שחור לטקסט */
  border: 1px solid #333;
  padding: 20px;
  text-align: center;
  position: fixed; /* הגדרת מיקום מוקפד לאלמנט */
  top: 50%; /* מיקום מרכזי במערכת התנועה הצירית */
  left: 50%; /* מיקום מרכזי במערכת התנועה האופקית */
  transform: translate(-50%, -50%); /* מיקום מר*/
  z-index: 1000;
}
body {
  background-color: #fafafa;
  margin: 0 !important;
}
body .one-colors {
  position: relative;
  background-color: #f30;
  overflow: hidden;
}
body .one-colors > div {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
}
body .one-colors .one-brightness-light {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .one-colors .one-brightness-dark {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .one-colors .one-color-base {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.rtl {
  direction: rtl;
  text-align: right;
}
.cp {
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(1, 2, 3, 0.4);
  border-radius: 10px;
}
.hovermove {
  align-items: center;
  color: #000;
  border: 1px solid transparent;
  margin-bottom: 0rem;
  cursor: move;
  border-radius: 8px 8px 0 0;
  padding: 0.5rem 0;
  transition: all 0.26s ease;
}
.hovermove:hover {
  border: 1px dashed #59c596;
  /*opacity: 0.8;*/
  border-radius: 8px;
  background-color: rgb(195, 245, 216);
}
.mobile .inmobile {
  margin-top: 3rem;
  margin-right: 3rem;
  max-width: 350px;
}
.maindesian {
  display: flex;
  height: calc(100vh - 71px) !important;
}
.social-icon-set {
  width: 22px;
  height: 22px;
}
.boxindexeidet {
  overflow-x: hidden;
  position: fixed;
  min-height: calc(100vh - 71px) !important;
  height: 100%;
  max-height: 100vh !important;
  padding: 0 !important;
  overflow: auto;
  width: 100%;
  max-width: 358px;
  top: 0;
  right: 0;
  background-color: #fbfbfb;
  z-index: 95;
}
.boxflex {
  max-width: 360px !important;
  min-width: 300px;
  width: 100%;
  flex-shrink: 2.5;
  background-color: #fff;
  position: relative;
}
.boxprod {
  height: 100%;
  min-height: 180px;
}
.img {
  min-height: 80px;
  object-fit: cover;
}
.boxflex {
  display: block;
}
.boxflexBig {
  flex-grow: 1;
  flex-shrink: 1;
  width: 70%;
}
@media (max-width: 575.98px) {
  .boxflex {
    display: block;
  }
}
/*
Naming convention:
Block
element
-modifier
*/
:root {
  --rotate:rotate(-135deg) ;
  --sidedrop: -100%;
  --fontsize: 16px;
  --bgtt: #fff;
  --fontcolortt: #000;
  --fontcolor: #000;
  --fontfamily: "Arial, Helvetica, Sans";
}
.Menu {
  display: none;
  position: relative;
}
@media screen and (max-width: 600px) {
  .Menu {
    width: 100%;
  }
}
/* Three basic menu layouts */
/* This also enforces that menu is a ul, and that
 * layout modifier is specified
 */
ul.Menu.-horizontal,
ul.Menu.-vertical {
  display: inline-block;
}
ul.Menu.-floating {
  display: block;
  position: absolute;
}
/* Menu and menu-item layout */
.Menu,
.Menu li,
.Menu li > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.Menu li {
  display: block;
  position: relative;
  white-space: nowrap;
  word-break: keep-all;
}
.Menu.-horizontal > li {
  display: inline-block;
}
.Menu li > * {
  display: block;
  position: relative;
}
.Menu li > ul {
  position: absolute;
  min-width: 100%;
  top: 0px;
  left: var(--sidedrop);
}
@media screen and (max-width: 600px) {
  .Menu li > ul {
    position: static;
    min-width: 100%;
  }
}
.Menu.-horizontal.-alignRight li > ul {
  left: auto;
  right: 100%;
}
.Menu.-horizontal.-alignRight > li > ul {
  right: 0px;
}
.Menu.-horizontal > li > ul {
  top: auto;
  left: auto;
}
/* Menu behaviour */
.Menu li > ul,
.Menu.-floating {
  display: none;
}
.Menu li > ul.-visible,
ul.Menu.-floating.-visible {
  display: block;
}
/* Menu animation */
.Menu li > ul,
.Menu.-horizontal.-alignRight li > ul,
.Menu.-floating {
  opacity: 1;
  transform: scale(1) translateY(0px);
  background-color: var(--bgtt);
  color: var(--fontcolortt);
  transform-origin: left top;
}
.Menu.-alignRight li > ul,
.Menu.-floating.-alignRight {
  transform-origin: right top;
}
.Menu li > ul.-animating,
.Menu.-floating.-animating {
  opacity: 0 !important;
  transform: scale(0.96) translateX(-16px);
}
.Menu li > ul.-animating {
  z-index: -1 !important;
}
.Menu.-horizontal > li > ul.-animating {
  transform: scale(0.96) translateY(-16px);
}
.Menu.-alignRight li > ul.-animating,
.Menu.-floating.-alignRight.-animating {
  transform: scale(0.96) translateX(16px);
}
.Menu.-horizontal.-alignRight > li > ul.-animating {
  transform: scale(0.96) translateY(-16px);
}
/* Menu item icons */
.Menu *[data-icon]:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
}
.Menu .Icon,
.Menu *[data-icon]:before {
  line-height: inherit;
}
.Menu .Icon {
  padding: 0px;
}
.Menu *:empty[data-icon] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* Submenu chevrons */
.Menu li.-hasSubmenu > a:after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 0px;
  top: 0px;
  margin: auto 0px;
  transform: var(--rotate);
  border-width: 1px;
  border-color: black;
  border-style: solid solid none none;
  content: "";
}
.Menu.-horizontal > li.-hasSubmenu > a:after {
  width: 4px;
  height: 4px;
  bottom: 4px;
  top: auto;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-style: none solid solid none;
}
.Menu li.-hasSubmenu.-noChevron > a:after {
  display: none;
}
/*
** Configurable values
*/
/* Height of navbar, and menu items */
/* All of these must be of equal value */
.Menu {
  line-height: 40px;
}
.Menu *[data-icon]:before,
.Menu .Icon {
  width: 40px;
  height: 40px;
}
.Menu *[data-icon] {
  min-width: 40px;
  min-height: 40px;
  padding-left: 40px;
}
/* Default font settings for menu */
.Menu {
  font-family: var(--fontfamily);
  font-size: var(--fontsize);
}
/* Icon font sizes */
.Menu *[data-icon]:before,
.Menu .Icon {
  font-size: 24px;
}
/* For submenus */
.Menu > li ul .Icon,
.Menu.-floating .Icon,
.Menu > li ul *[data-icon]:before,
.Menu.-floating *[data-icon]:before {
  font-size: 18px;
}
/* Colouring of menus */
/* Foreground */
.Menu,
.Menu li.-hasSubmenu > a:after {
  color: var(--fontcolor);
  border-color: var(--fontcolor); /* chevron colour */
}
/* Background */
.Menu ul,
.Menu.-floating {
  background: white;
}
/* Padding for each menu item */
.Menu li > * {
  padding: 0px 12px;
}
/* Indent of chevron */
.Menu li li.-hasSubmenu > a:after,
.Menu:not(.-horizontal) > li.-hasSubmenu > a:after {
  left: 12px;
}
.Menu li li.-hasSubmenu > a,
.Menu:not(.-horizontal) > li.-hasSubmenu > a {
  padding-right: 28px;
}
/* Minimum width of dropdown menus */
.Menu.-horizontal li > ul,
.Menu.-floating {
  min-width: 200px;
  z-index: 99;
}
/* Animation speed of dropdown menus */
.Menu li > ul,
.Menu.-floating {
  transition: width 0.1s, height 0.1s, transform 0.1s, opacity 0.1s;
}
/* Styling of hyperlink text */
.Menu li > a {
  text-decoration: none;
  color: inherit;
}
/* Animation speed of :hover shading */
.Menu li > a:first-child {
  transition: background-color 0.2s;
}
/* Colour of :hover shading */
.Menu li:hover > a:first-child,
.Menu li.-active > a:first-child {
  opacity: 0.8;
}
/*
** End configurable values
*/
/* 9.1 Homepage Slideshow */
.slideshow-wrapper, .slideshow .slide {
  position: relative;
}
.slideshow .bottom-middle {
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.slideshow .bottom-middle .slideshow-content-in {
  top: auto;
  bottom: 50px;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.slideshow .bottom-left .slideshow-content-in {
  top: auto;
  left: 60px;
  bottom: 60px;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.slideshow .middle-right .slideshow-content-in {
  text-align: left;
  right: 17%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideshow .middle-left .slideshow-content-in {
  text-align: left;
  left: 17%;
}
.slideshow .middle-bottom .slideshow-content-in {
  right: 14%;
  bottom: 8%;
  top: auto;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.slideshow-content-in {
  position: absolute;
  max-width: max-content;
  width: 100%;
  top: 50%;
  z-index: 3;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideshow .wrap-caption {
  display: inline-block;
  padding: 25px;
}
.slideshow--medium {
  height: 600px;
}
.slideshow--large {
  height: 700px;
}
.slideshow--xlarge {
  height: 900px;
}
/* Slide Caption Animation */
.slideshow .animation.style1 {
  opacity: 0;
  -ms-transition: 1s all 100ms;
  -webkit-transition: 1s all 100ms;
  transition: 1s all 100ms;
  -webkit-transition: 1s all 100ms;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.slideshow .slick-active .animation.style1 {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.slideshow .animation.style2 {
  opacity: 0;
  margin-bottom: -30px;
  transition: 1s all 0.1s;
  -webkit-transition: 1s all 0.1s;
  -ms-transition: 1s all 0.1s;
}
.slideshow .slick-active .animation.style2 {
  opacity: 1;
  margin-bottom: 0;
}
.slideshow .animation.style3 {
  opacity: 0;
  transform: translateY(-15px);
  transition: 0.8s all 0.2s;
}
.slideshow .slick-active .animation.style3 {
  opacity: 1;
  transform: translateY(0);
}
.slideshow .animation.style3 .ss-btnWrap {
  opacity: 0;
  transition: 0.6s all 0.4s;
  transform: translateY(10px);
}
.slideshow .slick-active .animation.style3 .ss-btnWrap {
  opacity: 1;
  transform: translateY(0);
}
.slideshow .slick-active .animation.style4 .ss-small-title {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.slideshow .slick-active .animation.style4 .ss-mega-title {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.slideshow .slick-active .animation.style4 .ss-sub-title {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.slideshow .slick-active .animation.style4 .ss-btnWrap {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
/* End Slide Caption Animation */
.slideshow .ss-mega-title {
  color: #000000;
  line-height: 1.1;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0);
  margin: 0 0 10px;
}
.slideshow .ss-sub-title {
  color: #000000;
  margin-bottom: 20px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  display: block;
}
.slideshow .whiteText .ss-mega-title, .slideshow .whiteText .ss-sub-title, .slideshow .whiteText .ss-small-title {
  color: #fff;
  text-transform: none;
}
.slideshow-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 3;
}
.slideshow .slick-slide img {
  width: 100%;
}
.slideshow .btn-primary + .btn-primary {
  margin-right: 20px;
}
.slideshow .whiteText .btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.slideshow .whiteText .btn-primary:hover, .slideshow .whiteText .btn-primary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.slideshow .slick-prev, .slideshow .slick-next {
  line-height: normal;
  font-size: 0px;
  padding: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 4;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  -ms-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.slideshow .btn-outline-primary {
  background-color: transparent !important;
}
.slideshow .btn-outline-primary:hover {
  background-color: #000 !important;
}
.slideshow .whiteText .btn-outline-primary {
  color: #fff;
  border-color: #fff;
  background-color: transparent !important;
}
.slideshow .whiteText .btn-outline-primary:hover {
  color: #000;
  border-color: #fff;
  background-color: #fff !important;
}
.slideshow:hover .slick-prev, .slideshow:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.slideshow .slick-prev {
  left: 30px;
}
.slideshow .slick-next {
  right: 30px;
}
.slideshow .slick-next:before {
  content: "\ea8c";
  font-family: "annimex-icons";
  color: #fff;
}
.slideshow .slick-prev:before {
  content: "\ea8b";
  font-family: "annimex-icons";
  color: #fff;
}
.slideshow .slick-prev:before, .slideshow .slick-next:before {
  font-size: 25px;
  line-height: 25px;
}
.slideshow .btn:hover {
  color: #fff;
  background-color: #f4857b;
  border-color: #f4857b;
}
.slideshow .slick-dots {
  margin: 0;
  width: auto;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.slideshow .slick-dots li {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin-right: 8px;
}
.slideshow .slick-dots li button {
  color: transparent;
  line-height: 0;
  font-size: 0;
  background: transparent;
  display: block;
  cursor: pointer;
  color: #fff;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  padding: 0;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  opacity: 1;
}
.slideshow .slick-dots li.slick-active button {
  background-color: #fff;
}
.slideshow img.mobile-hide {
  display: none;
}
.slideshow .blue-bg {
  background-color: #92c6ee;
}
.slideshow .blue-bg .btn {
  background: #69a6d5;
  border-color: #69a6d5;
  color: #ffffff;
}
.slideshow .blue-bg .btn:hover, .slideshow .blue-bg .btn:focus {
  opacity: 0.8;
}
.slideshow .pink-bg {
  background-color: #e89db4;
}
.slideshow .pink-bg .btn {
  background: #d8839d;
  color: #ffffff;
  border-color: #d8839d;
}
.slideshow .pink-bg .btn:hover, .slideshow .pink-bg .btn:focus {
  opacity: 0.8;
}
.slideshow .bright-blue-bg {
  background-color: #3c92bd;
}
.slideshow .bright-blue-bg .btn {
  background: #257096;
  border-color: #257096;
  color: #ffffff;
}
.slideshow .bright-blue-bg .btn:hover, .slideshow .bright-blue-bg .btn:focus {
  opacity: 0.8;
}
.slideshow .lighter-pink-bg {
  background-color: #ea895f;
}
.slideshow .lighter-pink-bg .btn {
  background: #d1683b;
  color: #ffffff;
  border-color: #d1683b;
}
.slideshow .lighter-pink-bg .btn:hover, .slideshow .lighter-pink-bg .btn:focus {
  opacity: 0.8;
}
.mega-subtitle ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.mega-subtitle li {
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.mega-subtitle li:before {
  position: absolute;
  left: 0;
  content: "\ea7f";
  font-family: "annimex-icons";
  font-size: 14px;
  top: 50%;
  margin-top: -10px;
}
/* Video Elemnets */
.video-sec {
  position: relative;
  font-size: 0px;
}
.video-text {
  position: absolute;
}
.video-text .ttl {
  color: #ffffff;
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
}
.video-popup-content .mfpbox {
  padding: 0;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video-popup-content .an {
  font-size: 70px;
  border-radius: 50%;
  opacity: 0.8;
  color: #fff;
  position: absolute;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: video-button 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: video-button 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: video-button 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.video-popup-content .an:hover {
  color: #5aa2de;
}
@-webkit-keyframes video-button {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes video-button {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes video-button {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
/* 9.2 Products With Tab Slider */
.tab-slider-product.section .section-header {
  margin-bottom: 20px;
}
.tab-slider-product .tabs {
  border: 0;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}
.tab-slider-product .tabs > li {
  float: none;
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
}
.tab-slider-product .tabs > li {
  background: none;
  border: 0;
  text-transform: none;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
}
.tab-slider-product .tabs > li.active {
  color: #fff;
  background: #000;
}
.tab-slider-product .tabs li:hover, .tab-slider-product .tabs li:focus {
  color: #fff;
  opacity: 1;
  background: #000;
}
.tab-slider-product .tab_container {
  clear: both;
  width: 100%;
  background: #fff;
}
.tab-slider-product .tab_content {
  display: none;
}
.tab-slider-product .tab_drawer_heading {
  display: none;
}
.tab_container .grid-products .slick-arrow {
  width: 30px;
}
.tabs-style2.tabs > li {
  color: #555;
  font-size: 13px;
  margin: 0 12px;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.tabs-style2.tabs > li:after {
  width: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 1;
  background: #111111;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.tabs-style2.tabs > li.active:after {
  width: 100%;
}
.tabs-style2.tabs > li:hover:after {
  width: 100%;
  opacity: 1;
}
.tabs-style2.tabs > li.active,
.tabs-style2.tabs > li:hover {
  color: #000;
  background-color: transparent;
}
.tabs-style3.tabs > li {
  font-size: 16px;
  border: 1px solid transparent;
  padding: 5px 20px;
}
.tabs-style3.tabs > li.active {
  color: #333;
  border: 1px solid #333;
  background: #fff;
}
.tabs-style3.tabs li:hover, .tab-slider-product .tabs li:focus {
  color: #fff;
  opacity: 1;
  background: #000;
}
.tab-slider-product-style2 .tabs > li {
  color: #848484;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
}
.tab-slider-product-style2 .tabs > li.active {
  color: #000;
  background: transparent;
}
.tab-slider-product-style2 .tabs > li:hover {
  color: #000;
  background-color: transparent;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
  -webkit-transition: filter 400ms, -webkit-filter 400ms;
}
#orhan *[contentEditable=true] {
  outline: 2px solid transparent; /* מגדיר קו מתאר שקוף כברירת מחדל */
  transition: outline 0.3s; /* מוסיף אפקט מעבר חלק לשינויים בקו המתאר */
  z-index: 99;
  height: max-content;
  padding: 1rem;
  text-align: center;
}
#orhan *[contentEditable=true]:hover,
#orhan *[contentEditable=true]:focus {
  outline: 2px solid #1976D2; /* משנה את צבע הקו בעת hover או focus */
}
.collection-banners {
  margin-top: 15px;
}
.collection-banners .row {
  margin-left: -10px;
  margin-right: -10px;
}
.collection-banners .row .banner-item {
  padding-left: 10px;
  padding-right: 10px;
}
.collection-banners .collection-grid-item {
  position: relative;
  overflow: hidden;
}
.collection-banners .collection-grid-item img {
  display: block;
  width: 100%;
  -ms-transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.collection-banners .collection-grid-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.collection-banners .details {
  background-color: #fff;
  color: #000;
  min-width: 50%;
  max-width: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  right: auto;
  padding: 20px;
  text-align: center;
}
.collection-banners .details .title {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.collection-banners .details .btn {
  font-size: 12px;
  padding: 5px 15px;
  margin-top: 10px;
}
.banner-item:after, .collection-page-item:after {
  content: "";
  display: block;
  clear: both;
}
.banner-item, .collection-page-item {
  float: left;
  margin-bottom: 20px;
}
.banner-item img, .collection-page-item img {
  display: block;
  max-width: 100%;
}
.grid-sizer, .banner-item, .collection-page-item {
  max-width: 50%;
}
.textcatstyle2 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: auto;
  text-align: right;
  width: auto;
  transform: none;
  -webkit-transform: none;
}
.collection-banners.style7 .collection-grid-item .details {
  opacity: 1;
  visibility: visible;
  bottom: 30px !important;
  background-color: transparent;
}
.collection-banners.style7 .collection-grid-item .details:before {
  opacity: 0;
}
.collection-banners.style7 .collection-grid-item .details .inner {
  color: #000000;
  background: #ffffff;
  display: inline-block;
  padding: 12px 20px;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.collection-banners.style7 .collection-grid-item .details .title {
  font-size: 14px;
  font-weight: 600;
}
.collection-banners.style7 .collection-grid-item .details .btn--link {
  font-size: 13px;
  color: #fff;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  padding: 0 0 5px 0;
}
.index-demo7 .collection-banners.style7 .collection-grid-item .details .inner {
  padding: 10px 20px;
}
.index-demo7 .collection-banners.style7 .collection-grid-item .details .title {
  font-size: 15px;
  font-weight: normal;
}
.imgBanners .img-banner-item.last .imgBanner-grid-item {
  margin-bottom: 20px;
}
.imgBanners .img-banner-item.last .imgBanner-grid-item + .imgBanner-grid-item {
  margin-bottom: 0;
}
.collection-banners.style7 .collection-grid-item .details .inner {
  padding: 10px 20px;
}
.collection-banners.style7 .collection-grid-item .details .title {
  font-size: 15px;
  font-weight: normal;
}
/* Grid gaping */
.grid-mr-50 {
  margin: -25px;
}
.grid-mr-50 .cl-item, .collection-banners .grid-mr-30 .cl-item {
  padding: 25px;
  margin-bottom: 0 !important;
}
.grid-mr-30 {
  margin: -15px;
}
.grid-mr-30 .cl-item, .collection-banners .grid-mr-30 .cl-item {
  padding: 15px;
  margin-bottom: 0 !important;
}
.grid-mr-20 {
  margin: -10px;
}
.grid-mr-20 .cl-item, .collection-banners .grid-mr-20 .row .banner-item {
  padding: 10px;
  margin-bottom: 0 !important;
}
.grid-mr-15 {
  margin: -7.5px;
}
.grid-mr-15 .cl-item, .collection-banners .grid-mr-15 .row .banner-item {
  padding: 7.5px;
  margin-bottom: 0 !important;
}
.grid-mr-10 {
  margin: -5px;
}
.grid-mr-10 .cl-item, .collection-banners .grid-mr-10 .row .banner-item {
  padding: 5px;
  margin-bottom: 0 !important;
}
.grid-mr-5 {
  margin: -2.5px;
}
.grid-mr-5 .cl-item, .collection-banners .grid-mr-5 .row .banner-item {
  padding: 2.5px;
  margin-bottom: 0 !important;
}
.grid-mr-0 {
  margin: 0px;
}
.grid-mr-0 .cl-item, .collection-banners .grid-mr-0 .row .banner-item {
  padding: 0px 0px;
  margin-bottom: 0 !important;
}
.catstyle4 .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.catstyle4 .div1 {
  grid-area: 1/1/2/2;
}
.catstyle4 .div2 {
  grid-area: 2/1/3/2;
}
.catstyle4 .div3 {
  grid-area: 1/2/3/3;
}
.catstyle4 .div4 {
  grid-area: 1/3/2/4;
}
.catstyle4 .div5 {
  grid-area: 2/3/3/4;
}
.categoryport .container1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 64.2vh;
}
.categoryport .column {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.categoryport .rows {
  width: 100%;
  height: 100%;
}
.categoryport .column1 {
  height: 100%;
}
.categoryport .row0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.categoryport .row1 img {
  width: 100%;
  height: 85%;
  object-fit: cover;
  object-position: center center;
}
.categoryport .row2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.video-container {
  width: 100vw;
  height: 100vh;
}
.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}
.effbar {
  cursor: pointer;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 100%;
}
.effbar:hover {
  background-color: rgba(44, 43, 43, 0.24);
}
#menubatopen {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in;
}
#menubatopen.show {
  display: block;
  opacity: 1;
}
.menu {
  padding: 0;
}
.menu-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(204, 191, 191, 0.34);
  list-style: none;
  transition: all 0.2s ease-in;
  font-size: 14pt;
}
.menu-item:hover {
  background-color: rgba(11, 15, 19, 0.06);
  padding-right: 1.5rem;
}
.sub-menu {
  display: none;
  padding: 0;
}
.sub-menu.show {
  display: block;
}
.imgvarswide {
  width: 105px;
  height: 105px;
}
@media screen and (max-width: 600px) {
  .imgvarswide {
    width: 52px;
    height: 52px;
  }
}
.tox.tox-tinymce-inline {
  z-index: 2;
}
.footer {
  padding: 1rem;
  border-top: 1px solid rgba(60, 64, 67, 0.15);
}
.listlink {
  font-size: 12pt;
}
.listlink li {
  list-style: none;
}
.h1seo {
  font-size: 13pt;
}
.titlecat {
  font-size: 20pt;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.17) !important;
}
/* Cart Animation Styles */
.cart-animation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99999;
}
.cart-animation-element {
  position: fixed;
  width: 80px;
  height: 80px;
  pointer-events: none;
  z-index: 99999;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cart-animation-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cart-animation-image {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.cart-animation-icon {
  color: var(--primary, #007bff);
}
.cart-animation-quantity {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cart-animation-element.flying {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.cart-animation-element.center-success {
  animation: centerSuccess 1.5s ease;
}
@keyframes centerSuccess {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0) rotate(360deg);
    opacity: 0;
  }
}
/* Cart Icon Bounce */
.cart-bounce {
  animation: cartBounce 0.6s ease;
}
@keyframes cartBounce {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(0.9);
  }
}
/* Pulse Effect */
.cart-pulse-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  animation: pulse 0.6s ease-out;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
/* Success Checkmark */
.cart-success-check {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
}
.cart-success-check svg {
  width: 100%;
  height: 100%;
}
.cart-success-check .check-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke: #4caf50;
  fill: none;
  animation: checkCircle 0.6s ease forwards;
}
.cart-success-check .check-mark {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke-width: 3;
  stroke: #4caf50;
  fill: none;
  animation: checkMark 0.3s 0.6s ease forwards;
}
@keyframes checkCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes checkMark {
  to {
    stroke-dashoffset: 0;
  }
}
/* Mobile Optimizations */
@media (max-width: 768px) {
  .cart-animation-element {
    width: 60px;
    height: 60px;
  }
  .cart-animation-quantity {
    font-size: 12px;
    padding: 2px 8px;
  }
}
/* RTL Support */
[dir=rtl] .cart-animation-quantity {
  right: auto;
  left: -8px;
}
/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .cart-animation-content {
    background: #2a2a2a;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  }
}
/*# sourceMappingURL=Pdesign.scss.map */