html:not(.popup) .products-filter .page-title {
   margin-bottom: 0px !important;
}

.products-filter select {
   font-family: 'asty-medium', sans-serif;
}

.selected-filters--wrapper {
   display: flex;
   margin-top: 20px;
   width: 100%;
}

.selected-filters--wrapper .selected-filters--list {
   display: flex;
   height: fit-content;
}

.selected-filters--wrapper .reset-filter {
   min-height: 1px;
}

.selected-filters--wrapper .btn.reset-filter:hover,
.selected-filters--wrapper .btn.reset-filter:active,
.selected-filters--wrapper .btn.reset-filter:focus {
   background-color: transparent !important;
   color: #666 !important;
}

.selected-filters--wrapper .selected-filters--list>ul {
   margin: 0px;
   display: flex;
}

.selected-filters--wrapper .selected-filters--list>ul>li {
   background-color: #D1E8EB;
   border-radius: 37px;
   border: 1px solid #707070;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   padding: 6px 25px 6px 10px;
   position: relative;
   margin-right: 8px;
   color: #000;
   max-height: 32px;
}

.selected-filters--wrapper .selected-filters--list .remove-selected-filter--btn {
   position: absolute;
   right: 0;
   display: inline-flex;
   align-items: center;
}

.remove-selected-filter--btn::before {
   content: '\e9c9' !important;
   font-family: icomoon !important;
   font-size: 15px;
   color: rgba(139, 145, 152, 1);
   cursor: pointer;
   margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
   .mobile-filter-trigger a {
      color: #fff;
   }
}

@media only screen and (max-width: 760px) {
   .products-filter {
      flex-direction: column;
      align-items: flex-start !important;
   }

   .sort-by {
      margin: 0px 10px 0px 0px !important;
   }

   .products-filter .select-group {
      margin-left: 0px !important;
      margin-top: 10px;
   }

   .products-filter .select-group .input-group .input-group-addon {
      padding: 0px !important;
   }
}

@media only screen and (max-width: 470px) {

   .products-filter .select-group,
   .products-filter .select-group .input-group {
      width: 100%;
   }


   .products-filter .select-group .input-group .form-control {
      max-width: 100% !important;
   }
}

@media only screen and (max-width: 360px) {
   .products-filter .select-group {
      flex-direction: column;
      gap: 10px;
   }
}