

/* Start:/local/components/api/category.tree.main/templates/.default/style.css?17672920711077*/
.add-tovar-button {
    font-size: 0.9em;
    font-weight: normal;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #000 !important;
    white-space: nowrap;
    display: block;
}

@media only screen and (min-device-width: 450px) {
    .add-tovar-button {
        padding: .7ex 3ex;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .add-tovar-button {
        padding: .7ex 1ex;
    }
}


.common-block-add-tovar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
    column-gap: 20px;
}

.common-block-add-tovar-item {
    text-align: center;
    width: calc(50% - 10px);
}

@media only screen and (min-device-width: 450px) {
    .common-block-add-tovar-item {
        min-width: 150px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .common-block-add-tovar-item {
        min-width: 100px;
    }
}

/* End */
/* /local/components/api/category.tree.main/templates/.default/style.css?17672920711077 */
