@media (min-width: 993px) {
  .h-lg-100 {
    height: 100% !important;
  }
}

.product-price{
  color: #BD0000;
  font-size: 23px;
}

.product-price span{
  font-size: 1.0rem;
  color: #333;
  margin-left: 1rem;
}

.category_sub{
width:100%;
max-width:1000px;
background-color: #F6F6F6;
padding:56px 40px;
margin: auto;
box-sizing: border-box;
}

.category_sub h2{
  text-align: left;
  font-size: 24px;
  margin-bottom:24px;
}

.category_sub h3{
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-top:40px;
  margin-bottom:24px;
  display: block;
  border-bottom:1px solid #C9C9C9;
  padding-bottom:16px;
}

.category_sub p{
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}