.productmainpage {
    max-width: 100%;
    margin: 0px auto;
}

.productmainpage .row {
    justify-content: center;
}

.productmainpage .bredcrumb-custom {
    margin-bottom: 15px;
}

.path-product-details. .productmainpage a,
.path-product-details .productmainpage a:visited {
    color: #97144d;
}

.path-product-details .productmainpage .feature-product-wrap {
    margin: 15px 0;
    padding: 1.25em;
    border-radius: 5px;
    background: #fff;
    display: flex !important;
    border-bottom: 5px solid #97144d;
    align-items: flex-start;
    box-shadow: 0px 0px 10px #00000026;
    cursor: pointer;
    text-decoration: none;
    color: #787878;
}

.path-product-details .productmainpage .feature-product-wrap .feature-content .fe-title {
    text-transform: uppercase;
    color: #97144d;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Lato-Bold;
}

.path-product-details .productmainpage .feature-product-wrap .feature-content .fe-title small {
    font-size: 12px;
    text-transform: capitalize;
    color: #333;
    height: 10px;
}

.path-product-details .productmainpage .feature-product-wrap .feature-content p {
    margin-bottom: 0;
}

.path-product-details .productmainpage .feature-product-wrap .feature-content .fe-title small sup {
    white-space: nowrap;
}


@media(max-width: 400px) {
    .path-product-details .productmainpage .feature-product-wrap .feature-content .fe-title {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}