/* Checkbox  indicator */
.t-popup__container-animated div .t-checkbox__indicator{
 border-top-left-radius:4px;
 border-top-right-radius:4px;
 border-bottom-left-radius:4px;
 border-bottom-right-radius:4px;
}

/* Product option name */
.t-popup__container-animated div .js-product-option-name{
 font-weight:400;
}

/* Label */
.t-popup__container-animated div label{
 background-color:#fffbf2;
 padding-left:15px;
 padding-right:0px;
 padding-top:15px;
 padding-bottom:15px;
 width:210px;
 border-top-left-radius:6px;
 border-top-right-radius:6px;
 border-bottom-left-radius:6px;
 border-bottom-right-radius:6px;
 transform:translatex(0px) translatey(0px);
}

/* Checkbox  indicator */
.js-store div div div div .t-col div div .js-product-multioption .t-product__checkbox-wrap .t-descr .t-checkbox__indicator{
 background-color:#ffffff;
}
