/*  
#main-header .bottom-bar-europespares .sub-menu-wrap .container::-webkit-scrollbar {
  height: 4px;
}
#main-header .bottom-bar-europespares .sub-menu-wrap .container::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: linear-gradient(90deg, #ff852f 0%, #ff3a2d 100%);
}
#main-header .bottom-bar-europespares .sub-menu-wrap .container::-webkit-scrollbar-track {
  background: transparent;
}
#main-header .bottom-bar-europespares .sub-menu-wrap .container {
  scrollbar-color: #ff852f #f0f0f0;
  scrollbar-width: thin;
  border-radius: 15px;
}
*/
#main-header .main-header-wrapper .icons-wrapper .icon-wrapper {
	position: relative; 
}
#main-header .main-header-wrapper .icons-wrapper .icon-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;   /* of 48px */
  height: 44px; 
}
@media (max-width: 768px) {
  #main-header .main-header-wrapper .icons-wrapper .icon-wrapper.account-icon {
		margin-right: 20px;
  }
  #main-header .middle-bar .logo-wrapper img {
    max-width: 154px;
  }
}
#main-header .counter-wrapper .text-title {
  font-size: 8px;
}