/* Nettó/Bruttó váltó */ div:has(> .ntbr) { position: sticky; top: 25px; z-index: 999; margin-left: auto; margin-right: auto; max-width: 1152px; } .ntbr { font-size: 20px; font-weight: bold; display: block; padding: 0.5em 0.5em 0.5em; margin: -25px 5px 25px; width: 170px; background-color: #fff; border-radius: 25px; box-shadow: 0px 0px 13px #80808080; } .ntbr-span { color: #E20074; padding-left: 0.5em; margin: auto 0; vertical-align: bottom; } .netto-price { display:inline-block; } .brutto-price { display:none; } .ntbr input[type=checkbox]{ height: 0; width: 0; visibility: hidden; } .ntbr label { cursor: pointer; width: 2em; height: 1.2em; background: grey; display: inline-block; border-radius: 0.6em; position: relative; transition: 0.3s; vertical-align: middle !important; } .ntbr label:after { content: ''; position: absolute; top: 0.1em; left: 0.1em; width: 1em; height: 1em; background: #fff; border-radius: 0.5em; transition: 0.3s; } .ntbr input:checked + label { background: #e20074; transition: 0.3s; } .ntbr input:checked + label:after { left: 1.9em; transform: translateX(-1em); } .ntbr label:active:after { /* width: 1.2em;*/ }