.cat-main-class {
  background-color: grey;
}

.title h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 27px;
}

.search-filters-checked {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ul-search-filters-checked-for-gender,
.ul-search-filters-checked-for-shape {
  display: flex;
  flex-direction: row;
}

/* .ul-search-filters-checked-for-shape {
    display: flex;
    flex-direction: row;
} */

.ul-search-filters-checked-for-color,
.ul-search-filters-checked-for-rim,
.ul-search-filters-checked-for-brand,
.ul-search-filters-checked-for-frontcamera,
.ul-search-filters-checked-for-processor,
.ul-search-filters-checked-for-ram,
.ul-search-filters-checked-for-screensize,
.ul-search-filters-checked-for-price,
.ul-search-filters-checked-for-storage,
.ul-search-filters-checked-for-diameter,
.ul-search-filters-checked-for-base-curve,
.ul-search-filters-checked-for-lense-type,
.ul-search-filters-checked-for-lenses-color {
  display: flex;
  flex-direction: row;
}

.ul-search-filters-checked-for-color .list-group-item:hover,
.ul-search-filters-checked-for-material .list-group-item:hover,
.ul-search-filters-checked-for-rim .list-group-item:hover,
.ul-search-filters-checked-for-brand .list-group-item:hover,
.ul-search-filters-checked-for-gender .list-group-item:hover,
.ul-search-filters-checked-for-size .list-group-item:hover,
.ul-search-filters-checked-for-screensize .list-group-item:hover,
.ul-search-filters-checked-shape-label .list-group-item:hover,
.ul-search-filters-checked-categories-label .list-group-item:hover,
.ul-search-filters-checked-for-diameter .list-group-item:hover,
.ul-search-filters-checked-for-lenses-color .list-group-item:hover,
.ul-search-filters-checked-for-lense-type .list-group-item:hover,
.ul-search-filters-checked-for-base-curve .list-group-item:hover {
  color: #ed1b24;
  text-decoration: line-through;
  opacity: 0.75;
}

.ul-search-filters-checked-for-color,
.ul-search-filters-checked-for-rim,
.ul-search-filters-checked-for-brand,
.ul-search-filters-checked-for-material,
.ul-search-filters-checked-for-gender,
.ul-search-filters-checked-for-size,
.ul-search-filters-checked-for-screensize,
.ul-search-filters-checked-gender-label,
.ul-search-filters-checked-for-categories,
.ul-search-filters-checked-diameter-label,
.ul-search-filters-checked-lenses-color-label,
.ul-search-filters-checked-base-curve-label,
.ul-search-filters-checked-lense-type-label {
  display: flex;
  flex-direction: row;
}

.search-filters-checked .crossss {
  height: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  margin: 2px 8px 2px 0;
  padding: 0 18px 0 8px;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}

.heading-for-filters .fa-minus,
.heading-for-filters .fa-plus {
  float: right;
  font-size: 14px !important;
  margin-top: 8px;
}

.banner-img a img {
  display: block;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

.ggggggg {
  display: flex;
  height: 120px;
  width: 100%;
  margin: 18px auto 40px;
  position: relative;
}

.heading-for-filters {
  margin-bottom: 0;
  padding: 15px 0 18px;
  border-bottom: 1px solid #e4e4e4;
}

.form-check-input:checked {
  background-color: #ed1b24 !important;
  color: #fff !important;
  border-color: none !important;
  border: none !important;
  outline: none !important;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.main-banner-cat {
  margin-left: 27px;
  margin-right: 27px;
  border-radius: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .main-banner-cat {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.text-banner-cat {
  /* display: flex;
    justify-content: center;
    align-items: center; */
  padding-top: 20px;
}

.text-banner-cat p {
  text-align: justify;
  color: #000;
  font-weight: 300;
}

.text-banner-cat h1,
h2,
h3,
h4 {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .image-banner-cat {
    display: none;
  }

  .dropdown-content {
    /* display: none;
        /* position: absolute; */
    /* background-color: #f1f1f1; */
    /* min-width: 160px; */
    /*   box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        width: 100% !important;
        height: 124px !important;
        z-index: 1; */
    display: none;
    left: -30px;
    min-width: 290px;
    border-radius: 6px !important;
    top: 42px;
    box-shadow: 0 0 18px #00000029;
    padding: 10px 0;
  }

  .dropdown {
    width: 100%;
  }

  .dropbtn {
    display: none;
  }

  .filters-desktop {
    display: none;
  }

  .mobile-filets {
    display: block;
  }
}

.dropbtn {
  display: block;
}

.custom-dropdown {
  min-height: 55px;
  padding: 18px 20px;
  margin-bottom: -1px;
  font-size: 16px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-color: transparent;
  text-transform: none;
  cursor: pointer;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fcfcfc;
}

.dropdown-1 {
  display: none;
}

.custom-dropdown:hover+.dropdown-1 {
  display: inline-block;
}

.dropbtn {
  background-color: white;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 274px;
  height: 124px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  box-shadow: 0 0 18px #00000029;
  border-radius: 8px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* .custom-item {
    float: left;
    width: 95px;
} */

.form-check-input-mobile {
  display: none !important;
  /* form-check-input-mobile */
}

.form-check-input-mobile {
  display: none !important;
}

.filter-sec-cat {
  position: relative;
  /* border-top: 1px solid #ccc; */
  /* border-bottom: 1px solid #ccc; */
  /* background-color: #fcfcfc; */
}

.custom-down {
  margin-left: 8px;
}

#selected-counter {
  color: #ed1b24;
}

.desktop-filters {
  /* text-align: center; */
}

.filter-label {
  white-space: nowrap;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 16px;
}

.filter-checkbox {
  width: 18px;
  height: 18px;
  font-size: 13px;
  padding: 1px 1px 1px 2px;
  border: 1px solid #262626;
}

.img-active {
  border: 1px solid #fff;
  border-radius: 100%;
}

.shape-filter {
  /* height: 130px; */
  display: flex;
  flex-direction: column;
  /* flex-flow: column wrap; */
  column-gap: 30px;
}

.category-bottom-content {
  background-color: #f5f5f5 !important;
}

.bottom-content-item-cat {
  background-color: #f5f5f5 !important;
}

.bottom-content-item-cat h2 {
  background-color: #f5f5f5 !important;
}

.bottom-content-item-cat .accordion-body {
  background-color: #f5f5f5 !important;
}

.bottom-content-item-cat h2>button {
  background-color: #f5f5f5 !important;
}

.bottom-cat-acordion-btn {
  background-color: #f5f5f5 !important;
}

.category-image-icon .active-border {
  /* border: 1px solid #ed1b24; */
  border: 2px solid #ed1b24;
  padding: 3px;
}

.category-image-icon img {
  border-radius: 50%;
}

.image-banner-cat>img {
  width: 508px;
  height: 350px;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}

.accordion-body table {
  border-collapse: collapse;
  border: 1px solid #a1a1a1;
}

.accordion-body table th,
.accordion-body table td {
  border: 1px solid #a1a1a1;
  padding: 8px;
}

.cat-color-imgg {
  /* width: 19px; */
  width: 27px;
  height: 27px;
}

.after-filter-section {
  /* background-color: #F5F6F7; */
}

.main-div-in-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.page-link:focus {
  box-shadow: none !important;
}

.active>.page-link,
.page-link.active {
  background-color: #ba252f !important;
  color: #fff !important;
}

.active>.page-link,
.page-link.active {
  border-color: #ba252f !important;
}

@media only screen and (max-width: 767px) {
  .main-column-on-category {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    cursor: pointer;

    margin-right: 2%;
    padding: 6px;
  }

  .color-ull ul {
    height: 350px !important;
    flex-wrap: nowrap;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 768px) {
  .list-group.ul-search-filters-checked-for-price {
    padding-bottom: 11px;
  }

  .main-column-on-category {
    width: 24%;
  }

  .dropdown-content-material {
    height: 214px;
  }

  .dropdown-content-price {
    height: 239px;
  }

  .dropdown-content-shop {
    height: 317px;
  }

  /* 
    .color-ull {
        min-height: 300px;
        flex-wrap: wrap;
        width: 750px !important;
        height: 376px !important;
        transform: translate(-50%, -50%);
        top: 437%;
    } */
  .color-ull {
    min-height: 300px;

    max-width: 750px;
    /* Set a maximum width to avoid stretching on larger screens */
    margin: 0 auto;
    /* Center the element horizontally */
    height: auto;
    /* Allow the height to adjust based on content */
    position: absolute;
    top: 58px;
    /* Reset the top position */
    left: 50%;
    /* Center the element horizontally */
    transform: translateX(-50%);
    /* Center the element horizontally using transform */
  }

  .color-ull ul {
    height: 350px !important;
    flex-wrap: wrap;
  }

  .dropdown-content-color {}

  .main-column-on-category {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    cursor: pointer;
    overflow-x: hidden;
    margin-right: 1%;
    padding: 20px;
  }

  /* .cutom-thumbnail {
        width: 360px;
        height: 160px;
    
    } */
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* CSS styles for medium screens */
  .main-column-on-category {
    width: 32.33%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  /* CSS styles for large screens */
  .main-column-on-category {
    width: 32.33%;
  }
}

@media screen and (min-width: 1200px) {

  /* CSS styles for extra-large screens */
  .main-column-on-category {
    width: 32.33%;
  }
}

.page-link {
  color: #ba252f !important;
}

.ul-search-filters-checked-shape-label,
.ul-search-filters-checked-size-label,
.ul-search-filters-checked-brand-label,
.ul-search-filters-checked-gender-label,
.ul-search-filters-checked-material-label,
.ul-search-filters-checked-color-label,
.ul-search-filters-checked-rim-label,
.ul-search-filters-checked-screensize-label,
.ul-search-filters-checked-price-label,
.ul-search-filters-checked-categories-label,
.ul-search-filters-checked-diameter-label,
.ul-search-filters-checked-lenses-color-label,
.ul-search-filters-checked-base-curve-label,
.ul-search-filters-checked-lense-type-label {
  display: none;
}

.toggle-container {
  display: inline-flex;
  justify-content: center;
  /* margin-top: 20px; */
  width: fit-content;
  background: #f2f2f2;
  /* box-shadow: 0px 0px 20px #c9c9c9; */
  border-radius: 5px;
  padding: 6px;
}

.toggle-container-1 {
  display: inline-flex;
  justify-content: center;
  /* margin-top: 20px; */
  width: fit-content;
  background: #f2f2f2;
  /* box-shadow: 0px 0px 20px #c9c9c9; */
  border-radius: 5px;
  padding: 6px;
}

.toggle-option {
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
}

.toggle-option1 {
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
}

.toggle-container .toggle-option.active {
  background-color: #ba252f;
  color: #fff;
  border-radius: 5px;
  transition: border-color 0.15s ease-out, color 0.25s ease-out,
    background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.toggle-container-1 .toggle-option1.active {
  background-color: #ba252f;
  color: #fff;
  border-radius: 5px;
  transition: border-color 0.15s ease-out, color 0.25s ease-out,
    background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.desktop-filters-inner-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropbtn:hover .dropp-content {
  display: block;
}

@media only screen and (max-width: 767px) {
  .toggle-container {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .toggle-container-1 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.loop-title {
  display: block;
  color: #626262;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase;
}

.accordion-body ul {
  list-style: disc !important;
}

.off-popup-open {
  cursor: pointer;
}

.off-popup-open:hover .main-inner-cat-offer {
  padding: 10px;
}

.off-popup-open .off-popup-heading {
  font-size: 29px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: crimson;
}

.off-popup-open .off-popup-main {
  margin-bottom: 0;
}

.off-popup-open .off-popup-addition-listing li {
  font-size: 23px;
}

.off-popup-open .off-popup-header {
  font-weight: 400;
}

.off-popup-open>.main-inner-cat-offer {
  background-color: beige;
  /* border-radius: 5px; */
  padding: 10px;
  border: 3px solid crimson;
  transition: padding 0.3s ease;
}

.off-popup-open .off-popup-main {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 5px;
}

.off-popup-open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.off-popup-main {
  margin: 7px auto;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 0;
}

.off-popup {
  position: fixed;
}

.off-popup-open {
  cursor: pointer;
}

.catregorycibb p {
  margin-bottom: 0;
  color: #ba252f;
}

.lazy-loading {
  display: none;
}

.lazy-loaded {
  display: block;
}

.cat-hide-product-img {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.cat-show-product-img {
  opacity: 1;
}

.lazyload {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazyloaded {
  opacity: 1;
}


/* promo section start */

.cat-tryon-btn img{
  width: 30px!important;
  height: 30px!important;
}
.label-span{
  font-size: 14px!important;
}
@media(min-width:768px) {
  .main-column-on-category {
    flex: 0 1 calc(32.333% - 20px);
    max-width: calc(32.333% - 20px);
    box-sizing: border-box;
    width: 100%!important;
  }

  .main-column-on-category.row-of-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
       width: 100%!important;
  }
}

@media(max-width:767px) {
  .main-column-on-category {
    flex: 0 1 calc(100% - 0px);
    max-width: 100%;
    box-sizing: border-box;
        width: 100%!important;
  }
  .main-column-on-category.row-of-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
        width: 100%!important;
  }
}

/* promo section end */