@charset "UTF-8";
/* https://www.ruttermills.com/wp-content/themes/rutter-mills/build/content/components/custom-select/styles.css?ver=6.9.4 */
.core-component-custom-select.single select{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.core-component-custom-select{position:relative;z-index:3}.core-component-custom-select .toggler{width:100%;padding:min(10px + .625 * ((100vw - 320px) / 100) ,20px) 0;padding:min(.625rem + .625 * ((100vw - 20rem) / 100) ,1.25rem) 0;background:#fff;font-size:18px;font-size:1.125rem;border:1px solid #646e75;border-right:0;border-left:0}.core-component-custom-select .toggler-wrapper{display:grid;height:35px;height:2.1875rem;grid-auto-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;gap:1.25rem}.core-component-custom-select .toggler-label{color:#646e75;font-size:min(12px + .75 * ((100vw - 320px) / 100) ,24px);font-size:min(.75rem + .75 * ((100vw - 20rem) / 100) ,1.5rem);font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.core-component-custom-select .toggler-icon{position:relative;display:grid;width:min(20px + 1.25 * ((100vw - 320px) / 100) ,40px);width:min(1.25rem + 1.25 * ((100vw - 20rem) / 100) ,2.5rem);height:min(20px + 1.25 * ((100vw - 320px) / 100) ,40px);height:min(1.25rem + 1.25 * ((100vw - 20rem) / 100) ,2.5rem);background-color:#d31145;place-items:center}.core-component-custom-select .toggler-icon svg{width:80%;fill:#fff}.core-component-custom-select select{z-index:5;padding:min(10px + .625 * ((100vw - 320px) / 100) ,20px) min(15px + .625 * ((100vw - 320px) / 100) ,25px);padding:min(.625rem + .625 * ((100vw - 20rem) / 100) ,1.25rem) min(.9375rem + .625 * ((100vw - 20rem) / 100) ,1.5625rem)}.core-component-custom-select.single select{opacity:0;cursor:pointer}.core-component-custom-select.multiple select{position:fixed;bottom:0;left:0;width:100%;height:auto;max-height:50vh;margin:0;padding:min(20px + .3125 * ((100vw - 320px) / 100) ,25px);padding:min(1.25rem + .3125 * ((100vw - 20rem) / 100) ,1.5625rem);opacity:0;border:0;border-radius:0;pointer-events:none;-webkit-transition:opacity 250ms;transition:opacity 250ms;overflow-y:auto;border-top:0;-webkit-box-shadow:0 0 1.875rem rgba(0,0,0,.2);box-shadow:0 0 1.875rem rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box}.core-component-custom-select.multiple select:focus,.core-component-custom-select.multiple select:focus-within{opacity:1;pointer-events:all;outline:0}.core-component-custom-select.multiple optgroup{font-size:0}.core-component-custom-select.multiple optgroup:before{content:attr(label);display:block;margin:0;padding:min(4px + .25 * ((100vw - 320px) / 100) ,8px) 0;padding:min(.25rem + .25 * ((100vw - 20rem) / 100) ,.5rem) 0;color:#000;font-size:min(13px + .0625 * ((100vw - 320px) / 100) ,14px);font-size:min(.8125rem + .0625 * ((100vw - 20rem) / 100) ,.875rem);font-weight:400;text-transform:uppercase}.core-component-custom-select.multiple optgroup:not(:last-child){margin-bottom:min(10px + .3125 * ((100vw - 320px) / 100) ,15px);margin-bottom:min(.625rem + .3125 * ((100vw - 20rem) / 100) ,.9375rem)}.core-component-custom-select.multiple option{padding:min(5px + .3125 * ((100vw - 320px) / 100) ,10px) 0;padding:min(.3125rem + .3125 * ((100vw - 20rem) / 100) ,.625rem) 0;color:#646e75;font-size:min(12px + .25 * ((100vw - 320px) / 100) ,16px);font-size:min(.75rem + .25 * ((100vw - 20rem) / 100) ,1rem);line-height:2}