.switcher { position: relative; display: inline-block; width: 100px; height: 18px; margin-right: 35px; }

.switcher input { opacity: 0; width: 0; height: 0; }

.switcher-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; max-width: 30px; background-color: #ccc; -webkit-transition: 0.4s; transition: 0.4s; }

.switcher-slider:before { position: absolute; content: ''; height: 14px; width: 14px; left: 2px; bottom: 2px; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; }

input:checked + .switcher-slider { background-color: #8ebc46; }

input:focus + .switcher-slider { -webkit-box-shadow: 0 0 1px #8ebc46; box-shadow: 0 0 1px #8ebc46; }

input:checked + .switcher-slider:before { -webkit-transform: translateX(12px); transform: translateX(12px); }

.switcher-slider.switcher-round { border-radius: 34px; }

.switcher-slider.switcher-round:before { border-radius: 50%; }

.product-bottom-prices .price-additional { color: #2c2826; }
