ul.langSelector {
  margin: 0;
  padding: 0;
  float: left;
  width: 100% !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  ul.langSelector * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  ul.langSelector li {
    display: flex;
    align-items: center;
    margin: 5px 0;
    list-style: none;
    float: left;
    width: 100% !important;
    background: #fff;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px; }
    ul.langSelector li .LanguageInfo {
      display: inline-block;
      background: #f9f9f9;
      padding: 1px 6px;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      color: #666;
      font-size: 11px !important;
      font-weight: 600; }
    ul.langSelector li:hover {
      cursor: pointer;
      color: #304FFE;
      background: #f9f9f9 !important; }
    ul.langSelector li span {
      float: left; }
      ul.langSelector li span:nth-child(2) {
        font-weight: 600;
        font-size: 14px !important;
        padding-left: 10px; }

.LanguageSelector {
  display: inline-block;
  background: #fff;
  height: 32px;
  max-height: 32px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 0 10px;
  background: linear-gradient(0deg, #f2f2f2 0%, white 51%); }
  .LanguageSelector span {
    font-weight: 600;
    line-height: 32px; }
    .LanguageSelector span a {
      font-weight: 600; }

.FooterEndLayout {
  margin: 0px 0 0 0 !important;
  width: 100%; }

.setSellerBoxInformation {
  padding: 40px 0 0 0 !important; }

.FooterLayout {
  float: left;
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 780px) {
    .FooterLayout {
      display: none !important; } }
  .FooterLayout * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .FooterLayout .FooterLayoutCompanyInfo {
    float: left;
    width: 300px;
    padding-right: 30px;
    color: #666;
    font-weight: 100;
    font-size: 16px; }
    .FooterLayout .FooterLayoutCompanyInfo .social-blocks {
      display: inline-block;
      cursor: pointer;
      margin-top: 10px; }
      .FooterLayout .FooterLayoutCompanyInfo .social-blocks img {
        width: 40px; }
      .FooterLayout .FooterLayoutCompanyInfo .social-blocks:hover {
        transform: scale(1.1); }
    .FooterLayout .FooterLayoutCompanyInfo img {
      max-height: 53px; }
  .FooterLayout .FooterLayoutCompanyLinks {
    float: left;
    width: calc(100% - 300px); }
    .FooterLayout .FooterLayoutCompanyLinks .FooterLinkBlock {
      float: left;
      width: calc(100% / 3);
      padding-right: 20px; }
      .FooterLayout .FooterLayoutCompanyLinks .FooterLinkBlock .FooterLinkBlockContent {
        float: left;
        width: 100%; }
        .FooterLayout .FooterLayoutCompanyLinks .FooterLinkBlock .FooterLinkBlockContent ul {
          margin: 0;
          padding: 0; }
          .FooterLayout .FooterLayoutCompanyLinks .FooterLinkBlock .FooterLinkBlockContent ul li {
            float: left;
            width: 100%;
            list-style: none;
            padding: 3px 0; }
      .FooterLayout .FooterLayoutCompanyLinks .FooterLinkBlock .FooterLinkBlockTitle {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: 600; }

/*# sourceMappingURL=index.css.map */
