.card-style-4-title h3 {
    font-weight: 700;
}

.card-style-4-title h6 {
    color: #fff;
    font-size: 1.35rem;
}

.card-style-4-title .text-price {
    color: #f60c1a;
}

.product-details-title {
    border-bottom: 1px solid #cccccc;
}

.product-details-title h3 {
    color: #f60c1a;
    font-weight: 700;
    font-size: 1.75rem;
}

.product-details-title h3:after {
    width: 25%;
    height: 3px;
    display: block;
    position: absolute;
    top: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f60c1a;
    content: "";
}

.product-details-description {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.product-details-description img {
    max-width: 100%;
    height: auto;
}

.product-related-title {
    margin-bottom: 3rem;
}

.product-related-title h3 {
    font-weight: 700;
}

.product-related-title h3 span {
    color: #f60c1a;
}

.product-list-title {
   padding-top: 2.5rem;
   padding-bottom: 2.5rem;
}

.product-list-title span.text-orange {
    color: #f60c1a;
}

.product-list-title h3 {
    font-weight: 700;
}