﻿.price-ranges-info input {
  background-color: transparent;
  border: none;
}

.ProductList svg {
  max-height: 1.2rem;
  max-width: 1.2rem;
}

.sortorder option {
  min-height: 1rem;
}

.FilterBody .check-moding {
  max-height: 30rem;
  overflow-y: auto;
}

.ShopFilter {
  border-bottom: 0.1em solid var(--accent-color2);
  overflow: hidden;
}

.listFilters .ShopFilter:nth-child(6) {
  border-bottom: unset;
}

/**********************OnlyActiveAndDiscounted************************/
.only-active-check-label::after,
.only-dis-check-label::after {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  border-radius: 50%;
  background: #CCCCCC;
  top: 0;
  left: 0;
  cursor: pointer;
}

.only-active-check-label::before,
.only-dis-check-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: calc(var(--b-radius) * 4);
  transition: background-color .2s;
  width: 3rem;
  height: 1.5rem;
  background: var(--silverLight);
  display: inline-block;
  transition: all 0.4s;
  -webkit-border-radius: calc(var(--b-radius) * 4);
  -moz-border-radius: calc(var(--b-radius) * 4);
  -ms-border-radius: calc(var(--b-radius) * 4);
  -o-border-radius: calc(var(--b-radius) * 4);
  border: 0.1em solid var(--accent-color2);
  cursor: pointer;
}

.only-active-check:checked+label::after,
.only-dis-check:checked+label::after {
  left: 1.5rem;
}

.only-active-check:checked+label::before,
.only-dis-check:checked+label::before {
  background-color: var(--accent-color);
}

@media(max-width:768px) {
  .productstabinfo .SideBar {
    top: 0;
    right: -100%;
    background: var(--White);
    height: 100vh;
    transition: all ease-in-out 0.4s;
    display: block;
    padding: 0;
    z-index: 22;
  }

  .productstabinfo .SideBar.active {
    right: 0
  }

  .productstabinfo .SideBar:after {
    content: '';
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    display: block;
    right: 0;
    top: 0;
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: all ease-in-out 0.5s;
    visibility: hidden;
  }

  .productstabinfo .SideBar.active:after {
    opacity: 1;
    visibility: visible;
  }

  .productstabinfo .SideBar #listfilters {
    padding-top: 10vh;
    position: relative;
    z-index: 22222222;
    background: var(--White);
    padding: 10vh 0.5rem 0;
    height: 100vh;
    width: 100%;
    overflow: auto;
  }

  .CloseFilter-BTN {
    left: -3rem;
    top: 15vh;
    writing-mode: vertical-rl;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}


.productstabinfo :where(select, input) {
  border: 0.1rem solid var(--accent-color);
  border-radius: var(--b-radius);
}


.pagination {
  list-style: none;
  display: flex;
  gap: 0.5rem;
}

.pagination .page-item {
  padding: 0.3rem 0.5rem;
  border-radius: calc(var(--b-radius) / 2);
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
}

.pagination .page-item .page-link {
  color: var(--Black);
  line-height: 0;
}

.pagination .page-item.active {
  background: var(--Black);
}

.pagination .page-item.active .page-link {
  color: var(--White);
}


.SeoDescription {
  max-height: 30rem;
}

.check-moding select {
  width: 100%;
}

@media(min-width:768px) {
  .p-lg-relative {
    position: relative;
  }
}

@media screen and (min-width:960px) {
  .col-lg-25 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.ShopFilter ul.fancytree-container {
  background: unset;
  border: none;
}

.irs--round .irs-bar {
  background: var(--accent-color);
}

.irs--round .irs-handle {
  border: 0.5em solid var(--White);
  background: var(--accent-color);
  cursor: pointer;
}

.irs--round .irs-handle:hover {
  border: 0.5em solid var(--White);
  background: var(--accent-color);
}

.Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
}

.h-50 {
  height: 50%;
}

.ShopFilter .FilterHead span:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  transform: rotate(314deg);
  border: 0.1em solid var(--accent-color);
  border-top: none;
  border-right: none;
}

.offer-Price-color {
  color: #cccccc !important;
}

.RigedterBTN {
  border-radius: 0.61rem;
  box-shadow: -3px -3px 8px #ffffff;
}
.plandescriptions {
  height: 20rem;
  overflow-y: auto;
}