Hi there,
Please add the following code in Customize -> Custom -> CSS :
@media (max-width:979px){
li.menu-item.current-menu-parent.x-menu-item.x-menu-item-woocommerce a {
border: 1px solid;
margin-top: 15px;
padding-top: 6px;
padding-bottom: 6px;
}
}
Hope that helps.