Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-ordering {
position: relative;
z-index: 1;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
vertical-align: top;
}
body .woocommerce-ordering select {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 0;
border: none;
background-image: none;
font-weight: 400;
font-size: 0;
-webkit-appearance: none;
-moz-appearance: none;
}
body .woocommerce-ordering option {
font-size: 14px;
}
body .woocommerce-ordering:after {
position: static;
margin-top: 0;
color: #2d2a2a;
font-size: 20px;
content: "\f117";
font-family: "woodmart-font";
}
Best Regards