@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
.container {
  margin-top: 150px;
  position: relative;
}

#filter {
  cursor: pointer;
}

.filter_menu {
  overflow-y: scroll;
  display: none;
  overflow-x: hidden;
  z-index: 4;
}
.filter_menu > div {
  display: block;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .filter_menu {
    margin-top: -5px;
  }
}
.mblock {
  padding: 5px;
  text-align: left;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  display: flex;
  line-height: 30px;
  position: relative;
  display: none;
}

.m_header {
  padding: 5px;
  text-align: left;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  display: flex;
  line-height: 30px;
  position: relative;
  border-top: solid 1px #c3c3c3;
}
.m_header span:nth-child(2) {
  font-size: 30px;
  line-height: 30px;
  margin-left: 15px;
  position: absolute;
  right: 10px;
}
.m_header.is-active span:nth-child(2) {
  transition-duration: 0.8s;
  transition-property: transform;
  transform: rotate(90deg);
  font-size: 30px;
}

.mblock-active {
  display: flex;
}
.mblock-active div {
  margin-left: 20px;
}

#product-specs {
  font-size: 130pt;
}

.triplet-container {
  width: 100%;
  background: #555;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.triplet-container > * {
  flex: 0 0 27.85%;
}
.triplet-container img {
  width: 100%;
  height: 100%;
  border: 0;
  transition: 1s;
  backface-visibility: hidden;
}
.triplet-container aside:first-child {
  margin-right: 110.2px;
}
.triplet-container aside:nth-child(2) {
  margin-right: 110.2px;
}
.triplet-container .left {
  width: 28%;
  height: 368px;
  overflow: hidden;
  margin-right: 109.6px;
}
.triplet-container aside.top.product-box {
  width: 28%;
  height: 368px;
  margin-right: 109.6px;
  overflow: hidden;
}
.triplet-container aside.bottom.product-box {
  overflow: hidden;
  width: 28%;
  height: 368px;
}
.triplet-container .thumb-box {
  width: 373.61px;
  height: 368px;
}
@media (min-width: 1201px) and (max-width: 1369px) {
  .triplet-container .thumb-box {
    width: 331px;
    height: 331px;
  }
  .triplet-container > * {
    flex: 0 0 29.85%;
  }
  .triplet-container aside:first-child,
.triplet-container aside:nth-child(2) {
    margin-right: 53.5px;
  }
}
@media (max-width: 1200px) {
  .triplet-container .thumb-box {
    width: 100%;
  }
  .triplet-container aside:nth-child(2),
.triplet-container aside:nth-child(3) {
    margin-top: 35px;
  }
}
.triplet-container .product-box {
  position: relative;
}
.triplet-container .product-box .left header {
  -webkit-text-stroke: 1px black;
}
.triplet-container .product-box header {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 2%;
  left: 3%;
}
.triplet-container .product-box footer {
  position: absolute;
  left: 23px;
  bottom: 10px;
  width: 100%;
  min-height: 10px;
  text-align: right;
  background: none;
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  text-align: right;
  align-content: right;
  justify-content: flex-end;
}
.triplet-container .product-box footer li {
  list-style-type: none;
}
.triplet-container .product-box footer img {
  border: 1px solid #f3f3f3;
  width: 32px;
  margin-left: 2px;
}
.triplet-container footer#finish-footer-1333 {
  display: flex;
  margin-left: 21%;
  margin-bottom: -6px;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 73%;
}
.triplet-container footer#finish-footer-1334 {
  display: flex;
  margin-left: 19%;
  margin-bottom: -6px;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 74%;
}
.triplet-container footer#finish-footer-1335 {
  display: flex;
  margin-left: 30%;
  margin-bottom: -6px;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  width: 64%;
}
@media (max-width: 1370px) {
  .triplet-container footer#finish-footer-1333 {
    margin-left: 14%;
    width: 79%;
  }
  .triplet-container footer#finish-footer-1334 {
    margin-left: 10%;
    width: 84%;
  }
  .triplet-container footer#finish-footer-1335 {
    margin-left: 20%;
    width: 74%;
  }
}
.triplet-container footer#finish-footer-1333 img,
.triplet-container footer#finish-footer-1334 img,
.triplet-container footer#finish-footer-1335 img {
  width: 25px;
  margin-bottom: 3px;
  height: auto;
}
.triplet-container a {
  color: #fff;
}
.triplet-container .m_header span {
  font-weight: 550;
}
.triplet-container .left.product-box header {
  font-size: 34px;
}
.triplet-container .top.product-box header {
  font-size: 24px;
}
.triplet-container .bottom.product-box header {
  font-size: 24px;
}
.triplet-container .product-box footer img {
  /*  width: 50px; */
}

.flex-menu {
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px);
  justify-content: space-between;
  margin-left: 30px;
}
.flex-menu div {
  white-space: nowrap;
  overflow: hidden;
  width: 300px;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 0px;
  font-size: 20px;
  z-index: 3;
  margin-bottom: 56px;
}
div.sticky span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}

.showing_total {
  position: absolute;
  display: none;
  right: 0px;
  font-size: 12px;
  color: #191919;
  margin: 0px 20px;
}

.filter-product {
  border-bottom: 1px solid #7d7d7d;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 5px 10px;
  /*margin-top: -26px;*/
}

@media (min-width: 1200px) {
  .filter-product {
    margin-top: 20px;
    padding: 14px 0px;
    /*margin-top: -26px;*/
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .filter-product {
    padding: 20px 10px;
  }
}
.list-filter-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 150px;
  color: #000;
  cursor: pointer;
  z-index: 2;
  box-shadow: 3px 5px 5px #888888;
  text-align: left;
}
.list-filter-menu a {
  color: black;
  width: 100%;
}
.list-filter-menu div {
  padding: 10px;
}
.list-filter-menu div:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

.pgn {
  display: flex;
  justify-content: center;
  margin: 40px 0 30px 0;
}
.pgn a {
  color: black;
  float: unset;
  text-align: center;
  width: 60px;
  padding: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 0px solid #ddd;
  margin: 0 4px;
  color: white;
  /*background-color: $white;*/
}
.pgn a.selected {
  background-color: #414042;
  color: #000;
  border: 0px solid #ddd;
  text-decoration: none;
}

.submit {
  text-align: left;
  background-color: #f2f2f2;
  border: solid 1px #c3c3c3;
  color: #444444;
  cursor: pointer;
  display: flex;
  line-height: 30px;
}
.submit input {
  border: 0px;
  background-color: #0c0c0c;
  color: #fff;
  width: 100%;
  height: 50px;
  letter-spacing: 2px;
}

.cnt {
  display: grid;
  grid-template-columns: repeat(auto-fill, 250px);
  justify-content: space-between;
  margin-bottom: 35px;
  border-top: 1px solid #fff3e6;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.cnt > div {
  display: flex;
  background-color: #414042;
  color: #fff;
  height: 290px;
  width: 250px;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  justify-content: center;
  position: relative;
}
.cnt > div > a {
  color: #fff;
  padding: unset;
  text-decoration: none;
}
.cnt img {
  backface-visibility: hidden;
  max-width: 100%;
  max-height: 90%;
  margin-top: 0px;
  object-fit: cover;
}

@media (max-width: 525px) {
  .cnt {
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 80%);
  }
  .cnt > div {
    height: auto;
    width: 100%;
  }
}
.selector span {
  position: relative;
  top: -1.5px;
  margin-left: 5px;
}

@media only screen and (max-width: 1200px) {
  .triplet-container {
    display: block;
  }
  .triplet-container .right {
    width: 750px;
    /*height: $height;*/
    height: unset;
    margin-top: 2px;
  }

  .triplet-container .right .top {
    margin-top: 20px;
    height: unset;
  }

  .triplet-container .right {
    max-width: unset;
  }

  .triplet-container .right .bottom {
    margin-top: 20px;
    height: unset;
  }
}
@media (min-width: 1201px) and (max-width: 1369px) {
  .triplet-container .left {
    width: 33%;
    height: 331px;
    overflow: hidden;
    margin-right: 58.5px;
  }

  .triplet-container aside.top.product-box {
    width: 33%;
    height: 331px;
    margin-right: 58.5px;
    overflow: hidden;
  }

  .triplet-container aside.bottom.product-box {
    overflow: hidden;
    width: 33%;
    height: 331px;
  }
}
@media (max-width: 1200px) {
  .triplet-container aside.top.product-box,
.triplet-container aside.bottom.product-box {
    width: 100%;
    margin-top: 35px;
  }
}

/*# sourceMappingURL=category.css.map */
