#mccom-filter-result-count {
  height: 20px;
  margin: 50px 0 30px 0;
  font-weight: 300;
}

@media only screen and (max-width: 1000px) {
  #mccom-filter-result-count {
    margin: 0 0 20px 0;
  }
}

/* --- custom sorting --- */

.mccom-order-by-wrapper {
  position: fixed;
  background-color: #fff;
  width: 160px;
  height: 52px;
  right: 0;
  top: 120px;
  z-index: 9999;
  filter: drop-shadow(-0.15rem 0.3rem 0.4rem rgba(0, 0, 0, 0.05));
}

.mccom-order-by-wrapper > i[class*="fa-"] {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 6px;
  font-size: 16px;
  pointer-events: none;
}

#mccom-order-by,
#mccom-order-by:hover,
#mccom-order-by:focus {
  border: none;
  outline: none;
}

#mccom-order-by {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-left: 14px;
  color: #222f2e;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  appearance: none;
  --webkit-appearance: none;
}

#mccom-order-by ::-ms-expand {
  display: none;
}

#mccom-order-by > option {
  cursor: pointer !important;
}

#mccom-order-by > option:hover {
  background-color: #f2cb03 !important;
}

@media only screen and (min-width: 1850px) {
  .mccom-order-by-wrapper {
    right: 0;
    top: 180px;
    height: 60px;
    width: 210px;
    filter: unset;
  }

  #mccom-order-by {
    padding-left: 16px;
    font-size: 16px;
    line-height: 28px;
  }

  .mccom-order-by-wrapper > i[class*="fa-"] {
    right: 25px;
  }
}

@media only screen and (max-width: 999px) {
  .mccom-order-by-wrapper {
    filter: unset;
  }
}

@media only screen and (max-width: 999px) and (min-width: 601px) {
  .mccom-order-by-wrapper {
    top: -40px;
    position: absolute;
    width: 180px;
  }

  .mccom-order-by-wrapper > i[class*="fa-"] {
    right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .mccom-order-by-wrapper {
    top: 85px;
    position: fixed;
  }
}

#shipping-option,
.wp-block-woocommerce-cart-order-summary-shipping-block,
.wp-block-woocommerce-checkout-order-summary-shipping-block {
  display: none !important;
}

.price {
  font-family: Arial, Helvetica, sans-serif !important;
}
