#company-data {
  display: none;
}
.net-price {
  font-size: 2rem;
  font-weight: 500;
}
.product-variation-price span .variant-net-price {
  font-size: 1.75rem;
  font-weight: 500;
}
.category-group-image .category-content {
  align-items: center !important;
}
.product-price {
  color: #26c !important;
}
.product-variation-price span {
  color: #26c;
}
.old-price {
  color:  red !important;
}
.product-single .net-price {
  font-size: 2rem;
  font-weight: 500;
}
.product-variation-price .old-price .variant-net-price {
  color:  red;
  font-size: 1.75rem;
  font-weight: 500;
}
.hint {
  font-size: 1.2rem;
  text-align: justify;
  white-space: break-spaces;
}
.title {
  text-transform: none;
}
.menu > li > a {
  text-transform: none;
}
.summary-total-price {
  white-space: nowrap;
}
.form-error {
  color: #b10001;
  font-size: 1.2rem;
}
.delivery-label {
  white-space: nowrap;
}
#cart-index-table th, td {
  white-space: nowrap;
}
.form-with-validation div .has-error .help-block {
  position: absolute;
  bottom: 0;
}
.summary .product-name {
  white-space: nowrap;
}
.icon-box-side .icon-box-title {
  text-transform: none;
}
.text-underline {
  text-decoration: underline;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.mobile-menu-container {
    padding-top: 50px;
}
.grecaptcha-badge {
  visibility: hidden;
}

/*Márton*/
.left-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: auto;
    z-index: 999999;
}

@media (max-width: 420px){
  .banner-content h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .banner-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .banner-content h4 {
    font-size: 1.25rem;
  }
  .banner #slider-text {
    display: none;
  }
  .banner .label-star {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
  }
  .banner a.btn {
    font-size: 1rem;
    padding: 5px;
  }
  .left-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 170px;
    height: 40px;
    z-index: 999999;
    border-bottom-right-radius: 5px;
  }
}

