/* .product-control-bar .menu-item {
    text-indent: 10px;
} */

/* .product-control-bar input {
    border: none;
} */

.product-control-bar .usa-label {
    margin-top: 0;
    font-size: .8rem;
    /* color: #000 !important; */
}

.col-select {
    display: flex;
    border: none;
    /* border: 1px solid #000; */
    flex-direction: column;
    min-width: fit-content;
}




@media (max-width:698px){
    .start-dates{
        width: 50%;
    }
    .end-dates{
        width: 50%;

    }
.product-control-bar .usa-label {

    font-size: .7rem;
    /* color: #000 !important; */
}

}
@media (max-width:662px){
    .start-dates{
        width: 100%;
    }
    .end-dates{
        width: 100%;

    }
    .width-100{
        width: 50%;
    }

}