﻿body .art-nav {
  padding: 14px 0 14px 0;
}
ul.art-hmenu {
  padding-top: 5px;
}
.MenuTopItem a {
  padding: 0px 0px 7px 0px;
}
.art-hmenu .MenuTopItem > a:hover {
  background: var(--main-color-1) !important;
  /* color: var(--m02-color-1);
    font-weight: normal;*/
}
.art-hmenu li:hover > a span.t {
  color: var(--main-color-2);
}
/*li.MenuTopItem.MnSelected > a, li.MenuTopItem.MnSelected > a:link, li.MenuTopItem.MnSelected > a:visited {
     background: var(--main-color-1); 
    color: var(--m02-color-1);
}*/
li.MenuTopItem.MnSelected > a,
li.MenuTopItem.MnSelected > a:link,
li.MenuTopItem.MnSelected > a:visited {
  background: var(--main-color-1) !important;
}
nav li#ViewsMyAccountEx {
  float: right;
  margin-right: 25px;
  margin: 0px 0px 0px 20px;
}
.dx-widget {
  font-family: var(--font-family);
}
.art-hmenu a .r,
.art-hmenu a span.l {
  background: var(--main-color-1);
}
.art-hmenu li li:hover > ul {
  margin: 0px;
}
/*.udc-field-description, .GenDescriptionAnchor, #TbDescription {
    font-family: 'Montserrat light italic';
}

#ctl00_ctl00_ctl00_FormContentPlaceHolder_SheetContentPlaceHolder_SheetContentPlaceHolder_DocImageForWeb_CbPanel_TbDescription {
    font-family: 'Montserrat light italic';
}
*/
.MenuTopItem.cisLang {
  padding-right: 4px;
}
.rsiCardBox {
  justify-content: center;
}
.rfeTopLine {
  display: flex;
  gap: 5px;
}
art-hmenu .cisLang a.active .t {
  font-weight: bold;
}