.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}

.dimension {
  width: 30%;
  margin-right: 0.25em;
}

.qty {
  width: inherit;
}

.weight {
  width: inherit;
}

.unit-ddl {
  width: 80%;
  margin-left: 2px;
}

.far.fa-plus-square.add-item-opt {
  background-color: #ffa900;
  color: #ffffff;
  margin-right: 1em;
}

.far.fa-minus-square.remove-item-opt {
  background-color: #ffa900;
  color: #ffffff;
  margin-right: 1em;
}

.toast.hide {
  display: inline;
}

.col.col-md-6.col-separator-sub-2 {
  border-right: 0.5px solid;
  border-color: #000000;
}

.col.col-md-6.col-right-section-2 {
  margin-top: 0.4em;
}

.text-monospace.address-book-title {
  margin-left: 2.7em;
}

.btn.btn-primary.apply-coupon {
  background-color: #ffa900;
  margin-left: 0.2em;
  height: 1.8em;
}

li.home {
  background-color: #ffa900;
  color: #ffa900;
}

.breadcrumb.col-sm-3 {
  height: 2em;
  align-items: center;
}

.sc-cell-right-border {
  border-right: 0.1em solid #13255b;
}

.sc-cell-section-right-border {
  border-right: 0.1em solid #ffa900;
}

.d-xl-flex.fa-stack.fa-lg.fa-2x {
  -webkit-transform: rotate(0deg);
}

.sc-road-color {
  color: #ffa900;
}

@media (min-width: 700px) {
  .review-pallet-cell {
    border-right: 1px solid #181e54;
  }
}

@media (max-width: 450px) {
  .review-pallet-cell {
    border-bottom: 1px solid #181e54;
    margin-top: 1em;
  }
}

