@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
:root {
  --primary-color: #9D181D;
  --badges-color: #1F3485;
  --btn-color: #9D181D;
  --btnColor: #9D181D;
  --border-color: #efefef;
  --icon-sale: url("https://static.daniella.hu/cms/9d038cbcf5b6469e8fc315f8b40db4b3/advent.png");
  --icon-hot: url("https://static.daniellab2b.hu/cms/9ac25dafeb904d7ba6241625c238a50e/akcios-ajanlatok.png");
  --icon-new: url("https://static.daniellab2b.hu/cms/d523b1b827ba45caa5e15e09fc34589b/dn-new.png");
  --header-color: #ffffff; }

a:hover {
  text-decoration: none; }

body {
  background-color: #efefef;
  font-family: Lato, sans-serif; }

.no-wrap {
  white-space: nowrap; }

.menu-link {
  font-size: 1rem;
  position: relative; }

.vertical-bar {
  background-color: var(--primary-color);
  position: absolute;
  width: 2px;
  height: 100%;
  z-index: 1; }

.header-container a:hover {
  text-decoration: none; }

.header-container__top-header {
  font-size: 0.6em; }

@media (min-width: 992px) {
  .header-container__top-header {
    font-size: 0.7em; } }

.header-container__middle-header.fixed-top {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.header-container__middle-header__logo-container {
  min-width: 70px; }

@media (min-width: 768px) {
  .header-container__middle-header__logo-container {
    min-width: 270px; } }

.header-container__middle-header__search-container__search {
  margin: 0 auto;
  width: 100%; }

@media (min-width: 1200px) {
  .header-container__middle-header__search-container__search {
    display: flex;
    justify-content: center;
    min-width: 725px;
    width: auto; } }
  .header-container__middle-header__search-container__search .dropdown-toggle {
    padding: 1px 6px;
    border: 1px solid #ced4da;
    border-right: 0;
    font-size: 12px;
    color: gray; }

.current-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .current-user__container {
    text-align: center; }
  .current-user__name {
    line-height: 14px; }
  .current-user__company {
    opacity: 0.7;
    line-height: 10px;
    text-align: center; }

.register-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .register-container:hover {
    opacity: 0.7; }

.one-product-tile-gallery__icon-label {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 40px;
  background-position: center;
  margin-bottom: 4px; }
