/* box_profile_bar start */
.logedin-icon-menu-toggler i {
	font-size: 2rem;
}
.desktop-view-profile-bar .account-caption {
    font-size: 16px;
}
#position_cart .cart-dropdown .dropdown-menu .body {
	max-height: 60vh;
	overflow: auto;
}
#body-profile-row::-webkit-scrollbar {
  width: 8px; /* set the width of the scrollbar */
}

#body-profile-row::-webkit-scrollbar-thumb {
  background-color: #c1c1c1; /* set the color of the thumb */
  border-radius: 4px; /* make the thumb rounded */
}

#body-profile-row::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* set the color of the track */
}

#body-profile-row * {
	text-align: left;
}
/* box_profile_bar end */