How i increase the size of icons on collapse row

Hi how i increase the icons in the collapse row

https://flexmoreil.com/products/איזי-נעלי-יחפנים-אורטופדיות#

hi @Roeiam

you need to add below code in base.css

span.svg-wrapper {
height: 27px !important;
}span.svg-wrapper {
height: 27px !important;
}

And for mobile add in media screen this belowcode

@media screen and (min-width: 768px) { span.svg-wrapper {
height: 27px !important;
}span.svg-wrapper {
height: 27px !important;
} }

Please mark it as acceptable solution if it really works for you

thank you