.breadcrumb-pc a {
    color: black;
}

.breadcrumb-pc {
    padding: 15px 0px;
}

.btn-info {
    width: 100% !important;
    border-radius: 0 !important;
    color: black !important;
    border: 1px solid #d5d5d5 !important;
    background: white !important;
    outline: none !important;
    text-align: inherit !important;
}

.no-padding {
    padding: 0;
}

.category-ca-2 {
    padding: 5px 15px;
    border: 1px solid #d5d5d5;
}

.btn-info.focus,
.btn-info:focus {
    background-color: none !important;
    border-color: none !important;
}

.categories {
    width: 100%;
}

.catergori-chirder {
    padding: 6px 15px;
    border: 1px solid #d5d5d5;
    font-size: 14px !important; 
    font-weight:100;
}

.collapsible3 {
    background: white;
    color: black;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
}

.pad-5 {
    padding-left: 22px;
}

.juscontent-2 {
    justify-content: space-between;
}


/* .active,
.collapsible:hover {
    background: blueviolet;
    color: white;
} */

.categories {
    margin-bottom: 15px;
}

/*.collapsible3:after {*/
/*    content: '\f054';*/
/*    font-family: FontAwesome;*/
/*    color: black;*/
/*    font-weight: bold;*/
/*    float: right;*/
/*    margin-left: 5px;*/
/*}*/

/*.collapsible3.active:after {*/
/*    content: "\f078";*/
/*    font-family: FontAwesome;*/
/*    color: black;*/
/*    font-weight: bold;*/
/*    float: right;*/
/*    margin-left: 5px;*/
/*}*/

.content2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: white;
    color: black;
}

.nav-dnt-cate2 {
    padding: 10px 0px;
    color: black;
}

.nav-dnt-cate2 a {
    color: black;
    font-size: 14px;
}

.title-catergori-chirder {
    text-align: center;
    font-size: 17px !important;
    color:#0b072f;
    font-weight:700;
}

.catergori-chirder {
    font-size: 17px;
}

.catergori-chirder a {
    color: black;
}

.title-categoire {
    font-weight: 700;
    color: #0b072f;
    font-size: 18px;
    text-transform: uppercase;
}

.sort {
    display: flex;
}

.sort-type {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}

.form-sort {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    /*width: 50%;*/
    outline: none;
}

.text-right {
    float: right !important;
}
.dp-inline-block {
  display: inline-block; }
  .clickable {
  cursor: pointer; }
.pdtb-4 {
  padding-top: 4px;
  padding-bottom: 4px; }
  .pdlr-6 {
  padding-left: 6px;
  padding-right: 6px; }
.bor-d {
  border-color: #dfe4e8;
  border-style: solid;
  border-width: 1px; }
  .mgt-12 {
  margin-top: 12px; }
.jc-end {
  justify-content: flex-end; }