
*{
    border-radius: 9px;
}
.js-product .t-product__option-variants_buttons .t-product__option-item{
    border-radius: 9px;
    margin-right: 10px;
}
.t762__title_small t-descr t-descr_xxs{
    border-radius: 9px
    display: none
}

.t762__container {
    margin-left: 3%;
}


.js-product .t-product__option-variants_buttons .t-product__option-checkmark_image {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border: 10px;
    height: 40px;
    width: 40px;
    margin: 4px;
    border-radius: 50%
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    padding: 10px;
    background-color: #EFEFEF;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 3px solid #FC6C24;
}



.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_image:before {
    border: 1px solid #FC6C24;
    content: "";
    height: calc(100% + 8px);
    left: -5px;
    position: absolute;
    top: -5px;
    width: calc(100% + 8px);
    border-radius: 50%
}

.js-product .t-product__option-variants:after {
    border-color: #fc6c24 #ff000000 transparent;
}

.t762 .t-product__option-variants {
    display: block;
}

.js-product .t-product__option-select {
    color: #4B4B4B;
    background: #EFEFEF;
}

.t-descr {
    font-family: 'Gantari', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 17px
}


.t-btn_sm {
    font-size: 17px;
}

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {
    border: 1px solid #FC6C24;
}

