
.priceswitcher-dropdown {
    display: inline-block;
}
.priceswitcher-dropdown .dropdown-menu {
    min-width: auto;
}
.priceswitcher-dropdown .dropdown-menu li {
    padding: 10px 20px;
}
.priceswitcher-dropdown .dropdown-menu li #priceswitcher_form {
    margin-top: 10px;
}
#submit_Priceswitcher {
    display: none;
}
.ps-switch{position:relative;display:block;width:100%;height:21px}.ps-switch-nolabel label{display:none}.ps-switch label{position:absolute;left:0;z-index:1;padding-left:2.8rem;opacity:0}.ps-switch .slide-button,.ps-switch label{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ps-switch .slide-button{position:relative;position:absolute;z-index:0;display:block;width:35px;height:21px;background:#b3c7cd;border-radius:1000px}.ps-switch .slide-button,.ps-switch .slide-button:after{-webkit-transition:.25s ease-out;transition:.25s ease-out}.ps-switch .slide-button:after{position:absolute;top:50%;left:0;width:46%;height:calc(100% - 4px);content:"";background:#fff;-webkit-transform:translate(2px,-48%);transform:translate(2px,-48%);border-radius:50%}.ps-switch-center .slide-button{position:inherit;margin:auto}.ps-switch input{position:absolute;left:0;z-index:3;width:100%;height:100%;cursor:pointer;opacity:0}.ps-switch input:disabled{cursor:not-allowed}.ps-switch input:disabled~.slide-button{opacity:.2}.ps-switch input:checked{z-index:0}.ps-switch input:first-of-type:checked~label:first-of-type,.ps-switch input:first-of-type:disabled~label:first-of-type{opacity:1}.ps-switch input:first-of-type:checked:disabled~label:first-of-type,.ps-switch input:first-of-type:disabled:disabled~label:first-of-type{opacity:.2}.ps-switch input:first-of-type:checked~.slide-button,.ps-switch input:first-of-type:disabled~.slide-button{background:#b3c7cd}.ps-switch input:last-of-type:checked~label:last-of-type{opacity:1}.ps-switch input:last-of-type:checked:disabled~label:last-of-type{opacity:.2}.ps-switch input:last-of-type:checked~.slide-button{background:#70b580}.ps-switch input:last-of-type:checked~.slide-button:after{-webkit-transform:translate(17px,-48%);transform:translate(17px,-48%)}
.ps-switch.ps-switch-sm{min-width:80px;height:16px;font-size:.75rem}.ps-switch.ps-switch-sm label{padding-left:2.5rem}.ps-switch.ps-switch-sm .slide-button{width:30px;height:16px}.ps-switch.ps-switch-sm .slide-button:after{width:37%}.ps-switch.ps-switch-lg{height:30px;font-size:1rem}.ps-switch.ps-switch-lg label{padding-left:4.075rem}.ps-switch.ps-switch-lg .slide-button{width:55px;height:30px}.ps-switch.ps-switch-lg input:last-of-type:checked~.slide-button:after{-webkit-transform:translate(28px,-50%);transform:translate(28px,-50%)}
