.btn-nav{
    text-align: left;
    width: 200px;
    display: block;
    font-size: 16px;
    line-height: 21px;
    padding: 8px 16px; 
    box-sizing: border-box;
    margin: 0;
    color: black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #EEEFF1;
    border: none;
    background-image: url(/static/images/iconDropDown.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
    word-spacing: 100px;
}

.btn-split {
    width: 20px;
}

.active {
    font-weight: bold;
}


.product-subcategory>li.current {
    /* color: #00040e; */
    color: #000;
    font-weight: 900;
    /* pointer-events: none */
}

.product-subcategory>li.current a {
    /* color: #00040e; */
    color: #000;
    font-weight: 900;
    /* pointer-events: none */
}

.current {
    font-weight: bold;
}

.dropdown-item {
    width: 160px;
    font-size: 16px;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #EEEFF1;
  text-decoration: none;
  background-color: #484848;
}

.textarea.cke_source {
    color: #000;
}

.hidden {
    display: none;
}

.link-no-decorate {
    text-decoration: none;
}

.bold-text {
    text-weight: bold;
}

.plugin-blog h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.leftMenuColumnNMU{
    display: inline-block;
    float: left;
    width: 16%;
    padding: 32px 0;
    background: #fff;
}

.description ul{
    padding-left: 8px;
    -webkit-box-shadow: inset 4px 0 0 #EEEFF1;
    -moz-box-shadow: inset 4px 0 0 #EEEFF1;
    box-shadow: inset 4px 0 0 #EEEFF1;
}

.description ul li a{
    display: inline-block;
    margin: 0;
}

.description ul a{
    text-decoration: none;
    color: #15285B;
    display: block;
    padding: 8px;
    margin: -8px;
}

.description ul a:hover{
    background: #EEEFF1;
    color: #00040E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.description ul a.active{
    font-weight: 900;
}

.description ul a.active:hover{
    background: none;
    color: #15285B;
}

:root{
    --bs-link-color: #15285b;
}

.cover {
    height: 288px;
}

.blackborder {
    border: 1px solid #000;
}
