.custom-select{position:relative;width:100%}.custom-select select{display:none}.custom-select .select-selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-width:100px;height:var(--input-height);padding-inline:15px 40px;border:var(--border);border-radius:var(--border-radius-small);cursor:pointer}.custom-select .select-selected:after{content:"";position:absolute;top:50%;right:16px;translate:0 -50%;width:24px;height:24px;background:url(//mueblesmarimari.es/wp-content/themes/mueblesmarimari-no-cart/assets/css/../img/icons/chevron.svg) no-repeat center/cover;pointer-events:none;-webkit-transition:rotate .3s ease;transition:rotate .3s ease}.custom-select .select-selected.select-arrow-active{border-color:var(--color-green);border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-select .select-selected.select-arrow-active:after{rotate:180deg}.custom-select .select-items{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;position:absolute;top:100%;left:0;right:0;z-index:2;max-height:200px;overflow:auto;background-color:#fff;border:var(--border);border-color:var(--color-green);border-top:none;border-radius:0 0 var(--border-radius-small) var(--border-radius-small)}.custom-select .select-items>li{padding:8px 12px;cursor:pointer}.custom-select .select-items>li.same-as-selected{color:#fff;background-color:var(--color-green)}@media (hover:hover){.custom-select .select-items>li:hover{color:#fff;background-color:var(--color-green)}}@media (hover:none){.custom-select .select-items>li:active{color:#fff;background-color:var(--color-green)}}.custom-select .select-hide{display:none}