.woobt-choose{position:relative;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:9}.woobt-choose input{opacity:0;width:20px;height:20px;z-index:1;cursor:pointer;vertical-align:middle;margin:0}.woobt-choose .checkmark{position:absolute;top:50%;left:50%;height:20px;width:20px;margin-top:-10px;margin-left:-10px;z-index:-1;background-color:white;border:1px solid rgba(0,0,0,.3);display:block;cursor:pointer;border-radius:2px}.woobt-product:not(.woobt-product-this) .woobt-choose .checkmark{border-radius:20px}.woobt-choose:hover input~.checkmark{background-color:#8fce00}.woobt-choose input:checked~.checkmark{background-color:#e69138}.woobt-choose .checkmark:after{content:"";position:absolute;display:none}.woobt-choose input:checked~.checkmark:after{display:block}.woobt-choose .checkmark:after{left:6px;top:2px;width:4px;height:8px;border:solid #e69138;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}