.shop-tab h1 {
    color: #E84E0F;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 36px;
    margin-top:45px;
}

.cl {
    color: rgb(232, 78, 15);
    text-decoration: underline;
}
.cl:hover {
    color: rgb(210, 75, 15);
}
.border-orange {
    border-color: #E84E0F;
}

.shop-tab:last-of-type {
  border-bottom:2px solid #e2e2e2;
}

.shop-tab h5 {
  font-weight:normal;
  font-size:18px;
}
