/*Hide custom pre-set lengths*/
.att-custom-pre-set-lengths {
    visibility: hidden;
    height: 0;
}

/*Hose Configurator Styling*/
.hc-hidden {
    display: none;
}

.hc-visible {
    display: flex;
}

.hc-wrapper {
    flex-direction: column;
    align-items: center;
    div:nth-child(2) {
        margin-bottom: 8px;
    }
}

#hc-meta {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 2rem 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    div {
        width: 80%;
    }
    div:not(:first-child) {
        margin-top: 1rem;
    }
    div button:nth-of-type(2) {
        margin-right: 1rem;
    }
    .measurement-unit {
        margin-left: 5px;
    }
}

.hc-button {
    background-color: lightgrey;
    font-weight: bolder;
    margin: 0 5px;
    font-size: 1.5rem;
    padding: 4px 10px;
    cursor: pointer;
}

.hc-qty-input {
    text-align: center;
}

.hc-length-input {
    text-align: right;
    padding-right: 5px;
    margin-left: 5px;
}