.menu-h { list-style-type: none; } 
.tdm_tree ul {
    list-style: none outside none;
}
.tdm_tree li a {
    line-height: 25px;
}
.tdm_tree > ul > li > a {
    color: #3B4C56;
    display: block;
    font-weight: normal;
    position: relative;
    text-decoration: none;
}
.tdm_tree li.parent > a {
    padding: 0 0 0 28px;
}
.tdm_tree li.parent > a:before {
    background-image: url("../img/32px.png");
    background-position: 0px -5px;
     content: ""; 
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    top: 2px;
    vertical-align: middle;
    width: 23px;
}
.tdm_tree ul li.active > a:before {
    background-position: -32px -5px;
}
.tdm_tree ul li ul {
    border-left: 1px solid #D9DADB;
    display: none;
    margin: 0 0 0 12px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.tdm_tree ul li ul li {
    position: relative;
}
.tdm_tree ul li ul li:before {
    border-bottom: 1px dashed #E2E2E3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
}
.hide { display: none; }
.tdm_added_product {
    float: left;
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 0 0 40px 0;
}
.tdm_added_product_inner {
    width: 250px;
    margin: auto;
}
.tdm_added_product_img {
    width: 250px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}
.tdm_added_product img {
    max-width: 250px;
    max-height: 200px;
}
.tdm_none_image {
    background-image: url('../img/dummy200.png');
    background-position: center center;
}
.tdm_predzakaz {
    padding: 10px;
    text-align: center;
    background-color: #E0E0E0;
    margin-bottom: 20px;
    margin-left: 400px;
    margin-top: 20px;
}
.tdm_garage_wrapper { display: block; position: fixed; bottom: 0; background-color: #595959; border: 1px solid grey; margin: 0 0 -3px 0; padding: 10px; list-style: none; border-radius: 3px; color: #FFDE00; }
.tdm_garage_wrapper li { color: white; display: none; }
.tdm_garage_wrapper p { padding-bottom: 5px; }
.tdm_garage_wrapper a { color: white; line-height: 20px; text-decoration: none; }
.tdm_garage_wrapper a:hover { text-decoration: underline; }
.tdm_garage_wrapper .selected { background-color: white; color: #595959; }
.tdm_garage_wrapper .delete { cursor: pointer; }

@media screen and (max-width: 500px) {
    .tdm_predzakaz {
        margin-left: 0 !important;
    }
}
