.showHover[data-v-246f36be]:hover {
  background: #106ceb;
  background: linear-gradient(to right, white 0%, #DBE8FB 100%);
  transition: background-color 0.5s ease-in-out;
}
.checkboxContainer[data-v-246f36be] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.checkboxContainer .box[data-v-246f36be] {
  background: #ECECEE;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.checkboxContainer .blueBox[data-v-246f36be] {
  background: #DBE8FB;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.checkboxContainer .selectedCheckbox[data-v-246f36be] {
  background: #106CEB !important;
}
.checkboxContainer .label[data-v-246f36be] {
  font-size: 17px;
  font-weight: 400;
  color: #4E4F51;
}
.checkboxContainer .blueCount[data-v-246f36be] {
  color: #136AEB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.checkboxContainer .countTitle[data-v-246f36be] {
  color: #C5C5C5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.checkboxContainer .blueLabel[data-v-246f36be] {
  color: #136AEB !important;
  font-size: 18px;
}
.expansion-btn {
  height: 100%;
}
.expansion-btn > * > * > .q-focus-helper {
  background: transparent !important;
  transition: none !important;
  opacity: 0 !important;
}
.expansion-btn > * > .q-hoverable, q-focusable {
  background: transparent;
  transition: none;
}
.filterContainer {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.filterContainer .q-item__section--side > .q-icon {
  color: #0F0F0F;
  font-size: 25px !important;
}
.filterContainer .filterMainTitle {
  font-size: 18px;
  font-weight: 500;
}
.filterContainer .deleteContainer {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0px 10px 0px 10px;
  position: absolute;
  top: -34px;
  right: 20px;
}
.filterContainer .deleteContainer .deleteTitle {
  font-size: 16px;
  font-weight: 400;
  color: #0F6AEC;
  cursor: pointer;
  border-bottom: 1px solid #0F6AEC;
  line-height: 1.1;
}
.filterContainer .deleteContainer:hover {
  background: whitesmoke;
  transition: background-color 0.5s ease-in-out;
}
.dropDownPadding {
  padding: 0px 8px 0 0 !important;
}
.productsPage {
  padding-bottom: 50px;
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
.productsPage {
    min-height: 50vh !important;
}
}
.productsPage .q-field--outlined .q-field__control:before {
  border: none !important;
  box-shadow: 0 2px 2px 0 #dfe0e3;
  -webkit-box-shadow: 0 2px 2px 0 #dfe0e3;
  -moz-box-shadow: 0 2px 2px 0 #dfe0e3;
}
.productsPage .q-field__native {
  font-size: 18px;
  color: #4D4F53;
}
.productsPage .filterCount {
  color: #4E4F53;
  font-size: 14px;
  font-weight: 400;
}
.productsPage .categoryTitle {
  padding: 16px 0;
  color: #4E4F53;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1024px) {
.productsPage .categoryTitle {
    line-height: 1;
}
}
.productsPage .categorySubtitle {
  color: #4E4F53;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 45px;
  position: relative;
  margin-bottom: 25px;
  transition: max-height 0.5s ease-out;
}
@media screen and (max-width: 1023px) {
.productsPage .categorySubtitle {
    max-height: 50px !important;
}
}
.productsPage .filterTitle {
  color: #4E4F53;
  font-size: 32px;
  font-weight: 600;
}
.productsPage .topPagination {
  margin-bottom: 20px;
  height: 65px;
  border-bottom: 1px solid #E0DFE4;
}
@media (max-width: 600px) {
.productsPage .topPagination {
    margin-bottom: 16px !important;
    height: 67px;
}
}
.productsPage .topPagination .blackTitle {
  color: #4C5053;
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
}
.shareBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}
.shareBtn .title {
  color: #4C5053;
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
}
.shareBtn:hover {
  background: whitesmoke;
  transition: background-color 0.5s ease-in-out;
}
.sortItemTitle {
  font-size: 18px;
  font-weight: 400;
  color: #4C4F54;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
body {
  position: relative;
}
.productsGrid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  display: grid !important;
  grid-auto-flow: dense;
}
@media screen and (max-width: 1250px) {
.productsGrid {
    grid-template-columns: repeat(2, 1fr);
}
}
.productContentContainer {
  min-height: 1200px;
}
@media screen and (max-width: 1023px) {
.productContentContainer {
    min-height: 600px !important;
}
}
.mainContentContainer {
  position: relative;
  min-height: 50vh;
  flex: 1px;
  padding-left: 16px;
}
@media screen and (max-width: 1023px) {
.mainContentContainer {
    padding-left: 0 !important;
}
}
.mainContentContainer .product-filter {
  flex: 1;
  padding-bottom: 16px;
}
.hideSubtitle {
  position: absolute;
  bottom: 0px;
  display: block;
  height: 25px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-origin: initial;
  background-clip: initial;
}
@media screen and (max-width: 1023px) {
.hideSubtitle {
    z-index: 1;
}
}
.hideSubtitle .showMoreTextBtn {
  position: absolute;
  top: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #4D4F53;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: underline;
  text-align: left;
  background: white;
  width: 100%;
  border-width: 0;
  font-weight: 400;
  line-height: initial;
  border: 2px solid transparent;
}
@media screen and (max-width: 1023px) {
.hideSubtitle .showMoreTextBtn {
    top: 10px !important;
}
}

/*# sourceMappingURL=16.d7834924.css.map*/