#categoryReference {
  text-align: center;
  font-weight: 700;
  font-family: "Baloo-Chettan" !important;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #097bed;
  float: left;
  font-size: 36px;
  width: 100%;
  margin-bottom: 30px;
}
.eventTopSection #categoryReference {
  margin-top: 90px;
  margin-bottom: 65px;
}
.widthContainer.event {
  margin-top: 53px;
}
.widthContainer.event #leftProductsContent {
  top: 140px;
}
.lunaEventTitleContainer {
  width: calc(4.5% + 220px);
  height: 73px;
  position: fixed;
  left: 0;
  top: 149px;
  color: rgba(77, 77, 77, 1);
  background: #eed04f;
  text-transform: uppercase;
  text-align: end;
  z-index: 1;
}
.eventTopSection {
  font-family: "Baloo-Chettan" !important;
}

.lunaEventTitle {
  font-size: 25px;
  margin-right: 25px;
  margin-top: 10px;
}
.lunaEventName {
  font-size: 25px;
  font-weight: 700;
  margin-right: 25px;
  margin-top: 1px;
}

.closed {
  display: none;
}

.specText {
  text-align: center;
  line-height: 45px;
  color: black;
  font-size: 16px;
}

.specDiv {
  position: relative;
  float: left;
  width: 39px;
  height: 43px;
  overflow: hidden;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.specImg {
  position: relative;
  width: calc(100% - 2px);
  border: 1px solid #ebe3d5;
}

.selectedSpec .specBorder,
.specDiv:hover .specBorder {
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background-color: #241f20;
}

#leftProductsContent {
  position: relative;
  padding-top: 10px;
  float: left;
  width: 220px;
  top: 0px;
  left: 0px;
  color: #4d5550;
}

#filters {
  box-shadow: 0px 16px 33px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 15px;
  width: 180px;
  height: auto;
  float: left;
  display: inline-block;
}

#cartInfo {
  margin-top: 10px;
  width: 150px;
  margin-left: 42px;
  float: left;
  background-color: #f7f7f7;
  padding: 10px;
}

.filterName {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: black;
  /* display: flex; */
  /* justify-content: center; */
  text-align: left;
  cursor: pointer;
  float: left;
}

.filterNameText {
  width: fit-content;
  float: left;
  color: #097bed;
  margin-left: 10px;
}

.filterName:hover .filterNameText {
  text-decoration: underline;
}

.filterNameArrow {
  float: right;
  width: 10px;
  height: 11px;
  background-image: url(../../files/more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  transition: transform 0.1s ease-out;
  -moz-transition: -mox-transform 0.1s ease-out;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -ms-transition: -ms-transform 0.1s ease-out;
  margin-top: 3px;
}

.filterName.open .filterNameArrow {
  width: 10px;
  height: 2px;
  background-image: url(../../files/less.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.subfilterName {
  position: relative;
  display: inline-block;
  width: auto;
  color: #484848;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.subfilterName.selectedSubfilter::after {
  width: 100%;
}

.subfilterName:not(.selectedSubfilter):hover::after {
  width: 100%;
}

.subfilterName:not(.selectedSubfilter):hover {
  color: #097bed;
}

.selectedSubfilter {
  color: #097bed !important;
}

.selectedSubfilter::after {
  width: 100%;
}

.categoryName:hover {
  font-weight: 900 !important;
}

.categoryDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
  margin-left: 10px;
}

.subcategoryDiv {
  width: 100%;
  height: auto;
}

.categoryName {
  text-transform: capitalize;
  color: #484848;
  margin-top: 8px;
}

.categoryProducts {
  float: right;
  color: #b2a192;
  font-weight: lighter;
  font-size: 15px;
}

.subcategoryName {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
}

.subcategoryName:first-letter {
  text-transform: capitalize;
}

.catContainer {
  float: left;
  width: 100%;
  position: relative;
}

.catIcon {
  width: 100%;
}

.openCategory {
  margin-top: 18px;
  float: right;
  cursor: pointer;
}

.subFilter {
  font-size: 12px;
  font-weight: 100;
  height: auto;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.filter {
  position: relative;
  margin-bottom: 15px;
  height: auto;
  overflow: hidden;
  float: left;
  font-weight: 700;
  width: calc(100% - 2px);
  /*    border: 1px solid black;*/
}

.filtersContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#rightProductsContent {
  padding-top: 10px;
  position: relative;
  width: calc(100% - 220px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.widthContainer {
  width: 90%;
  min-width: 1024px;
  /* max-width: 1350px; */
}

#noProducts {
  position: relative;
  color: #241f20;
  width: calc(100% - 185px);
  text-align: center;
  overflow: hidden;
}

.leftColumnDummy {
  position: relative;
  float: left;
  width: 200px;
  margin-right: 20px;
  margin-top: 30px;
}

.priceFilter {
  text-align: left;
  margin-left: 12px;
}

.selectedPrice {
}

#filtersDiv {
  position: relative;
  float: left;
  width: 220px;
}

#filterTitle {
  position: relative;
  width: 100%;
  color: #097bed;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.filterBoxContainer {
  margin-left: 12px;
}

.wpShare {
}

.wpShareImg {
  width: auto;
  position: absolute;
  float: left;
  left: 0px;
  height: calc(100% - 15px);
  margin: 7px;
  top: 1px;
}
.shareBtn {
  color: #ffffff;
  width: 200px;
  display: block;
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  left: calc(4.5% + 20px);
  top: 232px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  background: #097bed;
  border: 1px solid #097bed;
}
.shareBtn:hover {
  color: #097bed;
  background: #ffffff;
}
.shareBtn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(76%)
    saturate(5635%) hue-rotate(197deg) brightness(98%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(5635%)
    hue-rotate(197deg) brightness(98%) contrast(93%);
}
.shareBtn img {
  display: block;
  position: absolute;
  right: 11px;
  top: 11px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #leftProductsContent {
    left: 13px;
  }

  #rightProductsContent {
    width: calc(100% - 223px);
  }
}

@media screen and (max-width: 768px) {
  .lunaEventTitleContainer {
    display: flex;
    width: 100%;
    position: relative;
    top: unset;
    align-items: center;
    height: auto;
    gap: 8px;
    justify-content: center;
  }
  .lunaEventTitle {
    font-size: 15px;
    line-height: 19px;
    margin: 15px 0;
  }
  .lunaEventName {
    font-size: 16px;
    margin: 0;
    line-height: 19px;
  }
  .catContainer {
    float: left;
    position: relative;
    top: -15px;
  }

  #filters {
    margin-left: 30px;
    margin-top: 6px;
    margin-bottom: 150px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
  }
  .widthContainer.event #filtersDiv {
    top: 146px;
  }
  #filtersDiv {
    top: 118px;
    width: 250px;
    position: fixed;
    left: 0px;
    z-index: 2;
    max-height: calc(100vh - 118px);
  }

  .filtersTitle {
    position: relative;
    width: 60px;
    height: 45px;
    line-height: 45px;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 3%);
    background-color: #ffdb48;
    color: white;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    -moz-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    -webkit-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    -o-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  }

  .filtersTitle.open {
    border-radius: 0px 10px 0px 0px;
    width: 100%;
  }

  #mobileFiltersIcon {
    position: absolute;
    height: auto;
    top: 12px;
    width: 24px;
    float: left;
    left: 19px;
    transition: left 0.1s ease-out;
    -moz-transition: left 0.1s ease-out;
    -webkit-transition: left 0.1s ease-out;
    -o-transition: left 0.1s ease-out;
  }

  .widthContainer {
    min-width: 100px;
    margin-left: 1%;
    width: 98% !important;
  }

  #categoryReference {
    margin: auto;
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 24px;
    width: 98%;
    text-align: right;
  }

  #leftProductsContent {
    position: relative;
    left: 0px;
    background-color: white;
    z-index: 1;
    padding-top: 0px;
    height: 0px;
    overflow: scroll;
    width: 249px;
    margin-top: 0px !important;
  }

  #mobileFiltersTitle.open #mobileFiltersIcon {
    left: 200px;
  }

  #rightProductsContent {
    margin-top: 0px;
    width: 100%;
    padding-top: 15px;
    top: 8px;
  }

  #noProducts {
    position: relative;
    text-align: center;
    color: black;
    width: 100% !important;
    margin-top: 40px;
    margin-bottom: 15px;
    line-height: 19px;
  }

  #mobileCloseFilters {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333234;

    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
  }

  #leftProductsContent.open {
    left: 0px;
  }

  .subcategoryDiv {
    margin-left: 10px;
  }

  .figureBackground {
    top: 7px;
    right: 0px;
  }

  .productViewContainer {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .wpShareImg {
    width: auto;
    position: absolute;
    float: right;
    right: 51%;
    left: unset;
    height: calc(11% - 15px);
    margin: 12px 7px 0;
    top: 1px;
  }
  .widthContainer.event {
    margin-top: 50px;
  }
  .shareBtn {
    font-size: 16px;
    position: relative;
    top: unset;
    left: unset;
    text-align: left;
    text-indent: 10px;
    float: right;
    margin-right: 1%;
    letter-spacing: 0.4px;
    margin-top: 10px;
    line-height: 39px;
    width: 168px;
  }
  .shareBtn img {
    width: 15px;
    top: 12px;
    right: 9px;
  }
}

@media (max-width: 1024px) {
  .widthContainer {
    max-width: 1024px;
  }
}
