.lity{
  z-index: 999999;
}

.lity-close{
  top: 2rem;
  right: 2rem;
}

.product-list:not(.show){
  opacity: 0;
  transition: opacity 0.2s linear;
}

.product-list.show{
  opacity: 1;
  transition: opacity 0.2s linear;
}


.product-listing__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 11px;
}

.product-listing > .product-listing__container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-listing__section.section--listing{
  min-height: 100vh;
  margin-bottom: 65px;
}

.product-listing__filter-buttons{
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.product-listing__filter-buttons a{
  text-align: center;
  font-weight: 600;
  padding: 6px 1rem;
  line-height: 1;
  border-radius: 100px;
  cursor: pointer;
  border: 2px solid #082951;
  background-color: #fff;
  color: #082951;
  transition: all 0.2s ease-out;
}

.product-listing__filter-buttons a.active,
.product-listing__filter-buttons a:hover{
  border: 2px solid transparent;
  background-color: #082951;
  color: #fff;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.isotope-pager{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.pager,
a.prev,
a.next{
  cursor: pointer;
  color: #082951;
  font-size: 20px;
}

.pager.dots{
  content: '...';
}

.pager.active,
.pager:hover{
  font-weight: bold;
  text-decoration: underline;
}

.item--line-item{
  margin: 0.75rem 0;
}

label.input--checkbox > div{
  position: relative;
  line-height: 1.5rem;
}

{#.input--check{
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: fit-content;
  margin-bottom: 1rem;
}#}

.input--checkbox{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.input--checkbox input{
  position: absolute;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
  height: 10px;
  width: 100% !important;
}

.input--checkbox input[type="radio"] ~ .checkmark{
  border-radius: 50%;
}

.input--checkbox .checkmark{
  position: relative;
  display: block;
  height: 15px;
  width: 15px;
  min-width: 15px;
  border-radius: 2px;
  margin-right: 1.5rem;
  background-color: #fff;
  border: 1px solid #082951;
}

.input--checkbox .checkmark:before{
  display: none;
}

.input--checkbox .checkmark:after{
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #082951;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

    .input--checkbox.checked  .checkmark, .input--checkbox input:checked ~ .checkmark {
        background-color: #fff;
    }

        .input--checkbox.checked .checkmark:after, .input--checkbox input:checked ~ .checkmark:after {
            display: block;
        }

.category-navigation,
.product-listing__filter-details{
  display: none;
}

.product-listing__clear{
  margin: 1rem 0;
}

.product-listing__clear .filter--reset{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: #082951;
  text-decoration: none !important;
}

.product-listing__filters.product-filters{
  height: auto !important;
}

.product-filters__filter{
  width: 100%;
  position: relative !important;
  top: auto !important;
}

@media screen and (min-width: 768px) {
  .product-listing__filter-mobile,
  .product-listing__mobile-filters,
  .product-detail-related__icons--sterile.mobile,
  .mobile{
    display: none;
  }

  #listing {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: -3%;
  }
  #listing > * {
    width: 29%;
    /*margin: 1% 4px 3rem 12px; */
    margin: 1% 12px 3rem 12px;

  }
  .product-listing .section--listing > * > .product-listing__row {
    display: flex;
    justify-content: space-between;
  }

  .product-filters__filter:last-of-type{
    margin-bottom: 130px;
  }

  .product-listing .section--listing > * > .product-listing__row > .product-listing__sidebar {
    display: block;
    position: relative;
    width: calc(25% - 20px);
    height: 100%;
    margin-right: 24px;
    {#max-height: 75vh;#}
  }

  {#.product-listing .section--listing > * > .product-listing__row > .product-listing__sidebar::after{
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 134px;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }

  .product-listing__filters.product-filters::-webkit-scrollbar{
    display: none;
  }

  .product-listing__filters.product-filters{
    max-height: 75vh;
    overflow-y: scroll;    
    -ms-overflow-style: none;
    scrollbar-width: none;
  }#}

  .product-listing .section--listing > * > .product-listing__row > .product-listing__listing {
    width: calc(75% - 20px);
  }
}

@media screen and (max-width: 767px){
  .product-listing__filter-buttons{
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
  }

  .product-listing__filter-mobile--filters{
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .product-listing__filter-mobile--filters a{
    text-decoration: none;
    color: #082951;
    font-size: 18px;
  }

  .product-listing__filter-mobile--filters a > i{
    margin-right: 0.5rem;
    color: inherit !important;
  }

  .product-listing__filter-mobile .product-listing__search{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .product-listing__filter-mobile .product-listing__search > div:last-of-type{
    width: 60%;
    margin: 0;
  }

  .product-listing__filter-mobile .product-listing__search input{
    width: 100%;
  }

  .product-listing__sidebar,
  .product-listing__mobile-filters:not(.active){
    display: none;
  }

  .product-listing__mobile-filters.active::-webkit-scrollbar{
    display: none;
  }

  .product-listing__mobile-filters.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 100px;
  }

  .product-listing__filter-top{
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    background-color: #082951;
    padding: 18px 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .product-listing__filter-top i,
  .product-listing__filter-top a,
  .product-listing__filter-top span{
    color: #fff !important;
  }

  .product-listing__filter-top span{
    margin-left: 0.5rem;
  }

  .product-listing__filter-container{
    padding: 20px 36px;
  }

  .product-listing__filter-container-top{
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 64px;
    left: 0;
    z-index: 9998;
    padding: 1rem 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .product-listing__filter-container-top > a:first-of-type{
    color: #082951;
    font-weight: bold;
  }

  .product-listing__filter-container-top > a:first-of-type > span{
    margin-left: 0.5rem;
  }

  .product-listing__filter-container-top > a.btn.btn-primary{
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.5rem 1rem;
  }

  .product-detail-related__card{
    width: 100%;
    margin: 3% 0;
  }

  .product-detail-related__card > img{
    height: 130px !important;
  }

  .product-detail-related__card .product-detail-related__icons{
    display: none;
  }

  .product-detail-related__icons--sterile{
    margin-bottom: 0.5rem;
    top: 1.5rem !important;
    left: 1.5rem !important;
  }

  .product-detail-related__icons--sterile > div{
    border-radius: 100px !important;
  }

  .product-detail-related__card .product-detail-related__icons--sterile > div{
    opacity: 1;
  }

  .product-detail-related__card .product-detail-related__content{
    padding: 1.2rem;
  }

  .product-detail-related__card .product-detail-related__content--name{
    font-size: 19px;
    line-height: 29px;
    min-height: fit-content;
    padding-bottom: 1rem;
  }
  
  .product-detail-related__card .product-detail-related__content--description > span{
    min-height: fit-content;
  }

  .product-detail-related__card .product-detail-related__content--description > ul{
    min-height: fit-content;
  }

  .product-detail-related__card a.btn--view{
    font-size: 1rem;
  }

  .isotope-pager{
    gap: 0.5rem;
  }

  .isotope-pager > a{
    font-size: 1rem;
  }

}


.product-listing__tabs {
    width: 100%;
}

    .product-listing__tabs .tabs {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display:flex;
        justify-content:space-between;
    }

        .product-listing__tabs .tabs .tab-links {
            flex: 1;
            display: block;
            text-align: right;
            padding: 3px;
            text-decoration: none;
            cursor: pointer;
            font-weight: 700;
            font-size:20px;
            color: #082951;
            transition: background-color 0.3s;
            border-bottom-style: solid;
            border-bottom-width: 1px;
        }
            .product-listing__tabs .tabs .tab-links:nth-child(2n+1){
                text-align:left;
            }

            .product-listing__tabs .tabs .tab-links:hover {
                border-bottom-width: 4px;
            }

            .product-listing__tabs .tabs .tab-links.active {
                border-bottom-width: 4px;
            }

    .product-listing__tabs .tab-content {
        display: none;
        border-top: none;
    }

        .product-listing__tabs .tab-content.active {
            display: block;
        }
        .product-listing__tabs .tab-content h4 {
            color: #082951;
            margin:20px 0;
            padding:0;
            font-size:17px; 
            font-weight:700;
            width:100%;
            text-align:left;
        }
.search-box input.search {
    border-radius: 20px;
    border: 3px solid;
    width: 100%;
    padding: 5px 15px;
    font-size: 17px;
}
    .search-box input.search::placeholder {
        color: #ccc;
    }

.search-box #btnSearch, .search-box #btnSearchMobile {
    border-radius: 20px;
    border: 3px solid;
    padding: 5px 25px;
    font-size: 17px;
    display: block;
    margin: 20px auto;
    cursor: pointer;
    transition: all 0.4s;
}


/***********************FILETERS ACCORDION**********************************/

.item--accordion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: unset;
    border-bottom: 2px solid #0097DA;
    padding: 1rem 0;
    position:relative;
   
}

    .item--accordion:hover {
        text-decoration: none;
    }

    .item--accordion::after {
        content: '';
        position: absolute;
        display: block;
        width: 14px;
        height: 14px;
        border-right: 2px solid #bbb;
        border-bottom: 2px solid #bbb;
        right: 2px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.4s;
    }

    .item--accordion.active::after {
        transform: translateY(calc(-50% + 8px)) rotate(-135deg);
    }
    .item--accordion > span{
        margin-right:20px;
    }

    .item--accordion > span,
    .product-listing__search > div {
        line-height: 1;
        font-size: 18px;
        font-weight: bold;
        color: #082951;
    }

    .item--accordion > i {
        font-size: 1.25rem;
        line-height: 1;
        color: #082951;
    }
.item--accordion-container {
    overflow: hidden;
    transition: max-height 0.4s;
}

.item--accordion:not(.active) ~ .item--accordion-container {
    max-height: 0;
}

    .item--accordion.active ~ .item--accordion-container {
        max-height: 800px;
    }






