
/*=============================================================*/
/*========================  R A D I O  ========================*/
/*=============================================================*/
.form_radio input[type=radio] {
    display: none;
}
.form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 5px;
    margin:2px 0px;
    /*line-height: 20px;*/
    user-select: none;

    font-size: 1.2em;
}
.form_radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 26px;
    position: absolute;
    left: 0;
    bottom: 1px;
    /*background: url(/img/radio-1.png) 0 0 no-repeat;*/
}
/* Checked */
.form_radio input[type=radio]:checked + label {
    background: #ffe0a6;
}

/* Hover */
.form_radio label:hover {
    color: #666;
}

/* Disabled */
.form_radio input[type=radio]:disabled + label {
    /*background: #efefef;*/
    color: #666;
}

/*=============================================================*/
/*========================    B U Y    ========================*/
/*=============================================================*/
.buyButton{
    display: none;
}
.card_tovar_buyBlock
{
    display: inline-block;
}