/* Related Product CSS */
.cms-block-related {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.cms-block-related .block-bg {
    background: transparent !important;
    box-shadow: 0 0 0;
    padding: 0 !important;
}

.cms-block-related .block-bg h2 {
    color: #CE3C39;
    font-size: 18px;
    font-weight: 600;
}

.cms-block-related .related-prod {
    padding: 0;
}

/* Related Product CSS End*/
