/**handles:pmu-packing-calculator-css**/
.pmu-packing-calculator>form>div{display:flex;flex-direction:column}#pmu-packing-calc-total{padding:1em;background:#eee;margin-top:2em}.pmu-packing-items-wrapper{display:flex;flex-wrap:wrap;margin:-1em}.pmu-packing-items-item{width:calc(50% - 2em);margin:1em;box-shadow:0 0 10px rgba(0,0,0,.25)}.pmu-packing-items-body{display:flex;flex-direction:row;padding:1em 1em 1em 1.2em;justify-content:space-between;align-items:center}.pmu-packing-items-body>img{width:33%}.pmu-packing-items-ammount,.pmu-packing-items-name{display:flex;justify-content:center;align-items:center;margin-bottom:0!important;text-align:center}.pmu-packing-items-total{display:flex;background:#eee;padding:.5em 1em;justify-content:space-between}.pmu-packing-items-price-total{font-weight:700}.range{position:relative;height:5px;z-index:1}.range input{width:calc(100% - 10.9%);position:absolute;top:2px;height:0;-webkit-appearance:none;margin:0 5.45%;padding:0!important}.range input::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;margin:-8px 0 0;border-radius:50%;background:#37adbf;cursor:pointer;border:0!important}.range input::-moz-range-thumb{width:18px;height:18px;margin:-8px 0 0;border-radius:50%;background:#37adbf;cursor:pointer;border:0!important}.range input::-ms-thumb{width:18px;height:18px;margin:-8px 0 0;border-radius:50%;background:#37adbf;cursor:pointer;border:0!important}.range input::-webkit-slider-runnable-track{width:100%;height:2px;cursor:pointer;background:#b2b2b2}.range input::-moz-range-track{width:100%;height:2px;cursor:pointer;background:#b2b2b2}.range input::-ms-track{width:100%;height:2px;cursor:pointer;background:#b2b2b2}.range input:focus{background:0 0;outline:0}.range input::-ms-track{width:100%;cursor:pointer;background:0 0;border-color:transparent;color:transparent}.range-labels{padding:0!important;display:flex;list-style:none}.range-labels li{position:relative;width:calc(100% / 7);text-align:center;color:#b2b2b2;font-size:14px;cursor:pointer;padding-top:22px;margin-top:-6px}.range-labels li::before{position:absolute;top:0;right:0;left:0;content:"";margin:0 auto;width:9px;height:9px;background:#b2b2b2;border-radius:50%}.range-labels .active{color:#37adbf}.range-labels .selected::before{background:#37adbf}.range-labels .active.selected::before{display:none}#pmu-packing-calc-output{display:none}#pmu-packing-calc-output.show{display:block}.pmu-packing-supplies-wrapper{margin-top:2em}@media(max-width:692px){.pmu-packing-items-item{width:100%;margin:1em;box-shadow:0 0 10px rgb(0 0 0 / 25%)}}