 ul.#breadcrumb {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.bx-breadcrumb{
  margin: 45px 0 15px 0;
  margin-top: 0;
}
.catalog-page .bx-breadcrumb,
.content-right .bx-breadcrumb{
  margin-top: 0;
}
.bx-breadcrumb .bx-breadcrumb-item {
  *float: left;
  display: inline-block;
  white-space: nowrap;
  line-height: 13px;
  vertical-align: middle;
  margin-right: 4px; 
}

.bx-breadcrumb .bx-breadcrumb-item{
  font-size: 13px;
  white-space: normal;
  color: #94368d;
}
.bx-breadcrumb .bx-breadcrumb-item a {
  text-decoration: none; 
}

.bx-breadcrumb .bx-breadcrumb-item:last-child a,
.bx-breadcrumb .bx-breadcrumb-item a:hover {
  color: #94368D;
}


/*@media screen and (max-width: 900px) {
  #breadcrumb {
    display: none; 
  } 
}
*/


.sotbit_breadcrumb_parent{
  position:relative;
  z-index:10;
  display:inline;
}

.sotbit_breadcrumb_cont{
    position:absolute;
    left:-1px;
    top:13px;
    display:none;
    background: #fff;
}

.sotbit_breadcrumb_parent:hover .sotbit_breadcrumb_cont, .sotbit_breadcrumb_parent:hover .sotbit_breadcrumb_empty{
  display:block;
}

.sotbit_breadcrumb_bread li:first-child{
  border-top: 1px solid #ececec;
}

.sotbit_breadcrumb_bread li{
  display:block;
  line-height: 14px;

  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec; 
}

.sotbit_breadcrumb_bread li:hover{background: #F5F5F5;}
.sotbit_breadcrumb_bread li:hover a{color: #94368D;}
.sotbit_breadcrumb_bread li a{
  color: #000;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 7px;
  display: block;
  position: relative;
}
.sotbit_breadcrumb_bread li a::first-letter{
  text-transform: uppercase;
}
