.o-serp .loading-layer {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0); }

.o-serp .card-body {
  overflow: hidden; }

.o-serp time {
  display: block; }

.o-serp .custom-control-label {
  white-space: nowrap; }

.o-serp .custom-control-label a {
  left: -1.5rem;
  padding-left: 3.3rem;
  vertical-align: bottom; }

.o-serp .custom-control-label::before,
.o-serp .custom-control-label::after {
  margin-top: 0.15rem; }

@-moz-document url-prefix() {
  .o-serp .custom-control-label .a-icon {
    vertical-align: bottom; }
  .o-serp .custom-control-label::before,
  .o-serp .custom-control-label::after {
    margin-top: 0; } }

.o-serp .serp-img {
  width: auto;
  max-width: 100%; }
  @media (min-width: 480px) {
    .o-serp .serp-img {
      max-width: 320px; } }

.o-serp .category-list .active svg {
  fill: #ee2375; }

.o-serp .category-list.activated a {
  color: #adb5bd; }
  .o-serp .category-list.activated a:hover {
    color: #ee2375; }

.o-serp .category-list .active a {
  text-decoration: underline;
  color: #ee2375; }

.o-serp .col-categories .btn:hover .a-icon {
  fill: #fff; }

.o-serp .icon-container-remove {
  position: relative;
  top: -1px; }

.o-serp .a-icon--funnel {
  fill: #ee2375; }

.disabled .o-serp .loading-layer {
  z-index: 1;
  visibility: visible;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5); }
