/* REQS */

.reqs-button-main-style {
    background-color: #aab0ff75;
    /* фон */
    border-radius: 10px;
    border: none;
    color: #010da7b3;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.reqs-button-main-style:hover {
    background-color: #3039b0d4;
    /* заполнение синим цветом при наведении */
    color: #fff;
    /* белый цвет текста при наведении */
}

.reqs-my-tasks-filter-button {
    width: 240px;
    height: 35px;
}

.req-button {
    width: 70px;
    height: 30px;
    position: relative
}

.req-copy-number-button {
    width: 255px;
    height: 35px;
}

.req-save-button {
    width: 255px;
    height: 35px;
    margin-top: 5px;
}

/* SHOP */

.product-card_add-to-cart {
    background-color: #aab0ff75;
    /* фон */
    color: #010da7b3;
    /* синий цвет текста */
    border-radius: 10px;
    border: none;
    padding: 9px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 250px;

}

.product-card_add-to-cart:hover {
    background-color: #5863f3;
    /* заполнение синим цветом при наведении */
    color: #fff;
    /* белый цвет текста при наведении */
}


.go-to-cart {
    background-color: #3e4af6;
    color: #fff;
}

.price-icon {
    display: block;
    margin-right: 10px;
    width: 37px;
    height: 24px;
    background-color: #aab0ff75;
    color: #010da7b3;
    text-align: center;
    border-radius: 5px;
    padding-top: 5px;
}

.go-to-cart-small {
    width: 135px;
    padding-top: 3px;
    font-size: 80%;
    background-color: #3e4af6;
    color: #fff;
}

.hide-button {
    display: none;
}