header {
    border-bottom: 1px solid #e5e4e6 !important;
}
.midashi-01 {
  padding:20px 0px;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 25px;
}

section.item a .title {
    display: block;
    margin: 10px 0 5px;
}

section.item a span.price {
    font-weight: bold;
    color: #a22400;
}

section.item .col-lg-3.col-6{
	text-align: left;
}

.sort {
font-weight: bold;
}

.sort li {
display: inline-block;
}

.sort li::after {
content: '|';
  margin: 14px;
   font-weight: normal;
}

.sort a {
  color: #b0b0b0;
  font-weight: normal;
}

@media screen and (max-width: 768px){
.content-area {
    padding-top: 60px !important;
}
}