﻿smart-b2baccount {
  /*.account-item > .content > a:after {
    font-family: "Material-Design-Iconic-Font";
    font-weight: 500;
    content: '\f2f9';
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
}*/
}
smart-b2baccount .account-wrap {
  position: relative;
}
smart-b2baccount .account-item {
  cursor: pointer;
}
smart-b2baccount .account-item .image {
  width: 45px;
  height: 45px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
smart-b2baccount .account-item .image > img {
  width: 100%;
}
smart-b2baccount .account-item > .content {
  margin-left: 45px;
  padding: 12px 0;
  padding-left: 12px;
}
smart-b2baccount .account-item > .content > a {
  color: white;
  text-transform: capitalize;
  font-weight: 500;
}
smart-b2baccount .account-item > .content > i {
  color: white;
  vertical-align: top;
  margin-left: 3px;
}
smart-b2baccount .account-item > .content > a:hover {
  text-decoration: underline;
}
smart-b2baccount .flex-conteneur {
  display: flex;
  justify-content: space-around;
}
smart-b2baccount smart-image {
  border: 1px solid transparent;
}
smart-b2baccount smart-image :hover {
  border: 1px solid #47b3e7;
}
smart-b2baccount smart-image.imgLogoB2B :hover {
  border: none;
}
smart-b2baccount .account-dropdown {
  min-width: 305px;
  position: absolute;
  top: 48px;
  right: -22px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  z-index: 3;
}
smart-b2baccount .account-dropdown .info {
  padding: 10px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f2f2f2;
}
smart-b2baccount .account-dropdown .info .image {
  float: left;
  height: 65px;
  width: 65px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
smart-b2baccount .account-dropdown .info .image > a > img {
  height: 100%;
}
smart-b2baccount .account-dropdown .info .content {
  margin-left: 65px;
  padding: 3px 0;
  padding-left: 12px;
}
smart-b2baccount .account-dropdown .info .content .name {
  line-height: -webkit-calc(1.25);
  line-height: -moz-calc(1.25);
  line-height: calc(20/16);
}
smart-b2baccount .account-dropdown .info .content .name a {
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
}
smart-b2baccount .account-dropdown .info .content .name a:hover {
  color: #666;
}
smart-b2baccount .account-dropdown .info .content .email {
  font-size: 13px;
  color: #999;
  line-height: -webkit-calc(1.53846154);
  line-height: -moz-calc(1.53846154);
  line-height: calc(20/13);
}
smart-b2baccount .account-dropdown:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-bottom: 9px solid #fff;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  top: -18px;
  right: 33px;
}
smart-b2baccount .account-dropdown__item a {
  display: block;
  color: #616161;
  font-weight: normal;
  padding: 15px 25px;
  font-size: 14px;
}
smart-b2baccount .account-dropdown__item a:hover {
  background: #47b3e7;
  color: #fff;
}
smart-b2baccount .account-dropdown__item a i {
  line-height: 1;
  margin-right: 20px;
  font-size: 18px;
  vertical-align: middle;
}
smart-b2baccount .account-dropdown__body {
  padding: 12px 0;
}
smart-b2baccount .account-dropdown__footer {
  border-top: 1px solid #f2f2f2;
}
smart-b2baccount .account-dropdown__footer a {
  display: block;
  color: #616161;
  font-weight: normal;
  padding: 15px 25px;
  font-size: 14px;
}
smart-b2baccount .account-dropdown__footer a:hover {
  background: #47b3e7;
  color: #fff;
}
smart-b2baccount .account-dropdown__footer a i {
  line-height: 1;
  margin-right: 20px;
  font-size: 18px;
  vertical-align: middle;
}
smart-b2baccount .show-dropdown .js-dropdown {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}