@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
:root {
  --of-max-page-width: 1400px;
}
:root {
  --of-transition-duration: 250ms;
  --of-transition-effect: ease;
}
:root {
  --of-availability-status-incoming: #2980b9 !important;
  --of-availability-status-not_available: #901705 !important;
  --of-availability-status-low: #f1c40f !important;
  --of-availability-status-on_demand: #f1c40f !important;
}
.initial-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000000000;
  overflow: hidden;
  opacity: 1;
}
.initial-loader.hide {
  bottom: 100%;
  opacity: 0;
  transition: opacity linear 1s, bottom 0ms linear 1s;
}
.initial-loader img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  animation: pulse 2s infinite;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(0.95);
    opacity: 1;
  }
}
body,
.mat-body,
.mat-body-1,
.mat-typography,
.mat-form-field,
.mat-select,
.mat-option,
input,
textarea {
  font: 400 14px/20px "Open Sans", Roboto, "Helvetica Neue", sans-serif !important;
  font-family: "Open Sans", Roboto, "Helvetica Neue", sans-serif !important;
}
.mat-button-base {
  font-family: "Open Sans", Roboto, "Helvetica Neue", sans-serif !important;
}
.equiline-primary-btn {
  background-color: var(--of-color-primary);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
          user-select: none;
  width: -webkit-max-content;
  width: max-content;
  transition: opacity var(--of-transition-duration) var(--of-transition-effect);
}
.equiline-primary-btn:hover {
  opacity: 0.8;
}
.equiline-primary-btn:active {
  opacity: 0.6;
}
@media screen and (min-width: 1200px) {
  .equiline-primary-btn {
    border-radius: 2px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 35px;
  }
}
of-product-grid .product__wrapper .product .product__image .product__discounts {
  display: none !important;
}
of-product-grid .product-image__wrapper:after {
  padding-bottom: calc(1600 / 1200 * 100%) !important;
}
of-filters .desktop-filters .filterSection:first-of-type .filterName {
  height: 0;
  margin-top: 0;
  visibility: hidden;
}
.chart-dialog-panel {
  max-height: 90vh !important;
  max-width: 90vw !important;
}
@media screen and (min-width: 900px) {
  .chart-dialog-panel {
    max-width: 700px !important;
  }
}
@media screen and (min-width: 1200px) {
  .chart-dialog-panel {
    max-width: 1000px !important;
  }
}
.equiline-news-panel {
  max-height: 90vh !important;
  max-width: 95vw !important;
  width: 100vw;
}
@media screen and (min-width: 900px) {
  .equiline-news-panel {
    max-width: 700px !important;
  }
}
.equiline-news-panel .mat-dialog-container {
  padding: 0;
}
of-checkout .checkout__wrapper .checkout__info .checkout__shipping .section-content .checkout__shipping--address .remove {
  color: #e74c3c;
  font-size: 18px;
}
of-checkout .checkout__wrapper .checkout__info .checkout__shipping .section-content .checkout__shipping--address .edit {
  font-size: 18px;
}
.logo {
  max-width: 200px;
}
.login__wrapper {
  min-height: 75vh !important;
}
