[name="product_id"],#description {
    display:none !important;
}

.qty-group .qty {
    margin-top:10px;
}
.btn_fingerprint {
    position: relative;
}

.item_wrapper .radio_btn.active {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 270 270' version='1.1' width='23' height='18'%3E%3Cpath d='M 30,180 90,240 240,30' style='stroke: %23fff;stroke-width:30;fill:none;width: 20px;height: 20px;'/%3E%3C/svg%3E");
    background: #3dcc00;
    box-shadow: inset 0px 4px 10px rgb(79 97 78), 0 0 15px #d7d7d7;
    font-size: 25px;
    line-height: 40px;
}
.item_wrapper {
    display:flex;
    justify-content: space-around;
}

.item_wrapper .item.active {
    border: 2px solid black;
}

.item_wrapper .item {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    align-items: center;
    margin: 15px 10px 35px 10px;
    width: 45%;
    border: 2px solid #ffffff;
    border-radius: 10px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}
.item_wrapper .text_wrapp {
    color: white;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    background-color: #0098d9 ;
    border-radius: 8px 8px 0px 0px;
}
.select_txt {
    line-height: 1.2em;
    font-size: 36px;
    text-transform: uppercase;
    width: 90%;
    margin: 30px auto;
    text-align: center;
    color: #3a97d7;
    font-weight: bold;
}

.item_wrapper .item_name  {
    margin-top: 15px;
    font-size:20px;
    font-weight: bold;
    text-transform: uppercase;
}
.item_wrapper .item_comment {
    margin-top: 0px;
    font-size: 22px;
    font-weight: bold;
}

.item_wrapper .price-new {
    margin-top: 25px;
    color: #ff0000;
    font-weight: bold;
}

.item_wrapper .item_block {
    border-top: 1px solid black;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f0f0f0;
    border-radius: 0 0px 8px 8px;
}

.item_wrapper img {
    filter: drop-shadow(0px 0px 30px white);
}

.item_wrapper .price-old {
    margin: 10px 0;
    font-weight: bold;
    width: fit-content;
    font-size: 16px;
    position: relative;
}

.item_wrapper .price-old:before {
    content: '';
    background: black;
    height: 1px;
    width: 110%;
    transform: rotate(-10deg);
    position: absolute;
    bottom: 10px;
    left: -5px;
    right: 0;
    /*position: absolute;*/
}

.item_wrapper .radio_btn {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height:32px;
    border: 3px solid #0098d9 ;
    border-radius: 16px;
    top: -16px;
    z-index: 9;
    left: -15px;
    background-color: #f5f5f5;
}
