.phone-number a {
    text-decoration: none;
}

.header-cu {
    background-color: #0b0527;
}

.footer-cu {
    background-color: #0b0527;
}

.footer-border-cu {
    border-top: 1px solid #b5b5b5;
}

.border-bottom-cu {
    border-bottom: 0px solid #0b0527 !important;
}

.img-fluid {
    max-width: 70%;
}

.img-fluid-2 {
    max-width: 50%;
}

.text-muted-cu,
.widget-title-cu,
.phone-number a {
    color: #fff !important;
}

.nav-link-cu {
    color: #c3c3c3 !important;
}

.category-item-cu {
    padding: 35px 20px !important;
}

.category-item-cu img {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    border-radius: 50%;
}

.row-center-cu,
.row-center-cu p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-cu {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #9D9D9D;
}

.material-details-cu {
    font-weight: 400;
    font-size: 13px;
}

.get-quote-cu {
    background-color: #FFC43F;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

.product-item figure img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 12px;
}