@media (min-width: 768px) {
  .topIcons {
    margin-left: 1.25rem;
  }
  .topIcon:not(:last-child) {
    margin-right: 1.875rem;
  }
  .topIcon--separator:not(:last-child) {
    margin-right: 2.5rem;
  }
  .topIcon--separator:not(:last-child) .topIcon__content {
    position: relative;
  }
  .topIcon--separator:not(:last-child) .topIcon__content::before {
    content: "";
    width: 1px;
    height: 65%;
    background-color: var(--color-border);
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
  }
  .topIcon__icon {
    position: relative;
    font-size: 2.125rem;
    margin-right: 1.625rem;
  }
  .topIcon__infoTop {
    font-weight: 700;
    text-transform: uppercase;
  }
  .topIcon__infoBottom {
    margin-top: 2px;
  }
  .topIcon__infoTop,
  .topIcon__infoBottom {
    display: flex;
    align-items: center;
    min-height: 1rem;
  }
  .topIcon__content {
    display: flex;
    font-size: 0.75rem;
    height: 100%;
  }
  .topIcon__arrow {
    width: 1.8421052632vw;
    max-width: 35px;
    margin-left: 1.3157894737vw;
    background-color: #F2F3F4;
    transition: background-color 0.15s ease-out;
  }
  .topIcon__arrowIcon {
    color: #22262C;
    transition: transform 0.15s ease-out;
  }
  .topIcon__arrowIcon--right {
    font-family: "arrows-medium" !important;
  }
  .topIcon__arrowIcon--right::before {
    content: "\ea63";
  }
  .topIcon__arrowIcon--down {
    font-family: "arrows-medium" !important;
  }
  .topIcon__arrowIcon--down::before {
    content: "\ea61";
  }
  .topIcon__layer {
    position: absolute;
    top: calc(100% - 1.6875rem);
    left: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
  .topIcon--login .topIcon__layer {
    left: 0;
    width: 100%;
  }
  .topIcon__layer .menuLeft {
    border: 1px solid var(--color-border);
  }
  .topIcon--my_account {
    position: relative;
  }
  .topIcon--my_account .topIcon__layer {
    left: unset;
    right: 0;
    top: calc(100% + 1.6875rem);
    width: 18.75rem;
  }
  .topIcon--basket {
    position: relative;
  }
  .topIcon--basket .topIcon__layer {
    left: auto;
    right: 0;
    top: calc(100% + 1.6875rem);
    width: 37.5rem;
  }
  .topIcon--contact .topIcon__layer {
    width: 100%;
  }
  .topIcon--layerTrigger.-hover:hover .topIcon__arrow,
  .topIcon--layerTrigger.-active .topIcon__arrow,
  .topIcon--layerTrigger.-lock .topIcon__arrow {
    background-color: rgb(230.95, 232.8, 234.65);
  }
  .topIcon--layerTrigger.-hover:hover .topIcon__arrowIcon--down,
  .topIcon--layerTrigger.-active .topIcon__arrowIcon--down,
  .topIcon--layerTrigger.-lock .topIcon__arrowIcon--down {
    transform: rotateX(180deg) rotateY(-180deg);
  }
  .topIcon--layerTrigger.-hover:hover .topIcon__arrowIcon--right,
  .topIcon--layerTrigger.-active .topIcon__arrowIcon--right,
  .topIcon--layerTrigger.-lock .topIcon__arrowIcon--right {
    transform: translateX(10%);
  }
  .topIcon--layerTrigger.-hover:hover .topIcon__layer,
  .topIcon--layerTrigger.-active .topIcon__layer,
  .topIcon--layerTrigger.-lock .topIcon__layer {
    z-index: 50;
    opacity: 1;
    pointer-events: auto;
  }
}
.topIcon__layer {
  color: #22262C;
}

@media (min-width: 768px) {
  .topIcons {
    align-items: center;
  }
  .topIcon__icon {
    font-size: 1.875rem;
    margin-right: 1.0625rem;
  }
  .topIcon__icon.iconset-core-phone {
    font-size: 1.75rem;
    margin-right: 0.75rem;
  }
  .topIcon:not(:last-child) {
    margin-right: 3.125rem;
  }
  .topIcon__infoBottom {
    margin-top: 0;
  }
  .topIcon__content {
    font-size: 0.875rem;
    height: 3.4375rem;
  }
  .topIcon--basket {
    margin-left: 0.8947368421vw;
    margin-top: 2px;
  }
  .topIcon--basket .topIcon__iconContainer {
    color: #FFFFFF;
    background-color: var(--color-primary);
    width: 3.4210526316vw;
    max-width: 65px;
    min-width: 40px;
    font-weight: lighter !important;
  }
  .topIcon--basket .topIcon__iconContainer .topIcon__icon {
    font-size: 2.1875rem;
    margin-right: 0.25rem;
  }
  .topIcon--basket .topIcon__info {
    font-size: 0.875rem;
    padding: 0 3.375rem 0 0.9375rem;
    background-color: #F2F3F4;
  }
}
@media (min-width: 1200px) and (max-width: 1345px) {
  .topIcon:not(:last-child) {
    margin-right: 1.25rem;
  }
  .topIcons {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topIcon:not(:last-child) {
    margin-right: 1.25rem;
  }
}
/*# sourceMappingURL=top_icons__boxes--specific.css.map */