.catalog-box{
    margin:20px 0;
}

.catalog-box label{
    font-weight:bold;
    display:block;
    margin-bottom:8px;
}

.catalog-box select{

    width:350px;
    max-width:100%;
    padding:10px;

    border:1px solid #ccc;
    border-radius:5px;

}

.catalog-box button{

    margin-left:10px;

    background:#d60000;

    color:white;

    border:none;

    border-radius:5px;

    padding:10px 18px;

    cursor:pointer;

}

.catalog-box button:hover{

    background:#b00000;

}