

.ps-breadcrumb {
  padding: 20px 0;
  /* background-color: #f1f1f1; */
  background-color: #f9d98f;
}

.ps-breadcrumb .container{
  /* padding-top: 0px; */
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.ps-breadcrumb .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.ps-breadcrumb .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.ps-breadcrumb .breadcrumb li:before {
  content: "/";
  margin: 0 5px;
}

.ps-breadcrumb .breadcrumb li:first-child {
  padding-left: 0;
}

.ps-breadcrumb .breadcrumb li:first-child:before {
  display: none;
}

.ps-breadcrumb .breadcrumb a {
  line-height: 20px;
  color: black;
  font-weight: 700;
}

.ps-breadcrumb .breadcrumb a:hover {
  color: #fcb800;
}

.ps-breadcrumb .breadcrumb a i {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .ps-breadcrumb {
    position: relative;
    padding: 10px 0;
  }
  .ps-breadcrumb .breadcrumb li {
    font-size: 14px;
  }
  .ps-breadcrumb .breadcrumb a {
    font-size: 14px;
  }
}

.ps-breadcrumb--2 {
  text-align: center;
}

.ps-breadcrumb--2 .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.ps-breadcrumb--2 .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fcb800;
}

.ps-breadcrumb--2 .breadcrumb li:before {
  content: "/";
  margin: 0 5px;
}

.ps-breadcrumb--2 .breadcrumb li:first-child {
  padding-left: 0;
}

.ps-breadcrumb--2 .breadcrumb li:first-child:before {
  display: none;
}

.ps-breadcrumb--2 .breadcrumb a {
  line-height: 20px;
  color: #000;
}

.ps-breadcrumb--2 .breadcrumb a:hover {
  color: #fcb800;
}

.ps-breadcrumb a:hover {
  color: orange;
}

.ps-breadcrumb--2 .breadcrumb a i {
  margin-right: 5px;
}

/*1 */
/* You can add global styles to this file, and also import other style files */

/* rednet-checkbox */
/* ********************** */
.rednet-checkbox-div label {
    vertical-align: middle;
}

.rednet-checkbox-div label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    width: 80px
}
.rednet-checkboxFilterparams-div label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    width: 150px
}

.rednet-checkbox-label {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    /* color: rgba(0, 0, 0, 0.5); */
    color: black;
    /* color: black; */
    /* color: #666666; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rednet-checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.rednet-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgb(248, 249, 216);
    /* background-color: #f6eaba; */
}

/* On mouse-over, add a grey background color */
.rednet-checkbox-label:hover input ~ .rednet-checkmark {
    background-color: #f6eaba;
}

/* When the checkbox is checked, add a blue background */
.rednet-checkbox-label input:checked ~ .rednet-checkmark {
    background-color: orange;
    border-color: orange;
}

/* Create the checkmark/indicator (hidden when not checked) */
.rednet-checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

  /* Show the checkmark when checked */
.rednet-checkbox-label input:checked ~ .rednet-checkmark:after {
    display: block;
}

  /* Style the checkmark/indicator */
.rednet-checkbox-label .rednet-checkmark:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: 2px solid #222222;
    border-top: none;
    border-left: none;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

.ps-breadcrumb .prednet-checkbox-div hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px orange;
}

.ps-breadcrumb .rednet-checkbox-div hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px orange;
}

.ps-breadcrumb .breadcrumb-hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px orange;
}


.category-list__keywords-breadcrumb {
  margin-bottom: 30px;
}

.category-list__keywords-breadcrumb button {
  font-size: 14px;
}

.rednet-input-date {
  background-color: #f8f9d8;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
