/**
 * Created: 20.11.2020, 12:48
 * Author : Dmitry Antiptsev <cto@34web.ru>
 * Company: 34web Studio
 */

.bx-basket.bx-custom_s1 *
{
    box-sizing: border-box;
}

/* SCU */
.bx-custom_s1 .basket-item-scu-item:hover,
.bx-custom_s1 .basket-item-scu-item.selected,
.bx-custom_s1 .basket-item-scu-item.not-available:hover { border-color: #006cc0; }

/* Amount */
.bx-custom_s1 .basket-item-amount-filed
{
    padding: 0 !important;
    width: 60px !important;
    height: 28px !important;
    outline: none !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 1px !important;
    vertical-align: middle !important;
    text-align: center !important;
    font: bold 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    transition: 300ms all ease !important;
    background-color: unset;
    color: #636363;
}
.bx-custom_s1 .basket-item-amount-filed:hover,
.bx-custom_s1 .basket-item-amount-filed:focus { border-color: #006cc0; }

/* BTN */
div.bx-custom_s1 .btn.btn-default {
    outline: none;
    border-color: #004f37;
    background-color: #004f37;
    color: #fff;
}

div.bx-custom_s1 .btn.btn-default:hover {
    outline: none;
    border-color: #166757;
    background-color: #166757;
    color: #fff;
}

div.bx-custom_s1 .btn.btn-default:active {
    outline: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}