.selectbox-amount span {
    cursor: pointer;
}

.selectbox-dropdown span.dropdown-toggle {
    width: 118px;
}

.selectbox-dropdown span.dropdown-toggle::after {
    position: absolute;
    top: 46.5%;
    right: 6.5%;
}

.tobasket-function input[type=radio]+label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #efefef;
    height: 35px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.tobasket-function input[type=radio]+label:last-child {
    margin-right: 0;
}
.tobasket-function input[type=radio]:checked+label {
    background-color: #fce531;
}
.actions input[type=radio]+label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #efefef;
    height: 35px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 0 5px;
    text-align: center;
}
.actions input[type=radio]+label:last-child {
    margin-right: 0;
}
.actions input[type=radio]:checked+label {
    background-color: #fce531;
}
